Searched refs:nDocX (Results 1 – 2 of 2) sorted by relevance
405 sal_Int32 nDocX = 0, nDocY = 0; // #124608# in implExportDocument() local466 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()
1988 …long nDocX = (long)( (double) pDoc->GetColOffset( MAXCOL + 1, nTab ) * HMM_PER_TWIPS ) * nLayoutSi… in GetChartInsertPos() local1991 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 149 milliseconds