Home
last modified time | relevance | path

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

123

/aoo42x/main/sw/inc/
H A Dunotbl.hxx363 …::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32…
463 …::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32…
/aoo42x/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXCellRange.csv76 "SwXCellRange";"com::sun::star::table::XCellRange";"getCellRangeByPosition()"
H A Dcom.sun.star.comp.office.SwXParagraph.csv95 "SwXParagraph";"com::sun::star::table::XCellRange#optional";"getCellRangeByPosition()"
/aoo42x/main/oox/source/xls/
H A Dworkbookhelper.cxx723 …xRange = xSheet->getCellRangeByPosition( rRange.StartColumn, rRange.StartRow, rRange.EndColumn, rR… in getCellRangeFromDoc()
H A Dworksheethelper.cxx494 …xRange = mxSheet->getCellRangeByPosition( rRange.StartColumn, rRange.StartRow, rRange.EndColumn, r… in getCellRange()
/aoo42x/main/xmloff/source/table/
H A DXMLTableImport.cxx589 …Reference< XCellRange > xRange( mxTable->getCellRangeByPosition( xInfo->mnStartColumn, xInfo->mnSt… in EndElement()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java308 xCellRange = xSheet.getCellRangeByPosition( 1, 4, 1, 5 ); in doCellRangeSamples()
1008 com.sun.star.table.XCellRange xRange = xSheet.getCellRangeByPosition( 6, 47, 7, 49 ); in doNamedRangesSamples()
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs195 xCellRange = xSheet.getCellRangeByPosition( 1, 4, 1, 5 ); in doCellRangeSamples()
1032 xSheet.getCellRangeByPosition( 6, 47, 7, 49 ); in doNamedRangesSamples()
/aoo42x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellRangeObj.csv138 "ScCellRangeObj";"com::sun::star::table::XCellRange";"getCellRangeByPosition()"
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv145 "ScCellCursorObj";"com::sun::star::table::XCellRange";"getCellRangeByPosition()"
H A Dcom.sun.star.comp.office.ScTableSheetObj.csv186 "ScTableSheetObj";"com::sun::star::table::XCellRange";"getCellRangeByPosition()"
/aoo42x/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextContent.csv95 "SvxUnoTextContent";"com::sun::star::table::XCellRange#optional";"getCellRangeByPosition()"
/aoo42x/main/svx/source/table/
H A Dtablemodel.cxx455 Reference< XCellRange > SAL_CALL TableModel::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTo… in getCellRangeByPosition() function in sdr::table::TableModel
/aoo42x/main/sc/inc/
H A Dcellsuno.hxx781 getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,
1056 getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,
H A Ddocuno.hxx408 …SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBot…
/aoo42x/main/sw/source/core/unocore/
H A Dunotbl.cxx2427 uno::Reference< table::XCellRange > SwXTextTable::getCellRangeByPosition(sal_Int32 nLeft, sal_Int3… in getCellRangeByPosition() function in SwXTextTable
3657 uno::Reference< table::XCellRange > SwXCellRange::getCellRangeByPosition( in getCellRangeByPosition() function in SwXCellRange
3727 return getCellRangeByPosition(aDesc.nLeft - aRgDesc.nLeft, aDesc.nTop - aRgDesc.nTop, in getCellRangeByName()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaapplication.cxx287 …Range( excel::getUnoSheetModuleObj( xRange ), mxContext, xRange->getCellRangeByPosition( nCursorX,… in getActiveCell()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2721 uno::Reference< table::XCellRange > SAL_CALL ScTableSheetsObj::getCellRangeByPosition( sal_Int32 nL… in getCellRangeByPosition() function in ScTableSheetsObj
2729 return xSheet->getCellRangeByPosition(nLeft, nTop, nRight, nBottom); in getCellRangeByPosition()
H A Dcellsuno.cxx4915 uno::Reference<table::XCellRange> SAL_CALL ScCellRangeObj::getCellRangeByPosition( in getCellRangeByPosition() function in ScCellRangeObj
7106 uno::Reference<table::XCellRange> SAL_CALL ScTableSheetObj::getCellRangeByPosition( in getCellRangeByPosition() function in ScTableSheetObj
7111 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2731 …uno::Reference<sheet::XSheetCellRange> xSheetCellRange(xTable->getCellRangeByPosition(nCol, nRow, … in GetMerged()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx7633 …ergeableCellRange > xRange( xTable->createCursorByRange( xTable->getCellRangeByPosition( nCol, nRo… in MergeCells()

Completed in 277 milliseconds

123