Lines Matching refs:FormulaParserImpl
434 class FormulaParserImpl : public FormulaFinalizer, public WorkbookHelper class
437 explicit FormulaParserImpl( const FormulaParser& rParent );
582 FormulaParserImpl::FormulaParserImpl( const FormulaParser& rParent ) : in FormulaParserImpl() function in oox::xls::FormulaParserImpl
602 ApiTokenSequence FormulaParserImpl::importOoxFormula( const CellAddress&, const OUString& ) in importOoxFormula()
608 ApiTokenSequence FormulaParserImpl::importBiff12Formula( const CellAddress&, FormulaType, SequenceI… in importBiff12Formula()
614 ApiTokenSequence FormulaParserImpl::importBiffFormula( const CellAddress&, FormulaType, BiffInputSt… in importBiffFormula()
620 OUString FormulaParserImpl::resolveOleTarget( sal_Int32 nRefId, bool bUseRefSheets ) const in resolveOleTarget()
629 void FormulaParserImpl::initializeImport( const CellAddress& rBaseAddr, FormulaType eType ) in initializeImport()
663 ApiTokenSequence FormulaParserImpl::finalizeImport() in finalizeImport()
677 bool FormulaParserImpl::resetSpaces() in resetSpaces()
685 void FormulaParserImpl::appendSpaces( WhiteSpaceVec& orSpaces, sal_Int32 nCount, bool bLineFeed ) in appendSpaces()
692 void FormulaParserImpl::appendLeadingSpaces( sal_Int32 nCount, bool bLineFeed ) in appendLeadingSpaces()
697 void FormulaParserImpl::appendOpeningSpaces( sal_Int32 nCount, bool bLineFeed ) in appendOpeningSpaces()
702 void FormulaParserImpl::appendClosingSpaces( sal_Int32 nCount, bool bLineFeed ) in appendClosingSpaces()
707 size_t FormulaParserImpl::getFormulaSize() const in getFormulaSize()
712 Any& FormulaParserImpl::appendRawToken( sal_Int32 nOpCode ) in appendRawToken()
718 Any& FormulaParserImpl::insertRawToken( sal_Int32 nOpCode, size_t nIndexFromEnd ) in insertRawToken()
724 size_t FormulaParserImpl::appendWhiteSpaceTokens( const WhiteSpaceVec* pSpaces ) in appendWhiteSpaceTokens()
732 size_t FormulaParserImpl::insertWhiteSpaceTokens( const WhiteSpaceVec* pSpaces, size_t nIndexFromEn… in insertWhiteSpaceTokens()
740 size_t FormulaParserImpl::getOperandSize( size_t nOpCountFromEnd, size_t nOpIndex ) const in getOperandSize()
747 void FormulaParserImpl::pushOperandSize( size_t nSize ) in pushOperandSize()
752 size_t FormulaParserImpl::popOperandSize() in popOperandSize()
760 ApiToken& FormulaParserImpl::getOperandToken( size_t nOpCountFromEnd, size_t nOpIndex, size_t nToke… in getOperandToken()
770 void FormulaParserImpl::removeOperand( size_t nOpCountFromEnd, size_t nOpIndex ) in removeOperand()
784 void FormulaParserImpl::removeLastOperands( size_t nOpCountFromEnd ) in removeLastOperands()
790 bool FormulaParserImpl::pushOperandToken( sal_Int32 nOpCode, const WhiteSpaceVec* pSpaces ) in pushOperandToken()
798 bool FormulaParserImpl::pushAnyOperandToken( const Any& rAny, sal_Int32 nOpCode, const WhiteSpaceVe… in pushAnyOperandToken()
807 bool FormulaParserImpl::pushValueOperandToken( const Type& rValue, sal_Int32 nOpCode, const WhiteSp… in pushValueOperandToken()
815 bool FormulaParserImpl::pushParenthesesOperandToken( const WhiteSpaceVec* pOpeningSpaces, const Whi… in pushParenthesesOperandToken()
825 bool FormulaParserImpl::pushUnaryPreOperatorToken( sal_Int32 nOpCode, const WhiteSpaceVec* pSpaces ) in pushUnaryPreOperatorToken()
838 bool FormulaParserImpl::pushUnaryPostOperatorToken( sal_Int32 nOpCode, const WhiteSpaceVec* pSpaces… in pushUnaryPostOperatorToken()
851 bool FormulaParserImpl::pushBinaryOperatorToken( sal_Int32 nOpCode, const WhiteSpaceVec* pSpaces ) in pushBinaryOperatorToken()
865 bool FormulaParserImpl::pushParenthesesOperatorToken( const WhiteSpaceVec* pOpeningSpaces, const Wh… in pushParenthesesOperatorToken()
880 bool FormulaParserImpl::pushFunctionOperatorToken( sal_Int32 nOpCode, size_t nParamCount, const Whi… in pushFunctionOperatorToken()
897 bool FormulaParserImpl::pushFunctionOperatorToken( const FunctionInfo& rFuncInfo, size_t nParamCoun… in pushFunctionOperatorToken()
912 bool FormulaParserImpl::pushOperand( sal_Int32 nOpCode ) in pushOperand()
917 bool FormulaParserImpl::pushAnyOperand( const Any& rAny, sal_Int32 nOpCode ) in pushAnyOperand()
923 bool FormulaParserImpl::pushValueOperand( const Type& rValue, sal_Int32 nOpCode ) in pushValueOperand()
928 bool FormulaParserImpl::pushBoolOperand( bool bValue ) in pushBoolOperand()
935 bool FormulaParserImpl::pushErrorOperand( double fEncodedError ) in pushErrorOperand()
950 bool FormulaParserImpl::pushBiffBoolOperand( sal_uInt8 nValue ) in pushBiffBoolOperand()
955 bool FormulaParserImpl::pushBiffErrorOperand( sal_uInt8 nErrorCode ) in pushBiffErrorOperand()
960 bool FormulaParserImpl::pushParenthesesOperand() in pushParenthesesOperand()
965 bool FormulaParserImpl::pushReferenceOperand( const BinSingleRef2d& rRef, bool bDeleted, bool bRela… in pushReferenceOperand()
972 bool FormulaParserImpl::pushReferenceOperand( const BinComplexRef2d& rRef, bool bDeleted, bool bRel… in pushReferenceOperand()
980 bool FormulaParserImpl::pushReferenceOperand( const LinkSheetRange& rSheetRange, const Type& rApiRe… in pushReferenceOperand()
992 bool FormulaParserImpl::pushReferenceOperand( const LinkSheetRange& rSheetRange, const BinSingleRef… in pushReferenceOperand()
1006 bool FormulaParserImpl::pushReferenceOperand( const LinkSheetRange& rSheetRange, const BinComplexRe… in pushReferenceOperand()
1013 bool FormulaParserImpl::pushNlrOperand( const BinSingleRef2d& rRef ) in pushNlrOperand()
1020 bool FormulaParserImpl::pushEmbeddedRefOperand( const DefinedNameBase& rName, bool bPushBadToken ) in pushEmbeddedRefOperand()
1030 bool FormulaParserImpl::pushDefinedNameOperand( const DefinedNameRef& rxDefName ) in pushDefinedNameOperand()
1041 bool FormulaParserImpl::pushExternalFuncOperand( const FunctionInfo& rFuncInfo ) in pushExternalFuncOperand()
1048 bool FormulaParserImpl::pushDdeLinkOperand( const OUString& rDdeServer, const OUString& rDdeTopic, … in pushDdeLinkOperand()
1058 bool FormulaParserImpl::pushExternalNameOperand( const ExternalNameRef& rxExtName, const ExternalLi… in pushExternalNameOperand()
1092 bool FormulaParserImpl::pushSpecialTokenOperand( const BinAddress& rBaseAddr, bool bTable ) in pushSpecialTokenOperand()
1099 bool FormulaParserImpl::pushUnaryPreOperator( sal_Int32 nOpCode ) in pushUnaryPreOperator()
1104 bool FormulaParserImpl::pushUnaryPostOperator( sal_Int32 nOpCode ) in pushUnaryPostOperator()
1109 bool FormulaParserImpl::pushBinaryOperator( sal_Int32 nOpCode ) in pushBinaryOperator()
1114 bool FormulaParserImpl::pushParenthesesOperator() in pushParenthesesOperator()
1119 bool FormulaParserImpl::pushFunctionOperator( sal_Int32 nOpCode, size_t nParamCount ) in pushFunctionOperator()
1124 bool FormulaParserImpl::pushFunctionOperator( const FunctionInfo& rFuncInfo, size_t nParamCount ) in pushFunctionOperator()
1131 void FormulaParserImpl::initReference2d( SingleReference& orApiRef ) const in initReference2d()
1146 void FormulaParserImpl::initReference3d( SingleReference& orApiRef, sal_Int32 nSheet, bool bSameShe… in initReference3d()
1166 void FormulaParserImpl::convertReference( SingleReference& orApiRef, const BinSingleRef2d& rRef, bo… in convertReference()
1193 void FormulaParserImpl::convertReference( ComplexReference& orApiRef, const BinSingleRef2d& rRef1, … in convertReference()
1205 void FormulaParserImpl::convertReference2d( SingleReference& orApiRef, const BinSingleRef2d& rRef, … in convertReference2d()
1211 void FormulaParserImpl::convertReference2d( ComplexReference& orApiRef, const BinSingleRef2d& rRef1… in convertReference2d()
1220 void FormulaParserImpl::convertReference3d( SingleReference& orApiRef, sal_Int32 nSheet, bool bSame… in convertReference3d()
1226 void FormulaParserImpl::convertReference3d( ComplexReference& orApiRef, const LinkSheetRange& rShee… in convertReference3d()
1238 const FunctionInfo* FormulaParserImpl::resolveBadFuncName( const OUString& rTokenData ) const in resolveBadFuncName()
1261 OUString FormulaParserImpl::resolveDefinedName( sal_Int32 nTokenIndex ) const in resolveDefinedName()
1270 class OoxFormulaParserImpl : public FormulaParserImpl
1324 FormulaParserImpl( rParent ), in OoxFormulaParserImpl()
1875 class BiffFormulaParserImpl : public FormulaParserImpl
1981 FormulaParserImpl( rParent ), in BiffFormulaParserImpl()