Lines Matching refs:nOp2

57 …( 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()
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
705 SbxDataType t = (SbxDataType) nOp2; in StepPARAM()
777 void SbiRuntime::StepCASEIS( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCASEIS() argument
785 if( xCase->Compare( (SbxOperator) nOp2, *xComp ) ) in StepCASEIS()
793 void SbiRuntime::StepCALL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCALL() argument
799 DllCall( aName, aLibName, pArgs, (SbxDataType) nOp2, sal_False ); in StepCALL()
808 void SbiRuntime::StepCALLC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCALLC() argument
814 DllCall( aName, aLibName, pArgs, (SbxDataType) nOp2, sal_True ); in StepCALLC()
823 void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepSTMNT() argument
862 nCol1 = static_cast<short>( nOp2 & 0xFF ); in StepSTMNT()
885 sal_uInt16 nExspectedForLevel = static_cast<sal_uInt16>( nOp2 / 0x100 ); in StepSTMNT()
928 void SbiRuntime::StepOPEN( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepOPEN() argument
937 static_cast<short>( nOp2 ), nBlkLen ); in StepOPEN()
943 void SbiRuntime::StepCREATE( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCREATE() argument
945 String aClass( pImg->GetString( static_cast<short>( nOp2 ) ) ); 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
1031 String aClass( pImg->GetString( static_cast<short>( nOp2 ) ) ); in StepDCREATE_IMPL()
1108 void SbiRuntime::StepTCREATE( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepTCREATE() argument
1111 String aClass( pImg->GetString( static_cast<short>( nOp2 ) ) ); in StepTCREATE()
1122 void SbiRuntime::implHandleSbxFlags( SbxVariable* pVar, SbxDataType t, sal_uInt32 nOp2 ) in implHandleSbxFlags() argument
1124 bool bWithEvents = ((t & 0xff) == SbxOBJECT && (nOp2 & SBX_TYPE_WITH_EVENTS_FLAG) != 0); in implHandleSbxFlags()
1128 bool bDimAsNew = ((nOp2 & SBX_TYPE_DIM_AS_NEW_FLAG) != 0); in implHandleSbxFlags()
1132 bool bFixedString = ((t & 0xff) == SbxSTRING && (nOp2 & SBX_FIXED_LEN_STRING_FLAG) != 0); in implHandleSbxFlags()
1135 sal_uInt16 nCount = static_cast<sal_uInt16>( nOp2 >> 17 ); // len = all bits above 0x10000 in implHandleSbxFlags()
1141 bool bVarToDim = ((nOp2 & SBX_TYPE_VAR_TO_DIM_FLAG) != 0); in implHandleSbxFlags()
1148 void SbiRuntime::StepLOCAL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepLOCAL() argument
1155 SbxDataType t = (SbxDataType)(nOp2 & 0xffff); in StepLOCAL()
1158 implHandleSbxFlags( p, t, nOp2 ); in StepLOCAL()
1165 void SbiRuntime::StepPUBLIC_Impl( sal_uInt32 nOp1, sal_uInt32 nOp2, bool bUsedForClassModule ) in StepPUBLIC_Impl() argument
1168 SbxDataType t = (SbxDataType)(SbxDataType)(nOp2 & 0xffff);; in StepPUBLIC_Impl()
1185 implHandleSbxFlags( pProp, t, nOp2 ); 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()
1213 SbxDataType t = (SbxDataType)(nOp2 & 0xffff); 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()
1267 SbxDataType t = (SbxDataType) nOp2; in StepFIND_G()
1295 void SbiRuntime::StepSTATIC( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepSTATIC() argument
1298 SbxDataType t = (SbxDataType) nOp2; in StepSTATIC()