Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunotext2.cxx416 mpPortions = new SvUShorts; in SvxUnoTextRangeEnumeration()
417 mpEditSource->GetTextForwarder()->GetPortions( nPara, *mpPortions ); in SvxUnoTextRangeEnumeration()
421 mpPortions = NULL; in SvxUnoTextRangeEnumeration()
428 delete mpPortions; in ~SvxUnoTextRangeEnumeration()
438 return mpPortions && mnNextPortion < mpPortions->Count(); in hasMoreElements()
446 if( mpPortions == NULL || mnNextPortion >= mpPortions->Count() ) in nextElement()
451 nStartPos = mpPortions->GetObject(mnNextPortion-1); in nextElement()
452 sal_uInt16 nEndPos = mpPortions->GetObject(mnNextPortion); in nextElement()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx604 SvUShorts* mpPortions; member in SvxUnoTextRangeEnumeration

Completed in 17 milliseconds