Searched refs:rCrop (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 1396 const SdrGrafCropItem& rCrop = (const SdrGrafCropItem&) rSet.Get( SDRATTR_GRAFCROP ); in ImpSetAttrToGrafInfo() local 1407 aGrafInfo.SetCrop( rCrop.GetLeft(), rCrop.GetTop(), rCrop.GetRight(), rCrop.GetBottom() ); in ImpSetAttrToGrafInfo() 1719 if(rCrop.GetLeft() || rCrop.GetTop() || rCrop.GetRight() ||rCrop.GetBottom()) in addCropHandles() 1734 rCrop.GetLeft(), in addCropHandles() 1735 rCrop.GetTop(), in addCropHandles() 1736 rCrop.GetRight(), in addCropHandles() 1737 rCrop.GetBottom())); in addCropHandles() 1740 const double fCropLeft(rCrop.GetLeft() * aCropScaleFactor.getX()); in addCropHandles() 1741 const double fCropTop(rCrop.GetTop() * aCropScaleFactor.getY()); in addCropHandles() 1742 const double fCropRight(rCrop.GetRight() * aCropScaleFactor.getX()); in addCropHandles() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 412 const SwCropGrf& rCrop = rAttrSet.GetCropGrf(); in GetGrfArea() local 435 nLeftCrop = -rCrop.GetLeft(); in GetGrfArea() 436 nRightCrop = -rCrop.GetRight(); in GetGrfArea() 441 (rCrop.GetRight() + rCrop.GetLeft()), long(1) ); in GetGrfArea() 443 nLeftCrop = long(nScale * -rCrop.GetLeft() ); in GetGrfArea() 444 nRightCrop = long(nScale * -rCrop.GetRight() ); in GetGrfArea() 458 nTopCrop = -rCrop.GetTop(); in GetGrfArea() 459 nBottomCrop= -rCrop.GetBottom(); in GetGrfArea() 463 nTopCrop = Max( aOrigSz.Height() - (rCrop.GetTop() + rCrop.GetBottom()), long(1) ); in GetGrfArea() 465 nTopCrop = long(nScale * -rCrop.GetTop() ); in GetGrfArea() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | grfcrop.hxx | 67 inline SvxGrfCrop& operator=( const SvxGrfCrop& rCrop ) in operator =() argument 69 nLeft = rCrop.GetLeft(); nTop = rCrop.GetTop(); in operator =() 70 nRight = rCrop.GetRight(); nBottom = rCrop.GetBottom(); in operator =()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofgraphic.cxx | 314 const SdrGrafCropItem& rCrop((const SdrGrafCropItem&)rItemSet.Get(SDRATTR_GRAFCROP)); in createViewIndependentPrimitive2DSequence() local 324 aLocalGrafInfo.SetCrop(rCrop.GetLeft(), rCrop.GetTop(), rCrop.GetRight(), rCrop.GetBottom()); in createViewIndependentPrimitive2DSequence()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 995 … const SdrGrafCropItem& rCrop = (const SdrGrafCropItem&) aGrfAttr.Get( SDRATTR_GRAFCROP ); in ExecuteGrafAttr() local 997 … Size( rCrop.GetLeft(), rCrop.GetTop() ), aMap100, aMapTwip ) ); in ExecuteGrafAttr() 999 … Size( rCrop.GetRight(), rCrop.GetBottom() ), aMap100, aMapTwip ) ); in ExecuteGrafAttr()
|
/aoo41x/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 1218 const SwCropGrf& rCrop = rSet.GetCropGrf(); in GetGraphicAttr() local 1219 rGA.SetCrop( TWIP_TO_MM100( rCrop.GetLeft() ), in GetGraphicAttr() 1220 TWIP_TO_MM100( rCrop.GetTop() ), in GetGraphicAttr() 1221 TWIP_TO_MM100( rCrop.GetRight() ), in GetGraphicAttr() 1222 TWIP_TO_MM100( rCrop.GetBottom() ) ); in GetGraphicAttr()
|
Completed in 59 milliseconds