Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dinetoptions.cxx153 virtual void Notify(star::uno::Sequence< rtl::OUString > const & rKeys);
157 void notifyListeners(star::uno::Sequence< rtl::OUString > const & rKeys);
164 rKeys) in Notify()
168 for (sal_Int32 i = 0; i < rKeys.getLength(); ++i) in Notify()
170 if (rKeys[i] == m_aEntries[j].m_aName) in Notify()
176 notifyListeners(rKeys); in Notify()
208 star::uno::Sequence< rtl::OUString > const & rKeys) in notifyListeners()
224 aEvents(rKeys.getLength()); in notifyListeners()
226 for (sal_Int32 i = 0; i < rKeys.getLength(); ++i) in notifyListeners()
231 aTheKey += rKeys[i]; in notifyListeners()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1155 void NameListBase::exclude( const OUString& rKeys ) in exclude() argument
1158 StringHelper::convertStringToIntList( aVec, rKeys, true ); in exclude()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx702 void exclude( const ::rtl::OUString& rKeys );

Completed in 46 milliseconds