Lines Matching refs:pDrawObjs
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()
2300 pDrawObjs = new SwSortedObjs(); in AppendDrawObj()
2301 pDrawObjs->Insert( _rNewObj ); in AppendDrawObj()
2368 pDrawObjs->Remove( _rToRemoveObj ); in RemoveDrawObj()
2369 if ( !pDrawObjs->Count() ) in RemoveDrawObj()
2370 DELETEZ( pDrawObjs ); in RemoveDrawObj()