Home
last modified time | relevance | path

Searched refs:SbxAND (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/inc/basic/ !
H A Dsbxdef.hxx125 SbxAND, // this & var enumerator
H A Dsbxvar.hxx410 { Compute( SbxAND, r ); return *this; } in operator &=()
/trunk/main/basic/source/runtime/ !
H A Dstep0.cxx171 void SbiRuntime::StepAND() { StepArith( SbxAND ); } in StepAND()
/trunk/main/basic/source/sbx/ !
H A Dsbxvalue.cxx1258 case SbxAND: in Compute()