Searched refs:nDocWidth (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | backgroundshape.cxx | 161 sal_Int32 nDocWidth=0; in BackgroundShape() local 163 …PropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= nDocWidth; in BackgroundShape() 167 maBounds = ::basegfx::B2DRectangle( 0,0,nDocWidth, nDocHeight ); in BackgroundShape()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgexport.cxx | 406 sal_Int32 nDocWidth = 0, nDocHeight = 0; in implExportDocument() local 421 xDefaultPagePropertySet->getPropertyValue(B2UCONST("Width")) >>= nDocWidth; in implExportDocument() 468 nDocWidth = basegfx::fround(aShapeRange.getWidth()); in implExportDocument() 484 aAttr = OUString::valueOf( nDocWidth * 0.01 ); in implExportDocument() 506 aAttr += OUString::valueOf( nDocWidth ); in implExportDocument() 509 mpSVGExport->SetViewBox( Rectangle( Point(nDocX, nDocY), Size( nDocWidth, nDocHeight ) ) ); in implExportDocument()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column2.cxx | 470 long nDocWidth = (long) ( pDocument->GetOriginalWidth(nCol,nTab) * fWidthFactor ); in GetNeededSize() local 474 nDocWidth += (long) ( pDocument->GetColWidth(nCol+nColAdd,nTab) * fWidthFactor ); in GetNeededSize() 475 nDocWidth -= (long) ( pMargin->GetLeftMargin() * fWidthFactor ) in GetNeededSize() 479 nDocWidth -= (long) ( nIndent * fWidthFactor ); in GetNeededSize() 483 nDocWidth -= (rZoomX.GetNumerator()*20)/rZoomX.GetDenominator(); in GetNeededSize() 485 aPaper.Width() = nDocWidth; in GetNeededSize()
|
/aoo41x/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 1250 sal_Int32 nDocWidth = 0; in getSlideSizeImpl() local 1252 …PropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= nDocWidth; in getSlideSizeImpl() 1255 return basegfx::B2ISize( nDocWidth, nDocHeight ); in getSlideSizeImpl()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter.hxx | 281 …Writer( sal_Int32 nDocWidthInput, sal_Int32 nDocHeightInput, sal_Int32 nDocWidth, sal_Int32 nDocHe…
|
Completed in 30 milliseconds