Lines Matching refs:SwXAutoTextContainer

81 	static uno::Reference< uno::XInterface > xAText = (cppu::OWeakObject*)new SwXAutoTextContainer();;  in SwXAutoTextContainer_createInstance()
104 SwXAutoTextContainer::SwXAutoTextContainer() in SwXAutoTextContainer() function in SwXAutoTextContainer
112 SwXAutoTextContainer::~SwXAutoTextContainer() in ~SwXAutoTextContainer()
119 sal_Int32 SwXAutoTextContainer::getCount(void) throw( uno::RuntimeException ) in getCount()
126 uno::Any SwXAutoTextContainer::getByIndex(sal_Int32 nIndex) in getByIndex()
141 uno::Type SwXAutoTextContainer::getElementType(void) throw( uno::RuntimeException ) in getElementType()
149 sal_Bool SwXAutoTextContainer::hasElements(void) throw( uno::RuntimeException ) in hasElements()
157 uno::Any SwXAutoTextContainer::getByName(const OUString& GroupName) in getByName()
175 uno::Sequence< OUString > SwXAutoTextContainer::getElementNames(void) throw( uno::RuntimeException ) in getElementNames()
194 sal_Bool SwXAutoTextContainer::hasByName(const OUString& Name) in hasByName()
206 uno::Reference< text::XAutoTextGroup > SwXAutoTextContainer::insertNewByName( in insertNewByName()
253 void SwXAutoTextContainer::removeByName(const OUString& aGroupName) in removeByName()
266 OUString SwXAutoTextContainer::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
273 sal_Bool SwXAutoTextContainer::supportsService(const OUString& rServiceName) throw( uno::RuntimeExc… in supportsService()
286 uno::Sequence< OUString > SwXAutoTextContainer::getSupportedServiceNames(void) throw( uno::RuntimeE… in getSupportedServiceNames()