Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1946 if (!pFlyAttrs) in SetFlyFrmAttr()
1947 pFlyAttrs = new SfxItemSet( GetDoc().GetAttrPool(), in SetFlyFrmAttr()
1949 pFlyAttrs->Put( rAttr ); in SetFlyFrmAttr()
1955 if( pFlyAttrs ) in GetFlyFrmAttr()
1956 return pFlyAttrs->Get( nWhich, sal_False ); in GetFlyFrmAttr()
1980 return pOutDoc->BeginFly( eFlyAnchor, bFlyAbsPos, pFlyAttrs ); in BeginStyleFly()
2169 pFlyAttrs( 0 ), in SwFltFormatCollection()
2178 pFlyAttrs( 0 ), in SwFltFormatCollection()

Completed in 19 milliseconds