Home
last modified time | relevance | path

Searched refs:pDrawObjs (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/source/core/layout/
H A Dssfrm.cxx381 if( pDrawObjs ) in ~SwFrm()
383 for ( sal_uInt32 i = pDrawObjs->Count(); i; ) in ~SwFrm()
385 SwAnchoredObject* pAnchoredObj = (*pDrawObjs)[--i]; in ~SwFrm()
401 if ( pDrawObjs ) in ~SwFrm()
402 delete pDrawObjs; in ~SwFrm()
407 pDrawObjs = (SwSortedObjs*)0x33333333; in ~SwFrm()
H A Dfly.cxx2241 if ( !pDrawObjs ) in AppendFly()
2242 pDrawObjs = new SwSortedObjs(); in AppendFly()
2243 pDrawObjs->Insert( *pNew ); in AppendFly()
2282 pDrawObjs->Remove( *pToRemove ); in RemoveFly()
2283 if ( !pDrawObjs->Count() ) in RemoveFly()
2284 DELETEZ( pDrawObjs ); in RemoveFly()
2319 if ( !pDrawObjs ) in AppendDrawObj()
2321 pDrawObjs->Insert( _rNewObj ); in AppendDrawObj()
2388 pDrawObjs->Remove( _rToRemoveObj ); in RemoveDrawObj()
2389 if ( !pDrawObjs->Count() ) in RemoveDrawObj()
[all …]
H A Dwsfrm.cxx100 pDrawObjs( 0 ) in SwFrm()
/aoo41x/main/sw/source/core/inc/
H A Dframe.hxx389 SwSortedObjs* pDrawObjs; //Hier haengen die DrawObjs, kann 0 sein member in SwFrm
555 const SwSortedObjs *GetDrawObjs() const { return pDrawObjs; } in GetDrawObjs()
556 SwSortedObjs *GetDrawObjs() { return pDrawObjs; } in GetDrawObjs()

Completed in 61 milliseconds