Home
last modified time | relevance | path

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

/aoo41x/main/formula/source/core/api/
H A Dtoken.cxx363 while( nIndex < nRPN ) in GetNextReferenceRPN()
438 while( nIndex < nRPN ) in GetNextOpCodeRPN()
469 if( pRPN && nIndex < nRPN ) in NextRPN()
485 if( nRPN ) in DelRPN()
495 nRPN = nIndex = 0; in DelRPN()
598 nRPN = r.nRPN; in Assign()
614 if( nRPN ) in Assign()
634 p->nRPN = nRPN; in Clone()
650 if( nRPN ) in Clone()
683 if( nRPN ) DelRPN(); in Clear()
[all …]
H A DFormulaCompiler.cxx1412 pArr->nRPN = pc; in CompileTokenArray()
/aoo41x/main/formula/inc/formula/
H A Dtokenarray.hxx73 sal_uInt16 nRPN; // Length of RPN array member in formula::FormulaTokenArray
121 FormulaToken* LastRPN() { nIndex = nRPN; return PrevRPN(); } in LastRPN()
132 sal_uInt16 GetCodeLen() const { return nRPN; } in GetCodeLen()
230 if ( pRPN && nRPN ) in GetOuterFuncOpCode()
231 return pRPN[nRPN-1]->GetOpCode(); in GetOuterFuncOpCode()
/aoo41x/main/sc/source/core/tool/
H A Dtoken.cxx1341 p->nRPN = nRPN; in Clone()
1357 if( nRPN ) in Clone()
1359 pp = p->pRPN = new FormulaToken*[ nRPN ]; in Clone()
1360 memcpy( pp, pRPN, nRPN * sizeof( ScToken* ) ); in Clone()
1361 for( sal_uInt16 i = 0; i < nRPN; i++, pp++ ) in Clone()
1688 if ( pRPN && nRPN ) in GetAdjacentExtendOfOuterFuncRefs()
1690 FormulaToken* t = pRPN[nRPN-1]; in GetAdjacentExtendOfOuterFuncRefs()
1694 if ( nParamCount && nRPN > nParamCount ) in GetAdjacentExtendOfOuterFuncRefs()
1697 sal_uInt16 nParam = nRPN - nParamCount - 1; in GetAdjacentExtendOfOuterFuncRefs()
1698 for ( ; nParam < nRPN-1; nParam++ ) in GetAdjacentExtendOfOuterFuncRefs()
/aoo41x/main/sc/source/core/data/
H A Ddocumen7.cxx251 sal_uInt16 nRPN = pCell->GetCode()->GetCodeLen(); in RemoveFromFormulaTree() local
252 if ( nFormulaCodeInTree >= nRPN ) in RemoveFromFormulaTree()
253 nFormulaCodeInTree -= nRPN; in RemoveFromFormulaTree()

Completed in 54 milliseconds