Searched refs:mnParagraph (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/editeng/source/uno/ |
| H A D | unotext2.cxx | 95 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 …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdotextpathdecomposition.cxx | 84 sal_uInt16 mnParagraph; member in __anone48114a00111::impPathTextPortion 99 mnParagraph(rInfo.mnPara), in impPathTextPortion() 120 if(mnParagraph < rComp.mnParagraph) in operator <() 137 sal_uInt16 getParagraph() const { return mnParagraph; } in getParagraph()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 4731 mnParagraph ( nParagraph ), in PPTCharPropSet() 4749 mnParagraph = rCharPropSet.mnParagraph; in PPTCharPropSet() 4767 mnParagraph = nParagraph; in PPTCharPropSet() 4791 mnParagraph = rCharPropSet.mnParagraph; in operator =() 5617 …if ( aCharPropList.Count() && ( ((PPTCharPropSet*)aCharPropList.Last())->mnParagraph != nCurrentPa… in Init() 6082 sal_uInt32 nCurrentParagraph = pCharPropSet->mnParagraph; in PPTParagraphObj() 6083 …for ( ; pCharPropSet && ( pCharPropSet->mnParagraph == nCurrentParagraph ); pCharPropSet = (PPTCha… in PPTParagraphObj() 7292 … if ( pNext->mnParagraph > pCurrent->mnParagraph ) in PPTTextObj()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | unotext.hxx | 528 sal_uInt16 mnParagraph; member in SvxUnoTextContent 603 sal_uInt16 mnParagraph; member in SvxUnoTextRangeEnumeration
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 885 sal_uInt32 mnParagraph; member
|