Home
last modified time | relevance | path

Searched refs:nPixelHeight (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dprovider.cxx549 void ImplApplyBitmapScaling( ::Graphic& rGraphic, sal_Int32 nPixelWidth, sal_Int32 nPixelHeight ) in ImplApplyBitmapScaling() argument
551 if ( nPixelWidth && nPixelHeight ) in ImplApplyBitmapScaling()
556 aBmpEx.Scale( Size( nPixelWidth, nPixelHeight ) ); in ImplApplyBitmapScaling()
604 sal_Int32 nPixelHeight= 0; in ImplApplyFilterData() local
618 aValue >>= nPixelHeight; in ImplApplyFilterData()
646 ImplApplyBitmapScaling( rGraphic, nPixelWidth, nPixelHeight ); in ImplApplyFilterData()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx2155 sal_Int32 nPixelHeight = pGrid->GetDataRowHeight(); in getProperty() local
2157 nPixelHeight = pGrid->CalcReverseZoom(nPixelHeight); in getProperty()
2158 aProp <<= (sal_Int32)pGrid->PixelToLogic(Point(0,nPixelHeight),MAP_10TH_MM).Y(); in getProperty()

Completed in 18 milliseconds