Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dsvdograf.cxx1393 const SdrGrafCropItem& rCrop = (const SdrGrafCropItem&) rSet.Get( SDRATTR_GRAFCROP ); in ImpSetAttrToGrafInfo() local
1404 aGrafInfo.SetCrop( rCrop.GetLeft(), rCrop.GetTop(), rCrop.GetRight(), rCrop.GetBottom() ); in ImpSetAttrToGrafInfo()
1716 if(rCrop.GetLeft() || rCrop.GetTop() || rCrop.GetRight() ||rCrop.GetBottom()) in addCropHandles()
1731 rCrop.GetLeft(), in addCropHandles()
1732 rCrop.GetTop(), in addCropHandles()
1733 rCrop.GetRight(), in addCropHandles()
1734 rCrop.GetBottom())); in addCropHandles()
1737 const double fCropLeft(rCrop.GetLeft() * aCropScaleFactor.getX()); in addCropHandles()
1738 const double fCropTop(rCrop.GetTop() * aCropScaleFactor.getY()); in addCropHandles()
1739 const double fCropRight(rCrop.GetRight() * aCropScaleFactor.getX()); in addCropHandles()
[all …]
/aoo4110/main/sw/source/core/doc/
H A Dnotxtfrm.cxx411 const SwCropGrf& rCrop = rAttrSet.GetCropGrf(); in GetGrfArea() local
434 nLeftCrop = -rCrop.GetLeft(); in GetGrfArea()
435 nRightCrop = -rCrop.GetRight(); in GetGrfArea()
440 (rCrop.GetRight() + rCrop.GetLeft()), long(1) ); in GetGrfArea()
442 nLeftCrop = long(nScale * -rCrop.GetLeft() ); in GetGrfArea()
443 nRightCrop = long(nScale * -rCrop.GetRight() ); in GetGrfArea()
457 nTopCrop = -rCrop.GetTop(); in GetGrfArea()
458 nBottomCrop= -rCrop.GetBottom(); in GetGrfArea()
462 nTopCrop = Max( aOrigSz.Height() - (rCrop.GetTop() + rCrop.GetBottom()), long(1) ); in GetGrfArea()
464 nTopCrop = long(nScale * -rCrop.GetTop() ); in GetGrfArea()
[all …]
/aoo4110/main/svx/inc/svx/
H A Dgrfcrop.hxx67 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 =()
/aoo4110/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx314 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()
/aoo4110/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx995 … 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()
/aoo4110/main/sw/source/core/graphic/
H A Dndgrf.cxx1218 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 78 milliseconds