Home
last modified time | relevance | path

Searched refs:getCellRangeByPosition (Results 26 – 50 of 71) sorted by relevance

123

/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXCellRange.java121 oObj = the_Range.getCellRangeByPosition(0, 0, 3, 4); in createTestEnvironment()
/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java109 XCellRange xCellRange = xSheet.getCellRangeByPosition( 1, 4, 2, 14 ); in testDeleteContents()
/aoo42x/main/sc/inc/
H A Dcursuno.hxx80 getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,
/aoo42x/main/sc/source/ui/vba/
H A Dvbapane.cxx86 …uno::Reference< table::XCellRange > xRange( xSheet->getCellRangeByPosition( aRangeAddr.StartColumn… in getVisibleRange()
H A Dvbarange.cxx1142 xRange->getCellRangeByPosition( in createRangeFromRange()
1317 lclClearRange( rxCellRange->getCellRangeByPosition( 1, 0, nLastColIdx, 0 ) ); in lclExpandAndMerge()
1320 lclClearRange( rxCellRange->getCellRangeByPosition( 0, 1, nLastColIdx, nLastRowIdx ) ); in lclExpandAndMerge()
1333 …uno::Reference< table::XCellRange > xTopLeft( rxCellRange->getCellRangeByPosition( 0, 0, 0, 0 ), u… in lclGetMergedState()
2201 …return new ScVbaRange( xParent, xContext, xSheetRange->getCellRangeByPosition( nColumn, nRow, … in CellsHelper()
2585 return new ScVbaRange( mxParent, mxContext,xRange->getCellRangeByPosition( in Resize()
2670 xRanges->getCellRangeByPosition( getColumn()-1, getRow()-1, in Range()
5052 …uno::Reference< sheet::XSheetCellRange > xMergeShellCellRange(mxRange->getCellRangeByPosition(0,0,… in MergeArea()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java101 maSheet.getCellRangeByPosition( 1, 2, 1, 10 ); in doFunction()
/aoo42x/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTable.csv19 "SwXTextTable";"com::sun::star::table::XCellRange";"getCellRangeByPosition()"
/aoo42x/main/offapi/com/sun/star/table/
H A DXCellRange.idl98 com::sun::star::table::XCellRange getCellRangeByPosition(
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs108 xCellRange = xSheet.getCellRangeByPosition( 2, 0, 3, 1 ); in doSampleFunction()
H A DSpreadsheetDocHelper.cs211 xCellRange = xSheet.getCellRangeByPosition( in prepareRange()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScCellRangeObj.java160 oObj = oSheet.getCellRangeByPosition(0, 0, 3, 4); in createTestEnvironment()
H A DScTabViewObj.java194 cellRange = (Object)oSheet.getCellRangeByPosition(0, 0, 3, 3); in createTestEnvironment()
/aoo42x/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java235 XCellRange xLocCellRange = xCellRange.getCellRangeByPosition(0, 0, ColCount - 1, 1); in adjustOptimalTableWidths()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlcoli.cxx152 …uno::Reference<table::XColumnRowRange> xColumnRowRange (xSheet->getCellRangeByPosition(nCurrentCol… in EndElement()
H A Dxmlrowi.cxx178 …uno::Reference <table::XCellRange> xCellRange(xSheet->getCellRangeByPosition(0, nFirstRow, 0, nCur… in EndElement()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java107 xCellRange = xSheet.getCellRangeByPosition( 2, 0, 3, 1 ); in doSampleFunction()
H A DSpreadsheetDocHelper.java238 xCellRange = xSheet.getCellRangeByPosition( in prepareRange()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXCellRangesAccess.idl113 com::sun::star::table::XCellRange getCellRangeByPosition(
/aoo42x/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx403 m_xRange.set(xSheet->getCellRangeByPosition( in initialize()
/aoo42x/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java290 xCellRange = xSheet.getCellRangeByPosition( 2, 1 + iCounter, in createExampleData()
H A DSCalc.java384 xCR = TT.getCellRangeByPosition(x1,y1,x2,y2); in chgbColor()
/aoo42x/main/svx/source/table/
H A Dtablecontroller.cxx1038 …geableCellRange > xRange( mxTable->createCursorByRange( mxTable->getCellRangeByPosition( aStart.mn… in SplitMarkedCells()
1586 …xCursor = mxTable->createCursorByRange( mxTable->getCellRangeByPosition( aStart.mnCol, aStart.mnRo… in getSelectionCursor()
1601 …geableCellRange > xRange( mxTable->createCursorByRange( mxTable->getCellRangeByPosition( nFirstCol… in MergeRange()
H A Dtablemodel.hxx127 …::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( ::sal_Int…
/aoo42x/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java369 …XCellRange xNewRange = xCellRange.getCellRangeByPosition(xpos, ypos, (colcount + xpos) - 1, (rowco… in ArraytoCellRange()
/aoo42x/main/oox/source/drawingml/table/
H A Dtableproperties.cxx97 …ergeableCellRange > xRange( xTable->createCursorByRange( xTable->getCellRangeByPosition( nCol, nRo… in MergeCells()

Completed in 117 milliseconds

123