Searched refs:GetParagraphIndex (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 192 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() 800 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in GetAttributeRun() 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() 1672 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getSelectedText() [all …]
|
H A D | AccessibleImageBullet.cxx | 213 DBG_ASSERT(GetParagraphIndex() >= 0 && GetParagraphIndex() <= USHRT_MAX, in getLocale() 217 …le(aLocale, GetTextForwarder().GetLanguage( static_cast< sal_uInt16 >( 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 …BulletInfo aBulletInfo = rCacheTF.GetBulletInfo( static_cast< sal_uInt16 > (GetParagraphIndex()) ); in getBounds() 271 …Rectangle aParentRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getBounds() 573 sal_Int32 AccessibleImageBullet::GetParagraphIndex() const SAL_THROW((uno::RuntimeException)) in GetParagraphIndex() function in accessibility::AccessibleImageBullet
|
H A D | AccessibleStaticTextBase.cxx | 169 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()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 328 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 D | PresenterTextView.hxx | 60 sal_Int32 GetParagraphIndex (void) const; 123 sal_Int32 GetParagraphIndex (void) const;
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | AccessibleStaticTextBase.hxx | 264 sal_Int32 GetParagraphIndex() const;
|
H A D | AccessibleImageBullet.hxx | 163 sal_Int32 GetParagraphIndex() const SAL_THROW((::com::sun::star::uno::RuntimeException));
|
H A D | AccessibleEditableTextPara.hxx | 216 sal_Int32 GetParagraphIndex() const SAL_THROW((::com::sun::star::uno::RuntimeException));
|
Completed in 55 milliseconds