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()
1949 …long nDocX = (long)( (double) pDoc->GetColOffset( MAXCOL + 1, nTab ) * HMM_PER_TWIPS ) * nLayoutSi… in GetChartInsertPos() local1952 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()