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()
1950 long nDocY = (long)( (double) pDoc->GetRowOffset( MAXROW + 1, nTab ) * HMM_PER_TWIPS ); in GetChartInsertPos() local1956 if ( aVisible.Top() > nDocY ) in GetChartInsertPos()1957 aVisible.Top() = nDocY; in GetChartInsertPos()1958 if ( aVisible.Bottom() > nDocY ) in GetChartInsertPos()1959 aVisible.Bottom() = nDocY; in GetChartInsertPos()