/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 169 virtual void Scale( double fScaleX, double fScaleY ); 204 virtual void Scale( double fScaleX, double fScaleY ); 227 virtual void Scale( double fScaleX, double fScaleY ); 254 virtual void Scale( double fScaleX, double fScaleY ); 278 virtual void Scale( double fScaleX, double fScaleY ); 304 virtual void Scale( double fScaleX, double fScaleY ); 329 virtual void Scale( double fScaleX, double fScaleY ); 355 virtual void Scale( double fScaleX, double fScaleY ); 383 virtual void Scale( double fScaleX, double fScaleY ); 411 virtual void Scale( double fScaleX, double fScaleY ); [all …]
|
H A D | alpha.hxx | 86 …sal_Bool Scale( const Size& rNewSize, sal_uInt32 nScaleFlag = BMP_SCALE_FASTEST… 87 …sal_Bool Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScale…
|
H A D | bitmapex.hxx | 253 sal_Bool Scale( const Size& rNewSize, sal_uInt32 nScaleFlag = BMP_SCALE_FASTESTINTERPOLATE ); 265 …sal_Bool Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag = BMP_SCALE…
|
H A D | gdimtf.hxx | 159 void Scale( double fScaleX, double fScaleY ); 160 void Scale( const Fraction& rScaleX, const Fraction& rScaleY );
|
/trunk/main/vcl/source/gdi/ |
H A D | metaact.cxx | 134 void MetaAction::Scale( double, double ) in Scale() function in MetaAction 288 void MetaPixelAction::Scale( double fScaleX, double fScaleY ) in Scale() function in MetaPixelAction 356 void MetaPointAction::Scale( double fScaleX, double fScaleY ) in Scale() function in MetaPointAction 437 void MetaLineAction::Scale( double fScaleX, double fScaleY ) in Scale() function in MetaLineAction 516 void MetaRectAction::Scale( double fScaleX, double fScaleY ) in Scale() function in MetaRectAction 723 void MetaArcAction::Scale( double fScaleX, double fScaleY ) in Scale() function in MetaArcAction 797 void MetaPieAction::Scale( double fScaleX, double fScaleY ) in Scale() function in MetaPieAction 2825 maRegion.Scale( fScaleX, fScaleY ); in Scale() 2956 maRegion.Scale( fScaleX, fScaleY ); in Scale() 4165 aPath.Scale( fXScale, fYScale ); in Scale() [all …]
|
H A D | bitmapex.cxx | 135 aMask.Scale(aBitmap.GetSizePixel()); in BitmapEx() 158 aMask.Scale(rBmp.GetSizePixel()); in BitmapEx() 398 Scale( rNewSize, nScaleFlag ); in SetSizePixel() 438 sal_Bool BitmapEx::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ) in Scale() function in BitmapEx 444 bRet = aBitmap.Scale( rScaleX, rScaleY, nScaleFlag ); in Scale() 448 aMask.Scale( rScaleX, rScaleY, nScaleFlag ); in Scale() 462 sal_Bool BitmapEx::Scale( const Size& rNewSize, sal_uInt32 nScaleFlag ) in Scale() function in BitmapEx 468 bRet = Scale( (double) rNewSize.Width() / aBitmapSize.Width(), in Scale()
|
H A D | alpha.cxx | 285 sal_Bool AlphaMask::Scale( const Size& rNewSize, sal_uInt32 nScaleFlag ) in Scale() function in AlphaMask 287 sal_Bool bRet = Bitmap::Scale( rNewSize, nScaleFlag ); in Scale() 297 sal_Bool AlphaMask::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ) in Scale() function in AlphaMask 299 sal_Bool bRet = Bitmap::Scale( rScaleX, rScaleY, nScaleFlag ); in Scale()
|
/trunk/main/sd/source/filter/html/ |
H A D | pubdlg.src | 41 Scale = TRUE ; 103 Scale = TRUE ; 151 Scale = TRUE ; 161 Scale = TRUE ; 171 Scale = TRUE ; 181 Scale = TRUE ; 364 Scale = TRUE ; 486 Scale = TRUE ; 588 Scale = TRUE ; 622 Scale = TRUE ;
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 387 ScVbaShape::ScaleHeight( double Factor, sal_Bool /*RelativeToOriginalSize*/, sal_Int32 Scale ) thro… in ScaleHeight() argument 391 if( Scale == office::MsoScaleFrom::msoScaleFromTopLeft ) in ScaleHeight() 395 else if( Scale == office::MsoScaleFrom::msoScaleFromBottomRight ) in ScaleHeight() 402 else if( Scale == office::MsoScaleFrom::msoScaleFromMiddle ) in ScaleHeight() 416 ScVbaShape::ScaleWidth( double Factor, sal_Bool /*RelativeToOriginalSize*/, sal_Int32 Scale ) throw… in ScaleWidth() argument 420 if( Scale == office::MsoScaleFrom::msoScaleFromTopLeft ) in ScaleWidth() 424 else if( Scale == office::MsoScaleFrom::msoScaleFromBottomRight ) in ScaleWidth() 431 else if( Scale == office::MsoScaleFrom::msoScaleFromMiddle ) in ScaleWidth()
|
/trunk/main/svtools/source/misc/ |
H A D | imap.cxx | 308 void IMapRectangleObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) in Scale() function in IMapRectangleObject 500 void IMapCircleObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) in Scale() function in IMapCircleObject 661 void IMapPolygonObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) in Scale() function in IMapPolygonObject 1040 void ImageMap::Scale( const Fraction& rFracX, const Fraction& rFracY ) in Scale() function in ImageMap 1051 ( (IMapRectangleObject*) pObj )->Scale( rFracX, rFracY ); in Scale() 1055 ( (IMapCircleObject*) pObj )->Scale( rFracX, rFracY ); in Scale() 1059 ( (IMapPolygonObject*) pObj )->Scale( rFracX, rFracY ); in Scale()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 576 void Scale(sal_Int32& rVal) const; 577 void Scale(Point& rPos) const; 578 void Scale(Size& rSiz) const; 579 void Scale(Rectangle& rRect) const; 580 void Scale(Polygon& rPoly) const; 581 void Scale(PolyPolygon& rPoly) const;
|
/trunk/main/editeng/source/items/ |
H A D | frmitems.cxx | 368 aSize.Width() = Scale( aSize.Width(), nMult, nDiv ); in ScaleMetrics() 369 aSize.Height() = Scale( aSize.Height(), nMult, nDiv ); in ScaleMetrics() 787 nTxtLeft = Scale( nTxtLeft, nMult, nDiv ); in ScaleMetrics() 788 nLeftMargin = Scale( nLeftMargin, nMult, nDiv ); in ScaleMetrics() 789 nRightMargin = Scale( nRightMargin, nMult, nDiv ); in ScaleMetrics() 1033 nUpper = (sal_uInt16)Scale( nUpper, nMult, nDiv ); in ScaleMetrics() 1034 nLower = (sal_uInt16)Scale( nLower, nMult, nDiv ); in ScaleMetrics() 1516 nWidth = (sal_uInt16)Scale( nWidth, nMult, nDiv ); in ScaleMetrics() 1606 nInWidth = (sal_uInt16)Scale( nInWidth, nMult, nDiv ); in ScaleMetrics() 2333 nTopDist = (sal_uInt16)Scale( nTopDist, nMult, nDiv ); in ScaleMetrics() [all …]
|
/trunk/main/sd/source/ui/dlg/ |
H A D | dlgass.src | 67 Scale = TRUE ; 148 Scale = TRUE ; 241 Scale = TRUE ; 402 Scale = TRUE ; 473 Scale = TRUE ;
|
H A D | vectdlg.cxx | 142 aPreviewBmp.Scale( aRect.GetSize() ); in InitPreviewBmp() 157 aNew.Scale( aRect.GetSize() ); in GetPreparedBitmap()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 157 maBitmap.Scale(Size(nSideBitmapSize,nSideBitmapSize), BMP_SCALE_FASTESTINTERPOLATE); in OffsetBitmap() 161 maBitmap.Scale(Size(nSideBitmapSize,aSize.Height()), BMP_SCALE_FASTESTINTERPOLATE); in OffsetBitmap() 165 …maBitmap.Scale(Size(maBitmap.GetSizePixel().Width(), nSideBitmapSize), BMP_SCALE_FASTESTINTERPOLAT… in OffsetBitmap()
|
H A D | SlsInsertionIndicatorOverlay.cxx | 173 maIcon.Scale(aIconSize); in Create() 235 aPreview.Scale(aPreviewSize, BMP_SCALE_FASTESTINTERPOLATE); in PaintRepresentatives()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4380 Scale( l ); in ImportShape() 4381 Scale( o ); in ImportShape() 4382 Scale( r ); in ImportShape() 4383 Scale( u ); in ImportShape() 5028 Scale( l ); in GetGlobalChildAnchor() 5029 Scale( o ); in GetGlobalChildAnchor() 5030 Scale( r ); in GetGlobalChildAnchor() 5031 Scale( u ); in GetGlobalChildAnchor() 5068 Scale( l ); in GetGroupAnchors() 5069 Scale( o ); in GetGroupAnchors() [all …]
|
/trunk/main/svx/source/gallery2/ |
H A D | galobj.cxx | 95 aRetval.Scale(fScale, fScale, nScaleFlag); in createPreviewBitmapEx() 152 if(aThumbBmp.Scale( in CreateThumb() 606 aThumbBmp.Scale(Size(nTargetSizeX, nTargetSizeY), BMP_SCALE_BESTQUALITY); in CreateThumb()
|
/trunk/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCompressor.cxx | 138 pResult->maPreview.Scale(Size(mnWidth,nHeight)); in Compress() 158 aResult.Scale(pData->maOriginalSize); in Decompress()
|
H A D | SlsGenericPageCache.cxx | 146 aPreview.Scale(maPreviewSize, BMP_SCALE_FASTESTINTERPOLATE); in GetPreviewBitmap() 183 aMarkedPreview.Scale(maPreviewSize, BMP_SCALE_FASTESTINTERPOLATE); in GetMarkedPreviewBitmap()
|
/trunk/main/oovbaapi/ooo/vba/msforms/ |
H A D | XShape.idl | 71 void ScaleHeight( [in] double Factor, [in] boolean RelativeToOriginalSize, [in] long Scale ); 72 void ScaleWidth( [in] double Factor, [in] boolean RelativeToOriginalSize, [in] long Scale );
|
/trunk/main/svx/inc/svx/ |
H A D | xpoly.hxx | 127 void Scale(double fSx, double fSy); 192 void Scale(double fSx, double fSy);
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbashape.hxx | 103 …LL ScaleHeight( double Factor, sal_Bool RelativeToOriginalSize, sal_Int32 Scale ) throw (css::uno:… 104 …ALL ScaleWidth( double Factor, sal_Bool RelativeToOriginalSize, sal_Int32 Scale ) throw (css::uno:…
|
/trunk/main/tools/inc/tools/ |
H A D | poly.hxx | 205 void Scale( double fScaleX, double fScaleY ); 308 void Scale( double fScaleX, double fScaleY );
|
/trunk/main/psprint_config/configuration/ |
H A D | psprint.conf | 31 ; Scale: the default scaling of output in percent 33 ; Scale=100
|