Home
last modified time | relevance | path

Searched refs:NameContainer (Results 1 – 11 of 11) sorted by relevance

/trunk/main/chart2/source/tools/
H A DNameContainer.cxx52 NameContainer::NameContainer( const ::com::sun::star::uno::Type& rType, const OUString& rServicenam… in NameContainer() function in chart::NameContainer
60 NameContainer::NameContainer( in NameContainer() function in chart::NameContainer
61 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 …]
H A Dmakefile.mk98 $(SLO)$/NameContainer.obj \
/trunk/main/comphelper/source/container/
H A Dnamecontainer.cxx46 NameContainer( ::com::sun::star::uno::Type aType );
47 virtual ~NameContainer();
91 NameContainer::NameContainer( ::com::sun::star::uno::Type aType ) in NameContainer() function in NameContainer
96 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 …]
/trunk/main/chart2/source/inc/
H A DNameContainer.hxx53 class NameContainer : public impl::NameContainer_Base class
56NameContainer( 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 constructor
/trunk/main/forms/source/xforms/
H A DNameContainer.hxx44 class NameContainer : public NameContainer_t class
96 NameContainer() {} in NameContainer() function in NameContainer
97 virtual ~NameContainer() {} in ~NameContainer()
H A Dxforms_services.cxx65 return static_cast<XNameContainer*>( new NameContainer<Reference<XPropertySet> >() ); in XForms_CreateInstance()
H A Dbinding.cxx136 mxNamespaces( new NameContainer<OUString>() ), in Binding()
952 XNameContainer_t xNamespaces = new NameContainer<OUString>(); in _getNamespaces()
H A Dmodel.cxx114 mxNamespaces( new NameContainer<OUString>() ), in Model()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx97 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 …]
/trunk/main/basic/source/inc/
H A Dnamecont.hxx77 class NameContainer : public ::cppu::BaseMutex, public NameContainer_BASE class
93 NameContainer( const ::com::sun::star::uno::Type& rType ) in NameContainer() function in basic::NameContainer
233 NameContainer maNameContainer;
569 NameContainer maNameContainer;
/trunk/main/udkapi/com/sun/star/script/
H A DXStarBasicAccess.idl52 accessing directly the NameContainer returned by getLibraryContainer.

Completed in 68 milliseconds