Lines Matching refs:j

1550 							short j = i - 1;  in sbxToUnoValue()  local
1551 pActualIndices[j] = pLowerBounds[j] = lBound; in sbxToUnoValue()
1552 pUpperBounds[j] = uBound; in sbxToUnoValue()
1660 for( sal_uInt32 j = 0 ; j < nSuperIfaceCount ; j++ ) in Impl_GetInterfaceInfo() local
1662 const Reference< XIdlClass >& rxIfaceClass = pClasses[j]; in Impl_GetInterfaceInfo()
1756 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in checkUnoObjectType() local
1758 const Type& rType = pTypeArray[j]; in checkUnoObjectType()
1830 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in Impl_GetSupportedInterfaces() local
1832 const Type& rType = pTypeArray[j]; in Impl_GetSupportedInterfaces()
2050 for( sal_uInt16 j = 0; j < nParamCount; j++ ) in Impl_DumpMethods() local
2052 String aTypeStr = Dbg_SbxDataType2String( unoToSbxType( pParams[ j ] ) ); in Impl_DumpMethods()
2055 if( j < nParamCount - 1 ) in Impl_DumpMethods()
2345 sal_uInt32 j; in TYPEINIT1() local
2346 for( j = 0 ; j < nParamCount ; j++ ) in TYPEINIT1()
2348 const ParamInfo& rInfo = pParamInfos[j]; in TYPEINIT1()
2351 unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pAnyArgs[ j ] ); in TYPEINIT1()
2375 for( sal_uInt32 j = 0 ; j < nLen ; j++ ) in TYPEINIT1() local
2377 sal_Int16 iTarget = pIndices[ j ]; in TYPEINIT1()
2380 … unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pNewValues[ j ] ); in TYPEINIT1()
3794 for( sal_uInt32 j = 0 ; j < nUnoParamCount ; j++ ) in SFX_NOTIFY() local
3796 Reference< XParameter > xParam = pParameterSeq[j]; in SFX_NOTIFY()
3801 unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pAnyArgs[ j ] ); in SFX_NOTIFY()