Searched refs:CURSOR_META (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1005 if (CURSOR_META == m_pImpl->m_eType) in IsAtEndOfMeta() 1156 if (CURSOR_META == m_pImpl->m_eType) in goLeft() 1177 if (CURSOR_META == m_pImpl->m_eType) in goRight() 1368 if (CURSOR_META == m_pImpl->m_eType) in gotoRange() 1693 if (CURSOR_META == m_pImpl->m_eType) in gotoNextSentence() 1724 if (CURSOR_META == m_pImpl->m_eType) in gotoPreviousSentence() 1752 if (CURSOR_META == m_pImpl->m_eType) in gotoStartOfSentence() 1779 if (CURSOR_META == m_pImpl->m_eType) in gotoEndOfSentence() 1826 if (CURSOR_META == m_pImpl->m_eType) in gotoStartOfParagraph() 1853 if (CURSOR_META == m_pImpl->m_eType) in gotoEndOfParagraph() [all …]
|
H A D | unorefmk.cxx | 649 : SwXText(&rDoc, CURSOR_META) in SwXMetaText() 666 new SwXTextCursor(*GetDoc(), &m_rMeta, CURSOR_META, *rPam.GetPoint(), in PrepareForAttach() 691 new SwXTextCursor(*GetDoc(), &m_rMeta, CURSOR_META, aPos)); in CreateCursor()
|
H A D | unotext.cxx | 184 ASSERT(CURSOR_META != m_pImpl->m_eType, "should not be called!"); in CheckForOwnMemberMeta() 363 if (CURSOR_META == m_pImpl->m_eType) in insertString() 998 if (CURSOR_META != m_pImpl->m_eType) in setString()
|
/trunk/main/sw/inc/ |
H A D | unobaseclass.hxx | 62 CURSOR_META, // meta/meta-field enumerator
|
Completed in 86 milliseconds