Searched refs:aFormulaRange (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/workben/ |
H A D | test.cxx | 829 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 D | sheetdatabuffer.cxx | 733 …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 D | XMultipleOperation.idl | 62 @param aFormulaRange 86 [in] com::sun::star::table::CellRangeAddress aFormulaRange,
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 496 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 D | SpreadsheetSample.cs | 457 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 D | cellsuno.cxx | 5316 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 D | cellsuno.hxx | 698 const ::com::sun::star::table::CellRangeAddress& aFormulaRange,
|
Completed in 187 milliseconds