Home
last modified time | relevance | path

Searched refs:mnParagraph (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/source/uno/
H A Dunotext2.cxx95 if( pIterContent && (pIterContent->mnParagraph == mnNextParagraph) ) in nextElement()
124 , mnParagraph(0) in SvxUnoTextContent()
133 , mnParagraph(nPara) in SvxUnoTextContent()
140 …SetSelection( ESelection( mnParagraph,0, mnParagraph, GetEditSource()->GetTextForwarder()->GetText… in SvxUnoTextContent()
154 mnParagraph = rContent.mnParagraph; in SvxUnoTextContent()
292 return new SvxUnoTextRangeEnumeration( mrParentText, mnParagraph ); in createEnumeration()
312 pForwarder->GetPortions( mnParagraph, aPortions ); in hasElements()
326 _setPropertyValue( aPropertyName, aValue, mnParagraph ); in setPropertyValue()
332 return _getPropertyValue( PropertyName, mnParagraph ); in getPropertyValue()
338 _setPropertyValues( aPropertyNames, aValues, mnParagraph ); in setPropertyValues()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx84 sal_uInt16 mnParagraph; member in __anon9e7e77380111::impPathTextPortion
99 mnParagraph(rInfo.mnPara), in impPathTextPortion()
120 if(mnParagraph < rComp.mnParagraph) in operator <()
137 sal_uInt16 getParagraph() const { return mnParagraph; } in getParagraph()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4730 mnParagraph ( nParagraph ), in PPTCharPropSet()
4748 mnParagraph = rCharPropSet.mnParagraph; in PPTCharPropSet()
4766 mnParagraph = nParagraph; in PPTCharPropSet()
4790 mnParagraph = rCharPropSet.mnParagraph; in operator =()
5616 …if ( aCharPropList.Count() && ( ((PPTCharPropSet*)aCharPropList.Last())->mnParagraph != nCurrentPa… in Init()
6081 sal_uInt32 nCurrentParagraph = pCharPropSet->mnParagraph; in PPTParagraphObj()
6082 …for ( ; pCharPropSet && ( pCharPropSet->mnParagraph == nCurrentParagraph ); pCharPropSet = (PPTCha… in PPTParagraphObj()
7291 … if ( pNext->mnParagraph > pCurrent->mnParagraph ) in PPTTextObj()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx528 sal_uInt32 mnParagraph; member in SvxUnoTextContent
603 sal_uInt32 mnParagraph; member in SvxUnoTextRangeEnumeration
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx885 sal_uInt32 mnParagraph; member