Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/unodraw/
H A DXPropertyTable.cxx50 class SvxUnoXPropertyTable : public WeakImplHelper2< container::XNameContainer, lang::XServiceInfo > class
59 SvxUnoXPropertyTable( sal_Int16 nWhich, XPropertyList* pList ) throw();
61 virtual ~SvxUnoXPropertyTable() throw();
85 SvxUnoXPropertyTable::SvxUnoXPropertyTable( sal_Int16 nWhich, XPropertyList* pList ) throw() in SvxUnoXPropertyTable() function in SvxUnoXPropertyTable
90 SvxUnoXPropertyTable::~SvxUnoXPropertyTable() throw() in ~SvxUnoXPropertyTable()
94 XPropertyEntry* SvxUnoXPropertyTable::get( long index ) const in get()
103 sal_Bool SAL_CALL SvxUnoXPropertyTable::supportsService( const OUString& ServiceName ) in supportsService()
120 void SAL_CALL SvxUnoXPropertyTable::insertByName( const OUString& aName, const uno::Any& aElement… in insertByName()
142 void SAL_CALL SvxUnoXPropertyTable::removeByName( const OUString& Name ) in removeByName()
168 void SAL_CALL SvxUnoXPropertyTable::replaceByName( const OUString& aName, const uno::Any& aElemen… in replaceByName()
[all …]