/trunk/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 164 ::rtl::OUString aModuleIdentifier = GetModuleIdentifier( rServiceManager, rFrame ); in CreateAddonMenu() 165 …pAddonMenu, ADDON_MENU, MENU_APPEND, nUniqueMenuId, rAddonMenuEntries, rFrame, aModuleIdentifier ); in CreateAddonMenu() 255 ::rtl::OUString aModuleIdentifier = GetModuleIdentifier( rServiceManager, rFrame ); in MergeAddonHelpMenu() 256 … pHelpMenu, ADDON_MENU, nInsPos, nUniqueMenuId, rAddonHelpMenuEntries, rFrame, aModuleIdentifier ); in MergeAddonHelpMenu() 293 …::rtl::OUString aModuleIdentifier = GetModuleIdentifier( rServiceMana… in MergeAddonPopupMenus() 308 AddonMenuManager::IsCorrectContext( aModuleIdentifier, aContext )) in MergeAddonPopupMenus() 313 …AddonPopupMenu, ADDON_MENU, MENU_APPEND, nUniqueMenuId, aAddonSubMenu, rFrame, aModuleIdentifier ); in MergeAddonPopupMenus()
|
/trunk/main/framework/source/uielement/ |
H A D | menubarwrapper.cxx | 143 rtl::OUString aModuleIdentifier; in initialize() local 164 aModuleIdentifier = xModuleManager->identify( xFrame ); in initialize() 181 …MenuBarManager::FillMenuWithConfiguration( nId, pVCLMenuBar, aModuleIdentifier, m_xConfigData, xTr… in initialize() 212 aModuleIdentifier, in initialize()
|
H A D | menubarmanager.cxx | 1333 rtl::OUString aModuleIdentifier( rModuleIdentifier ); in FillMenuManager() local 1336 aModuleIdentifier = pMenu->GetHelpCommand( nItemId ); in FillMenuManager() 1437 …( getServiceFactory(), rFrame, m_xURLTransformer,rDispatchProvider, aModuleIdentifier, pPopup, bDe… in FillMenuManager() 1751 rtl::OUString aModuleIdentifier( rModuleIdentifier ); in FillMenu() local 1776 aProp[i].Value >>= aModuleIdentifier; in FillMenu() 1824 if ( aModuleIdentifier.getLength() > 0 ) in FillMenu() 1825 pMenu->SetHelpCommand( nId, aModuleIdentifier ); in FillMenu() 1828 … FillMenu( nId, pNewPopupMenu, aModuleIdentifier, xIndexContainer, xDispatchProvider ); in FillMenu() 2061 rtl::OUString aModuleIdentifier; in Init() local 2082 …( getServiceFactory(), rFrame, m_xURLTransformer,xDispatchProvider, aModuleIdentifier, pPopupMenu,… in Init()
|
H A D | toolbarsmenucontroller.cxx | 860 rtl::OUString aModuleIdentifier; in initialize() local 863 aModuleIdentifier = xModuleManager->identify( m_xFrame ); in initialize() 864 … xPersistentWindowStateSupplier->getByName( aModuleIdentifier ) >>= m_xPersistentWindowState; in initialize() 870 … m_xModuleCfgMgr = xModuleCfgSupplier->getUIConfigurationManager( aModuleIdentifier ); in initialize() 882 m_aModuleIdentifier = aModuleIdentifier; in initialize()
|
H A D | uicommanddescription.cxx | 678 ::rtl::OUString aModuleIdentifier; in impl_fillElements() 682 aModuleIdentifier = aElementNames[i]; in impl_fillElements() 683 if ( xNameAccess->getByName( aModuleIdentifier ) >>= aSeq ) in impl_fillElements() 696 …m_aModuleToCommandFileMap.insert( ModuleToCommandFileMap::value_type( aModuleIdentifier, aCommandS… in impl_fillElements()
|
H A D | addonstoolbarmanager.cxx | 254 ::rtl::OUString aModuleIdentifier; in FillToolbar() 259 aModuleIdentifier = xModuleManager->identify( m_xFrame ); in FillToolbar() 290 if ( IsCorrectContext( aModuleIdentifier, aContext )) in FillToolbar()
|
H A D | generictoolbarcontroller.cxx | 329 …aModuleIdentifier, const Reference< XIndexAccess >& xMenuDesc ) : GenericToolbarController( rServi… in MenuToolbarController() argument
|
/trunk/main/framework/source/uifactory/ |
H A D | addonstoolboxfactory.cxx | 110 ::rtl::OUString aModuleIdentifier; in hasButtonsInContext() 113 aModuleIdentifier = m_xModuleManager->identify( rFrame ); in hasButtonsInContext() 138 bIsCorrectContext = IsCorrectContext( aModuleIdentifier, aContextList ); in hasButtonsInContext()
|
H A D | menubarfactory.cxx | 171 …rtl::OUString aModuleIdentifier = _xModuleManager->identify( Reference< XInterface >( xFrame, UNO_… in CreateUIElement() local 172 if ( aModuleIdentifier.getLength() ) in CreateUIElement() 176 xCfgMgr = xModuleCfgSupplier->getUIConfigurationManager( aModuleIdentifier ); in CreateUIElement()
|
/trunk/main/sfx2/source/dialog/ |
H A D | recfloat.cxx | 54 rtl::OUString aModuleIdentifier; in GetLabelFromCommandURL() local 98 aModuleIdentifier = xModuleManager->identify( xFrame ); in GetLabelFromCommandURL() 106 uno::Any a = xUICommandDescription->getByName( aModuleIdentifier ); in GetLabelFromCommandURL()
|
/trunk/main/framework/source/jobs/ |
H A D | jobexecutor.cxx | 239 rtl::OUString aModuleIdentifier; in notifyEvent() local 242 aModuleIdentifier = m_xModuleManager->identify( aEvent.Source ); in notifyEvent() 289 if (!aCfg.hasCorrectContext(aModuleIdentifier)) in notifyEvent()
|
/trunk/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 1377 ::rtl::OUString aModuleIdentifier; 1381 aModuleIdentifier = aElementNames[i]; 1382 if ( xNameAccess->getByName( aModuleIdentifier ) >>= aSeq ) 1397 …ModuleToFileHashMap.insert( ModuleToWindowStateFileMap::value_type( aModuleIdentifier, aWindowStat… 1415 Any SAL_CALL WindowStateConfiguration::getByName( const ::rtl::OUString& aModuleIdentifier ) in getByName() argument 1420 …oduleToWindowStateFileMap::const_iterator pIter = m_aModuleToFileHashMap.find( aModuleIdentifier ); in getByName()
|
H A D | imagemanagerimpl.hxx | 80 const ::rtl::OUString& aModuleIdentifier );
|
H A D | imagemanagerimpl.cxx | 178 …uno::Reference< XMultiServiceFactory >& rServiceManager, const rtl::OUString& aModuleIdentifier ) : in CmdImageList() argument 180 m_aModuleIdentifier( aModuleIdentifier ), in CmdImageList()
|
/trunk/main/framework/source/layoutmanager/ |
H A D | layoutmanager.cxx | 270 ::rtl::OUString aModuleIdentifier( m_aModuleIdentifier ); in implts_reset() 282 ::rtl::OUString aOldModuleIdentifier( aModuleIdentifier ); in implts_reset() 285 … aModuleIdentifier = m_xModuleManager->identify( Reference< XInterface >( xFrame, UNO_QUERY ) ); in implts_reset() 289 if ( aModuleIdentifier.getLength() && aOldModuleIdentifier != aModuleIdentifier ) in implts_reset() 309 … XUIConfiguration >( xModuleCfgSupplier->getUIConfigurationManager( aModuleIdentifier ), UNO_QUERY… in implts_reset() 319 … xPersistentWindowStateSupplier->getByName( aModuleIdentifier ) >>= xPersistentWindowState; in implts_reset() 379 aModuleIdentifier = ::rtl::OUString(); in implts_reset() 390 m_aModuleIdentifier = aModuleIdentifier; in implts_reset() 1181 rtl::OUString aModuleIdentifier; in implts_setInplaceMenuBar() local 1185 …BarManager( m_xSMGR, m_xFrame, m_xURLTransformer,xDispatchProvider, aModuleIdentifier, pMenuBar, s… in implts_setInplaceMenuBar()
|
/trunk/main/offapi/com/sun/star/ui/ |
H A D | XUIElementFactoryRegistration.idl | 134 @param aModuleIdentifier 142 …void registerFactory( [in] string aType, [in] string aName, [in] string aModuleIdentifier, [in] st… 171 …void deregisterFactory( [in] string aType, [in] string aName, [in] string aModuleIdentifier ) rais…
|
/trunk/main/framework/inc/uifactory/ |
H A D | uielementfactorymanager.hxx | 134 …String& aType, const ::rtl::OUString& aName, const ::rtl::OUString& aModuleIdentifier, const ::rtl… 135 …String& aType, const ::rtl::OUString& aName, const ::rtl::OUString& aModuleIdentifier ) throw (::c…
|
/trunk/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 707 rtl::OUString aModuleIdentifier = getCurrentModuleIdentifier_Impl(); in GetHelpModuleName_Impl() local 709 if ( aModuleIdentifier.getLength() > 0 ) in GetHelpModuleName_Impl() 719 xCont->getByName( aModuleIdentifier ) >>= lProps; in GetHelpModuleName_Impl()
|
/trunk/main/framework/inc/uielement/ |
H A D | menubarmanager.hxx | 120 const rtl::OUString& aModuleIdentifier, 231 …( Menu* pMenuBar, const MergeMenuInstructionContainer&, const ::rtl::OUString& aModuleIdentifier );
|
H A D | statusbarmerger.hxx | 53 const ::rtl::OUString& aModuleIdentifier );
|
H A D | generictoolbarcontroller.hxx | 83 const rtl::OUString& aModuleIdentifier,
|
H A D | menubarmerger.hxx | 67 … IsCorrectContext( const ::rtl::OUString& aContext, const ::rtl::OUString& aModuleIdentifier );
|
H A D | toolbarmerger.hxx | 76 … IsCorrectContext( const ::rtl::OUString& aContext, const ::rtl::OUString& aModuleIdentifier );
|
/trunk/main/svx/source/dialog/ |
H A D | srchdlg.cxx | 791 ::rtl::OUString aModuleIdentifier = xModuleManager->identify( xFrame ); in CalculateDelta_Impl() 792 bCalcApp = aModuleIdentifier.equalsAscii( "com.sun.star.sheet.SpreadsheetDocument" ); in CalculateDelta_Impl() 793 bDrawApp = aModuleIdentifier.equalsAscii( "com.sun.star.drawing.DrawingDocument" ); in CalculateDelta_Impl() 794 … bImpressApp = aModuleIdentifier.equalsAscii( "com.sun.star.presentation.PresentationDocument" ); in CalculateDelta_Impl() 795 bWriterApp = aModuleIdentifier.equalsAscii( "com.sun.star.text.TextDocument" ); in CalculateDelta_Impl()
|
/trunk/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 1168 ::rtl::OUString aModuleIdentifier( xModuleManager->identify( xIfac ) ); in ImplRetrieveLabelFromCommand() 1170 if( aModuleIdentifier.getLength() > 0 ) in ImplRetrieveLabelFromCommand() 1175 …ontainer::XNameAccess > m_xUICommandLabels( xNameAccess->getByName( aModuleIdentifier ), UNO_QUERY… in ImplRetrieveLabelFromCommand()
|