Lines Matching refs:i

238         for ( int i=0; i<m_Types.getLength(); ++i, ++pPtr )  in getTypes()  local
240 if ( i == 0 ) in getTypes()
243 *pPtr = sTypes[ i - 1 ]; in getTypes()
289 for ( sal_Int32 i = 0; i < nParamsCount; ++i ) in invoke() local
292 unoToSbxValue( static_cast< SbxVariable* >( xSbxVar ), pParams[i] ); in invoke()
293 xSbxParams->Put( xSbxVar, static_cast< sal_uInt16 >( i ) + 1 ); in invoke()
574 sal_uInt16 i; in StartDefinitions() local
575 for( i = 0; i < pMethods->Count(); i++ ) in StartDefinitions()
577 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in StartDefinitions()
581 for( i = 0; i < pProps->Count(); ) in StartDefinitions()
583 SbProperty* p = PTR_CAST(SbProperty,pProps->Get( i ) ); in StartDefinitions()
585 pProps->Remove( i ); in StartDefinitions()
587 i++; in StartDefinitions()
685 for( sal_uInt16 i = 0; i < pMethods->Count(); ) in TYPEINIT1() local
687 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in TYPEINIT1()
695 i++; in TYPEINIT1()
699 i++; in TYPEINIT1()
918 for( sal_uInt16 i = 0; i < pMethods->Count(); i++ ) in GetFunctionForLine() local
920 SbMethod* p = (SbMethod*) pMethods->Get( i ); in GetFunctionForLine()
939 for( sal_uInt16 i = 0; i < pObjs->Count(); i++ ) in _SendHint() local
941 SbxVariable* pVar = pObjs->Get( i ); in _SendHint()
985 for( sal_uInt16 i = 0 ; i < nCount ; i++ ) in ClearUnoObjectsInRTL_Impl_Rek() local
987 SbxVariable* pObjVar = pObjs->Get( i ); in ClearUnoObjectsInRTL_Impl_Rek()
1336 for( sal_uInt16 i = 0 ; i < pProps->Count() ; i++ ) in ClearPrivateVars() local
1338 SbProperty* p = PTR_CAST(SbProperty,pProps->Get( i ) ); in ClearPrivateVars()
1404 for( sal_uInt16 i = 0 ; i < pProps->Count() ; i++ ) in ClearVarsDependingOnDeletedBasic() local
1406 SbProperty* p = PTR_CAST(SbProperty,pProps->Get( i ) ); in ClearVarsDependingOnDeletedBasic()
1588 for( size_t i = 0; i < pBreaks->size(); i++ ) in IsBP() local
1590 sal_uInt16 b = pBreaks->operator[]( i ); in IsBP()
1606 size_t i; in SetBP() local
1607 for( i = 0; i < pBreaks->size(); i++ ) in SetBP()
1609 sal_uInt16 b = pBreaks->operator[]( i ); in SetBP()
1615 pBreaks->insert( pBreaks->begin() + i, nLine ); in SetBP()
1629 for( size_t i = 0; i < pBreaks->size(); i++ ) in ClearBP() local
1631 sal_uInt16 b = pBreaks->operator[]( i ); in ClearBP()
1634 pBreaks->erase( pBreaks->begin() + i ); in ClearBP()
1658 for( sal_uInt32 i = 0; i < pMethods->Count(); i++ ) in fixUpMethodStart() local
1660 SbMethod* pMeth = PTR_CAST(SbMethod,pMethods->Get( (sal_uInt16)i ) ); in fixUpMethodStart()
1819 sal_uInt16 i; in LoadCompleted() local
1820 for( i = 0; i < p->Count(); i++ ) in LoadCompleted()
1822 SbMethod* q = PTR_CAST(SbMethod,p->Get( i ) ); in LoadCompleted()
1827 for( i = 0; i < p->Count(); i++ ) in LoadCompleted()
1829 SbProperty* q = PTR_CAST(SbProperty,p->Get( i ) ); in LoadCompleted()
1867 for( sal_uInt16 i = 1 ; i < nVarParCount ; ++i ) in handleProcedureProperties() local
1869 SbxVariable* pPar = pArg->Get( i ); in handleProcedureProperties()
1870 xMethParameters->Put( pPar, i ); in handleProcedureProperties()
2457 for ( sal_Int32 i = 0; i < aArguments.getLength(); ++i ) in triggerMethod() local
2460 unoToSbxValue( static_cast< SbxVariable* >( xSbxVar ), aArguments[i] ); in triggerMethod()
2461 xArray->Put( xSbxVar, static_cast< sal_uInt16 >( i ) + 1 ); in triggerMethod()
2472 for ( sal_Int32 i = 0; i < aArguments.getLength(); ++i ) in triggerMethod() local
2474 aArguments[i] = sbxToUnoValue( xArray->Get( static_cast< sal_uInt16 >(i) + 1) ); in triggerMethod()