Searched refs:SetLong (Results 1 – 3 of 3) sorted by relevance
155 aExpType.SetLong( 0 );938 $$.SetLong( $1 );944 $$.SetLong( - $2.GetLong() );962 $$.SetLong( $1.GetLong() + $3.GetLong() );973 $$.SetLong( $1.GetLong() - $3.GetLong() );984 $$.SetLong( $1.GetLong() * $3.GetLong() );1000 $$.SetLong( $1.GetLong() / $3.GetLong() );1012 $$.SetLong( $1.GetLong() & $3.GetLong() );1023 $$.SetLong( $1.GetLong() | $3.GetLong() );1038 $$.SetLong( $1.GetLong() << $3.GetLong() );[all …]
59 void SetLong( sal_Int32 lValue ){ in SetLong() function in RscExpType86 { aExp.SetLong( lNumber ); } in RscId()
81 aExp.SetLong( lValue ); in Create()
Completed in 24 milliseconds