Searched refs:nPixelHeight (Results 1 – 2 of 2) sorted by relevance
549 void ImplApplyBitmapScaling( ::Graphic& rGraphic, sal_Int32 nPixelWidth, sal_Int32 nPixelHeight ) in ImplApplyBitmapScaling() argument551 if ( nPixelWidth && nPixelHeight ) in ImplApplyBitmapScaling()556 aBmpEx.Scale( Size( nPixelWidth, nPixelHeight ) ); in ImplApplyBitmapScaling()604 sal_Int32 nPixelHeight= 0; in ImplApplyFilterData() local618 aValue >>= nPixelHeight; in ImplApplyFilterData()646 ImplApplyBitmapScaling( rGraphic, nPixelWidth, nPixelHeight ); in ImplApplyFilterData()
2155 sal_Int32 nPixelHeight = pGrid->GetDataRowHeight(); in getProperty() local2157 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