Searched refs:aCondColls (Results 1 – 2 of 2) sorted by relevance
589 for( n = 0; n < aCondColls.Count(); ++n ) in HasCondition()590 if( *( pFnd = aCondColls[ n ]) == rCond ) in HasCondition()593 return n < aCondColls.Count() ? pFnd : 0; in HasCondition()600 if( *aCondColls[ n ] == rCond ) in InsertCondition()602 aCondColls.DeleteAndDestroy( n ); in InsertCondition()608 aCondColls.Insert( pNew, aCondColls.Count() ); in InsertCondition()616 if( *aCondColls[ n ] == rCond ) in RemoveCondition()618 aCondColls.DeleteAndDestroy( n ); in RemoveCondition()629 if( aCondColls.Count() ) in SetConditions()630 aCondColls.DeleteAndDestroy( 0, aCondColls.Count() ); in SetConditions()[all …]
269 SwFmtCollConditions aCondColls; member in SwConditionTxtFmtColl286 const SwFmtCollConditions& GetCondColls() const { return aCondColls; } in GetCondColls()
Completed in 19 milliseconds