Home
last modified time | relevance | path

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

/trunk/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx92 …ool IsCorrectContext( const ::rtl::OUString& rModuleIdentifier, const rtl::OUString& aContextList ) in IsCorrectContext() argument
94 if ( aContextList.getLength() == 0 ) in IsCorrectContext()
99 sal_Int32 nIndex = aContextList.indexOf( rModuleIdentifier ); in IsCorrectContext()
136 ::rtl::OUString aContextList; in hasButtonsInContext()
137 if ( rPropSeq[j].Value >>= aContextList ) in hasButtonsInContext()
138 bIsCorrectContext = IsCorrectContext( aModuleIdentifier, aContextList ); in hasButtonsInContext()
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx141 …l IsCorrectContext( const ::rtl::OUString& rModuleIdentifier, const ::rtl::OUString& aContextList ) in IsCorrectContext() argument
143 if ( aContextList.getLength() == 0 ) in IsCorrectContext()
148 sal_Int32 nIndex = aContextList.indexOf( rModuleIdentifier ); in IsCorrectContext()

Completed in 22 milliseconds