Searched refs:m_xUICommandLabels (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/svtools/source/uno/ |
H A D | contextmenuhelper.cxx | 416 m_xUICommandLabels.clear(); in associateUIConfigurationManagers() 479 a >>= m_xUICommandLabels; in associateUIConfigurationManagers() 565 if ( m_xUICommandLabels.is() ) in getLabelFromCommandURL() 573 uno::Any a( m_xUICommandLabels->getByName( aCmdURL )); in getLabelFromCommandURL()
|
/aoo4110/main/framework/source/uielement/ |
H A D | toolbarmanager.cxx | 442 if ( m_xUICommandLabels.is() ) in UpdateImageOrientation() 447 m_xUICommandLabels->getByName( in UpdateImageOrientation() 449 m_xUICommandLabels->getByName( in UpdateImageOrientation() 874 xNameAccess->getByName( m_aModuleIdentifier ) >>= m_xUICommandLabels; in GetPropsForCommand() 878 if ( m_xUICommandLabels.is() ) in GetPropsForCommand() 881 m_xUICommandLabels->getByName( rCmdURL ) >>= aPropSeq; in GetPropsForCommand()
|
H A D | macrosmenucontroller.cxx | 178 …return framework::RetrieveLabelFromCommand(aCmdURL,m_xServiceManager,m_xUICommandLabels,m_xFrame,m… in RetrieveLabelFromCommand()
|
H A D | statusbarmanager.cxx | 362 …return framework::RetrieveLabelFromCommand(aCmdURL,m_xServiceManager,m_xUICommandLabels,m_xFrame,m… in RetrieveLabelFromCommand()
|
H A D | menubarmanager.cxx | 430 m_xUICommandLabels.clear(); in dispose() 1213 …return framework::RetrieveLabelFromCommand(aCmdURL,mxServiceFactory,m_xUICommandLabels,m_xFrame,m_… in RetrieveLabelFromCommand()
|
/aoo4110/main/framework/inc/uielement/ |
H A D | macrosmenucontroller.hxx | 61 … ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xUICommandLabels;
|
H A D | statusbarmanager.hxx | 118 …uno::Reference< com::sun::star::container::XNameAccess > m_xUICommandLabels; member in framework::StatusBarManager
|
H A D | toolbarmanager.hxx | 229 …n::star::uno::Reference< com::sun::star::container::XNameAccess > m_xUICommandLabels; member in framework::ToolBarManager
|
H A D | menubarmanager.hxx | 255 …sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xUICommandLabels;
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | contextmenuhelper.hxx | 119 …::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xUICommandLabels;
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 1175 …Reference< ::com::sun::star::container::XNameAccess > m_xUICommandLabels( xNameAccess->getByName( … in ImplRetrieveLabelFromCommand() local 1177 if( m_xUICommandLabels->getByName( aCmdURL ) >>= aPropSeq ) in ImplRetrieveLabelFromCommand()
|
Completed in 121 milliseconds