Searched refs:SbxCAT (Results 1 – 3 of 3) sorted by relevance
132 SbxCAT, // this & var enumerator
1162 …else if( eThisType == SbxSTRING || eOp == SbxCAT || ( bVBAInterop && ( eOpType == SbxSTRING ) && (… in Compute()1164 if( eOp == SbxCAT || eOp == SbxPLUS ) in Compute()
170 void SbiRuntime::StepCAT() { StepArith( SbxCAT ); } in StepCAT()