Searched refs:nDocHeight (Results 1 – 6 of 6) sorted by relevance
/trunk/main/slideshow/source/engine/shapes/ |
H A D | backgroundshape.cxx | 162 sal_Int32 nDocHeight=0; in BackgroundShape() local 164 …opSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= nDocHeight; in BackgroundShape() 167 maBounds = ::basegfx::B2DRectangle( 0,0,nDocWidth, nDocHeight ); in BackgroundShape()
|
/trunk/main/filter/source/svg/ |
H A D | svgexport.cxx | 406 sal_Int32 nDocWidth = 0, nDocHeight = 0; in implExportDocument() local 422 xDefaultPagePropertySet->getPropertyValue(B2UCONST("Height")) >>= nDocHeight; in implExportDocument() 469 nDocHeight = basegfx::fround(aShapeRange.getHeight()); in implExportDocument() 488 aAttr = OUString::valueOf( nDocHeight * 0.01 ); in implExportDocument() 508 aAttr += OUString::valueOf( nDocHeight ); in implExportDocument() 509 mpSVGExport->SetViewBox( Rectangle( Point(nDocX, nDocY), Size( nDocWidth, nDocHeight ) ) ); in implExportDocument()
|
/trunk/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 218 sal_uInt16 nDocHeight = ScGlobal::nStdRowHeight; in FillInfo() local 230 nDocHeight = GetRowHeight( nY, nTab, NULL, &nDocHeightEndRow ); in FillInfo() 232 nDocHeight = ScGlobal::nStdRowHeight; in FillInfo() 235 if ( nArrY==0 || nDocHeight || nY > MAXROW ) in FillInfo() 240 sal_uInt16 nHeight = (sal_uInt16) ( nDocHeight * nScaleY ); in FillInfo()
|
/trunk/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 1251 sal_Int32 nDocHeight = 0; in getSlideSizeImpl() local 1253 …opSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= nDocHeight; in getSlideSizeImpl() 1255 return basegfx::B2ISize( nDocWidth, nDocHeight ); in getSlideSizeImpl()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter.hxx | 281 …cWidthInput, sal_Int32 nDocHeightInput, sal_Int32 nDocWidth, sal_Int32 nDocHeight, sal_Int32 nJPEG…
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 1148 sal_uInt16 nDocHeight = pDoc->GetRowHeight( nCompRow, nTab ); in GetOutputArea() local 1149 if ( nDocHeight ) in GetOutputArea() 1150 nCellPosY += (long) ( nDocHeight * nPPTY ); in GetOutputArea()
|
Completed in 56 milliseconds