Lines Matching refs:m_aModuleIdentifier
868 m_aModuleIdentifier = xModuleManager->identify( xIfac ); in GetPropsForCommand()
870 if ( m_aModuleIdentifier.getLength() > 0 ) in GetPropsForCommand()
874 xNameAccess->getByName( m_aModuleIdentifier ) >>= m_xUICommandLabels; in GetPropsForCommand()
971 m_xToolbarControllerFactory->hasController( aCommandURL, m_aModuleIdentifier )) in CreateControllers()
977 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
1045 …roller( m_xServiceManager, m_xFrame, m_pToolBar, nId, aCommandURL, m_aModuleIdentifier, m_aMenuMap… in CreateControllers()
1101 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
1267 m_aModuleIdentifier = xModuleManager->identify( Reference< XInterface >( m_xFrame, UNO_QUERY ) ); in FillToolbar()
1278 m_xUICfgMgr = xModuleCfgMgrSupplier->getUIConfigurationManager( m_aModuleIdentifier ); in FillToolbar()
1469 if ( ToolBarMerger::IsCorrectContext( rInstruction.aMergeContext, m_aModuleIdentifier )) in FillToolbar()
1485 m_aModuleIdentifier, in FillToolbar()
1497 m_aModuleIdentifier, in FillToolbar()
2320 …ationManager > xUICfgMgr = xModuleCfgMgrSupplier->getUIConfigurationManager( m_aModuleIdentifier ); in RetrieveShortcut()