Home
last modified time | relevance | path

Searched refs:m_aModuleIdentifier (Results 1 – 25 of 27) sorted by relevance

12

/aoo42x/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx250 m_aModuleIdentifier = xModuleManager->identify( m_xFrame ); in getUINameFromCommand()
254 xNameAccess->getByName( m_aModuleIdentifier ) >>= m_xUICommandDescription; in getUINameFromCommand()
496 if ( m_aModuleIdentifier.equalsAscii( "com.sun.star.text.TextDocument" ) || in fillPopupMenu()
497 m_aModuleIdentifier.equalsAscii( "com.sun.star.text.WebDocument" ) || in fillPopupMenu()
498 m_aModuleIdentifier.equalsAscii( "com.sun.star.text.GlobalDocument" ) || in fillPopupMenu()
499 m_aModuleIdentifier.equalsAscii( "com.sun.star.drawing.DrawingDocument" ) || in fillPopupMenu()
500 m_aModuleIdentifier.equalsAscii( "com.sun.star.presentation.PresentationDocument" ) || in fillPopupMenu()
501 m_aModuleIdentifier.equalsAscii( "com.sun.star.sheet.SpreadsheetDocument" )) in fillPopupMenu()
504 if ( m_aModuleIdentifier.equalsAscii( "com.sun.star.drawing.DrawingDocument" ) || in fillPopupMenu()
507 else if ( m_aModuleIdentifier.equalsAscii( "com.sun.star.sheet.SpreadsheetDocument" )) in fillPopupMenu()
[all …]
H A Dtoolbarmanager.cxx868 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()
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()
[all …]
H A Dstatusbarmanager.cxx362 …lFromCommand(aCmdURL,m_xServiceManager,m_xUICommandLabels,m_xFrame,m_aModuleIdentifier,m_bModuleId… in RetrieveLabelFromCommand()
397 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
426 m_xStatusbarControllerFactory->hasController( aCommandURL, m_aModuleIdentifier )) in CreateControllers()
575 … if ( !StatusbarMerger::IsCorrectContext( rInstruction.aMergeContext, m_aModuleIdentifier ) ) in FillStatusBar()
587 m_aModuleIdentifier, in FillStatusBar()
597 m_aModuleIdentifier, in FillStatusBar()
H A Dmenubarmanager.cxx1208 …elFromCommand(aCmdURL,mxServiceFactory,m_xUICommandLabels,m_xFrame,m_aModuleIdentifier,m_bModuleId… in RetrieveLabelFromCommand()
1226 aPropValue.Value <<= m_aModuleIdentifier; in CreatePopupMenuController()
1311 m_aModuleIdentifier = rModuleIdentifier; in FillMenuManager()
1560 m_aModuleIdentifier = xModuleManager->identify( m_xFrame ); in RetrieveShortcuts()
1607 …ationManager > xUICfgMgr = xModuleCfgMgrSupplier->getUIConfigurationManager( m_aModuleIdentifier ); in RetrieveShortcuts()
1676 if ( m_aModuleIdentifier.getLength() == 0 ) in RetrieveImageManagers()
1682m_aModuleIdentifier = xModuleManager->identify( Reference< XInterface >( m_xFrame, UNO_QUERY ) ); in RetrieveImageManagers()
1693 …ationManager > xUICfgMgr = xModuleCfgMgrSupplier->getUIConfigurationManager( m_aModuleIdentifier ); in RetrieveImageManagers()
1918 m_aModuleIdentifier = xModuleManager->identify( xFrame ); in SetItemContainer()
1953 …FillMenuWithConfiguration( nId, (Menu *)m_pVCLMenu, m_aModuleIdentifier, rItemContainer, m_xURLTra… in SetItemContainer()
[all …]
H A Dnewmenucontroller.cxx230 …ationManager > xUICfgMgr = xModuleCfgMgrSupplier->getUIConfigurationManager( m_aModuleIdentifier ); in setAccelerators()
514 m_aModuleIdentifier = xModuleManager->identify( m_xFrame ); in impl_setPopupMenu()
518 if (( m_aModuleIdentifier.getLength() > 0 ) && xNameAccess.is() ) in impl_setPopupMenu()
522 if ( xNameAccess->getByName( m_aModuleIdentifier ) >>= aSeq ) in impl_setPopupMenu()
H A Dmacrosmenucontroller.cxx177 sal_Bool bModuleIdentified = m_aModuleIdentifier.getLength() != 0; in RetrieveLabelFromCommand()
178 …lFromCommand(aCmdURL,m_xServiceManager,m_xUICommandLabels,m_xFrame,m_aModuleIdentifier,bModuleIden… in RetrieveLabelFromCommand()
H A Dgenerictoolbarcontroller.cxx329 …ToolBar, nID, aCommand ), m_xMenuDesc( xMenuDesc ), pMenu( NULL ), m_aModuleIdentifier( aModuleIde… in MenuToolbarController()
379 …rManager( m_xServiceManager, m_xFrame, xURLTransformer, xDispatch, m_aModuleIdentifier, pMenu, sal… in createPopupWindow()
H A Daddonstoolbarmanager.cxx330 m_xToolbarControllerFactory->hasController( aURL, m_aModuleIdentifier )) in FillToolbar()
336 aPropValue.Value <<= m_aModuleIdentifier; in FillToolbar()
/aoo42x/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx180 m_aModuleIdentifier( aModuleIdentifier ), in CmdImageList()
206 if ( m_aModuleIdentifier.getLength() > 0 ) in impl_fillCommandToImageNameMap()
212 xCmdDesc->getByName( m_aModuleIdentifier ) >>= xCmdDesc; in impl_fillCommandToImageNameMap()
697 m_pDefaultImageList = new CmdImageList( m_xServiceManager, m_aModuleIdentifier ); in implts_getDefaultImageList()
791 aPropValue.Value >>= m_aModuleIdentifier; in initialize()
H A Dimagemanagerimpl.hxx96 …l::OUString m_aModuleIdentifier; member in framework::CmdImageList
204 …tl::OUString m_aModuleIdentifier; member in framework::ImageManagerImpl
H A Dmoduleuiconfigurationmanager.cxx832m_aModuleIdentifier = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("ModuleIden… in initialize()
1366 aPropValue.Value = makeAny( m_aModuleIdentifier ); in getImageManager()
1386 ::rtl::OUString aModule = m_aModuleIdentifier; in getShortCutManager()
H A Duiconfigurationmanagerimpl.cxx803m_aModuleIdentifier = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("ModuleIden… in initialize()
1347 aPropValue.Value <<= m_aModuleIdentifier; in getImageManager()
1371 ::rtl::OUString aModule = m_aModuleIdentifier; in getShortCutManager()
H A Duiconfigurationmanagerimpl.hxx204 …tl::OUString m_aModuleIdentifier; member in framework::UIConfigurationManagerImpl
/aoo42x/main/framework/inc/uielement/
H A Dmacrosmenucontroller.hxx60 ::rtl::OUString m_aModuleIdentifier;
H A Dgenerictoolbarcontroller.hxx76 rtl::OUString m_aModuleIdentifier; member in framework::MenuToolbarController
H A Dnewmenucontroller.hxx124 rtl::OUString m_aModuleIdentifier; member in framework::NewMenuController
H A Dstatusbarmanager.hxx115m_aModuleIdentifier; member in framework::StatusBarManager
H A Dtoolbarsmenucontroller.hxx111m_aModuleIdentifier; member in framework::ToolbarsMenuController
H A Dtoolbarmanager.hxx225 …tring m_aModuleIdentifier; member in framework::ToolBarManager
H A Dmenubarmanager.hxx252 …UString m_aModuleIdentifier;
/aoo42x/main/svtools/inc/svtools/
H A Dcontextmenuhelper.hxx113 …:rtl::OUString m_aModuleIdentifier;
/aoo42x/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx198 …tl::OUString m_aModuleIdentifier; member in framework::UIConfigurationManager
H A Dmoduleuiconfigurationmanager.hxx212 …tl::OUString m_aModuleIdentifier; member in framework::ModuleUIConfigurationManager
/aoo42x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.hxx333 ::rtl::OUString m_aModuleIdentifier;
H A Dlayoutmanager.cxx270 ::rtl::OUString aModuleIdentifier( m_aModuleIdentifier ); in implts_reset()
390 m_aModuleIdentifier = aModuleIdentifier; in implts_reset()
1709 bool bComponentAttached( m_aModuleIdentifier.getLength() > 0 ); in requestElement()

Completed in 161 milliseconds

12