Home
last modified time | relevance | path

Searched refs:nDocX (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgexport.cxx405 sal_Int32 nDocX = 0, nDocY = 0; // #124608# in implExportDocument() local
466 nDocX = basegfx::fround(aShapeRange.getMinX()); in implExportDocument()
496 aAttr = OUString::valueOf( nDocX ); in implExportDocument()
509 mpSVGExport->SetViewBox( Rectangle( Point(nDocX, nDocY), Size( nDocWidth, nDocHeight ) ) ); in implExportDocument()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx1988 …long nDocX = (long)( (double) pDoc->GetColOffset( MAXCOL + 1, nTab ) * HMM_PER_TWIPS ) * nLayoutSi… in GetChartInsertPos() local
1991 if ( aVisible.Left() * nLayoutSign > nDocX * nLayoutSign ) in GetChartInsertPos()
1992 aVisible.Left() = nDocX; in GetChartInsertPos()
1993 if ( aVisible.Right() * nLayoutSign > nDocX * nLayoutSign ) in GetChartInsertPos()
1994 aVisible.Right() = nDocX; in GetChartInsertPos()

Completed in 37 milliseconds