Searched refs:FormulaTokenRef (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/formula/inc/formula/ |
| H A D | FormulaCompiler.hxx | 249 …virtual FormulaTokenRef ExtendRangeReference( FormulaToken & rTok1, FormulaToken & rTok2, bool bRe… 265 void PutCode( FormulaTokenRef& ); 289 FormulaTokenRef pToken; // current token 290 FormulaTokenRef pCurrentFactorToken; // current factor token (of Factor() method) 320 static inline void ForceArrayOperator( FormulaTokenRef& rCurr, const FormulaTokenRef& rPrev ) in ForceArrayOperator() 334 FormulaTokenRef pPrevFac; 347 void operator=( FormulaTokenRef& r ) in operator =() 354 FormulaTokenRef xTemp( p ); in operator =() 357 operator FormulaTokenRef&() in operator FormulaTokenRef&()
|
| H A D | token.hxx | 86 typedef SimpleIntrusiveReference< class FormulaToken > FormulaTokenRef; typedef 219 FormulaTokenRef pOrigToken;
|
| /AOO41X/main/formula/source/core/api/ |
| H A D | FormulaCompiler.cxx | 1168 FormulaTokenRef p = pToken; in RangeLine() 1184 FormulaTokenRef p = pToken; in IntersectionLine() 1198 FormulaTokenRef p = pToken; in UnionLine() 1214 FormulaTokenRef p = pToken; in UnaryLine() 1242 FormulaTokenRef p = pToken; in PowLine() 1256 FormulaTokenRef p = pToken; in MulDivLine() 1270 FormulaTokenRef p = pToken; in AddSubLine() 1284 FormulaTokenRef p = pToken; in ConcatLine() 1298 FormulaTokenRef p = pToken; in CompareLine() 1312 FormulaTokenRef p = pToken; in NotLine() [all …]
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 132 typedef ::std::map< const formula::FormulaConstTokenRef, formula::FormulaTokenRef, FormulaTokenRef_… 168 formula::FormulaTokenRef xResult; 296 formula::FormulaTokenRef PopToken(); 838 formula::FormulaTokenRef
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 1802 formula::FormulaTokenRef p2nd = PopToken(); in ScIntersect() 1803 formula::FormulaTokenRef p1st = PopToken(); in ScIntersect() 1950 formula::FormulaTokenRef x2 = PopToken(); in ScRangeFunc() 1951 formula::FormulaTokenRef x1 = PopToken(); in ScRangeFunc() 1958 FormulaTokenRef xRes = ScToken::ExtendRangeReference( *x1, *x2, aPos, false); in ScRangeFunc() 1969 formula::FormulaTokenRef p2nd = PopToken(); in ScUnionFunc() 1970 formula::FormulaTokenRef p1st = PopToken(); in ScUnionFunc() 2047 FormulaTokenRef xTok( PopToken()); in ScCurrent()
|
| H A D | interpr1.cxx | 112 FormulaTokenRef xNew; in ScIfJump() 245 FormulaTokenRef xNew; in ScChoseJump() 1763 FormulaTokenRef p = PopToken(); in ScIsEmpty() 2246 FormulaTokenRef x = PopToken(); in ScIsRef() 7004 ScDocument* pDoc, const FormulaTokenRef& xExtRef ) in lcl_CreateExternalRefSubroutine() 7045 FormulaTokenRef xExtRef; in ScOffset() 7315 FormulaTokenRef xRef = PopToken(); in ScIndex() 7404 FormulaTokenRef xT = PopToken(); in ScAreas() 7411 FormulaTokenRef xT = PopToken(); in ScAreas() 7418 FormulaTokenRef xT = PopToken(); in ScAreas() [all …]
|
| H A D | token.cxx | 568 FormulaTokenRef ScToken::ExtendRangeReference( FormulaToken & rTok1, FormulaToken & rTok2, in ExtendRangeReference() 692 return FormulaTokenRef(xRes.get()); in ExtendRangeReference() 1591 FormulaTokenRef p = ScToken::ExtendRangeReference( *p1, *p3, rPos, true); in MergeRangeReference()
|
| H A D | interpr4.cxx | 1026 FormulaTokenRef ScInterpreter::PopToken() in PopToken() 1549 FormulaTokenRef xNew; in ConvertMatrixParameters() 3777 FormulaTokenRef xTok = PopToken(); in Interpret() 3961 FormulaTokenRef xRes = new FormulaDoubleToken( 0.0); in Interpret() 3968 FormulaTokenRef xRes = new FormulaStringToken( aStr); in Interpret() 3976 FormulaTokenRef xRes; in Interpret()
|
| H A D | compiler.cxx | 5486 FormulaTokenRef ScCompiler::ExtendRangeReference( FormulaToken & rTok1, FormulaToken & rTok2, bool … in ExtendRangeReference()
|
| /AOO41X/main/sc/inc/ |
| H A D | token.hxx | 117 …static formula::FormulaTokenRef ExtendRangeReference( formula::FormulaToken & rTok1, for…
|
| H A D | compiler.hxx | 526 …virtual formula::FormulaTokenRef ExtendRangeReference( formula::FormulaToken & rTok1, formula::For…
|