Searched refs:aContextList (Results 1 – 2 of 2) sorted by relevance
92 …ool IsCorrectContext( const ::rtl::OUString& rModuleIdentifier, const rtl::OUString& aContextList ) in IsCorrectContext() argument94 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()
141 …l IsCorrectContext( const ::rtl::OUString& rModuleIdentifier, const ::rtl::OUString& aContextList ) in IsCorrectContext() argument143 if ( aContextList.getLength() == 0 ) in IsCorrectContext()148 sal_Int32 nIndex = aContextList.indexOf( rModuleIdentifier ); in IsCorrectContext()
Completed in 7 milliseconds