Lines Matching refs:SvxUnoColorTable
44 class SvxUnoColorTable : public WeakImplHelper2< container::XNameContainer, lang::XServiceInfo > class
50 SvxUnoColorTable() throw();
51 virtual ~SvxUnoColorTable() throw();
84 SvxUnoColorTable::SvxUnoColorTable() throw() in SvxUnoColorTable() function in SvxUnoColorTable
89 SvxUnoColorTable::~SvxUnoColorTable() throw() in ~SvxUnoColorTable()
93 sal_Bool SAL_CALL SvxUnoColorTable::supportsService( const OUString& ServiceName ) throw(uno::Runt… in supportsService()
105 OUString SAL_CALL SvxUnoColorTable::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()
110 uno::Sequence< OUString > SAL_CALL SvxUnoColorTable::getSupportedServiceNames( ) in getSupportedServiceNames()
116 uno::Sequence< OUString > SvxUnoColorTable::getSupportedServiceNames_Static(void) throw() in getSupportedServiceNames_Static()
124 void SAL_CALL SvxUnoColorTable::insertByName( const OUString& aName, const uno::Any& aElement ) in insertByName()
138 void SAL_CALL SvxUnoColorTable::removeByName( const OUString& Name ) in removeByName()
149 void SAL_CALL SvxUnoColorTable::replaceByName( const OUString& aName, const uno::Any& aElement ) in replaceByName()
165 uno::Any SAL_CALL SvxUnoColorTable::getByName( const OUString& aName ) in getByName()
176 uno::Sequence< OUString > SAL_CALL SvxUnoColorTable::getElementNames( ) in getElementNames()
193 sal_Bool SAL_CALL SvxUnoColorTable::hasByName( const OUString& aName ) in hasByName()
201 uno::Type SAL_CALL SvxUnoColorTable::getElementType( ) in getElementType()
207 sal_Bool SAL_CALL SvxUnoColorTable::hasElements( ) in hasElements()
218 return *new SvxUnoColorTable(); in SvxUnoColorTable_createInstance()
269 SvxUnoColorTable::getImplementationName_Static(), in component_getFactory()
271 SvxUnoColorTable::getSupportedServiceNames_Static() ); in component_getFactory()