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()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 SwXTextSection225 : m_pImpl( new SwXTextSection::Impl(*this, pFmt, bIndexHeader) ) in SwXTextSection()232 SwXTextSection::~SwXTextSection() in ~SwXTextSection()[all …]
617 SwXTextSection *const pSection = in insertTextContent()618 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xContentTunnel); in insertTextContent()680 SwXTextSection *const pXSection = in insertTextContentBefore()681 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xSuccTunnel); in insertTextContentBefore()741 SwXTextSection *const pXSection = in insertTextContentAfter()742 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xPredTunnel); in insertTextContentAfter()795 SwXTextSection *const pXSection = in removeTextContentBefore()796 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xSuccTunnel); in removeTextContentBefore()851 SwXTextSection *const pXSection = in removeTextContentAfter()852 ::sw::UnoTunnelGetImplementation<SwXTextSection>(xPredTunnel); in removeTextContentAfter()
426 xRet = SwXTextSection::CreateXTextSection(0, in MakeInstance()1364 return SwXTextSection::CreateXTextSection(&rFmt); in GetObject()
1002 SwXTextSection::CreateXTextSection( pSectionFmt ); in getPropertyValue()1016 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
240 job242=sw.SwXTextSection
1167 xMeta.set( SwXTextSection::CreateXTextSection(this, in MakeUnoObject()