Home
last modified time | relevance | path

Searched refs:nOp1 (Results 1 – 9 of 9) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dstep1.cxx172 StepJUMP( nOp1 ); in StepJUMPT()
181 StepJUMP( nOp1 ); in StepJUMPF()
198 nOp1 &= 0x7FFF; in StepONJUMP()
206 StepJUMP( nOp1 ); in StepONJUMP()
224 if( nOp1 ) in StepRETURN()
225 StepJUMP( nOp1 ); in StepRETURN()
326 StepJUMP( nOp1 ); in StepTESTFOR()
351 StepJUMP( nOp1 ); in StepERRHDL()
371 if( nOp1 ) in StepRESUME()
382 if( nOp1 > 1 ) in StepRESUME()
[all …]
H A Dstep2.cxx91 nOp1 = nOp1 | 0x8000; // indicate params are present in FindElement()
179 if( nOp1 & 0x8000 ) in FindElement()
224 SetupArgs( pElem, nOp1 ); in FindElement()
356 if( nOp1 & 0x8000 ) in SetupArgs()
771 SetupArgs( p, nOp1 ); in StepPARAM()
786 StepJUMP( nOp1 ); in StepCASEIS()
797 if( nOp1 & 0x8000 ) in StepCALL()
801 if( nOp1 & 0x8000 ) in StepCALL()
812 if( nOp1 & 0x8000 ) in StepCALLC()
816 if( nOp1 & 0x8000 ) in StepCALLC()
[all …]
H A Druntime.cxx733 sal_uInt32 nOp1, nOp2; in Step() local
740 nOp1 = *pCode++; nOp1 |= *pCode++ << 8; nOp1 |= *pCode++ << 16; nOp1 |= *pCode++ << 24; in Step()
742 (this->*( aStep1[ eOp - SbOP1_START ] ) )( nOp1 ); in Step()
746 nOp1 = *pCode++; nOp1 |= *pCode++ << 8; nOp1 |= *pCode++ << 16; nOp1 |= *pCode++ << 24; in Step()
748 (this->*( aStep2[ eOp - SbOP2_START ] ) )( nOp1, nOp2 ); in Step()
/trunk/main/basic/source/classes/
H A Ddisas.cxx308 nOp1 = *p++; nOp1 |= *p++ << 8; nOp1 |= *p++ << 16; nOp1 |= *p++ << 24; in Fetch()
317 nOp1 = *p++; nOp1 |= *p++ << 8; nOp1 |= *p++ << 16; nOp1 |= *p++ << 24; in Fetch()
371 nLine = nOp1; in DisasLine()
492 nOp1 = nOp2; in Str2Op()
522 if( nOp1 ) in ReturnOp()
529 switch( nOp1 ) in ResumeOp()
540 if( nOp1 ) in PromptOp()
554 switch( nOp1 ) in CharOp()
579 nOp1 = nOp2; in VarOp()
591 nOp1 = nOp2; in VarDefOp()
[all …]
H A Dsbxmod.cxx1530 sal_uInt32 nOp1 = *p++; nOp1 |= *p++ << 8; in FindNextStmnt() local
1531 nOp1 |= *p++ << 16; nOp1 |= *p++ << 24; in FindNextStmnt()
1532 p = (const sal_uInt8*) pImg->GetCode() + nOp1; in FindNextStmnt()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx371 T nOp1=0; in readParam() local
374 return nOp1; in readParam()
387 T nOp1 = 0, nOp2 = 0; in visitBuffer() local
397 nOp1 = readParam( pCode ); in visitBuffer()
473 nOp1 = static_cast<T>( convertBufferOffSet(m_pStart, nOp1) ); in processOpCode1()
476 if ( nOp1 > 1 ) in processOpCode1()
477 nOp1 = static_cast<T>( convertBufferOffSet(m_pStart, nOp1) ); in processOpCode1()
483 m_ConvertedBuf += (S)nOp1; in processOpCode1()
489 if ( nOp1 ) in processOpCode2()
490 nOp1 = static_cast<T>( convertBufferOffSet(m_pStart, nOp1) ); in processOpCode2()
[all …]
/trunk/main/basic/source/inc/
H A Druntime.hxx278 typedef void( SbiRuntime::*pStep1 )( sal_uInt32 nOp1 );
279 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 = …
387 void StepSETCLASS_impl( sal_uInt32 nOp1, bool bHandleDflt = false );
422 …void StepFIND_Impl( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError, sal_Bool bLocal, s…
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()
1484 eOp1 = (SvNumberformatLimitOps) nOp1; in Load()

Completed in 74 milliseconds