Lines Matching refs:nUnoParamCount
2218 sal_uInt32 nUnoParamCount = rInfoSeq.getLength(); in TYPEINIT1() local
2222 if( nParamCount > nUnoParamCount ) in TYPEINIT1()
2224 nParamCount = nUnoParamCount; in TYPEINIT1()
2227 else if( nParamCount < nUnoParamCount ) in TYPEINIT1()
2234 for( i = nParamCount ; i < nUnoParamCount ; i++ ) in TYPEINIT1()
2245 nAllocParamCount = nUnoParamCount; in TYPEINIT1()
3667 sal_uInt32 nUnoParamCount = aParameterSeq.getLength(); in SFX_NOTIFY() local
3674 if( nUnoParamCount > 0 ) in SFX_NOTIFY()
3676 Reference< XParameter > xLastParam = pParameterSeq[ nUnoParamCount - 1 ]; in SFX_NOTIFY()
3688 if( nParamCount > nUnoParamCount ) in SFX_NOTIFY()
3699 if( nEffectiveParamCount > nUnoParamCount ) in SFX_NOTIFY()
3703 nEffectiveParamCount = nUnoParamCount; in SFX_NOTIFY()
3704 nAllocParamCount = nUnoParamCount; in SFX_NOTIFY()
3708 else if( nUnoParamCount > nEffectiveParamCount ) in SFX_NOTIFY()
3711 int nDiff = nUnoParamCount - nEffectiveParamCount; in SFX_NOTIFY()
3731 if( i < nUnoParamCount ) in SFX_NOTIFY()
3794 for( sal_uInt32 j = 0 ; j < nUnoParamCount ; j++ ) in SFX_NOTIFY()