Searched refs:SwXTextSection (Results 1 – 11 of 11) sorted by relevance
1 "SwXTextSection";"com::sun::star::text::XTextSection";"getParentSection()"2 "SwXTextSection";"com::sun::star::text::XTextSection";"getChildSections()"3 "SwXTextSection";"com::sun::star::lang::XComponent";"dispose()"4 "SwXTextSection";"com::sun::star::lang::XComponent";"addEventListener()"5 "SwXTextSection";"com::sun::star::lang::XComponent";"removeEventListener()"6 "SwXTextSection";"com::sun::star::text::TextContent";"AnchorType#optional"7 "SwXTextSection";"com::sun::star::text::TextContent";"AnchorTypes#optional"8 "SwXTextSection";"com::sun::star::text::TextContent";"TextWrap#optional"9 "SwXTextSection";"com::sun::star::container::XNamed";"getName()"10 "SwXTextSection";"com::sun::star::container::XNamed";"setName()"[all …]
115 class SwXTextSection::Impl121 SwXTextSection & m_rThis;129 Impl( SwXTextSection & rThis, in Impl()172 void SwXTextSection::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify()184 SwSectionFmt * SwXTextSection::GetFmt() const in GetFmt()193 SwXTextSection::CreateXTextSection( in CreateXTextSection()205 SwXTextSection *const pNew = new SwXTextSection(pFmt, bIndexHeader); in CreateXTextSection()218 SwXTextSection::SwXTextSection( in SwXTextSection() function in SwXTextSection220 : m_pImpl( new SwXTextSection::Impl(*this, pFmt, bIndexHeader) ) in SwXTextSection()227 SwXTextSection::~SwXTextSection() in ~SwXTextSection()[all …]
610 SwXTextSection *const pSection = in insertTextContent()611 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xContentTunnel); in insertTextContent()672 SwXTextSection *const pXSection = in insertTextContentBefore()673 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xSuccTunnel); in insertTextContentBefore()732 SwXTextSection *const pXSection = in insertTextContentAfter()733 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xPredTunnel); in insertTextContentAfter()785 SwXTextSection *const pXSection = in removeTextContentBefore()786 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xSuccTunnel); in removeTextContentBefore()840 SwXTextSection *const pXSection = in removeTextContentAfter()841 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xPredTunnel); in removeTextContentAfter()
424 xRet = SwXTextSection::CreateXTextSection(0, in MakeInstance()1351 return SwXTextSection::CreateXTextSection(&rFmt); in GetObject()
981 SwXTextSection::CreateXTextSection( pSectionFmt ); in getPropertyValue()995 SwXTextSection::CreateXTextSection( in getPropertyValue()
64 class SwXTextSection class73 SwXTextSection(SwSectionFmt *const pFmt, const bool bIndexHeader = false);75 virtual ~SwXTextSection();
61 public class SwXTextSection extends TestCase { class
95 -o sw.SwXTextSection
74 sw.SwXTextSection::com::sun::star::text::TextSection
235 job236=sw.SwXTextSection
1167 xMeta.set( SwXTextSection::CreateXTextSection(this, in MakeUnoObject()