Home
last modified time | relevance | path

Searched refs:pXSection (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx680 SwXTextSection *const pXSection = in insertTextContentBefore() local
696 else if (pXSection && pXSection->GetFmt() && in insertTextContentBefore()
697 pXSection->GetFmt()->GetDoc() == GetDoc()) in insertTextContentBefore()
741 SwXTextSection *const pXSection = in insertTextContentAfter() local
758 else if (pXSection && pXSection->GetFmt() && in insertTextContentAfter()
759 pXSection->GetFmt()->GetDoc() == GetDoc()) in insertTextContentAfter()
795 SwXTextSection *const pXSection = in removeTextContentBefore() local
812 else if (pXSection && pXSection->GetFmt() && in removeTextContentBefore()
813 pXSection->GetFmt()->GetDoc() == GetDoc()) in removeTextContentBefore()
851 SwXTextSection *const pXSection = in removeTextContentAfter() local
[all …]

Completed in 17 milliseconds