Home
last modified time | relevance | path

Searched refs:pFlyAttrs (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/filter/inc/
H A Dfltshell.hxx426 SfxItemSet* pFlyAttrs; // Simulation der Flys in Styles member in SwFltFormatCollection
431 ~SwFltFormatCollection() { if( pFlyAttrs ) delete pFlyAttrs; } in ~SwFltFormatCollection()
446 SfxItemSet* GetpFlyAttrs() { return pFlyAttrs; } in GetpFlyAttrs()
/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1949 if (!pFlyAttrs) in SetFlyFrmAttr()
1950 pFlyAttrs = new SfxItemSet( GetDoc().GetAttrPool(), in SetFlyFrmAttr()
1952 pFlyAttrs->Put( rAttr ); in SetFlyFrmAttr()
1958 if( pFlyAttrs ) in GetFlyFrmAttr()
1959 return pFlyAttrs->Get( nWhich, sal_False ); in GetFlyFrmAttr()
1983 return pOutDoc->BeginFly( eFlyAnchor, bFlyAbsPos, pFlyAttrs ); in BeginStyleFly()
2172 pFlyAttrs( 0 ), in SwFltFormatCollection()
2181 pFlyAttrs( 0 ), in SwFltFormatCollection()

Completed in 29 milliseconds