Searched refs:CreateTextCursor (Results 1 – 4 of 4) sorted by relevance
59 SwXTextCursor * CreateTextCursor(const bool bIgnoreTables = false);
217 oCursor := Document.Text.CreateTextCursor();
2480 SwXTextCursor * SwXBodyText::CreateTextCursor(const bool bIgnoreTables) in CreateTextCursor() function in SwXBodyText2517 static_cast<text::XWordCursor*>(CreateTextCursor(false)) ); in createTextCursor()
770 SwXTextCursor *const pXTextCursor = pBText->CreateTextCursor(true); in CreateCursorForSearch()