Home
last modified time | relevance | path

Searched refs:nAllocParamCount (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2219 sal_uInt32 nAllocParamCount = nParamCount; in TYPEINIT1() local
2225 nAllocParamCount = nParamCount; in TYPEINIT1()
2245 nAllocParamCount = nUnoParamCount; in TYPEINIT1()
2249 if( nAllocParamCount > 0 ) in TYPEINIT1()
2251 args.realloc( nAllocParamCount ); in TYPEINIT1()
3698 sal_uInt32 nAllocParamCount = nEffectiveParamCount; in SFX_NOTIFY() local
3704 nAllocParamCount = nUnoParamCount; in SFX_NOTIFY()
3721 if( nAllocParamCount > 0 ) in SFX_NOTIFY()
3723 args.realloc( nAllocParamCount ); in SFX_NOTIFY()

Completed in 34 milliseconds