Lines Matching refs:PushInt
205 PushInt(1); in ScIfJump()
218 PushInt(0); in ScIfJump()
1048 PushInt( Compare() == 0 ); in ScEqual()
1067 PushInt( Compare() != 0 ); in ScNotEqual()
1086 PushInt( Compare() < 0 ); in ScLess()
1105 PushInt( Compare() > 0 ); in ScGreater()
1124 PushInt( Compare() <= 0 ); in ScLessEqual()
1143 PushInt( Compare() >= 0 ); in ScGreaterEqual()
1238 PushInt( nRes ); in ScAnd()
1337 PushInt( nRes ); in ScOr()
1437 PushInt( nRes ); in ScXor()
1492 PushInt( 100 ); in ScPercentSign()
1537 PushInt( GetDouble() == 0.0 ); in ScNot()
1564 PushInt(1); in ScTrue()
1572 PushInt(0); in ScFalse()
1805 PushInt( nRes ); in ScIsEmpty()
1873 PushInt( IsString() ); in ScIsString()
1880 PushInt( !IsString() ); in ScIsNonString()
1919 PushInt( nRes ); in ScIsLogical()
2001 PushInt( nType ); in ScType()
2039 PushInt( aCellPos.Col() + 1 ); in ScCell()
2043 PushInt( aCellPos.Row() + 1 ); in ScCell()
2047 PushInt( aCellPos.Tab() + 1 ); in ScCell()
2126 PushInt( nZeroCount ); in ScCell()
2150 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()
2207 PushInt( lcl_FormatHasNegColor( pFormat ) ? 1 : 0 ); in ScCell()
2212 PushInt( lcl_FormatHasOpenPar( pFormat ) ? 1 : 0 ); in ScCell()
2255 PushInt( nRes ); in ScIsRef()
2319 PushInt( nRes ); in ScIsValue()
2343 PushInt( nRes ); in ScIsFormula()
2424 PushInt( nRes ); in ScIsNV()
2479 PushInt( nRes ); in ScIsErr()
2531 PushInt( nRes ); in ScIsError()
2621 PushInt( IsEven() ); in ScIsEven()
2628 PushInt( !IsEven() ); in ScIsOdd()
2739 PushInt(0); in ScT()
2794 PushInt(0); in ScValue()
2806 PushInt(0); in ScValue()
2883 …PushInt( (sal_uChar) ByteString::ConvertFromUnicode( rStr.GetChar(0), gsl_getSystemTextEncoding() … in ScCode()
4293 PushInt(0); in ScMatch()
4919 PushInt(0); in ScCountIf()
6292 PushInt(0); in FillEntry()
7616 PushInt( s1 == s2 ); in ScExact()