Home
last modified time | relevance | path

Searched refs:aCondColls (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/core/doc/
H A Dfmtcol.cxx589 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 …]
/aoo4110/main/sw/inc/
H A Dfmtcol.hxx269 SwFmtCollConditions aCondColls; member in SwConditionTxtFmtColl
286 const SwFmtCollConditions& GetCondColls() const { return aCondColls; } in GetCondColls()

Completed in 17 milliseconds