Home
last modified time | relevance | path

Searched refs:StackVar (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sc/inc/
H A Dformularesult.hxx140 inline formula::StackVar GetType() const;
144 inline formula::StackVar GetCellResultType() const;
371 inline formula::StackVar ScFormulaResult::GetType() const in GetType()
386 inline formula::StackVar ScFormulaResult::GetCellResultType() const in GetCellResultType()
388 formula::StackVar sv = GetType(); in GetCellResultType()
415 formula::StackVar sv = GetCellResultType(); in IsValue()
437 formula::StackVar sv = GetCellResultType(); in GetResultError()
H A Ddbtoken.hxx41 formula::StackVar DbgInterpret( ScDocument* pDok, const ScTokenArray* pToken,
43 formula::StackVar eformula::StackVar,
H A Dcompiler.hxx112 formula::StackVar eType; \
121 formula::StackVar SAL_UNUSED_MEMBER eType;
174 formula::StackVar GetType() const { return (formula::StackVar) eType; } in GetType()
H A Dtoken.hxx66 ScToken( formula::StackVar eTypeP,OpCode e = ocPush ) : formula::FormulaToken(eTypeP,e) {} in ScToken()
337 formula::StackVar GetUpperLeftType() const in GetUpperLeftType()
341 static_cast<formula::StackVar>(formula::svUnknown); in GetUpperLeftType()
/trunk/main/formula/inc/formula/
H A Dtoken.hxx78 typedef sal_uInt8 StackVar; typedef
81 typedef StackVarEnum StackVar; typedef
99 const StackVar eType; // type of data
103 FormulaToken( StackVar eTypeP,OpCode e = ocPush ) : in FormulaToken()
111 inline StackVar GetType() const { return eType; } in GetType()
186 FormulaByteToken( OpCode e, sal_uInt8 n, StackVar v, bool b ) : in FormulaByteToken()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx362 formula::StackVar GetRawStackType();
364 formula::StackVar GetStackType();
366 formula::StackVar GetStackType( sal_uInt8 nParam );
851 formula::StackVar Interpret();
857 formula::StackVar GetResultType() const { return xResult->GetType(); } in GetResultType()
/trunk/main/sc/source/core/data/
H A Dcell.cxx249 StackVar eType = t->GetType(); in StartListeningTo()
339 StackVar eType = t->GetType(); in EndListeningTo()
1643 StackVar eOld = aResult.GetCellResultType(); in InterpretTail()
1644 StackVar eNew = aNewResult.GetCellResultType(); in InterpretTail()
1667 StackVar eOld = aResult.GetCellResultType(); in InterpretTail()
1668 StackVar eNew = aNewResult.GetCellResultType(); in InterpretTail()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1813 StackVar sv1 = p1st->GetType(); in ScIntersect()
1814 StackVar sv2 = p2nd->GetType(); in ScIntersect()
1830 StackVar sv[2] = { sv1, sv2 }; in ScIntersect()
1898 StackVar sv[2] = { sv1, sv2 }; in ScIntersect()
1980 StackVar sv1 = p1st->GetType(); in ScUnionFunc()
1981 StackVar sv2 = p2nd->GetType(); in ScUnionFunc()
2009 StackVar sv[2] = { sv1, sv2 }; in ScUnionFunc()
2957 StackVar eFirstType = GetStackType( 2 ); in ScGetPivotData()
H A Dinterpr4.cxx1743 StackVar ScInterpreter::GetRawStackType() in GetRawStackType()
1746 StackVar eRes; in GetRawStackType()
1760 StackVar ScInterpreter::GetStackType() in GetStackType()
1763 StackVar eRes; in GetStackType()
1779 StackVar ScInterpreter::GetStackType( sal_uInt8 nParam ) in GetStackType()
1782 StackVar eRes; in GetStackType()
3363 StackVar ScInterpreter::Interpret() in Interpret()
4039 StackVar eType = xResult->GetType(); in Interpret()
H A Dtoken.cxx126 inline sal_Bool lcl_IsReference( OpCode eOp, StackVar eType ) in IMPL_FIXEDMEMPOOL_NEWDEL()
572 StackVar sv1, sv2; in ExtendRangeReference()
649 StackVar sv[2] = { sv1, sv2 }; in ExtendRangeReference()
H A Dreftokenhelper.cxx138 StackVar eType = pToken->GetType(); in getRangeFromToken()
H A Dinterpr1.cxx5648 StackVar eResArrayType = svUnknown; in ScLookup()
5711 StackVar eDataArrayType = GetStackType(); in ScLookup()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx70 …inline StackVar GetType() const { return mpScToken ? mpScToken->GetType() : static_cast< Stack… in GetType()
H A Dxichart.cxx136 using ::formula::StackVar;
/trunk/main/formula/source/core/api/
H A Dtoken.cxx69 inline sal_Bool lcl_IsReference( OpCode eOp, StackVar eType ) in IMPL_FIXEDMEMPOOL_NEWDEL_DLL()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx326 StackVar eType = pToken->GetType(); in Chart2PositionMap()
1656 StackVar eVar = aRefToken->GetType(); in initRangeAnalyzer()

Completed in 176 milliseconds