Searched refs:nVecCount (Results 1 – 1 of 1) sorted by relevance
293 sal_uInt32 nSlideCount, nVecCount; in Import() local305 >> nVecCount; in Import()307 if ( ( nType == ( VT_VARIANT | VT_VECTOR ) ) && ( nVecCount ^ 1 ) ) in Import()309 nVecCount >>= 1; in Import()311 for ( i = 0; i < nVecCount; i++ ) in Import()340 >> nVecCount; in Import()342 if ( ( nVecCount >= ( nSlideTitleIndex + nSlideTitleCount ) ) in Import()
Completed in 27 milliseconds