Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcell.cxx711 if( pCode->GetLen() && !pCode->GetCodeError() && !pCode->GetCodeLen() ) in ScFormulaCell()
975 if( !bNoListening && pCode->GetCodeLen() ) in CompileTokenArray()
1064 if( pCode->GetLen() && !pCode->GetCodeLen() && !pCode->GetCodeError() ) in CalcAfterLoad()
1501 if( !pCode->GetCodeLen() && !pCode->GetCodeError() ) in InterpretTail()
1521 if( pCode->GetCodeLen() && pDocument ) in InterpretTail()
H A Ddocumen7.cxx229 nFormulaCodeInTree += pCell->GetCode()->GetCodeLen(); in PutInFormulaTree()
251 sal_uInt16 nRPN = pCell->GetCode()->GetCodeLen(); in RemoveFromFormulaTree()
H A Dcolumn2.cxx1859 nTotal += 5 + ((ScFormulaCell*)pCell)->GetCode()->GetCodeLen(); in GetWeightedCount()
1882 nCodeCount += ((ScFormulaCell*)pCell)->GetCode()->GetCodeLen(); in GetCodeCount()
/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx132 sal_uInt16 GetCodeLen() const { return nRPN; } in GetCodeLen() function in formula::FormulaTokenArray
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx347 if ( pCell->GetCode()->GetCodeLen() <= 1 ) in calculateValue()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3075 ((ScFormulaCell*)pCell)->GetCode()->GetCodeLen() > 0 in IsColRowName()
3204 ((ScFormulaCell*)pCell)->GetCode()->GetCodeLen() > 0 in IsColRowName()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1243 if ( pCell->GetCode()->GetCodeLen() <= 1 ) in lcl_Calculate()

Completed in 130 milliseconds