Searched refs:nRPN (Results 1 – 5 of 5) sorted by relevance
363 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 …]
1412 pArr->nRPN = pc; in CompileTokenArray()
73 sal_uInt16 nRPN; // Length of RPN array member in formula::FormulaTokenArray121 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()
1341 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()
251 sal_uInt16 nRPN = pCell->GetCode()->GetCodeLen(); in RemoveFromFormulaTree() local252 if ( nFormulaCodeInTree >= nRPN ) in RemoveFromFormulaTree()253 nFormulaCodeInTree -= nRPN; in RemoveFromFormulaTree()
Completed in 75 milliseconds