Lines Matching refs:star

54 namespace com { namespace sun { namespace star { namespace awt {  namespace
80 typedef ::cppu::WeakAggComponentImplHelper9< ::com::sun::star::accessibility::XAccessible
81 , ::com::sun::star::accessibility::XAccessibleContext
82 , ::com::sun::star::accessibility::XAccessibleComponent
83 , ::com::sun::star::accessibility::XAccessibleEventBroadcaster
84 , ::com::sun::star::accessibility::XAccessibleAction
85 , ::com::sun::star::accessibility::XAccessibleSelection
86 , ::com::sun::star::accessibility::XAccessibleText
87 , ::com::sun::star::accessibility::XAccessibleValue
88 , ::com::sun::star::lang::XServiceInfo > AccessibleListBoxEntry_BASE;
109 ::com::sun::star::uno::WeakReference< ::com::sun::star::accessibility::XAccessible >
118 Rectangle GetBoundingBox() throw ( ::com::sun::star::lang::DisposedException );
119 Rectangle GetBoundingBoxOnScreen() throw ( ::com::sun::star::lang::DisposedException );
120 void EnsureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
122 …sibleEvent( sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _aOldValue, const ::com::sun::s…
132 virtual void SAL_CALL dispose() throw ( ::com::sun::star::uno::RuntimeException );
136 virtual ::com::sun::star::lang::Locale implGetLocale();
149 const ::com::sun::star::uno::Reference<
150 ::com::sun::star::accessibility::XAccessible >& _xParent );
157 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::s…
160 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw(com::sun::star::uno::RuntimeExcepti…
161 … supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeExcept…
162 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() thr…
165 …static com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static(void) thro…
166 …static ::rtl::OUString getImplementationName_Static(void) throw(com::sun::star::uno::RuntimeExcept…
169 …com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL get…
172 …virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeExcept…
173 …m::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibl…
174 ::com::sun::star::uno::RuntimeException );
175 …l ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAcc…
176 …virtual sal_Int32 SAL_CALL getAccessibleIndexInParent( ) throw (::com::sun::star::uno::RuntimeExc…
177 virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
178 …virtual ::rtl::OUString SAL_CALL getAccessibleDescription( ) throw (::com::sun::star::uno::Runtim…
179 …virtual ::rtl::OUString SAL_CALL getAccessibleName( ) throw (::com::sun::star::uno::RuntimeExcept…
180 …:sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleRelationSet > SAL_CALL get…
181 …om::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL get…
182 …:sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAcc…
185 …sal_Bool SAL_CALL containsPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::s…
186star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleAtPoint…
187 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds( ) throw (::com::sun::star::uno::Runt…
188 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
189 …virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno…
190 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
191 virtual void SAL_CALL grabFocus( ) throw (::com::sun::star::uno::RuntimeException);
192 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
193 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
196 virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
197 …tPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
198 …Character( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
199star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal…
200 …sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::com::sun::star:…
201 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
202 …_Int32 SAL_CALL getIndexAtPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::s…
203 …virtual ::rtl::OUString SAL_CALL getSelectedText() throw (::com::sun::star::uno::RuntimeException);
204 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
205 virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
206 …tIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
207 virtual ::rtl::OUString SAL_CALL getText() throw (::com::sun::star::uno::RuntimeException);
208 …tIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
209star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) …
210star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTyp…
211star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTyp…
212 …tIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
216 …onst ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >…
218 …onst ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >…
221 …virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeExcep…
222 …bleAction( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
223 …scription( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
224star::uno::Reference< ::com::sun::star::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessi…
227 …hild( sal_Int32 nChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
228 …cted( sal_Int32 nChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
229 void SAL_CALL clearAccessibleSelection( ) throw (::com::sun::star::uno::RuntimeException);
230 void SAL_CALL selectAllAccessibleChildren( ) throw (::com::sun::star::uno::RuntimeException);
231 …sal_Int32 SAL_CALL getSelectedAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeExcept…
232star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getSelectedAccessibl…
233 …l_Int32 nSelectedChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun…
234 …virtual ::com::sun::star::uno::Any SAL_CALL getCurrentValue( ) throw (::com::sun::star::uno::Runt…
235 …al_Bool SAL_CALL setCurrentValue( const ::com::sun::star::uno::Any& aNumber ) throw (::com::sun::s…
236 …virtual ::com::sun::star::uno::Any SAL_CALL getMaximumValue( ) throw (::com::sun::star::uno::Runt…
237 …virtual ::com::sun::star::uno::Any SAL_CALL getMinimumValue( ) throw (::com::sun::star::uno::Runt…
239 …::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > implGetParentAcce…