Lines Matching refs:xCursor

337 	XTextCursorRef xCursor = xText->createTextCursor();  in lcl_SetText()  local
338 if (!xCursor.is()) return; in lcl_SetText()
339 XTextPositionRef xPos = (XTextPosition*)xCursor->queryInterface(XTextPosition::getSmartUik()); in lcl_SetText()
340 XPropertySetRef xProp = (XPropertySet*)xCursor->queryInterface(XPropertySet::getSmartUik()); in lcl_SetText()
342 xCursor->queryInterface(XControlCharacterInsertable::getSmartUik()); in lcl_SetText()
344 xCursor->queryInterface(XParagraphCursor::getSmartUik()); in lcl_SetText()
349 xCursor->gotoEnd(FALSE); in lcl_SetText()
354 xCursor->gotoStart(FALSE); in lcl_SetText()
356 xCursor->goLeft(5, TRUE); // letzte 5 Zeichen im 1. Absatz in lcl_SetText()
445 XTextCursorRef xCursor = xAnnotationText->createTextCursor(); in lcl_Annotations() local
446 if (xCursor) in lcl_Annotations()
449 xCursor->queryInterface(XTextPosition::getSmartUik()); in lcl_Annotations()
451 xCursor->queryInterface(XControlCharacterInsertable::getSmartUik()); in lcl_Annotations()
458 xCursor->gotoEnd(FALSE); in lcl_Annotations()
459 xCursor->goLeft(1,TRUE); in lcl_Annotations()
504 XLineCursorRef xCursor = xColl->createCursor(); in lcl_Cursor() local
505 if ( xCursor ) in lcl_Cursor()
507 XCellCursorRef xCC = (XCellCursor*)xCursor->queryInterface(XCellCursor::getSmartUik()); in lcl_Cursor()
509 xCursor->queryInterface(XCellRangesCursor::getSmartUik()); in lcl_Cursor()
513 xCursor->goDown( 1, FALSE ); in lcl_Cursor()
1149 XLineCursorRef xCursor = xColl->createCursor(); in lcl_CellCursor() local
1150 if (!xCursor) return; in lcl_CellCursor()
1151 XCellCursorRef xCC = (XCellCursor*)xCursor->queryInterface(XCellCursor::getSmartUik()); in lcl_CellCursor()
1153 …XCellRangesCursorRef xCRC = (XCellRangesCursor*)xCursor->queryInterface(XCellRangesCursor::getSmar… in lcl_CellCursor()
1155 …XCellRangeCursorRef xCR = (XCellRangeCursor*)xCursor->queryInterface(XCellRangeCursor::getSmartUik… in lcl_CellCursor()
1157 …XCellContentCursorRef xCCC = (XCellContentCursor*)xCursor->queryInterface(XCellContentCursor::getS… in lcl_CellCursor()
1159 XFormulaCursorRef xFC = (XFormulaCursor*)xCursor->queryInterface(XFormulaCursor::getSmartUik()); in lcl_CellCursor()
1374 XTextCursorRef xCursor = xText->createTextCursor(); in lcl_CellAttrib() local
1375 if (!xCursor) return; in lcl_CellAttrib()
1377 XTextPositionRef xPos = (XTextPosition*)xCursor->queryInterface(XTextPosition::getSmartUik()); in lcl_CellAttrib()
1378 XPropertySetRef xProp = (XPropertySet*)xCursor->queryInterface(XPropertySet::getSmartUik()); in lcl_CellAttrib()
1379 …XParagraphCursorRef xPar = (XParagraphCursor*)xCursor->queryInterface(XParagraphCursor::getSmartUi… in lcl_CellAttrib()
1382 xCursor->gotoStart(FALSE); in lcl_CellAttrib()
1383 xCursor->goRight(1,FALSE); in lcl_CellAttrib()
1384 xCursor->goRight(1,TRUE); in lcl_CellAttrib()
1392 xCursor->goRight(1,TRUE); in lcl_CellAttrib()
1713 XTextCursorRef xCursor = xCellText->createTextCursor(); in IMPL_LINK() local
1714 if (xCursor) in IMPL_LINK()
1717 xCursor->queryInterface(XTextPosition::getSmartUik()); in IMPL_LINK()
1719 xCursor->queryInterface(XControlCharacterInsertable::getSmartUik()); in IMPL_LINK()
1723 xCursor->gotoStart(FALSE); in IMPL_LINK()
1724 xCursor->goRight(11,TRUE); in IMPL_LINK()
1762 XTextCursorRef xCursor = xText->createTextCursor(); in IMPL_LINK() local
1763 if ( xCursor && xType ) in IMPL_LINK()
1768 xCursor->queryInterface(XTextPosition::getSmartUik()); in IMPL_LINK()
1771 xCursor->gotoEnd(FALSE); in IMPL_LINK()