Searched refs:m_xGenericUICommands (Results 1 – 3 of 3) sorted by relevance
192 Reference< XNameAccess > m_xGenericUICommands; member in framework::ConfigurationAccess_UICommand221 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()524 … Sequence< ::rtl::OUString > aGenericNameSeq = m_xGenericUICommands->getElementNames(); in getAllCommands()651 …m_xGenericUICommands = new ConfigurationAccess_UICommand( aGenericUICommand, xEmpty, xServiceManag…[all …]
450 …m_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()
107 …:sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xGenericUICommands;