Lines Matching refs:SwXTextSection

115 class SwXTextSection::Impl
121 SwXTextSection & m_rThis;
129 Impl( SwXTextSection & rThis, in Impl()
177 void SwXTextSection::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify()
189 SwSectionFmt * SwXTextSection::GetFmt() const in GetFmt()
198 SwXTextSection::CreateXTextSection( in CreateXTextSection()
210 SwXTextSection *const pNew = new SwXTextSection(pFmt, bIndexHeader); in CreateXTextSection()
223 SwXTextSection::SwXTextSection( in SwXTextSection() function in SwXTextSection
225 : m_pImpl( new SwXTextSection::Impl(*this, pFmt, bIndexHeader) ) in SwXTextSection()
232 SwXTextSection::~SwXTextSection() in ~SwXTextSection()
239 const uno::Sequence< sal_Int8 > & SwXTextSection::getUnoTunnelId() in getUnoTunnelId()
248 SwXTextSection::getSomething(const uno::Sequence< sal_Int8 >& rId) in getSomething()
251 return ::sw::UnoTunnelImpl<SwXTextSection>(rId, this); in getSomething()
258 SwXTextSection::getParentSection() throw (uno::RuntimeException) in getParentSection()
274 SwXTextSection::getChildSections() throw (uno::RuntimeException) in getChildSections()
296 SwXTextSection::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach()
464 SwXTextSection::getAnchor() throw (uno::RuntimeException) in getAnchor()
493 void SAL_CALL SwXTextSection::dispose() throw (uno::RuntimeException) in dispose()
506 void SAL_CALL SwXTextSection::addEventListener( in addEventListener()
521 void SAL_CALL SwXTextSection::removeEventListener( in removeEventListener()
537 SwXTextSection::getPropertySetInfo() throw (uno::RuntimeException) in getPropertySetInfo()
599 void SwXTextSection::Impl::SetPropertyValues_Impl( in SetPropertyValues_Impl()
977 SwXTextSection::setPropertyValues( in setPropertyValues()
1002 void SwXTextSection::setPropertyValue( in setPropertyValue()
1021 SwXTextSection::Impl::GetPropertyValues_Impl( in GetPropertyValues_Impl()
1341 SwXTextSection::getPropertyValues( in getPropertyValues()
1372 SwXTextSection::getPropertyValue(const OUString& rPropertyName) in getPropertyValue()
1385 void SAL_CALL SwXTextSection::addPropertiesChangeListener( in addPropertiesChangeListener()
1397 void SAL_CALL SwXTextSection::removePropertiesChangeListener( in removePropertiesChangeListener()
1408 void SAL_CALL SwXTextSection::firePropertiesChangeEvent( in firePropertiesChangeEvent()
1421 SwXTextSection::addPropertyChangeListener( in addPropertyChangeListener()
1432 SwXTextSection::removePropertyChangeListener( in removePropertyChangeListener()
1443 SwXTextSection::addVetoableChangeListener( in addVetoableChangeListener()
1454 SwXTextSection::removeVetoableChangeListener( in removeVetoableChangeListener()
1468 SwXTextSection::getPropertyState(const OUString& rPropertyName) in getPropertyState()
1481 SwXTextSection::getPropertyStates( in getPropertyStates()
1569 SwXTextSection::setPropertyToDefault(const OUString& rPropertyName) in setPropertyToDefault()
1719 SwXTextSection::getPropertyDefault(const OUString& rPropertyName) in getPropertyDefault()
1786 OUString SAL_CALL SwXTextSection::getName() throw (uno::RuntimeException) in getName()
1809 void SAL_CALL SwXTextSection::setName(const OUString& rName) in setName()
1860 SwXTextSection::getImplementationName() throw (uno::RuntimeException) in getImplementationName()
1877 sal_Bool SAL_CALL SwXTextSection::supportsService(const OUString& rServiceName) in supportsService()
1888 SwXTextSection::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()
1896 ::sfx2::Metadatable* SwXTextSection::GetCoreObject() in GetCoreObject()
1902 uno::Reference<frame::XModel> SwXTextSection::GetModel() in GetModel()