Lines Matching refs:com

45 		virtual void SAL_CALL grabFocus() throw ( ::com::sun::star::uno::RuntimeException );
49 … const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _rxParent,
64 typedef ::cppu::ImplHelper2 < ::com::sun::star::accessibility::XAccessibleText
65 , ::com::sun::star::accessibility::XAccessible
75 virtual ::com::sun::star::lang::Locale implGetLocale();
81 …AccessibleGridControlTableCell( const ::com::sun::star::uno::Reference< ::com::sun::star::accessib…
90 ::com::sun::star::uno::Any SAL_CALL queryInterface(
91 const ::com::sun::star::uno::Type& rType )
92 throw ( ::com::sun::star::uno::RuntimeException );
102 throw ( ::com::sun::star::uno::RuntimeException );
108 throw ( ::com::sun::star::uno::RuntimeException );
114 throw ( ::com::sun::star::uno::RuntimeException );
119 virtual ::com::sun::star::uno::Reference<
120 ::com::sun::star::accessibility::XAccessible > SAL_CALL
122 throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
123 ::com::sun::star::uno::RuntimeException );
135 virtual ::com::sun::star::uno::Reference<
136 ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL
138 throw ( ::com::sun::star::uno::RuntimeException );
141 virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
142 …LL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, …
143 …L_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, …
144com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getCharacterAttri…
145 …al ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::com::…
146 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
147 …virtual sal_Int32 SAL_CALL getIndexAtPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::
148 …virtual ::rtl::OUString SAL_CALL getSelectedText() throw (::com::sun::star::uno::RuntimeException);
149 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
150 virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
151 …nt32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, …
152 virtual ::rtl::OUString SAL_CALL getText() throw (::com::sun::star::uno::RuntimeException);
153 …nt32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, …
154com::sun::star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aT…
155com::sun::star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int1…
156com::sun::star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int1…
157 …nt32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, …