Searched refs:nEffectiveParamCount (Results 1 – 1 of 1) sorted by relevance
3697 sal_uInt32 nEffectiveParamCount = nParamCount - nParameterOffsetByContext; in SFX_NOTIFY() local3698 sal_uInt32 nAllocParamCount = nEffectiveParamCount; in SFX_NOTIFY()3699 if( nEffectiveParamCount > nUnoParamCount ) in SFX_NOTIFY()3703 nEffectiveParamCount = nUnoParamCount; in SFX_NOTIFY()3708 else if( nUnoParamCount > nEffectiveParamCount ) in SFX_NOTIFY()3711 int nDiff = nUnoParamCount - nEffectiveParamCount; in SFX_NOTIFY()3725 for( sal_uInt32 i = 0 ; i < nEffectiveParamCount ; i++ ) in SFX_NOTIFY()
Completed in 36 milliseconds