Home
last modified time | relevance | path

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

/AOO41X/main/basic/inc/basic/
H A Dsbxdef.hxx132 SbxCAT, // this & var enumerator
/AOO41X/main/basic/source/sbx/
H A Dsbxvalue.cxx1162 …else if( eThisType == SbxSTRING || eOp == SbxCAT || ( bVBAInterop && ( eOpType == SbxSTRING ) && (… in Compute()
1164 if( eOp == SbxCAT || eOp == SbxPLUS ) in Compute()
/AOO41X/main/basic/source/runtime/
H A Dstep0.cxx170 void SbiRuntime::StepCAT() { StepArith( SbxCAT ); } in StepCAT()