Home
last modified time | relevance | path

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

/aoo42x/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.cxx2221 if ( !pDrawObjs ) in AppendFly()
2222 pDrawObjs = new SwSortedObjs(); in AppendFly()
2223 pDrawObjs->Insert( *pNew ); in AppendFly()
2262 pDrawObjs->Remove( *pToRemove ); in RemoveFly()
2263 if ( !pDrawObjs->Count() ) in RemoveFly()
2264 DELETEZ( pDrawObjs ); in RemoveFly()
2299 if ( !pDrawObjs ) in AppendDrawObj()
2301 pDrawObjs->Insert( _rNewObj ); in AppendDrawObj()
2368 pDrawObjs->Remove( _rToRemoveObj ); in RemoveDrawObj()
2369 if ( !pDrawObjs->Count() ) in RemoveDrawObj()
[all …]
H A Dwsfrm.cxx100 pDrawObjs( 0 ) in SwFrm()
/aoo42x/main/sw/source/core/inc/
H A Dframe.hxx396 SwSortedObjs* pDrawObjs; //Hier haengen die DrawObjs, kann 0 sein member in SwFrm
562 const SwSortedObjs *GetDrawObjs() const { return pDrawObjs; } in GetDrawObjs()
563 SwSortedObjs *GetDrawObjs() { return pDrawObjs; } in GetDrawObjs()

Completed in 82 milliseconds