Searched refs:NameContainer (Results 1 – 11 of 11) sorted by relevance
52 NameContainer::NameContainer( const ::com::sun::star::uno::Type& rType, const OUString& rServicenam… in NameContainer() function in chart::NameContainer60 NameContainer::NameContainer( in NameContainer() function in chart::NameContainer61 const NameContainer & rOther ) in NameContainer()70 NameContainer::~NameContainer() in ~NameContainer()75 OUString SAL_CALL NameContainer::getImplementationName() in getImplementationName()117 void SAL_CALL NameContainer::removeByName( const OUString& Name ) in removeByName()137 Any SAL_CALL NameContainer::getByName( const OUString& rName ) in getByName()146 Sequence< OUString > SAL_CALL NameContainer::getElementNames() in getElementNames()157 sal_Bool SAL_CALL NameContainer::hasByName( const OUString& rName ) in hasByName()164 sal_Bool SAL_CALL NameContainer::hasElements() in hasElements()[all …]
98 $(SLO)$/NameContainer.obj \
46 NameContainer( ::com::sun::star::uno::Type aType );47 virtual ~NameContainer();91 NameContainer::NameContainer( ::com::sun::star::uno::Type aType ) in NameContainer() function in NameContainer96 NameContainer::~NameContainer() in ~NameContainer()116 void SAL_CALL NameContainer::removeByName( const ::rtl::OUString& Name ) in removeByName()149 Any SAL_CALL NameContainer::getByName( const ::rtl::OUString& aName ) in getByName()162 Sequence< ::rtl::OUString > SAL_CALL NameContainer::getElementNames( ) in getElementNames()181 sal_Bool SAL_CALL NameContainer::hasByName( const ::rtl::OUString& aName ) in hasByName()190 sal_Bool SAL_CALL NameContainer::hasElements( ) in hasElements()198 Type SAL_CALL NameContainer::getElementType() in getElementType()[all …]
53 class NameContainer : public impl::NameContainer_Base class56 …NameContainer( const ::com::sun::star::uno::Type& rType, const rtl::OUString& rServicename, const …57 explicit NameContainer( const NameContainer & rOther );58 virtual ~NameContainer();85 NameContainer();//no default contructor
44 class NameContainer : public NameContainer_t class96 NameContainer() {} in NameContainer() function in NameContainer97 virtual ~NameContainer() {} in ~NameContainer()
65 return static_cast<XNameContainer*>( new NameContainer<Reference<XPropertySet> >() ); in XForms_CreateInstance()
136 mxNamespaces( new NameContainer<OUString>() ), in Binding()952 XNameContainer_t xNamespaces = new NameContainer<OUString>(); in _getNamespaces()
114 mxNamespaces( new NameContainer<OUString>() ), in Model()
97 Type NameContainer::getElementType() in getElementType()103 sal_Bool NameContainer::hasElements() in hasElements()111 Any NameContainer::getByName( const OUString& aName ) in getByName()124 Sequence< OUString > NameContainer::getElementNames() in getElementNames()130 sal_Bool NameContainer::hasByName( const OUString& aName ) in hasByName()140 void NameContainer::replaceByName( const OUString& aName, const Any& aElement ) in replaceByName()186 void NameContainer::insertByName( const OUString& aName, const Any& aElement ) in insertByName()233 void NameContainer::removeByName( const OUString& aName ) in removeByName()286 void SAL_CALL NameContainer::addContainerListener( const Reference< XContainerListener >& xListener… in addContainerListener()305 void SAL_CALL NameContainer::addChangesListener( const Reference< XChangesListener >& xListener ) in addChangesListener()[all …]
77 class NameContainer : public ::cppu::BaseMutex, public NameContainer_BASE class93 NameContainer( const ::com::sun::star::uno::Type& rType ) in NameContainer() function in basic::NameContainer233 NameContainer maNameContainer;569 NameContainer maNameContainer;
52 accessing directly the NameContainer returned by getLibraryContainer.
Completed in 49 milliseconds