Home
last modified time | relevance | path

Searched refs:nOp2 (Results 1 – 7 of 7) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dstep2.cxx76 SbxDataType t = (SbxDataType) nOp2; in FindElement()
705 SbxDataType t = (SbxDataType) nOp2; in StepPARAM()
963 StepDCREATE_IMPL( nOp1, nOp2 ); in StepDCREATE()
968 StepDCREATE_IMPL( nOp1, nOp2 ); in StepDCREATE_REDIMP()
1158 implHandleSbxFlags( p, t, nOp2 ); in StepLOCAL()
1185 implHandleSbxFlags( pProp, t, nOp2 ); in StepPUBLIC_Impl()
1191 StepPUBLIC_Impl( nOp1, nOp2, false ); in StepPUBLIC()
1210 StepPUBLIC_Impl( nOp1, nOp2, true ); in StepGLOBAL()
1249 StepGLOBAL( nOp1, nOp2 ); in StepGLOBAL_P()
1262 StepFIND( nOp1, nOp2 ); in StepFIND_G()
[all …]
H A Druntime.cxx733 sal_uInt32 nOp1, nOp2; in Step() local
747 nOp2 = *pCode++; nOp2 |= *pCode++ << 8; nOp2 |= *pCode++ << 16; nOp2 |= *pCode++ << 24; in Step()
748 (this->*( aStep2[ eOp - SbOP2_START ] ) )( nOp1, nOp2 ); in Step()
/trunk/main/basic/source/classes/
H A Ddisas.cxx252 nOp1 = nOp2 = nParts = 0; in SbiDisas()
298 nOp1 = nOp2 = 0; in Fetch()
318 nOp2 = *p++; nOp2 |= *p++ << 8; nOp2 |= *p++ << 16; nOp2 |= *p++ << 24; in Fetch()
492 nOp1 = nOp2; in Str2Op()
579 nOp1 = nOp2; in VarOp()
591 nOp1 = nOp2; in VarDefOp()
602 nOp1 = nOp2; in OffOp()
671 if( nOp2 & SBSTRM_INPUT ) in StrmOp()
673 if( nOp2 & SBSTRM_OUTPUT ) in StrmOp()
675 if( nOp2 & SBSTRM_APPEND ) in StrmOp()
[all …]
/trunk/main/basic/source/comp/
H A Dcodegen.cxx354 virtual void processOpCode2( SbiOpcode eOp, T nOp1, T nOp2 ) = 0;
387 T nOp1 = 0, nOp2 = 0; in visitBuffer() local
407 nOp2 = readParam( pCode ); in visitBuffer()
411 visitor.processOpCode2( eOp, nOp1, nOp2 ); in visitBuffer()
485 virtual void processOpCode2( SbiOpcode eOp, T nOp1, T nOp2 ) in processOpCode2() argument
492 m_ConvertedBuf += (S)nOp2; in processOpCode2()
/trunk/main/basic/source/inc/
H A Druntime.hxx279 typedef void( SbiRuntime::*pStep2 )( sal_uInt32 nOp1, sal_uInt32 nOp2 );
349 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, sal_Bool bStatic = …
422 …void StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, s…
435 void implHandleSbxFlags( SbxVariable* pVar, SbxDataType t, sal_uInt32 nOp2 );
H A Ddisas.hxx39 sal_uInt32 nOp1, nOp2; // Operanden member in SbiDisas
/trunk/main/svl/source/numbers/
H A Dzformat.cxx1433 sal_uInt16 nOp1, nOp2; in Load() local
1436 >> nOp1 >> nOp2 >> bStandard >> bIsUsed; in Load()
1485 eOp2 = (SvNumberformatLimitOps) nOp2; in Load()

Completed in 90 milliseconds