Searched refs:SwCropGrf (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sw/source/core/graphic/ |
H A D | grfatr.cxx | 55 TYPEINIT1_AUTOFACTORY(SwCropGrf, SfxPoolItem) in TYPEINIT1_AUTOFACTORY() argument 169 SwCropGrf::SwCropGrf() in SwCropGrf() function in SwCropGrf 173 SwCropGrf::SwCropGrf(sal_Int32 nL, sal_Int32 nR, sal_Int32 nT, sal_Int32 nB ) in SwCropGrf() function in SwCropGrf 177 SfxPoolItem* SwCropGrf::Clone( SfxItemPool* ) const in Clone() 179 return new SwCropGrf( *this ); in Clone()
|
H A D | ndgrf.cxx | 1218 const SwCropGrf& rCrop = rSet.GetCropGrf(); in GetGraphicAttr()
|
/trunk/main/sw/inc/ |
H A D | grfatr.hxx | 95 class SW_DLLPUBLIC SwCropGrf : public SvxGrfCrop class 99 SwCropGrf(); 100 SwCropGrf( sal_Int32 nLeft, sal_Int32 nRight, 313 inline const SwCropGrf &SwAttrSet::GetCropGrf(sal_Bool bInP) const in GetCropGrf() 314 { return (const SwCropGrf&)Get( RES_GRFATR_CROPGRF,bInP); } in GetCropGrf() 342 inline const SwCropGrf &SwFmt::GetCropGrf(sal_Bool bInP) const in GetCropGrf()
|
H A D | swatrset.hxx | 106 class SwCropGrf; 315 inline const SwCropGrf &GetCropGrf( sal_Bool = sal_True ) const;
|
H A D | format.hxx | 275 inline const SwCropGrf &GetCropGrf( sal_Bool = sal_True ) const;
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 465 SwCropGrf aCrop( aPD.nCL, aPD.nCR, aPD.nCT, aPD.nCB) ; in ImportGraf1() 649 SwCropGrf aCrop( aPD.nCL, aPD.nCR, aPD.nCT, aPD.nCB ); in ImportGraf()
|
H A D | wrtww8gr.cxx | 537 const SwCropGrf& rCr = *(SwCropGrf*)pItem; in WritePICFHeader()
|
H A D | rtfattributeoutput.cxx | 3464 const SwCropGrf &rCr, in ExportPICT() 3604 const SwCropGrf &rCr = (const SwCropGrf &)rOLENode.GetAttr(RES_GRFATR_CROPGRF); in FlyFrameOLE() 3697 const SwCropGrf &rCr = (const SwCropGrf &)rGrfNode.GetAttr(RES_GRFATR_CROPGRF); in FlyFrameGraphic()
|
H A D | wrtw8esh.cxx | 1775 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetLeft() ) ) in WriteGrfAttr() 1777 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetRight() ) ) in WriteGrfAttr() 1779 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetTop() ) ) in WriteGrfAttr() 1781 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetBottom() ) ) in WriteGrfAttr()
|
H A D | ww8graf.cxx | 2138 SwCropGrf aCrop; // Cropping is stored in 'fixed floats' in SetAttributesAtGrfNode()
|
/trunk/main/sw/source/core/bastyp/ |
H A D | init.cxx | 645 aAttrTab[ RES_GRFATR_CROPGRF- POOLATTR_BEGIN ] = new SwCropGrf; in _InitCore()
|
/trunk/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 425 const SwCropGrf& rCrop = rAttrSet.GetCropGrf(); in GetGrfArea()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 1406 SwCropGrf aCrop; in _SetPictureSize()
|
Completed in 95 milliseconds