Lines Matching refs:mpEditSource
59 mpEditSource = mrText.GetEditSource()->Clone(); in SvxUnoTextContentEnumeration()
61 mpEditSource = NULL; in SvxUnoTextContentEnumeration()
67 delete mpEditSource; in ~SvxUnoTextContentEnumeration()
75 if( mpEditSource && mpEditSource->GetTextForwarder() ) in hasMoreElements()
76 return mnNextParagraph < mpEditSource->GetTextForwarder()->GetParagraphCount(); in hasMoreElements()
90 const SvxUnoTextRangeBaseList& rRanges( mpEditSource->getRanges() ); in nextElement()
412 mpEditSource = rText.GetEditSource() ? rText.GetEditSource()->Clone() : NULL; in SvxUnoTextRangeEnumeration()
414 if( mpEditSource && mpEditSource->GetTextForwarder() ) in SvxUnoTextRangeEnumeration()
417 mpEditSource->GetTextForwarder()->GetPortions( nPara, *mpPortions ); in SvxUnoTextRangeEnumeration()
427 delete mpEditSource; in ~SvxUnoTextRangeEnumeration()
457 const SvxUnoTextRangeBaseList& rRanges( mpEditSource->getRanges() ); in nextElement()