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.cxx1949 …long nDocX = (long)( (double) pDoc->GetColOffset( MAXCOL + 1, nTab ) * HMM_PER_TWIPS ) * nLayoutSi… in GetChartInsertPos() local
1952 if ( aVisible.Left() * nLayoutSign > nDocX * nLayoutSign ) in GetChartInsertPos()
1953 aVisible.Left() = nDocX; in GetChartInsertPos()
1954 if ( aVisible.Right() * nLayoutSign > nDocX * nLayoutSign ) in GetChartInsertPos()
1955 aVisible.Right() = nDocX; in GetChartInsertPos()