Lines Matching refs:StringBag

75         typedef ::std::set< ::rtl::OUString >       StringBag;  typedef
76 typedef ::std::map< sal_Int16, StringBag > MapIntToStringBag;
100 StringBag aEnabledProperties;
101 StringBag aDisabledProperties;
104 StringBag aShownProperties;
105 StringBag aHiddenProperties;
108 StringBag aRebuiltProperties;
111 StringBag aShownCategories;
112 StringBag aHiddenCategories;
119 typedef StringBag& (CachedInspectorUI::*FGetStringBag)();
122 StringBag& getEnabledProperties() { return aEnabledProperties; } in getEnabledProperties()
123 StringBag& getDisabledProperties() { return aDisabledProperties; } in getDisabledProperties()
126 StringBag& getShownProperties() { return aShownProperties; } in getShownProperties()
127 StringBag& getHiddenProperties() { return aHiddenProperties; } in getHiddenProperties()
130 StringBag& getRebuiltProperties() { return aRebuiltProperties; } in getRebuiltProperties()
133 StringBag& getShownCategories() { return aShownCategories; } in getShownCategories()
134 StringBag& getHiddenCategories() { return aHiddenCategories; } in getHiddenCategories()
137StringBag& getEnabledInputControls() { return aEnabledElements[ PropertyLineElement::InputC… in getEnabledInputControls()
138StringBag& getDisabledInputControls() { return aDisabledElements[ PropertyLineElement::Input… in getDisabledInputControls()
139StringBag& getEnabledPrimaryButtons() { return aEnabledElements[ PropertyLineElement::Primar… in getEnabledPrimaryButtons()
140StringBag& getDisabledPrimaryButtons() { return aDisabledElements[ PropertyLineElement::Prima… in getDisabledPrimaryButtons()
141StringBag& getEnabledSecondaryButtons() { return aEnabledElements[ PropertyLineElement::Second… in getEnabledSecondaryButtons()
142StringBag& getDisabledSecondaryButtons() { return aDisabledElements[ PropertyLineElement::Secon… in getDisabledSecondaryButtons()
255 …ingKeyPositiveOrNegative( const ::rtl::OUString& _rKeyName, StringBag& _rPositives, StringBag& _rN… in lcl_markStringKeyPositiveOrNegative()
447 StringBag& m_rBag;
451 …StringBagCollector( StringBag& _rBag, CachedInspectorUI::FGetStringBag _pGetter ) :m_rBag( _rBag )… in StringBagCollector()
455 StringBag& rBag( ((_rUI.second.get())->*m_pGetter)() ); in operator ()()
459 …static void collectAll( StringBag& _rAll, const ImplMapHandlerToUI& _rMap, CachedInspectorUI::FGet… in collectAll()
520 …static void forEach( const StringBag& _rProperties, const Reference< XObjectInspectorUI >& _rxDele… in forEach()
632 …static void forEach( const StringBag& _rProperties, const IStringKeyBooleanUIUpdate& _rUpdater, sa… in forEach()
646 StringBag& m_rMinuend;
649 StringBagComplement( StringBag& _rMinuend ) :m_rMinuend( _rMinuend ) { } in StringBagComplement()
656 static void subtract( StringBag& _rMinuend, const StringBag& _rSubtrahend ) in subtract()
673 StringBag aAllPositives; in lcl_fireUIStateFlag()
677 StringBag aAllNegatives; in lcl_fireUIStateFlag()
709 StringBag aAllRebuilt; in impl_fireRebuildPropertyUI_throw()
723 StringBag aAllShown; in impl_fireShowHidePropertyUI_throw()
726 StringBag aAllHidden; in impl_fireShowHidePropertyUI_throw()