Home
last modified time | relevance | path

Searched refs:nDocHeight (Results 1 – 6 of 6) sorted by relevance

/trunk/main/slideshow/source/engine/shapes/
H A Dbackgroundshape.cxx162 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 Dsvgexport.cxx406 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 Dfillinfo.cxx218 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 Dslideimpl.cxx1251 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 Dswfwriter.hxx281 …cWidthInput, sal_Int32 nDocHeightInput, sal_Int32 nDocWidth, sal_Int32 nDocHeight, sal_Int32 nJPEG…
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1148 sal_uInt16 nDocHeight = pDoc->GetRowHeight( nCompRow, nTab ); in GetOutputArea() local
1149 if ( nDocHeight ) in GetOutputArea()
1150 nCellPosY += (long) ( nDocHeight * nPPTY ); in GetOutputArea()

Completed in 98 milliseconds