Home
last modified time | relevance | path

Searched refs:GetParagraphIndex (Results 1 – 8 of 8) sorted by relevance

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx192 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in implGetLocale()
401 GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in MakeSelection()
662 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in HaveChildren()
1090 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in containsPoint()
1141 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getBounds()
1305 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacter()
1577 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacterBounds()
1612 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getCharacterCount()
1673 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectedText()
1688 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectionStart()
[all …]
H A DAccessibleImageBullet.cxx213 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getLocale()
217 … return SvxLanguageToLocale(aLocale, GetTextForwarder().GetLanguage( GetParagraphIndex(), 0 )); in getLocale()
242 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in containsPoint()
266 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getBounds()
270 EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() ); in getBounds()
271 Rectangle aParentRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getBounds()
573 sal_Int32 AccessibleImageBullet::GetParagraphIndex() const SAL_THROW((uno::RuntimeException)) in GetParagraphIndex() function in accessibility::AccessibleImageBullet
H A DAccessibleStaticTextBase.cxx169 sal_Int32 GetParagraphIndex() const;
328 sal_Int32 AccessibleStaticTextBase_Impl::GetParagraphIndex() const in GetParagraphIndex() function in accessibility::AccessibleStaticTextBase_Impl
334 nIndex = mpTextParagraph->GetParagraphIndex(); in GetParagraphIndex()
1158 sal_Int32 AccessibleStaticTextBase::GetParagraphIndex() const in GetParagraphIndex() function in accessibility::AccessibleStaticTextBase
1160 return mpImpl->GetParagraphIndex(); in GetParagraphIndex()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx328 if (mpCaret->GetParagraphIndex() < 0) in MoveCaret()
334 sal_Int32 nParagraphIndex (mpCaret->GetParagraphIndex()); in MoveCaret()
860 if (mpCaret && mpCaret->GetParagraphIndex()==mnParagraphIndex) in GetCaretPosition()
871 if (mpCaret && mpCaret->GetParagraphIndex()==mnParagraphIndex) in SetCaretPosition()
978 sal_Int32 PresenterTextParagraph::GetParagraphIndex (void) const in GetParagraphIndex() function in sdext::presenter::PresenterTextParagraph
1417 sal_Int32 PresenterTextCaret::GetParagraphIndex (void) const in GetParagraphIndex() function in sdext::presenter::PresenterTextCaret
H A DPresenterTextView.hxx60 sal_Int32 GetParagraphIndex (void) const;
123 sal_Int32 GetParagraphIndex (void) const;
/trunk/main/editeng/inc/editeng/
H A DAccessibleStaticTextBase.hxx264 sal_Int32 GetParagraphIndex() const;
H A DAccessibleImageBullet.hxx163 sal_Int32 GetParagraphIndex() const SAL_THROW((::com::sun::star::uno::RuntimeException));
H A DAccessibleEditableTextPara.hxx216 sal_Int32 GetParagraphIndex() const SAL_THROW((::com::sun::star::uno::RuntimeException));

Completed in 60 milliseconds