Lines Matching refs:SwXStyleFamily

298                     *pxCharStyles = new SwXStyleFamily(pDocShell, nType);  in getByIndex()
308 *pxParaStyles = new SwXStyleFamily(pDocShell, nType); in getByIndex()
318 *pxPageStyles = new SwXStyleFamily(pDocShell, nType); in getByIndex()
328 *pxFrameStyles = new SwXStyleFamily(pDocShell, nType); in getByIndex()
338 *pxNumberingStyles = new SwXStyleFamily(pDocShell, nType); in getByIndex()
446 OUString SwXStyleFamily::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
453 sal_Bool SwXStyleFamily::supportsService(const OUString& rServiceName) throw( uno::RuntimeException… in supportsService()
460 uno::Sequence< OUString > SwXStyleFamily::getSupportedServiceNames(void) throw( uno::RuntimeExcepti… in getSupportedServiceNames()
470 SwXStyleFamily::SwXStyleFamily(SwDocShell* pDocSh, sal_uInt16 nFamily) : in SwXStyleFamily() function in SwXStyleFamily
498 SwXStyleFamily::~SwXStyleFamily() in ~SwXStyleFamily()
643 sal_Int32 SwXStyleFamily::getCount(void) throw( uno::RuntimeException ) in getCount()
651 uno::Any SwXStyleFamily::getByIndex(sal_Int32 nTempIndex) in getByIndex()
790 uno::Any SwXStyleFamily::getByName(const OUString& rName) in getByName()
825 uno::Sequence< OUString > SwXStyleFamily::getElementNames(void) throw( uno::RuntimeException ) in getElementNames()
849 sal_Bool SwXStyleFamily::hasByName(const OUString& rName) throw( uno::RuntimeException ) in hasByName()
869 uno::Type SwXStyleFamily::getElementType(void) throw( uno::RuntimeException ) in getElementType()
877 sal_Bool SwXStyleFamily::hasElements(void) throw( uno::RuntimeException ) in hasElements()
886 void SwXStyleFamily::insertByName(const OUString& rName, const uno::Any& rElement) in insertByName()
958 void SwXStyleFamily::replaceByName(const OUString& rName, const uno::Any& rElement) in replaceByName()
993 void SwXStyleFamily::removeByName(const OUString& rName) throw( container::NoSuchElementException, … in removeByName()
1012 uno::Reference< beans::XPropertySetInfo > SAL_CALL SwXStyleFamily::getPropertySetInfo( ) throw (un… in getPropertySetInfo()
1018 void SAL_CALL SwXStyleFamily::setPropertyValue( const ::rtl::OUString&, const uno::Any& ) throw (be… in setPropertyValue()
1023 uno::Any SAL_CALL SwXStyleFamily::getPropertyValue( const ::rtl::OUString& sPropertyName ) throw (b… in getPropertyValue()
1060 void SAL_CALL SwXStyleFamily::addPropertyChangeListener( const ::rtl::OUString&, const uno::Referen… in addPropertyChangeListener()
1065 void SAL_CALL SwXStyleFamily::removePropertyChangeListener( const ::rtl::OUString&, const uno::Refe… in removePropertyChangeListener()
1070 void SAL_CALL SwXStyleFamily::addVetoableChangeListener( const ::rtl::OUString&, const uno::Referen… in addVetoableChangeListener()
1075 void SAL_CALL SwXStyleFamily::removeVetoableChangeListener( const ::rtl::OUString&, const uno::Refe… in removeVetoableChangeListener()
1084 void SwXStyleFamily::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
1097 SwXStyle* SwXStyleFamily::_FindStyle(const String& rStyleName)const in _FindStyle()