Home
last modified time | relevance | path

Searched refs:getCellByPosition (Results 1 – 25 of 189) sorted by last modified time

12345678

/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java296 XCell cell = currentSheet.getCellByPosition(7, 7); in testStandardFilterOptionCopyOutput()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx442 Reference< XCell > SAL_CALL TableModel::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) thro… in getCellByPosition() function in sdr::table::TableModel
1114 Reference< XMergeableCell > xCell( getCellByPosition( nCol, nRow ), UNO_QUERY ); in optimize()
1151 Reference< XMergeableCell > xCell( getCellByPosition( nCol, nRow ), UNO_QUERY ); in optimize()
1203 CellRef xOriginCell( dynamic_cast< Cell* >( getCellByPosition( nCol, nRow ).get() ) ); in merge()
1218 CellRef xCell( dynamic_cast< Cell* >( getCellByPosition( nTempCol, nRow ).get() ) ); in merge()
H A Dcell.cxx1799 Reference< XCell > xCell( mxTable->getCellByPosition( nCol, nRow ) ); in getName()
H A Dsvdotable.cxx624 xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( rPos.mnCol, rPos.mnRow ).get() ) ); in getCell()
1602 …mpImpl->mxActiveCell.set( dynamic_cast< Cell* >( mpImpl->mxTable->getCellByPosition( rPos.mnCol, r… in setActiveCell()
1607 …mpImpl->mxActiveCell.set( dynamic_cast< Cell* >( mpImpl->mxTable->getCellByPosition( aOrigin.mnCol… in setActiveCell()
2729 CellRef xTargetCell( dynamic_cast< Cell* >( xNewTable->getCellByPosition( nCol, nRow ).get() ) ); in CloneRange()
2731 …xTargetCell->cloneFrom( dynamic_cast< Cell* >( xTable->getCellByPosition( rStart.mnCol + nCol, rSt… in CloneRange()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7803 Reference< XCell > xCell( xCellRange->getCellByPosition( nColumn, nRow ) ); in ApplyCellLineAttributes()
7879 Reference< XCell > xCell( xCellRange->getCellByPosition( nColumn, nRow ) ); in CreateTable()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx695 …uno::Reference< table::XCellRange > xCellRange( xRangeArea->getCellByPosition( aPos.m_nCol, aPos.… in nextElement()
1490 uno::Reference< table::XCell > xCell( mxRange->getCellByPosition( j, i ), uno::UNO_QUERY_THROW ); in visitArray()
1751 …uno::Reference< sheet::XCellAddressable > xCellAddressable(mxRange->getCellByPosition(0, 0), uno::… in getRow()
1767 …uno::Reference< sheet::XCellAddressable > xCellAddressable(mxRange->getCellByPosition(0, 0), uno::… in getColumn()
1875 …uno::Reference< text::XTextRange > xTextRange(mxRange->getCellByPosition(0,0), uno::UNO_QUERY_THRO… in getText()
2482 uno::Reference< sheet::XCellAddressable > xDestination( xDest->getCellByPosition( in Copy()
2508 uno::Reference< sheet::XCellAddressable > xDestination( xDest->getCellByPosition( in Cut()
3621 …uno::Reference< text::XSimpleText > xSimple(mxRange->getCellByPosition(0,0) , uno::UNO_QUERY_THROW… in characters()
4911 …uno::Reference< table::XCell > xCell( rxRange->getCellByPosition( nCol, nRow ), uno::UNO_SET_THROW… in lclGetPrefixChar()
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx709 xCell = xSheet->getCellByPosition( rAddress.Column, rAddress.Row ); in getCellFromDoc()
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java130 XCell xCell = xSheet.getCellByPosition( x, y); in testOneDoc()
153 XCell xCell = xSheet.getCellByPosition( nTestIdCol, y); in testOneDoc()
162 xCell = xSheet.getCellByPosition( nTestOkCol, y); in testOneDoc()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java954 oSheet.getCellByPosition(1, 1).setValue(1); in fillCalcDocWithContent()
955 oSheet.getCellByPosition(4, 5).setValue(1); in fillCalcDocWithContent()
956 oSheet.getCellByPosition(3, 2).setFormula("xTextDoc"); in fillCalcDocWithContent()
957 oSheet.getCellByPosition(3, 3).setFormula("xTextDoc"); in fillCalcDocWithContent()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java128 XCell xCell = xCellRange.getCellByPosition(0, 1); in useWriter()
228 XCell xCell = xSpreadsheetCells.getCellByPosition(0,1); in useCalc()
355 XCell xCell = xCellRange.getCellByPosition(0,0); in manipulateTable()
358 xCell = xCellRange.getCellByPosition(1,0); in manipulateTable()
361 xCell = xCellRange.getCellByPosition(1,1); in manipulateTable()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCellMerge.java88 XCell cell = sheet.getCellByPosition(0, 0); in testCellMerge()
H A DInsertDeleteRowAndColumn.java83 sheet.getCellByPosition( 0, nRow ).setValue( nRow ); in testInsertDeleteRows()
91 XCell cell = sheet.getCellByPosition(0, 2); in testInsertDeleteRows()
101 XCell cellA3 = sheet.getCellByPosition(0, 2); in testInsertDeleteRows()
102 XCell cellA4 = sheet.getCellByPosition(0, 3); in testInsertDeleteRows()
129 sheet.getCellByPosition( 1, nRow ).setValue( nRow ); in testInsertDeleteColumns()
137 XCell cell = sheet.getCellByPosition(2, 1); in testInsertDeleteColumns()
147 XCell cellA3 = sheet.getCellByPosition(1, 2); in testInsertDeleteColumns()
148 XCell cellA4 = sheet.getCellByPosition(1, 3); in testInsertDeleteColumns()
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java270 xcellrange.getCellByPosition( in recalc()
279 XCell xcell = xcellrange.getCellByPosition( in recalc()
345 XCell xcell = xcellrange.getCellByPosition( in recalc()
473 xcellrange.getCellByPosition( in recalc()
507 xcellrange.getCellByPosition( in recalc()
645 XCell xcellStartDate = xcellrange.getCellByPosition(intColumn, in getStringFromCell()
669 XCell xcellStartDate = xcellrange.getCellByPosition(intColumn, in setStringToCell()
859 double dHolidayStart = xcellrange.getCellByPosition( in getPrivateHolidays()
862 double dHolidayEnd = xcellrange.getCellByPosition( in getPrivateHolidays()
881 dHolidayStart = xcellrange.getCellByPosition( in getPrivateHolidays()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellsObj.java118 XCell oCell_1 = (XCell)oSheet.getCellByPosition(0, 0); in createTestEnvironment()
124 XCell oCell_2 = (XCell)oSheet.getCellByPosition(5, 1); in createTestEnvironment()
127 XCell oCell_3 = (XCell)oSheet.getCellByPosition(3, 9); in createTestEnvironment()
H A DScDDELinkObj.java184 oSheet.getCellByPosition(5, 5).setFormula( in createTestEnvironment()
186 oSheet.getCellByPosition(1, 4).setFormula( in createTestEnvironment()
H A DScDDELinksObj.java161 oSheet.getCellByPosition(5, 5).setFormula( in createTestEnvironment()
163 oSheet.getCellByPosition(1, 4).setFormula( in createTestEnvironment()
165 oSheet.getCellByPosition(2, 0).setFormula( in createTestEnvironment()
H A DScCellsEnumeration.java124 XCell oCell_1 = (XCell)oSheet.getCellByPosition(0, 0); in createTestEnvironment()
129 XCell oCell_2 = (XCell)oSheet.getCellByPosition(5, 1); in createTestEnvironment()
132 XCell oCell_3 = (XCell)oSheet.getCellByPosition(3, 9); in createTestEnvironment()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2353 pTextTable->getCellByPosition(nCell, nRow), in convertToTable()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx444 uno::Reference<table::XCell> SAL_CALL ScCellCursorObj::getCellByPosition( in getCellByPosition() function in ScCellCursorObj
449 return ScCellRangeObj::getCellByPosition(nColumn,nRow); in getCellByPosition()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_TableColumn.java53 aRange.getCellByPosition(0,0).setFormula("That's a pretty long text"); in _OptimalWidth()
/trunk/main/odk/examples/java/Spreadsheet/
H A DSCalc.java365 xCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java204 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setValueToCell()
217 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setTextToCell()
242 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setFormulaToCell()
255 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getValueFromCell()
271 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getTextFromCell()
308 xCell = xCellRange.getCellByPosition(j, i); in setValueToCellRange()
319 xCell = xCellRange.getCellByPosition(j, i); in setValueToCellRange()
342 xCell = xCellRange.getCellByPosition(j, i); in setTextToCellRange()
355 xCell = xCellRange.getCellByPosition(j, i); in setTextToCellRange()
379 xCell = xCellRange.getCellByPosition(j, i); in getValueFromCellRange()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellAlignment.java152 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment()
169 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment()
H A DCellBorder.java187 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellBorder()
206 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellBorder()
H A DCellColor.java142 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor()
159 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor()

Completed in 195 milliseconds

12345678