Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/svg/
H A Dsvgexport.cxx405 sal_Int32 nDocX = 0, nDocY = 0; // #124608# in implExportDocument() local
467 nDocY = basegfx::fround(aShapeRange.getMinY()); in implExportDocument()
498 aAttr += OUString::valueOf( nDocY ); in implExportDocument()
509 mpSVGExport->SetViewBox( Rectangle( Point(nDocX, nDocY), Size( nDocWidth, nDocHeight ) ) ); in implExportDocument()
/aoo41x/main/sc/source/ui/view/
H A Dtabview.cxx1989 long nDocY = (long)( (double) pDoc->GetRowOffset( MAXROW + 1, nTab ) * HMM_PER_TWIPS ); in GetChartInsertPos() local
1995 if ( aVisible.Top() > nDocY ) in GetChartInsertPos()
1996 aVisible.Top() = nDocY; in GetChartInsertPos()
1997 if ( aVisible.Bottom() > nDocY ) in GetChartInsertPos()
1998 aVisible.Bottom() = nDocY; in GetChartInsertPos()

Completed in 56 milliseconds