/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/table/ |
H A D | xcellcursor.cxx | 31 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToNext() local 38 xCellCursor->gotoNext(); in testGoToNext() 48 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToOffset() local 56 xCellCursor->gotoOffset(4, 4); in testGoToOffset() 68 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToPrevious() local 72 xCellCursor->gotoOffset(4, 4); in testGoToPrevious() 77 xCellCursor->gotoPrevious(); in testGoToPrevious() 86 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToStart() local 90 xCellCursor->gotoStart(); in testGoToStart() 104 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToEnd() local [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/table/ |
H A D | xcellcursor.cxx | 33 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToNext() local 40 xCellCursor->gotoNext(); in testGoToNext() 50 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToOffset() local 58 xCellCursor->gotoOffset(4, 4); in testGoToOffset() 70 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToPrevious() local 74 xCellCursor->gotoOffset(4, 4); in testGoToPrevious() 79 xCellCursor->gotoPrevious(); in testGoToPrevious() 88 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToStart() local 92 xCellCursor->gotoStart(); in testGoToStart() 106 uno::Reference<table::XCellCursor> xCellCursor(init(), UNO_QUERY_THROW); in testGoToEnd() local [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/extras/ |
H A D | sccellcursorobj.cxx | 178 …uno::Reference<table::XCellCursor> xCellCursor(xSheet->createCursorByRange(xSheetCellRange), UNO_Q… in init() local 185 return xCellCursor; in init()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/extras/ |
H A D | sccellcursorobj.cxx | 178 …uno::Reference<table::XCellCursor> xCellCursor(xSheet->createCursorByRange(xSheetCellRange), UNO_Q… in init() local 185 return xCellCursor; in init()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/report/ |
H A D | DBColumn.java | 410 private boolean isNameCell(XTextCursor xCellCursor, String CurFieldName, String CompString) in isNameCell() argument 414 xCellCursor.gotoStart(false); in isNameCell() 415 XTextRange xTextRange = xCellCursor.getEnd(); in isNameCell()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/report/ |
H A D | DBColumn.java | 410 private boolean isNameCell(XTextCursor xCellCursor, String CurFieldName, String CompString) in isNameCell() argument 414 xCellCursor.gotoStart(false); in isNameCell() 415 XTextRange xTextRange = xCellCursor.getEnd(); in isNameCell()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/ |
H A D | xdatapilottable2.cxx | 241 uno::Reference< table::XCellCursor > xCellCursor(xCursor, UNO_QUERY_THROW); in getLastUsedCellAddress() local 242 xCellCursor->gotoEnd(); in getLastUsedCellAddress()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/ |
H A D | xdatapilottable2.cxx | 242 uno::Reference< table::XCellCursor > xCellCursor(xCursor, UNO_QUERY_THROW); in getLastUsedCellAddress() local 243 xCellCursor->gotoEnd(); in getLastUsedCellAddress()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 665 XTextCursor xCellCursor = xCellText.createTextCursor(); in insertIntoCell() local 668 XPropertySet.class, xCellCursor ); in insertIntoCell()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 665 XTextCursor xCellCursor = xCellText.createTextCursor(); in insertIntoCell() local 668 XPropertySet.class, xCellCursor ); in insertIntoCell()
|