Searched refs:CheckForOwnMemberMeta (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 612 virtual bool CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb) 670 bool SwXMetaText::CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb) in CheckForOwnMemberMeta() function in SwXMetaText 673 return m_rMeta.CheckForOwnMemberMeta(rPam, bAbsorb); in CheckForOwnMemberMeta() 886 bool SwXMeta::CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb) in CheckForOwnMemberMeta() function in SwXMeta
|
H A D | unotext.cxx | 181 bool SwXText::CheckForOwnMemberMeta(const SwPaM &, const bool) in CheckForOwnMemberMeta() function in SwXText 367 bForceExpandHints = CheckForOwnMemberMeta(*pPam, bAbsorb); in insertString() 435 const bool bForceExpandHints(CheckForOwnMemberMeta(aPam, bAbsorb)); in insertControlCharacter() 602 const bool bForceExpandHints(CheckForOwnMemberMeta(aPam, bAbsorb)); in insertTextContent()
|
H A D | unoobj.cxx | 2004 ->CheckForOwnMemberMeta(*GetPaM(), true) ); in setString()
|
/aoo41x/main/sw/inc/ |
H A D | unotext.hxx | 77 virtual bool CheckForOwnMemberMeta(
|
/aoo41x/main/sw/source/core/inc/ |
H A D | unometa.hxx | 114 bool CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb)
|
Completed in 45 milliseconds