Searched refs:pDrawObjs (Results 1 – 4 of 4) sorted by relevance
381 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()
2221 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 …]
100 pDrawObjs( 0 ) in SwFrm()
396 SwSortedObjs* pDrawObjs; //Hier haengen die DrawObjs, kann 0 sein member in SwFrm562 const SwSortedObjs *GetDrawObjs() const { return pDrawObjs; } in GetDrawObjs()563 SwSortedObjs *GetDrawObjs() { return pDrawObjs; } in GetDrawObjs()
Completed in 82 milliseconds