Lines Matching refs:PushInt
203 PushInt(1); in ScIfJump()
216 PushInt(0); in ScIfJump()
1046 PushInt( Compare() == 0 ); in ScEqual()
1065 PushInt( Compare() != 0 ); in ScNotEqual()
1084 PushInt( Compare() < 0 ); in ScLess()
1103 PushInt( Compare() > 0 ); in ScGreater()
1122 PushInt( Compare() <= 0 ); in ScLessEqual()
1141 PushInt( Compare() >= 0 ); in ScGreaterEqual()
1344 PushInt( nRes ); in ScAnd()
1443 PushInt( nRes ); in ScOr()
1543 PushInt( nRes ); in ScXor()
1598 PushInt( 100 ); in ScPercentSign()
1643 PushInt( GetDouble() == 0.0 ); in ScNot()
1701 PushInt(1); in ScTrue()
1709 PushInt(0); in ScFalse()
1942 PushInt( nRes ); in ScIsEmpty()
2010 PushInt( IsString() ); in ScIsString()
2017 PushInt( !IsString() ); in ScIsNonString()
2056 PushInt( nRes ); in ScIsLogical()
2138 PushInt( nType ); in ScType()
2176 PushInt( aCellPos.Col() + 1 ); in ScCell()
2180 PushInt( aCellPos.Row() + 1 ); in ScCell()
2184 PushInt( aCellPos.Tab() + 1 ); in ScCell()
2263 PushInt( nZeroCount ); in ScCell()
2287 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()
2344 PushInt( lcl_FormatHasNegColor( pFormat ) ? 1 : 0 ); in ScCell()
2349 PushInt( lcl_FormatHasOpenPar( pFormat ) ? 1 : 0 ); in ScCell()
2392 PushInt( nRes ); in ScIsRef()
2456 PushInt( nRes ); in ScIsValue()
2480 PushInt( nRes ); in ScIsFormula()
2561 PushInt( nRes ); in ScIsNV()
2616 PushInt( nRes ); in ScIsErr()
2668 PushInt( nRes ); in ScIsError()
2758 PushInt( IsEven() ); in ScIsEven()
2765 PushInt( !IsEven() ); in ScIsOdd()
2876 PushInt(0); in ScT()
2931 PushInt(0); in ScValue()
2943 PushInt(0); in ScValue()
3020 …PushInt( (sal_uChar) ByteString::ConvertFromUnicode( rStr.GetChar(0), gsl_getSystemTextEncoding() … in ScCode()
4430 PushInt(0); in ScMatch()
5056 PushInt(0); in ScCountIf()
6429 PushInt(0); in FillEntry()
7753 PushInt( s1 == s2 ); in ScExact()