Lines Matching refs:pDrawObjs
2241 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()
2320 pDrawObjs = new SwSortedObjs(); in AppendDrawObj()
2321 pDrawObjs->Insert( _rNewObj ); in AppendDrawObj()
2388 pDrawObjs->Remove( _rToRemoveObj ); in RemoveDrawObj()
2389 if ( !pDrawObjs->Count() ) in RemoveDrawObj()
2390 DELETEZ( pDrawObjs ); in RemoveDrawObj()