Lines Matching refs:ScAccessibleCsvRuler

374 DBG_NAME( ScAccessibleCsvRuler )  in DBG_NAME()  argument
376 ScAccessibleCsvRuler::ScAccessibleCsvRuler( ScCsvRuler& rRuler ) : in DBG_NAME()
379 DBG_CTOR( ScAccessibleCsvRuler, NULL ); in DBG_NAME()
383 ScAccessibleCsvRuler::~ScAccessibleCsvRuler() in ~ScAccessibleCsvRuler()
385 DBG_DTOR( ScAccessibleCsvRuler, NULL ); in ~ScAccessibleCsvRuler()
391 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getForeground( ) in getForeground()
399 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getBackground( ) in getBackground()
409 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getAccessibleChildCount() throw( RuntimeException ) in getAccessibleChildCount()
415 Reference< XAccessible > SAL_CALL ScAccessibleCsvRuler::getAccessibleChild( sal_Int32 /* nIndex */ ) in getAccessibleChild()
422 Reference< XAccessibleRelationSet > SAL_CALL ScAccessibleCsvRuler::getAccessibleRelationSet() in getAccessibleRelationSet()
438 Reference< XAccessibleStateSet > SAL_CALL ScAccessibleCsvRuler::getAccessibleStateSet() in getAccessibleStateSet()
456 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getCaretPosition() throw( RuntimeException ) in getCaretPosition()
463 sal_Bool SAL_CALL ScAccessibleCsvRuler::setCaretPosition( sal_Int32 nIndex ) in setCaretPosition()
475 sal_Unicode SAL_CALL ScAccessibleCsvRuler::getCharacter( sal_Int32 nIndex ) in getCharacter()
484 Sequence< PropertyValue > SAL_CALL ScAccessibleCsvRuler::getCharacterAttributes( sal_Int32 nIndex, in getCharacterAttributes()
503 ScAccessibleCsvRuler::AwtRectangle SAL_CALL ScAccessibleCsvRuler::getCharacterBounds( sal_Int32 nIn… in getCharacterBounds()
521 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getCharacterCount() throw( RuntimeException ) in getCharacterCount()
528 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getIndexAtPoint( const AwtPoint& rPoint ) in getIndexAtPoint()
538 OUString SAL_CALL ScAccessibleCsvRuler::getSelectedText() throw( RuntimeException ) in getSelectedText()
544 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getSelectionStart() throw( RuntimeException ) in getSelectionStart()
550 sal_Int32 SAL_CALL ScAccessibleCsvRuler::getSelectionEnd() throw( RuntimeException ) in getSelectionEnd()
556 sal_Bool SAL_CALL ScAccessibleCsvRuler::setSelection( sal_Int32 /* nStartIndex */, sal_Int32 /* nEn… in setSelection()
563 OUString SAL_CALL ScAccessibleCsvRuler::getText() throw( RuntimeException ) in getText()
570 OUString SAL_CALL ScAccessibleCsvRuler::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in getTextRange()
579 TextSegment SAL_CALL ScAccessibleCsvRuler::getTextAtIndex( sal_Int32 nIndex, sal_Int16 nTextType ) in getTextAtIndex()
644 TextSegment SAL_CALL ScAccessibleCsvRuler::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 nTextTyp… in getTextBeforeIndex()
697 TextSegment SAL_CALL ScAccessibleCsvRuler::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 nTextTyp… in getTextBehindIndex()
751 sal_Bool SAL_CALL ScAccessibleCsvRuler::copyText( sal_Int32 /* nStartIndex */, sal_Int32 /* nEndInd… in copyText()
761 Any SAL_CALL ScAccessibleCsvRuler::queryInterface( const ::com::sun::star::uno::Type& rType ) in queryInterface()
768 void SAL_CALL ScAccessibleCsvRuler::acquire() throw () in acquire()
773 void SAL_CALL ScAccessibleCsvRuler::release() throw () in release()
781 OUString SAL_CALL ScAccessibleCsvRuler::getImplementationName() throw( RuntimeException ) in getImplementationName()
789 Sequence< ::com::sun::star::uno::Type > SAL_CALL ScAccessibleCsvRuler::getTypes() throw( RuntimeExc… in getTypes()
796 Sequence< sal_Int8 > SAL_CALL ScAccessibleCsvRuler::getImplementationId() throw( RuntimeException ) in getImplementationId()
806 void ScAccessibleCsvRuler::SendCaretEvent() in SendCaretEvent()
822 OUString SAL_CALL ScAccessibleCsvRuler::createAccessibleName() throw( RuntimeException ) in createAccessibleName()
827 OUString SAL_CALL ScAccessibleCsvRuler::createAccessibleDescription() throw( RuntimeException ) in createAccessibleDescription()
832 void ScAccessibleCsvRuler::ensureValidIndex( sal_Int32 nIndex ) const in ensureValidIndex()
839 void ScAccessibleCsvRuler::ensureValidIndexWithEnd( sal_Int32 nIndex ) const in ensureValidIndexWithEnd()
846 void ScAccessibleCsvRuler::ensureValidRange( sal_Int32& rnStartIndex, sal_Int32& rnEndIndex ) const in ensureValidRange()
855 ScCsvRuler& ScAccessibleCsvRuler::implGetRuler() const in implGetRuler()
860 void ScAccessibleCsvRuler::constructStringBuffer() throw( RuntimeException ) in constructStringBuffer()
878 sal_Int32 ScAccessibleCsvRuler::implGetTextLength() const in implGetTextLength()
883 bool ScAccessibleCsvRuler::implHasSplit( sal_Int32 nApiPos ) in implHasSplit()
889 sal_Int32 ScAccessibleCsvRuler::implGetFirstEqualFormatted( sal_Int32 nApiPos ) in implGetFirstEqualFormatted()
897 sal_Int32 ScAccessibleCsvRuler::implGetLastEqualFormatted( sal_Int32 nApiPos ) in implGetLastEqualFormatted()