Searched refs:ParagraphImpl (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/accessibility/source/extended/ |
| H A D | textwindowaccessibility.cxx | 50 class Paragraph: private ::osl::Mutex, public ParagraphImpl 55 ParagraphImpl(rDocument, nNumber, *this) {} in Paragraph() 90 ParagraphImpl::ParagraphImpl(::rtl::Reference< Document > const & rDocument, in ParagraphImpl() function in accessibility::ParagraphImpl 102 ParagraphImpl::numberChanged(bool bIncremented) in numberChanged() 110 void ParagraphImpl::textChanged() in textChanged() 123 void ParagraphImpl::notifyEvent(::sal_Int16 nEventId, in notifyEvent() 135 ParagraphImpl::getAccessibleContext() throw (::css::uno::RuntimeException) in getAccessibleContext() 142 ::sal_Int32 SAL_CALL ParagraphImpl::getAccessibleChildCount() in getAccessibleChildCount() 151 ParagraphImpl::getAccessibleChild(::sal_Int32) in getAccessibleChild() 166 ParagraphImpl::getAccessibleParent() in getAccessibleParent() [all …]
|
| /AOO42X/main/accessibility/inc/accessibility/extended/ |
| H A D | textwindowaccessibility.hxx | 161 class ParagraphImpl: class 165 ParagraphImpl(::rtl::Reference< Document > const & rDocument, 431 ::sal_Int32 retrieveParagraphIndex(ParagraphImpl const * pParagraph); 438 ::sal_Int64 retrieveParagraphState(ParagraphImpl const * pParagraph); 446 retrieveParagraphBounds(ParagraphImpl const * pParagraph, bool bAbsolute); 453 ::rtl::OUString retrieveParagraphText(ParagraphImpl const * pParagraph); 460 void retrieveParagraphSelection(ParagraphImpl const * pParagraph, 468 ::sal_Int32 retrieveParagraphCaretPosition(ParagraphImpl const * pParagraph); 477 retrieveCharacterBounds(ParagraphImpl const * pParagraph, 485 ::sal_Int32 retrieveCharacterIndex(ParagraphImpl const * pParagraph, [all …]
|