Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx800 const sal_Unicode rsep = ScCompiler::GetNativeSymbol(ocRange).GetChar(0); in lcl_CheckRepeatString()
897 rStr += ScCompiler::GetNativeSymbol(ocRange); in lcl_GetRepeatRangeString()
/trunk/main/formula/inc/formula/
H A Dopcode.hxx87 ocRange = SC_OPCODE_RANGE, enumerator
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx73 { ocRange, {{ Reference, Reference }, 0 }},
H A Dtoken.cxx1588 (((p2 = PeekPrev(nIdx)) != 0) && p2->GetOpCode() == ocRange) && in MergeRangeReference()
H A Dinterpr4.cxx3468 case ocRange : ScRangeFunc(); break; in Interpret()
H A Dcompiler.cxx3909 else if (eLastOp == ocRange && pNewToken->GetOpCode() == ocPush && in CompileString()
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx233 aPool << aStack << ocRange << nMerk0; in Convert()
H A Dexcform.cxx337 aPool << aStack << ocRange << nMerk0; in Convert()
H A Dxeformula.cxx938 return (eOpCode == ocRange) ? EXC_TOKID_RANGE : EXC_TOKID_NONE; in lclGetRangeTokenId()
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx1165 while (pToken->GetOpCode() == ocRange) in RangeLine()
/trunk/main/sc/source/core/data/
H A Dcell.cxx807 bCompileLater = pCode->HasOpCode( ocRange) || pCode->HasOpCode( ocColRowName); in ScFormulaCell()

Completed in 146 milliseconds