Searched refs:nParagraphIndex (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterTextView.cxx | 334 sal_Int32 nParagraphIndex (mpCaret->GetParagraphIndex()); in MoveCaret() local 348 SharedPresenterTextParagraph pParagraph (GetParagraph(nParagraphIndex)); in MoveCaret() 356 nParagraphIndex += nDelta; in MoveCaret() 357 if (nParagraphIndex < 0) in MoveCaret() 359 nParagraphIndex = 0; in MoveCaret() 363 else if (sal_uInt32(nParagraphIndex) >= maParagraphs.size()) in MoveCaret() 365 nParagraphIndex = maParagraphs.size()-1; in MoveCaret() 366 pParagraph = GetParagraph(nParagraphIndex); in MoveCaret() 377 pParagraph = GetParagraph(nParagraphIndex); in MoveCaret() 398 mpCaret->SetPosition(nParagraphIndex, nCharacterIndex); in MoveCaret() [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()
|
| /AOO41X/main/editeng/source/accessibility/ |
| H A D | AccessibleParaManager.cxx | 165 …AccessibleParaManager::WeakChild AccessibleParaManager::GetChild( sal_uInt32 nParagraphIndex ) con… in GetChild() 167 …DBG_ASSERT( maChildren.size() > nParagraphIndex, "AccessibleParaManager::GetChild: invalid index" … in GetChild() 169 if( maChildren.size() > nParagraphIndex ) in GetChild() 171 return maChildren[ nParagraphIndex ]; in GetChild() 182 … sal_uInt32 nParagraphIndex ) in CreateChild() argument 184 …DBG_ASSERT( maChildren.size() > nParagraphIndex, "AccessibleParaManager::CreateChild: invalid inde… in CreateChild() 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() [all …]
|
| /AOO41X/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 ()()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | AccessibleParaManager.hxx | 200 … nParagraphIndex ); 202 WeakChild GetChild( sal_uInt32 nParagraphIndex ) const; 322 sal_uInt32 nParagraphIndex ) const;
|