Home
last modified time | relevance | path

Searched refs:nParagraphIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx478 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 DPresenterTextView.hxx63 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 DPresenterAccessibility.cxx356 const sal_Int32 nParagraphIndex);
1801 const sal_Int32 nParagraphIndex) in AccessibleParagraph() argument
1804 mnParagraphIndex(nParagraphIndex) in AccessibleParagraph()
/trunk/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx169 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 …]
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx182 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 ()()
/trunk/main/editeng/inc/editeng/
H A DAccessibleParaManager.hxx200 sal_uInt32 nParagraphIndex );
202 WeakChild GetChild( sal_uInt32 nParagraphIndex ) const;
322 sal_uInt32 nParagraphIndex ) const;

Completed in 54 milliseconds