Lines Matching refs:FormulaToken
106 …void MakeTree(IStructHelper* _pTree,SvLBoxEntry* pParent,FormulaToken* _pToken,long Cou…
162 uno::Sequence< sheet::FormulaToken > m_aTokenList;
166 mutable uno::Sequence< sheet::FormulaToken > m_aSeparatorsOpCodes;
174 ::std::map<FormulaToken*,sheet::FormulaToken> m_aTokenMap;
496 const sheet::FormulaToken* pIter = m_aTokenList.getConstArray(); in GetFunctionPos()
497 const sheet::FormulaToken* pEnd = pIter + m_aTokenList.getLength(); in GetFunctionPos()
505 uno::Sequence<sheet::FormulaToken> aArgs(1); in GetFunctionPos()
508 const sheet::FormulaToken* pNextToken = pIter + 1; in GetFunctionPos()
666 void FormulaDlg_Impl::MakeTree(IStructHelper* _pTree,SvLBoxEntry* pParent,FormulaToken* _pToken,lon… in MakeTree()
674 … FormulaToken* pOrigToken = (_pToken->GetType() == svFAP) ? _pToken->GetFAPOrigToken() : _pToken; in MakeTree()
675 uno::Sequence<sheet::FormulaToken> aArgs(1); in MakeTree()
735 FormulaToken* pToken = m_pTokenArray->LastRPN(); in fillTree()
758 FormulaToken** pTokens = m_pTokenArray->GetArray(); in UpdateTokenArray()
763 …m_aTokenMap.insert(::std::map<FormulaToken*,sheet::FormulaToken>::value_type(pTokens[nPos],m_aToke… in UpdateTokenArray()