Home
last modified time | relevance | path

Searched refs:SwCropGrf (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/sw/source/core/graphic/
H A Dgrfatr.cxx55 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 Dndgrf.cxx1218 const SwCropGrf& rCrop = rSet.GetCropGrf(); in GetGraphicAttr()
/aoo42x/main/sw/inc/
H A Dgrfatr.hxx95 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 Dswatrset.hxx106 class SwCropGrf;
315 inline const SwCropGrf &GetCropGrf( sal_Bool = sal_True ) const;
H A Dformat.hxx275 inline const SwCropGrf &GetCropGrf( sal_Bool = sal_True ) const;
/aoo42x/main/sw/source/filter/ww8/
H A Dww8graf2.cxx465 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 Dwrtww8gr.cxx537 const SwCropGrf& rCr = *(SwCropGrf*)pItem; in WritePICFHeader()
H A Drtfattributeoutput.cxx3464 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 Dwrtw8esh.cxx1775 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 Dww8graf.cxx2138 SwCropGrf aCrop; // Cropping is stored in 'fixed floats' in SetAttributesAtGrfNode()
/aoo42x/main/sw/source/core/bastyp/
H A Dinit.cxx645 aAttrTab[ RES_GRFATR_CROPGRF- POOLATTR_BEGIN ] = new SwCropGrf; in _InitCore()
/aoo42x/main/sw/source/core/doc/
H A Dnotxtfrm.cxx425 const SwCropGrf& rCrop = rAttrSet.GetCropGrf(); in GetGrfArea()
/aoo42x/main/sw/source/filter/rtf/
H A Drtffly.cxx1406 SwCropGrf aCrop; in _SetPictureSize()

Completed in 127 milliseconds