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() 1239 else if (CURSOR_META == m_pImpl->m_eType) in gotoStart() 1268 else if (CURSOR_META == m_pImpl->m_eType) in gotoEnd() 1368 if (CURSOR_META == m_pImpl->m_eType) in gotoRange() 1483 if (bRet && (CURSOR_META == m_pImpl->m_eType)) in gotoNextWord() 1526 if (bRet && (CURSOR_META == m_pImpl->m_eType)) in gotoPreviousWord() 1565 else if (CURSOR_META == m_pImpl->m_eType) in gotoEndOfWord() 1603 else if (CURSOR_META == m_pImpl->m_eType) in gotoStartOfWord() [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
|