Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dcomposeduiupdate.cxx643 struct StringBagComplement : public ::std::unary_function< ::rtl::OUString, void > struct
649 StringBagComplement( StringBag& _rMinuend ) :m_rMinuend( _rMinuend ) { } in StringBagComplement() function
658 … ::std::for_each( _rSubtrahend.begin(), _rSubtrahend.end(), StringBagComplement( _rMinuend ) ); in subtract()
685 StringBagComplement::subtract( aAllPositives, aAllNegatives ); in lcl_fireUIStateFlag()
733 StringBagComplement::subtract( aAllShown, aAllHidden ); in impl_fireShowHidePropertyUI_throw()

Completed in 23 milliseconds