Home
last modified time | relevance | path

Searched refs:aFormulaRange (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/workben/
H A Dtest.cxx829 aFormulaRange.StartColumn = 2; in lcl_TabOp()
830 aFormulaRange.StartRow = 5; in lcl_TabOp()
831 aFormulaRange.EndColumn = 2; in lcl_TabOp()
832 aFormulaRange.EndRow = 6; in lcl_TabOp()
853 aFormulaRange.StartColumn = 2; in lcl_TabOp()
854 aFormulaRange.StartRow = 15; in lcl_TabOp()
855 aFormulaRange.EndColumn = 3; in lcl_TabOp()
856 aFormulaRange.EndRow = 15; in lcl_TabOp()
878 aFormulaRange.StartRow = 26; in lcl_TabOp()
879 aFormulaRange.EndColumn = 2; in lcl_TabOp()
[all …]
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx733 …CellRangeAddress aFormulaRange( nSheet, aOpRange.StartColumn, aOpRange.StartRow, aOpRange.StartCol… in finalizeTableOperation() local
736 … xMultOp->setTableOperation( aFormulaRange, TableOperationMode_BOTH, aRef2, aRef1 ); in finalizeTableOperation()
743 …CellRangeAddress aFormulaRange( nSheet, aOpRange.StartColumn - 1, aOpRange.StartRow, aOpRange.Star… in finalizeTableOperation() local
748 xMultOp->setTableOperation( aFormulaRange, TableOperationMode_ROW, aRef1, aRef1 ); in finalizeTableOperation()
754 …CellRangeAddress aFormulaRange( nSheet, aOpRange.StartColumn, aOpRange.StartRow - 1, aOpRange.EndC… in finalizeTableOperation() local
759 … xMultOp->setTableOperation( aFormulaRange, TableOperationMode_COLUMN, aRef1, aRef1 ); in finalizeTableOperation()
/trunk/main/offapi/com/sun/star/sheet/
H A DXMultipleOperation.idl62 @param aFormulaRange
86 [in] com::sun::star::table::CellRangeAddress aFormulaRange,
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java496 com.sun.star.table.CellRangeAddress aFormulaRange = createCellRangeAddress( xSheet, "E26" ); in doCellRangeSamples() local
504 aFormulaRange, com.sun.star.sheet.TableOperationMode.BOTH, aColCell, aRowCell ); in doCellRangeSamples()
506 aFormulaRange = createCellRangeAddress( xSheet, "F33:H33" ); in doCellRangeSamples()
514 aFormulaRange, com.sun.star.sheet.TableOperationMode.COLUMN, aColCell, aRowCell ); in doCellRangeSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs457 unoidl.com.sun.star.table.CellRangeAddress aFormulaRange = in doCellRangeSamples()
468 aFormulaRange, unoidl.com.sun.star.sheet.TableOperationMode.BOTH, in doCellRangeSamples()
471 aFormulaRange = createCellRangeAddress( xSheet, "F33:H33" ); in doCellRangeSamples()
478 aFormulaRange, unoidl.com.sun.star.sheet.TableOperationMode.COLUMN, in doCellRangeSamples()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5316 void SAL_CALL ScCellRangeObj::setTableOperation( const table::CellRangeAddress& aFormulaRange, in setTableOperation() argument
5328 aParam.aRefFormulaCell = ScRefAddress( (SCCOL)aFormulaRange.StartColumn, in setTableOperation()
5329 (SCROW)aFormulaRange.StartRow, aFormulaRange.Sheet, in setTableOperation()
5331 aParam.aRefFormulaEnd = ScRefAddress( (SCCOL)aFormulaRange.EndColumn, in setTableOperation()
5332 (SCROW)aFormulaRange.EndRow, aFormulaRange.Sheet, in setTableOperation()
7920 ScRange aFormulaRange; in autoOutline() local
7921 ScUnoConversion::FillScRange( aFormulaRange, rCellRange ); in autoOutline()
7923 aFunc.AutoOutline( aFormulaRange, sal_True, sal_True ); in autoOutline()
/trunk/main/sc/inc/
H A Dcellsuno.hxx698 const ::com::sun::star::table::CellRangeAddress& aFormulaRange,

Completed in 89 milliseconds