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.cxx57 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sal_Bool bLocal, sal_Bool … in FindElement() argument
76 SbxDataType t = (SbxDataType) nOp2; in FindElement()
634 void SbiRuntime::StepRTL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepRTL() argument
636 PushVar( FindElement( rBasic.pRtl, nOp1, nOp2, SbERR_PROC_UNDEFINED, sal_False ) ); in StepRTL()
640 SbiRuntime::StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sa… in StepFIND_Impl() argument
644 PushVar( FindElement( pObj, nOp1, nOp2, nNotFound, bLocal, bStatic ) ); in StepFIND_Impl()
648 void SbiRuntime::StepFIND( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepFIND() argument
650 StepFIND_Impl( pMod, nOp1, nOp2, SbERR_PROC_UNDEFINED, sal_True ); in StepFIND()
654 void SbiRuntime::StepFIND_CM( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepFIND_CM() argument
661 StepFIND_Impl( pMod, nOp1, nOp2, SbERR_PROC_UNDEFINED, sal_True ); in StepFIND_CM()
[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()
441 snprintf( cBuf, sizeof(cBuf), pMask[ nParts ], nPC, (sal_uInt16) eOp, nOp1, nOp2 ); in DisasLine()
492 nOp1 = nOp2; in Str2Op()
579 nOp1 = nOp2; in VarOp()
591 nOp1 = nOp2; in VarDefOp()
602 nOp1 = nOp2; in OffOp()
649 rText.AppendAscii( pOp1[ nOp2 - SbxEQ + _EQ ] ); in CaseOp()
657 sal_uInt32 nCol = nOp2 & 0xFF; in StmntOp()
[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()