Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/
H A Dimpop.cxx1053 ScTabOpParam aTabOpParam; in TableOp() local
1054aTabOpParam.nMode = (nGrbit & EXC_TABLEOP_BOTH) ? 2 : ((nGrbit & EXC_TABLEOP_ROW) ? 1 : 0 ); in TableOp()
1058 switch( aTabOpParam.nMode ) in TableOp()
1061 aTabOpParam.aRefFormulaCell.Set( in TableOp()
1065 aTabOpParam.aRefFormulaEnd.Set( in TableOp()
1069 aTabOpParam.aRefColCell.Set( static_cast<SCCOL>(nInpCol), in TableOp()
1075 aTabOpParam.aRefFormulaCell.Set( in TableOp()
1079 aTabOpParam.aRefFormulaEnd.Set( in TableOp()
1083 aTabOpParam.aRefRowCell.Set( static_cast<SCCOL>(nInpCol), in TableOp()
1089 aTabOpParam.aRefFormulaCell.Set( in TableOp()
[all …]