Lines Matching refs:m_xGenericUICommands
192 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()
524 … Sequence< ::rtl::OUString > aGenericNameSeq = m_xGenericUICommands->getElementNames(); in getAllCommands()
651 …m_xGenericUICommands = new ConfigurationAccess_UICommand( aGenericUICommand, xEmpty, xServiceManag…
658 pIter->second = m_xGenericUICommands;
670 m_xGenericUICommands.clear(); in ~UICommandDescription()
707 return new ConfigurationAccess_UICommand( _sName,m_xGenericUICommands,m_xServiceManager ); in impl_createConfigAccess()
731 … m_xGenericUICommands, in getByName()
742 return m_xGenericUICommands->getByName( aName ); in getByName()