Home
last modified time | relevance | path

Searched refs:nDocWidth (Results 1 – 5 of 5) sorted by relevance

/trunk/main/slideshow/source/engine/shapes/
H A Dbackgroundshape.cxx161 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()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx406 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()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx470 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()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx1250 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()
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx281 …Writer( sal_Int32 nDocWidthInput, sal_Int32 nDocHeightInput, sal_Int32 nDocWidth, sal_Int32 nDocHe…

Completed in 42 milliseconds