Home
last modified time | relevance | path

Searched refs:SbxPLUS (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxvalue.cxx1158 ( eOp == SbxMUL || eOp == SbxDIV || eOp == SbxPLUS || eOp == SbxMINUS ) ) in Compute()
1162 … SbxSTRING || eOp == SbxCAT || ( bVBAInterop && ( eOpType == SbxSTRING ) && ( eOp == SbxPLUS ) ) ) in Compute()
1164 if( eOp == SbxCAT || eOp == SbxPLUS ) in Compute()
1299 ( eOp == SbxMUL || eOp == SbxDIV || eOp == SbxPLUS || eOp == SbxMINUS || eOp == SbxNEG ) ) in Compute()
1326 case SbxPLUS: in Compute()
1395 case SbxPLUS: in Compute()
1429 case SbxPLUS: in Compute()
1440 if( eOp == SbxPLUS && (GetType() == SbxDATE || rOp.GetType() == SbxDATE ) ) in Compute()
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx120 SbxPLUS, // this + var enumerator
H A Dsbxvar.hxx403 { Compute( SbxPLUS, r ); return *this; } in operator +=()
/aoo4110/main/basic/source/runtime/
H A Dstep0.cxx168 void SbiRuntime::StepPLUS() { StepArith( SbxPLUS ); } in StepPLUS()
1245 pForStk->refVar->Compute( SbxPLUS, *pForStk->refInc ); in StepNEXT()
H A Dstep1.cxx561 x2->Compute( SbxPLUS, *p1 ); in StepBASED()
/aoo4110/main/sw/source/core/bastyp/
H A Dcalc.cxx1556 left.Compute( SbxPLUS, right ); in Expr()

Completed in 44 milliseconds