Lines Matching refs:star

55     typedef ::cppu::WeakAggComponentImplHelper8< ::com::sun::star::accessibility::XAccessible
56 , ::com::sun::star::accessibility::XAccessibleContext
57 , ::com::sun::star::accessibility::XAccessibleComponent
58 , ::com::sun::star::accessibility::XAccessibleEventBroadcaster
59 , ::com::sun::star::accessibility::XAccessibleText
60 , ::com::sun::star::accessibility::XAccessibleAction
61 , ::com::sun::star::lang::XServiceInfo
62 , ::com::sun::star::lang::XEventListener > AccessibleIconChoiceCtrlEntry_BASE;
78 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xParent;
93 const ::com::sun::star::uno::Any& _aOldValue,
94 const ::com::sun::star::uno::Any& _aNewValue );
102 Rectangle GetBoundingBox() throw ( ::com::sun::star::lang::DisposedException );
103 Rectangle GetBoundingBoxOnScreen() throw ( ::com::sun::star::lang::DisposedException );
104 void EnsureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
114 virtual ::com::sun::star::lang::Locale implGetLocale();
128 …const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _xParent );
131 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::s…
134 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw(com::sun::star::uno::RuntimeExcepti…
135 … supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeExcept…
136 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() thr…
139 …static com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static(void) thro…
140 …static ::rtl::OUString getImplementationName_Static(void) throw(com::sun::star::uno::RuntimeExcept…
143 …tual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun…
146 …com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL get…
149 …virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeExcept…
150 …m::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibl…
151 ::com::sun::star::uno::RuntimeException );
152 …l ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAcc…
153 …virtual sal_Int32 SAL_CALL getAccessibleIndexInParent( ) throw (::com::sun::star::uno::RuntimeExc…
154 virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
155 …virtual ::rtl::OUString SAL_CALL getAccessibleDescription( ) throw (::com::sun::star::uno::Runtim…
156 …virtual ::rtl::OUString SAL_CALL getAccessibleName( ) throw (::com::sun::star::uno::RuntimeExcept…
157 …:sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleRelationSet > SAL_CALL get…
158 …om::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL get…
159 …:sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAcc…
162 …sal_Bool SAL_CALL containsPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::s…
163star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleAtPoint…
164 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds( ) throw (::com::sun::star::uno::Runt…
165 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
166 …virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno…
167 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
168 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
169 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
170 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
173 virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
174 …tPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
175 …Character( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
176star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal…
177 …sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::com::sun::star:…
178 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
179 …_Int32 SAL_CALL getIndexAtPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::s…
180 …virtual ::rtl::OUString SAL_CALL getSelectedText() throw (::com::sun::star::uno::RuntimeException);
181 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
182 virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
183 …tIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
184 virtual ::rtl::OUString SAL_CALL getText() throw (::com::sun::star::uno::RuntimeException);
185 …tIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
186star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) …
187star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTyp…
188star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTyp…
189 …tIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
193 …onst ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >…
195 …onst ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >…
198 …virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeExcep…
199 …bleAction( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
200 …scription( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
201star::uno::Reference< ::com::sun::star::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessi…