Searched defs:nOp1 (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/basic/source/runtime/ |
H A D | step1.cxx | 41 void SbiRuntime::StepLOADNC( sal_uInt32 nOp1 ) in StepLOADNC() 65 void SbiRuntime::StepLOADSC( sal_uInt32 nOp1 ) in StepLOADSC() 74 void SbiRuntime::StepLOADI( sal_uInt32 nOp1 ) in StepLOADI() 83 void SbiRuntime::StepARGN( sal_uInt32 nOp1 ) in StepARGN() 98 void SbiRuntime::StepARGTYP( sal_uInt32 nOp1 ) in StepARGTYP() 143 void SbiRuntime::StepPAD( sal_uInt32 nOp1 ) in StepPAD() 155 void SbiRuntime::StepJUMP( sal_uInt32 nOp1 ) in StepJUMP() 168 void SbiRuntime::StepJUMPT( sal_uInt32 nOp1 ) in StepJUMPT() 177 void SbiRuntime::StepJUMPF( sal_uInt32 nOp1 ) in StepJUMPF() 211 void SbiRuntime::StepGOSUB( sal_uInt32 nOp1 ) in StepGOSUB() [all …]
|
H A D | step2.cxx | 354 void SbiRuntime::SetupArgs( SbxVariable* p, sal_uInt32 nOp1 ) in SetupArgs() 634 void SbiRuntime::StepRTL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepRTL() 648 void SbiRuntime::StepFIND( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepFIND() 675 void SbiRuntime::StepELEM( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepELEM() 702 void SbiRuntime::StepPARAM( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepPARAM() 777 void SbiRuntime::StepCASEIS( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCASEIS() 793 void SbiRuntime::StepCALL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCALL() 808 void SbiRuntime::StepCALLC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCALLC() 823 void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepSTMNT() 928 void SbiRuntime::StepOPEN( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepOPEN() [all …]
|
H A D | runtime.cxx | 733 sal_uInt32 nOp1, nOp2; in Step() local
|
/aoo41x/main/basic/source/comp/ |
H A D | codegen.cxx | 371 T nOp1=0; in readParam() local 387 T nOp1 = 0, nOp2 = 0; in visitBuffer() local 460 virtual void processOpCode1( SbiOpcode eOp, T nOp1 ) in processOpCode1() 485 virtual void processOpCode2( SbiOpcode eOp, T nOp1, T nOp2 ) in processOpCode2() 504 static S convertBufferOffSet( sal_uInt8* pStart, T nOp1 ) in convertBufferOffSet()
|
/aoo41x/main/basic/source/inc/ |
H A D | disas.hxx | 39 sal_uInt32 nOp1, nOp2; // Operanden member in SbiDisas
|
/aoo41x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 1530 sal_uInt32 nOp1 = *p++; nOp1 |= *p++ << 8; in FindNextStmnt() local
|
/aoo41x/main/svl/source/numbers/ |
H A D | zformat.cxx | 1433 sal_uInt16 nOp1, nOp2; in Load() local
|
Completed in 61 milliseconds