Lines Matching refs:nOp1

57 …( SbxObject* pObj, sal_uInt32 nOp1, sal_uInt32 nOp2, SbError nNotFound, sal_Bool bLocal, sal_Bool …  in FindElement()  argument
77 String aName( pImg->GetString( static_cast<short>( nOp1 & 0x7FFF ) ) ); in FindElement()
91 nOp1 = nOp1 | 0x8000; // indicate params are present in FindElement()
179 if( nOp1 & 0x8000 ) in FindElement()
190 if( !( nOp1 & 0x8000 ) && nNotFound == SbERR_PROC_UNDEFINED ) in FindElement()
224 SetupArgs( pElem, nOp1 ); in FindElement()
354 void SbiRuntime::SetupArgs( SbxVariable* p, sal_uInt32 nOp1 ) in SetupArgs() argument
356 if( nOp1 & 0x8000 ) in SetupArgs()
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()
667 void SbiRuntime::StepFIND_STATIC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepFIND_STATIC() argument
669 StepFIND_Impl( pMod, nOp1, nOp2, SbERR_PROC_UNDEFINED, sal_True, sal_True ); in StepFIND_STATIC()
675 void SbiRuntime::StepELEM( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepELEM() argument
694 PushVar( FindElement( pObj, nOp1, nOp2, SbERR_NO_METHOD, sal_False ) ); in StepELEM()
702 void SbiRuntime::StepPARAM( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepPARAM() argument
704 sal_uInt16 i = static_cast<sal_uInt16>( nOp1 & 0x7FFF ); in StepPARAM()
771 SetupArgs( p, nOp1 ); in StepPARAM()
777 void SbiRuntime::StepCASEIS( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCASEIS() argument
786 StepJUMP( nOp1 ); in StepCASEIS()
793 void SbiRuntime::StepCALL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCALL() argument
795 String aName = pImg->GetString( static_cast<short>( nOp1 & 0x7FFF ) ); in StepCALL()
797 if( nOp1 & 0x8000 ) in StepCALL()
801 if( nOp1 & 0x8000 ) in StepCALL()
808 void SbiRuntime::StepCALLC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCALLC() argument
810 String aName = pImg->GetString( static_cast<short>( nOp1 & 0x7FFF ) ); in StepCALLC()
812 if( nOp1 & 0x8000 ) in StepCALLC()
816 if( nOp1 & 0x8000 ) in StepCALLC()
823 void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepSTMNT() argument
859 nLine = static_cast<short>( nOp1 ); in StepSTMNT()
874 if( n1 == nOp1 ) in StepSTMNT()
908 else if( ( nOp1 != nOld ) in StepSTMNT()
910 && pMod->IsBP( static_cast<sal_uInt16>( nOp1 ) ) ) in StepSTMNT()
928 void SbiRuntime::StepOPEN( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepOPEN() argument
936 pIosys->Open( nChan, aName, static_cast<short>( nOp1 ), in StepOPEN()
943 void SbiRuntime::StepCREATE( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCREATE() argument
951 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepCREATE()
961 void SbiRuntime::StepDCREATE( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepDCREATE() argument
963 StepDCREATE_IMPL( nOp1, nOp2 ); in StepDCREATE()
966 void SbiRuntime::StepDCREATE_REDIMP( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepDCREATE_REDIMP() argument
968 StepDCREATE_IMPL( nOp1, nOp2 ); in StepDCREATE_REDIMP()
993 void SbiRuntime::StepDCREATE_IMPL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepDCREATE_IMPL() argument
1042 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepDCREATE_IMPL()
1108 void SbiRuntime::StepTCREATE( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepTCREATE() argument
1110 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepTCREATE()
1148 void SbiRuntime::StepLOCAL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepLOCAL() argument
1152 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepLOCAL()
1165 void SbiRuntime::StepPUBLIC_Impl( sal_uInt32 nOp1, sal_uInt32 nOp2, bool bUsedForClassModule ) in StepPUBLIC_Impl() argument
1167 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepPUBLIC_Impl()
1189 void SbiRuntime::StepPUBLIC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepPUBLIC() argument
1191 StepPUBLIC_Impl( nOp1, nOp2, false ); in StepPUBLIC()
1194 void SbiRuntime::StepPUBLIC_P( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepPUBLIC_P() argument
1201 StepPUBLIC_Impl( nOp1, nOp2, bUsedForClassModule ); in StepPUBLIC_P()
1207 void SbiRuntime::StepGLOBAL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepGLOBAL() argument
1210 StepPUBLIC_Impl( nOp1, nOp2, true ); in StepGLOBAL()
1212 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepGLOBAL()
1245 void SbiRuntime::StepGLOBAL_P( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepGLOBAL_P() argument
1249 StepGLOBAL( nOp1, nOp2 ); in StepGLOBAL_P()
1257 void SbiRuntime::StepFIND_G( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepFIND_G() argument
1262 StepFIND( nOp1, nOp2 ); in StepFIND_G()
1268 String aName( pImg->GetString( static_cast<short>( nOp1 & 0x7FFF ) ) ); in StepFIND_G()
1295 void SbiRuntime::StepSTATIC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepSTATIC() argument
1297 String aName( pImg->GetString( static_cast<short>( nOp1 ) ) ); in StepSTATIC()