Home
last modified time | relevance | path

Searched refs:xCellCursor (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/table/
H A Dxcellcursor.cxx31 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 Dxcellcursor.cxx33 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 Dsccellcursorobj.cxx178 …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 Dsccellcursorobj.cxx178 …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 DDBColumn.java410 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 DDBColumn.java410 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 Dxdatapilottable2.cxx241 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 Dxdatapilottable2.cxx242 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 DTextDocuments.java665 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 DTextDocuments.java665 XTextCursor xCellCursor = xCellText.createTextCursor(); in insertIntoCell() local
668 XPropertySet.class, xCellCursor ); in insertIntoCell()