Searched refs:CURSOR_TBLTEXT (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | unobaseclass.hxx | 53 CURSOR_TBLTEXT, enumerator
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1231 || (CURSOR_TBLTEXT == m_pImpl->m_eType) in gotoStart() 1260 || (CURSOR_TBLTEXT == m_pImpl->m_eType) in gotoEnd() 1327 case CURSOR_TBLTEXT: eSearchNodeType = SwTableBoxStartNode; break; in gotoRange() 3206 const CursorType eSetType = (CURSOR_TBLTEXT == m_pImpl->m_eType) in createEnumeration() 3208 SwTableNode const*const pStartNode( (CURSOR_TBLTEXT == m_pImpl->m_eType) in createEnumeration()
|
H A D | unoobj2.cxx | 492 (CURSOR_TBLTEXT == eType)) in Impl() 638 if ((CURSOR_TBLTEXT != m_eCursorType) && in NextElement_Impl() 647 if (((CURSOR_TBLTEXT != m_eCursorType) && in NextElement_Impl()
|
H A D | unotbl.cxx | 753 SwXText(pTblFmt->GetDoc(), CURSOR_TBLTEXT), in SwXCell() 763 SwXText(pTblFmt->GetDoc(), CURSOR_TBLTEXT), in SwXCell() 989 new SwXTextCursor(*GetDoc(), this, CURSOR_TBLTEXT, aPos); in createTextCursor() 1022 new SwXTextCursor(*GetDoc(), this, CURSOR_TBLTEXT, in createTextCursorByRange() 1159 new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_TBLTEXT, in createEnumeration()
|
H A D | unotext.cxx | 571 case CURSOR_TBLTEXT: eSearchNodeType = SwTableBoxStartNode; break; in insertTextContent() 1062 case CURSOR_TBLTEXT: eSearchNodeType = SwTableBoxStartNode; break; in CheckForOwnMember()
|
Completed in 153 milliseconds