Lines Matching refs:ParagraphImpl

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()
174 ::sal_Int32 SAL_CALL ParagraphImpl::getAccessibleIndexInParent() in getAccessibleIndexInParent()
182 ::sal_Int16 SAL_CALL ParagraphImpl::getAccessibleRole() in getAccessibleRole()
190 ::rtl::OUString SAL_CALL ParagraphImpl::getAccessibleDescription() in getAccessibleDescription()
198 ::rtl::OUString SAL_CALL ParagraphImpl::getAccessibleName() in getAccessibleName()
207 SAL_CALL ParagraphImpl::getAccessibleRelationSet() in getAccessibleRelationSet()
216 SAL_CALL ParagraphImpl::getAccessibleStateSet() in getAccessibleStateSet()
228 ::css::lang::Locale SAL_CALL ParagraphImpl::getLocale() in getLocale()
237 ::sal_Bool SAL_CALL ParagraphImpl::containsPoint(::css::awt::Point const & rPoint) in containsPoint()
249 ParagraphImpl::getAccessibleAtPoint(::css::awt::Point const &) in getAccessibleAtPoint()
257 ::css::awt::Rectangle SAL_CALL ParagraphImpl::getBounds() in getBounds()
265 ::css::awt::Point SAL_CALL ParagraphImpl::getLocation() in getLocation()
275 ::css::awt::Point SAL_CALL ParagraphImpl::getLocationOnScreen() in getLocationOnScreen()
285 ::css::awt::Size SAL_CALL ParagraphImpl::getSize() in getSize()
295 void SAL_CALL ParagraphImpl::grabFocus() throw (::css::uno::RuntimeException) in grabFocus()
318 ::css::uno::Any SAL_CALL ParagraphImpl::getAccessibleKeyBinding() in getAccessibleKeyBinding()
326 ::css::util::Color SAL_CALL ParagraphImpl::getForeground() in getForeground()
333 ::css::util::Color SAL_CALL ParagraphImpl::getBackground() in getBackground()
340 ::sal_Int32 SAL_CALL ParagraphImpl::getCaretPosition() in getCaretPosition()
348 ::sal_Bool SAL_CALL ParagraphImpl::setCaretPosition(::sal_Int32 nIndex) in setCaretPosition()
358 ::sal_Unicode SAL_CALL ParagraphImpl::getCharacter(::sal_Int32 nIndex) in getCharacter()
368 ParagraphImpl::getCharacterAttributes(::sal_Int32 nIndex, const ::com::sun::star::uno::Sequence< ::… in getCharacterAttributes()
378 ParagraphImpl::getCharacterBounds(::sal_Int32 nIndex) in getCharacterBounds()
391 ::sal_Int32 SAL_CALL ParagraphImpl::getCharacterCount() in getCharacterCount()
400 ParagraphImpl::getIndexAtPoint(::css::awt::Point const & rPoint) in getIndexAtPoint()
412 ::rtl::OUString SAL_CALL ParagraphImpl::getSelectedText() in getSelectedText()
421 ::sal_Int32 SAL_CALL ParagraphImpl::getSelectionStart() in getSelectionStart()
429 ::sal_Int32 SAL_CALL ParagraphImpl::getSelectionEnd() in getSelectionEnd()
437 ::sal_Bool SAL_CALL ParagraphImpl::setSelection(::sal_Int32 nStartIndex, in setSelection()
448 ::rtl::OUString SAL_CALL ParagraphImpl::getText() in getText()
456 ::rtl::OUString SAL_CALL ParagraphImpl::getTextRange(::sal_Int32 nStartIndex, in getTextRange()
466 ::com::sun::star::accessibility::TextSegment SAL_CALL ParagraphImpl::getTextAtIndex( sal_Int32 nInd… in getTextAtIndex()
473 ::com::sun::star::accessibility::TextSegment SAL_CALL ParagraphImpl::getTextBeforeIndex( sal_Int32 … in getTextBeforeIndex()
480 ::com::sun::star::accessibility::TextSegment SAL_CALL ParagraphImpl::getTextBehindIndex( sal_Int32 … in getTextBehindIndex()
487 ::sal_Bool SAL_CALL ParagraphImpl::copyText(::sal_Int32 nStartIndex, in copyText()
498 ::sal_Bool SAL_CALL ParagraphImpl::cutText(::sal_Int32 nStartIndex, in cutText()
510 ::sal_Bool SAL_CALL ParagraphImpl::pasteText(::sal_Int32 nIndex) in pasteText()
521 ::sal_Bool SAL_CALL ParagraphImpl::deleteText(::sal_Int32 nStartIndex, in deleteText()
533 ::sal_Bool SAL_CALL ParagraphImpl::insertText(::rtl::OUString const & rText, in insertText()
545 ParagraphImpl::replaceText(::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex, in replaceText()
557 ::sal_Bool SAL_CALL ParagraphImpl::setAttributes( in setAttributes()
570 ::sal_Bool SAL_CALL ParagraphImpl::setText(::rtl::OUString const & rText) in setText()
580 ParagraphImpl::getDefaultAttributes(const ::css::uno::Sequence< ::rtl::OUString >& RequestedAttribu… in getDefaultAttributes()
589 ParagraphImpl::getRunAttributes(::sal_Int32 Index, const ::css::uno::Sequence< ::rtl::OUString >& R… in getRunAttributes()
598 ::sal_Int32 SAL_CALL ParagraphImpl::getLineNumberAtIndex( ::sal_Int32 nIndex ) in getLineNumberAtIndex()
612 ::css::accessibility::TextSegment SAL_CALL ParagraphImpl::getTextAtLineNumber( ::sal_Int32 nLineNo … in getTextAtLineNumber()
626 ::css::accessibility::TextSegment SAL_CALL ParagraphImpl::getTextAtLineWithCaret( ) in getTextAtLineWithCaret()
648 ::sal_Int32 SAL_CALL ParagraphImpl::getNumberOfLineWithCaret( ) in getNumberOfLineWithCaret()
657 void SAL_CALL ParagraphImpl::addEventListener( in addEventListener()
681 void SAL_CALL ParagraphImpl::removeEventListener( in removeEventListener()
707 void SAL_CALL ParagraphImpl::disposing() in disposing()
720 ::rtl::OUString ParagraphImpl::implGetText() in implGetText()
726 ::css::lang::Locale ParagraphImpl::implGetLocale() in implGetLocale()
732 void ParagraphImpl::implGetSelection(::sal_Int32 & rStartIndex, in implGetSelection()
739 void ParagraphImpl::implGetParagraphBoundary( ::css::i18n::Boundary& rBoundary, in implGetParagraphBoundary()
758 void ParagraphImpl::implGetLineBoundary( ::css::i18n::Boundary& rBoundary, in implGetLineBoundary()
779 void ParagraphImpl::checkDisposed() in checkDisposed()
805 ::sal_Int32 Document::retrieveParagraphIndex(ParagraphImpl const * pParagraph) in retrieveParagraphIndex()
819 ::sal_Int64 Document::retrieveParagraphState(ParagraphImpl const * pParagraph) in retrieveParagraphState()
855 Document::retrieveParagraphBounds(ParagraphImpl const * pParagraph, in retrieveParagraphBounds()
895 Document::retrieveParagraphText(ParagraphImpl const * pParagraph) in retrieveParagraphText()
903 void Document::retrieveParagraphSelection(ParagraphImpl const * pParagraph, in retrieveParagraphSelection()
937 ::sal_Int32 Document::retrieveParagraphCaretPosition(ParagraphImpl const * pParagraph) in retrieveParagraphCaretPosition()
950 Document::retrieveCharacterBounds(ParagraphImpl const * pParagraph, in retrieveCharacterBounds()
1002 ::sal_Int32 Document::retrieveCharacterIndex(ParagraphImpl const * pParagraph, in retrieveCharacterIndex()
1029 ParagraphImpl const * pParagraph, ::sal_Int32 nIndex, in retrieveCharacterAttributes()
1176 ParagraphImpl const * pParagraph, in retrieveDefaultAttributesImpl()
1188 ParagraphImpl const * pParagraph, in retrieveDefaultAttributes()
1217 ParagraphImpl const * pParagraph, ::sal_Int32 Index, in retrieveRunAttributesImpl()
1273 ParagraphImpl const * pParagraph, ::sal_Int32 Index, in retrieveRunAttributes()
1293 void Document::changeParagraphText(ParagraphImpl * pParagraph, in changeParagraphText()
1306 void Document::changeParagraphText(ParagraphImpl * pParagraph, in changeParagraphText()
1330 void Document::copyParagraphText(ParagraphImpl const * pParagraph, in copyParagraphText()
1354 ParagraphImpl * pParagraph, ::sal_Int32 nBegin, ::sal_Int32 nEnd, in changeParagraphAttributes()
1392 void Document::changeParagraphSelection(ParagraphImpl * pParagraph, in changeParagraphSelection()
1415 Document::retrieveParagraphLineBoundary( ParagraphImpl const * pParagraph, in retrieveParagraphLineBoundary()
1457 Document::retrieveParagraphBoundaryOfLine( ParagraphImpl const * pParagraph, in retrieveParagraphBoundaryOfLine()
1492 sal_Int32 Document::retrieveParagraphLineWithCursor( ParagraphImpl const * pParagraph ) in retrieveParagraphLineWithCursor()
1506 Document::retrieveParagraphRelationSet( ParagraphImpl const * pParagraph ) in retrieveParagraphRelationSet()
1765 ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(m_aTemp)); in IMPL_LINK()
1802 ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(m_aTemp)); in IMPL_LINK()
1864 ::rtl::Reference< ParagraphImpl >
1867 return static_cast< ParagraphImpl * >( in getParagraph()
2011 ::rtl::Reference< ParagraphImpl > xParagraph( in handleParagraphNotifications()
2112 ::rtl::Reference< ParagraphImpl > xParagraph( in handleParagraphNotifications()
2156 ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(aIt)); in handleParagraphNotifications()
2284 ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(aIt)); in sendEvent()
2314 ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(m_aFocused)); in handleSelectionChangeNotification()
2330 ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(aIt)); in handleSelectionChangeNotification()
2540 ::rtl::Reference< ParagraphImpl > xParagraph( getParagraph( aIt ) ); in notifySelectionChange()