Home
last modified time | relevance | path

Searched refs:SetLong (Results 1 – 3 of 3) sorted by relevance

/trunk/main/rsc/source/parser/
H A Dyyrscyacc.y155 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 …]
/trunk/main/rsc/inc/
H A Drscdef.hxx59 void SetLong( sal_Int32 lValue ){ in SetLong() function in RscExpType
86 { aExp.SetLong( lNumber ); } in RscId()
/trunk/main/rsc/source/tools/
H A Drscdef.cxx81 aExp.SetLong( lValue ); in Create()

Completed in 27 milliseconds