Searched refs:nDocY (Results 1 – 2 of 2) sorted by relevance
405 sal_Int32 nDocX = 0, nDocY = 0; // #124608# in implExportDocument() local467 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()
1989 long nDocY = (long)( (double) pDoc->GetRowOffset( MAXROW + 1, nTab ) * HMM_PER_TWIPS ); in GetChartInsertPos() local1995 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 18 milliseconds