Lines Matching refs:getByName
118 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
291 Any SAL_CALL ConfigurationAccess_UICommand::getByName( const ::rtl::OUString& rCommandURL ) in getByName() function in framework::ConfigurationAccess_UICommand
374 … Reference< XNameAccess > xNameAccess(_xConfigAccess->getByName( aNameSeq[i] ),UNO_QUERY); in impl_fill()
380 xNameAccess->getByName( m_aPropUILabel ) >>= aCmdToInfo.aLabel; in impl_fill()
381 xNameAccess->getByName( m_aPropUIContextLabel ) >>= aCmdToInfo.aContextLabel; in impl_fill()
382 xNameAccess->getByName( m_aPropProperties ) >>= aCmdToInfo.nProperties; in impl_fill()
433 if ( m_xGenericUICommands->getByName( in addGenericInfoToCache()
447 if ( m_xGenericUICommands->getByName( in addGenericInfoToCache()
480 return m_xGenericUICommands->getByName( rCommandURL ); in getInfoFromCommand()
683 if ( xNameAccess->getByName( aModuleIdentifier ) >>= aSeq ) in impl_fillElements()
710 Any SAL_CALL UICommandDescription::getByName( const ::rtl::OUString& aName ) in getByName() function in framework::UICommandDescription
742 return m_xGenericUICommands->getByName( aName ); in getByName()