Searched refs:aUIElementName (Results 1 – 8 of 8) sorted by relevance
46 @param aUIElementName54 void functionExecute( [in] string aUIElementName, [in] string aCommand );
300 const ::rtl::OUString& aUIElementName, in functionExecute()310 pToolBarManager->notifyRegisteredControllers( aUIElementName, aCommand ); in functionExecute()
1594 void ToolBarManager::notifyRegisteredControllers( const rtl::OUString& aUIElementName, const rtl::O… in notifyRegisteredControllers() argument1600 m_aSubToolBarControllerMap.find( aUIElementName ); in notifyRegisteredControllers()
215 rtl::OUString aUIElementName( aUIElementNames[n].copy( 0, nIndex )); in impl_preloadUIElementTypeList() local217 if (( aUIElementName.getLength() > 0 ) && in impl_preloadUIElementTypeList()220 aUIElementData.aResourceURL = aResURLPrefix + aUIElementName; in impl_preloadUIElementTypeList()
272 OUString aUIElementName( aUIElementNames[n].copy( 0, nIndex )); in impl_preloadUIElementTypeList() local274 if (( aUIElementName.getLength() > 0 ) && in impl_preloadUIElementTypeList()277 aUIElementData.aResourceURL = aResURLPrefix + aUIElementName; in impl_preloadUIElementTypeList()
242 rtl::OUString aUIElementName( aUIElementNames[n].copy( 0, nIndex )); in impl_preloadUIElementTypeList() local244 if (( aUIElementName.getLength() > 0 ) && in impl_preloadUIElementTypeList()247 aUIElementData.aResourceURL = aResURLPrefix + aUIElementName; in impl_preloadUIElementTypeList()
77 …virtual void SAL_CALL functionExecute( const ::rtl::OUString& aUIElementName, const ::rtl::OUStrin…
133 …void notifyRegisteredControllers( const rtl::OUString& aUIElementName, const rtl::OUString& aComma…
Completed in 76 milliseconds