Searched refs:nParagraphIndex (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 478 nParagraphIndex<nParagraphCount; in Paint() 479 ++nParagraphIndex) in Paint() 533 sal_Int32 nParagraphIndex, in GetCaretBounds() argument 588 const sal_Int32 nParagraphIndex) const in GetParagraph() 590 if (nParagraphIndex < 0) in GetParagraph() 604 const sal_Int32 nParagraphIndex, in PresenterTextParagraph() argument 610 mnParagraphIndex(nParagraphIndex), in PresenterTextParagraph() 664 const sal_Int32 nParagraphIndex, in PresenterTextParagraph() argument 670 mnParagraphIndex(nParagraphIndex), in PresenterTextParagraph() 1434 const sal_Int32 nParagraphIndex, in SetPosition() argument [all …]
|
H A D | PresenterTextView.hxx | 63 const sal_Int32 nParagraphIndex, 101 const sal_Int32 nParagraphIndex, 107 const sal_Int32 nParagraphIndex, 285 SharedPresenterTextParagraph GetParagraph (const sal_Int32 nParagraphIndex) const; 307 sal_Int32 GetCharacterOffset (const sal_Int32 nParagraphIndex) const; 309 const sal_Int32 nParagraphIndex,
|
H A D | PresenterAccessibility.cxx | 356 const sal_Int32 nParagraphIndex); 1801 const sal_Int32 nParagraphIndex) in AccessibleParagraph() argument 1804 mnParagraphIndex(nParagraphIndex) in AccessibleParagraph()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleParaManager.cxx | 169 if( maChildren.size() > nParagraphIndex ) in GetChild() 171 return maChildren[ nParagraphIndex ]; in GetChild() 186 if( maChildren.size() > nParagraphIndex ) in CreateChild() 189 WeakPara::HardRefType aChild( GetChild( nParagraphIndex ).first.get() ); in CreateChild() 191 if( !IsReferencable( nParagraphIndex ) ) in CreateChild() 204 InitChild( *aChild, rEditSource, nChild, nParagraphIndex ); in CreateChild() 206 maChildren[ nParagraphIndex ] = WeakChild( aChild, pChild->getBounds() ); in CreateChild() 209 return Child( aChild.getRef(), GetChild( nParagraphIndex ).second ); in CreateChild() 255 sal_uInt32 nParagraphIndex ) const in InitChild() 259 rChild.SetParagraphIndex( nParagraphIndex ); in InitChild() [all …]
|
/aoo4110/main/animations/source/animcore/ |
H A D | targetpropertiescreator.cxx | 182 sal_Int16 nParagraphIndex ) : in NodeFunctor() argument 185 mnParagraphIndex( nParagraphIndex ) in NodeFunctor() 199 sal_Int16 nParagraphIndex( mnParagraphIndex ); in operator ()() local 237 nParagraphIndex = aTarget.Paragraph; in operator ()() 254 nParagraphIndex ); in operator ()() 298 aTarget.mnParagraphIndex = nParagraphIndex; in operator ()()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | AccessibleParaManager.hxx | 200 sal_uInt32 nParagraphIndex ); 202 WeakChild GetChild( sal_uInt32 nParagraphIndex ) const; 322 sal_uInt32 nParagraphIndex ) const;
|
Completed in 86 milliseconds