Home
last modified time | relevance | path

Searched refs:m_xGenericUICommands (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/framework/source/uielement/
H A Duicommanddescription.cxx192 Reference< XNameAccess > m_xGenericUICommands; member in framework::ConfigurationAccess_UICommand
221 m_xGenericUICommands( rGenericUICommands ), in ConfigurationAccess_UICommand()
428 if ( m_xGenericUICommands.is() && !m_bGenericDataRetrieved ) in addGenericInfoToCache()
433 if ( m_xGenericUICommands->getByName( in addGenericInfoToCache()
447 if ( m_xGenericUICommands->getByName( in addGenericInfoToCache()
476 if ( m_xGenericUICommands.is() && m_xGenericUICommands->hasByName( rCommandURL ) ) in getInfoFromCommand()
480 return m_xGenericUICommands->getByName( rCommandURL ); in getInfoFromCommand()
521 if ( m_xGenericUICommands.is() ) in getAllCommands()
658 pIter->second = m_xGenericUICommands;
670 m_xGenericUICommands.clear(); in ~UICommandDescription()
[all …]
/aoo42x/main/framework/source/uiconfiguration/
H A Duicategorydescription.cxx450m_xGenericUICommands = new ConfigurationAccess_UICategory( aGenericCategories, xEmpty, xServiceMan…
458 pCatIter->second = m_xGenericUICommands;
468 return new ConfigurationAccess_UICategory( _sName,m_xGenericUICommands,m_xServiceManager ); in impl_createConfigAccess()
/aoo42x/main/framework/inc/uielement/
H A Duicommanddescription.hxx107 …:sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xGenericUICommands;

Completed in 33 milliseconds