Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/tool/
H A Dinterpr4.cxx88 ScInterpreterTableOpParams* pTOp = pDok->aTableOpList.First(); in ReplaceCell()
102 pTOp = pDok->aTableOpList.Next(); in ReplaceCell()
111 ScInterpreterTableOpParams* pTOp = pDok->aTableOpList.First(); in ReplaceCell()
129 pTOp = pDok->aTableOpList.Next(); in ReplaceCell()
141 ScInterpreterTableOpParams* pTOp = pDok->aTableOpList.First(); in IsTableOpInRange()
148 pTOp = pDok->aTableOpList.Next(); in IsTableOpInRange()
1170 if ( pDok->aTableOpList.Count() > 0 ) in PopSingleRef()
1204 if ( pDok->aTableOpList.Count() > 0 ) in PopSingleRef()
1229 if ( pDok->aTableOpList.Count() > 0 && !bDontCheckForTableOp ) in DoubleRefToVars()
1315 if ( pDok->aTableOpList.Count() > 0 && !bDontCheckForTableOp ) in DoubleRefToRange()
[all …]
/AOO42X/main/sc/inc/
H A Ddocument.hxx339 …ScTabOpList aTableOpList; // list of ScInterpreterTableOpParams currentl… member in ScDocument
/AOO42X/main/sc/source/core/data/
H A Ddocument.cxx3081 ScInterpreterTableOpParams* p = aTableOpList.Last(); in AddTableOpFormulaCell()