Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunotext2.cxx410 mnNextPortion( 0 ) in SvxUnoTextRangeEnumeration()
438 return mpPortions && mnNextPortion < mpPortions->Count(); in hasMoreElements()
446 if( mpPortions == NULL || mnNextPortion >= mpPortions->Count() ) in nextElement()
450 if (mnNextPortion > 0) in nextElement()
451 nStartPos = mpPortions->GetObject(mnNextPortion-1); in nextElement()
452 sal_uInt16 nEndPos = mpPortions->GetObject(mnNextPortion); in nextElement()
477 mnNextPortion++; in nextElement()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx605 sal_uInt16 mnNextPortion; member in SvxUnoTextRangeEnumeration

Completed in 12 milliseconds