Searched refs:nObjsCount (Results 1 – 1 of 1) sorted by relevance
125 const sal_uInt32 nObjsCount = pObjs ? pObjs->Count() : 0; in next() local126 aCurr = ( pObjs && nNextObj < nObjsCount ) in next()131 aCurr = ( nNextObj < nObjsCount ) in next()142 … aCurr = SwAccessibleChild( pAccImpl->GetAdditionalAccessibleChild( nNextObj - nObjsCount ) ); in next()
Completed in 5 milliseconds