Lines Matching refs:nTab1

537 sal_Bool ScInterpreter::CreateDoubleArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,  in CreateDoubleArr()  argument
553 *p++ = static_cast<sal_uInt16>(nTab1); in CreateDoubleArr()
560 SCTAB nTab = nTab1; in CreateDoubleArr()
622 sal_Bool ScInterpreter::CreateStringArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateStringArr() argument
639 *p++ = static_cast<sal_uInt16>(nTab1); in CreateStringArr()
646 SCTAB nTab = nTab1; in CreateStringArr()
722 sal_Bool ScInterpreter::CreateCellArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateCellArr() argument
739 *p++ = static_cast<sal_uInt16>(nTab1); in CreateCellArr()
746 SCTAB nTab = nTab1; in CreateCellArr()
1256 SCTAB nTab1, nTab2; in PopDoubleRef() local
1258 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, false); in PopDoubleRef()
1261 ScRange(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2)); in PopDoubleRef()
1503 SCTAB nTab1, nTab2; in ConvertMatrixParameters() local
1504 … DoubleRefToVars( static_cast<const ScToken*>( p), nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ConvertMatrixParameters()
1508 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ConvertMatrixParameters()
1662 void ScInterpreter::PushDoubleRef(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in PushDoubleRef() argument
1672 aRef.Ref1.nTab = nTab1; in PushDoubleRef()
2205 SCTAB nTab1; in ScExternal() local
2209 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScExternal()
2211 … if (!CreateDoubleArr(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, pCellArr[i-1])) in ScExternal()
2221 SCTAB nTab1; in ScExternal() local
2225 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScExternal()
2227 … if (!CreateStringArr(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, pCellArr[i-1])) in ScExternal()
2237 SCTAB nTab1; in ScExternal() local
2241 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScExternal()
2243 … if (!CreateCellArr(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, pCellArr[i-1])) in ScExternal()
2777 SCTAB nTab1; in ScMacro() local
2781 PopDoubleRef( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in ScMacro()
2782 if( nTab1 != nTab2 ) in ScMacro()
2792 ScAddress aAdr( nCol1, nRow1, nTab1 ); in ScMacro()