Home
last modified time | relevance | path

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

/AOO42X/main/basic/source/classes/
H A Dsbunoobj.cxx2218 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()
[all …]