Home
last modified time | relevance | path

Searched refs:aModuleIdentifier (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx164 ::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 Dmenubarwrapper.cxx143 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 Dmenubarmanager.cxx1333 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 Dtoolbarsmenucontroller.cxx860 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 Duicommanddescription.cxx678 ::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 Daddonstoolbarmanager.cxx254 ::rtl::OUString aModuleIdentifier; in FillToolbar()
259 aModuleIdentifier = xModuleManager->identify( m_xFrame ); in FillToolbar()
290 if ( IsCorrectContext( aModuleIdentifier, aContext )) in FillToolbar()
H A Dgenerictoolbarcontroller.cxx329aModuleIdentifier, const Reference< XIndexAccess >& xMenuDesc ) : GenericToolbarController( rServi… in MenuToolbarController() argument
/trunk/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx110 ::rtl::OUString aModuleIdentifier; in hasButtonsInContext()
113 aModuleIdentifier = m_xModuleManager->identify( rFrame ); in hasButtonsInContext()
138 bIsCorrectContext = IsCorrectContext( aModuleIdentifier, aContextList ); in hasButtonsInContext()
H A Dmenubarfactory.cxx171 …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 Drecfloat.cxx54 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 Djobexecutor.cxx239 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 Dwindowstateconfiguration.cxx1377 ::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 Dimagemanagerimpl.hxx80 const ::rtl::OUString& aModuleIdentifier );
H A Dimagemanagerimpl.cxx178 …uno::Reference< XMultiServiceFactory >& rServiceManager, const rtl::OUString& aModuleIdentifier ) : in CmdImageList() argument
180 m_aModuleIdentifier( aModuleIdentifier ), in CmdImageList()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx270 ::rtl::OUString aModuleIdentifier( m_aModuleIdentifier ); in implts_reset()
282 ::rtl::OUString aOldModuleIdentifier( aModuleIdentifier ); in implts_reset()
285aModuleIdentifier = 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 DXUIElementFactoryRegistration.idl134 @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 Duielementfactorymanager.hxx134 …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 Dsfxhelp.cxx707 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 Dmenubarmanager.hxx120 const rtl::OUString& aModuleIdentifier,
231 …( Menu* pMenuBar, const MergeMenuInstructionContainer&, const ::rtl::OUString& aModuleIdentifier );
H A Dstatusbarmerger.hxx53 const ::rtl::OUString& aModuleIdentifier );
H A Dgenerictoolbarcontroller.hxx83 const rtl::OUString& aModuleIdentifier,
H A Dmenubarmerger.hxx67 … IsCorrectContext( const ::rtl::OUString& aContext, const ::rtl::OUString& aModuleIdentifier );
H A Dtoolbarmerger.hxx76 … IsCorrectContext( const ::rtl::OUString& aContext, const ::rtl::OUString& aModuleIdentifier );
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx791 ::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 DViewShellBase.cxx1168 ::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()

Completed in 175 milliseconds

12