Lines Matching refs:SwXStyleFamilies

200 OUString SwXStyleFamilies::getImplementationName(void) throw( uno::RuntimeException )  in getImplementationName()
207 sal_Bool SwXStyleFamilies::supportsService(const OUString& rServiceName) throw( uno::RuntimeExcepti… in supportsService()
214 uno::Sequence< OUString > SwXStyleFamilies::getSupportedServiceNames(void) throw( uno::RuntimeExcep… in getSupportedServiceNames()
224 SwXStyleFamilies::SwXStyleFamilies(SwDocShell& rDocShell) : in SwXStyleFamilies() function in SwXStyleFamilies
238 SwXStyleFamilies::~SwXStyleFamilies() in ~SwXStyleFamilies()
249 uno::Any SAL_CALL SwXStyleFamilies::getByName(const OUString& Name) in getByName()
277 uno::Sequence< OUString > SwXStyleFamilies::getElementNames(void) throw( uno::RuntimeException ) in getElementNames()
291 sal_Bool SwXStyleFamilies::hasByName(const OUString& Name) throw( uno::RuntimeException ) in hasByName()
305 sal_Int32 SwXStyleFamilies::getCount(void) throw( uno::RuntimeException ) in getCount()
312 uno::Any SwXStyleFamilies::getByIndex(sal_Int32 nIndex) in getByIndex()
329 … ((SwXStyleFamilies*)this)->pxCharStyles = new uno::Reference< container::XNameContainer > (); in getByIndex()
339 … ((SwXStyleFamilies*)this)->pxParaStyles = new uno::Reference< container::XNameContainer > (); in getByIndex()
349 … ((SwXStyleFamilies*)this)->pxPageStyles = new uno::Reference< container::XNameContainer > (); in getByIndex()
359 … ((SwXStyleFamilies*)this)->pxFrameStyles = new uno::Reference< container::XNameContainer > (); in getByIndex()
369 … ((SwXStyleFamilies*)this)->pxNumberingStyles = new uno::Reference< container::XNameContainer > (); in getByIndex()
385 uno::Type SwXStyleFamilies::getElementType(void) in getElementType()
394 sal_Bool SwXStyleFamilies::hasElements(void) throw( uno::RuntimeException ) in hasElements()
401 void SwXStyleFamilies::loadStylesFromURL(const OUString& rURL, in loadStylesFromURL()
451 uno::Sequence< beans::PropertyValue > SwXStyleFamilies::getStyleLoaderOptions(void) in getStyleLoaderOptions()