Lines Matching refs:container

84                             public container::XHierarchicalNameAccess,
85 public container::XNameContainer,
93 uno::Reference< container::XHierarchicalNameAccess > m_xCfgHNA;
94 uno::Reference< container::XNameContainer > m_xCfgNC;
95 uno::Reference< container::XNameReplace > m_xCfgNR;
96 uno::Reference< container::XNameAccess > m_xCfgNA;
97 uno::Reference< container::XElementAccess > m_xCfgEA;
140 throw ( container::NoSuchElementException, uno::RuntimeException );
149 container::ElementExistException,
154 throw ( container::NoSuchElementException,
162 container::NoSuchElementException,
169 throw ( container::NoSuchElementException,
669 static_cast< container::XHierarchicalNameAccess * >( this ), in queryInterface()
670 static_cast< container::XNameAccess * >( this ), in queryInterface()
671 static_cast< container::XElementAccess * >( this ), in queryInterface()
679 static_cast< container::XNameContainer * >( this ), in queryInterface()
680 static_cast< container::XNameReplace * >( this ), in queryInterface()
718 CPPU_TYPE_REF( container::XHierarchicalNameAccess ), in getTypes()
719 CPPU_TYPE_REF( container::XNameAccess ), in getTypes()
747 CPPU_TYPE_REF( container::XHierarchicalNameAccess ), in getTypes()
748 CPPU_TYPE_REF( container::XNameContainer ), in getTypes()
838 throw ( container::NoSuchElementException, uno::RuntimeException ) in getByHierarchicalName()
840 uno::Reference< container::XHierarchicalNameAccess > xOrig in getByHierarchicalName()
841 = ENSURE_ORIG_INTERFACE( container::XHierarchicalNameAccess, HNA ); in getByHierarchicalName()
855 uno::Reference< container::XHierarchicalNameAccess > xOrig in hasByHierarchicalName()
856 = ENSURE_ORIG_INTERFACE( container::XHierarchicalNameAccess, HNA ); in hasByHierarchicalName()
872 throw ( container::NoSuchElementException, in getByName()
876 uno::Reference< container::XNameAccess > xOrig in getByName()
877 = ENSURE_ORIG_INTERFACE( container::XNameAccess, NA ); in getByName()
889 uno::Reference< container::XNameAccess > xOrig in getElementNames()
890 = ENSURE_ORIG_INTERFACE( container::XNameAccess, NA ); in getElementNames()
902 uno::Reference< container::XNameAccess > xOrig in hasByName()
903 = ENSURE_ORIG_INTERFACE( container::XNameAccess, NA ); in hasByName()
920 uno::Reference< container::XElementAccess > xOrig in getElementType()
921 = ENSURE_ORIG_INTERFACE( container::XElementAccess, EA ); in getElementType()
933 uno::Reference< container::XElementAccess > xOrig in hasElements()
934 = ENSURE_ORIG_INTERFACE( container::XElementAccess, EA ); in hasElements()
1018 container::ElementExistException, in insertByName()
1022 uno::Reference< container::XNameContainer > xOrig in insertByName()
1023 = ENSURE_ORIG_INTERFACE( container::XNameContainer, NC ); in insertByName()
1034 throw ( container::NoSuchElementException, in removeByName()
1038 uno::Reference< container::XNameContainer > xOrig in removeByName()
1039 = ENSURE_ORIG_INTERFACE( container::XNameContainer, NC ); in removeByName()
1056 container::NoSuchElementException, in replaceByName()
1060 uno::Reference< container::XNameReplace > xOrig in replaceByName()
1061 = ENSURE_ORIG_INTERFACE( container::XNameReplace, NR ); in replaceByName()