Home
last modified time | relevance | path

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

/trunk/main/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx44 Sequence< Any > aSetList; in getStatusFromAny_Impl() local
45 if( ( aAny >>= aSetList ) && aSetList.getLength() ) in getStatusFromAny_Impl()
46 for( int ind = 0; ind < aSetList.getLength(); ind++ ) in getStatusFromAny_Impl()
48 if( !bNumIsSet && ( aSetList[ind] >>= nNum ) ) in getStatusFromAny_Impl()
51 !aText.getLength() && ( aSetList[ind] >>= aText ); in getStatusFromAny_Impl()

Completed in 14 milliseconds