Lines Matching refs:SAL_CALL

93     virtual void SAL_CALL disposing (void);
113 virtual cssu::Reference<cssa::XAccessibleContext> SAL_CALL
120 virtual sal_Int32 SAL_CALL getAccessibleChildCount (void)
123 virtual cssu::Reference< cssa::XAccessible> SAL_CALL
127 virtual cssu::Reference< cssa::XAccessible> SAL_CALL getAccessibleParent (void)
130 virtual sal_Int32 SAL_CALL getAccessibleIndexInParent (void)
133 virtual sal_Int16 SAL_CALL getAccessibleRole (void)
136 virtual ::rtl::OUString SAL_CALL getAccessibleDescription (void)
139 virtual ::rtl::OUString SAL_CALL getAccessibleName (void)
142 virtual cssu::Reference<cssa::XAccessibleRelationSet> SAL_CALL
146 virtual cssu::Reference<cssa::XAccessibleStateSet> SAL_CALL
150 virtual css::lang::Locale SAL_CALL getLocale (void)
157 virtual sal_Bool SAL_CALL containsPoint (
161 virtual cssu::Reference<cssa::XAccessible> SAL_CALL
166 virtual css::awt::Rectangle SAL_CALL getBounds (void)
169 virtual css::awt::Point SAL_CALL getLocation (void)
172 virtual css::awt::Point SAL_CALL getLocationOnScreen (void)
175 virtual css::awt::Size SAL_CALL getSize (void)
178 virtual void SAL_CALL grabFocus (void)
181 virtual sal_Int32 SAL_CALL getForeground (void)
184 virtual sal_Int32 SAL_CALL getBackground (void)
190 virtual void SAL_CALL addEventListener (
194 virtual void SAL_CALL removeEventListener (
203 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
206 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
209 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
212 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
218 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
274 virtual sal_Bool SAL_CALL isEmpty (void)
277 virtual sal_Bool SAL_CALL contains (sal_Int16 nState)
280 virtual sal_Bool SAL_CALL containsAll (const cssu::Sequence<sal_Int16>& rStateSet)
283 virtual cssu::Sequence<sal_Int16> SAL_CALL getStates (void)
316 virtual sal_Int32 SAL_CALL getRelationCount (void)
319 virtual AccessibleRelation SAL_CALL getRelation (sal_Int32 nIndex)
322 virtual sal_Bool SAL_CALL containsRelation (sal_Int16 nRelationType)
325 virtual AccessibleRelation SAL_CALL getRelationByType (sal_Int16 nRelationType)
363 virtual cssu::Reference<cssa::XAccessibleRelationSet> SAL_CALL
370 virtual sal_Int32 SAL_CALL getCaretPosition (void)
373 virtual sal_Bool SAL_CALL setCaretPosition (sal_Int32 nIndex)
376 virtual sal_Unicode SAL_CALL getCharacter (sal_Int32 nIndex)
379 virtual cssu::Sequence<css::beans::PropertyValue> SAL_CALL
385 virtual css::awt::Rectangle SAL_CALL getCharacterBounds (sal_Int32 nIndex)
388 virtual sal_Int32 SAL_CALL getCharacterCount (void)
391 virtual sal_Int32 SAL_CALL getIndexAtPoint (const css::awt::Point& rPoint)
394 virtual ::rtl::OUString SAL_CALL getSelectedText (void)
397 virtual sal_Int32 SAL_CALL getSelectionStart (void)
400 virtual sal_Int32 SAL_CALL getSelectionEnd (void)
403 virtual sal_Bool SAL_CALL setSelection (sal_Int32 nStartIndex, sal_Int32 nEndIndex)
406 virtual ::rtl::OUString SAL_CALL getText (void)
409 virtual ::rtl::OUString SAL_CALL getTextRange (
414 virtual cssa::TextSegment SAL_CALL getTextAtIndex (
421 virtual cssa::TextSegment SAL_CALL getTextBeforeIndex (
428 virtual cssa::TextSegment SAL_CALL getTextBehindIndex (
435 virtual ::sal_Bool SAL_CALL copyText (sal_Int32 nStartIndex, sal_Int32 nEndIndex)
790 void SAL_CALL PresenterAccessible::disposing (void) in disposing()
818 Reference<XAccessibleContext> SAL_CALL PresenterAccessible::getAccessibleContext (void) in getAccessibleContext()
846 void SAL_CALL PresenterAccessible::focusGained (const css::awt::FocusEvent& rEvent) in focusGained()
862 void SAL_CALL PresenterAccessible::focusLost (const css::awt::FocusEvent& rEvent) in focusLost()
879 void SAL_CALL PresenterAccessible::disposing (const css::lang::EventObject& rEvent) in disposing()
891 void SAL_CALL PresenterAccessible::initialize (const cssu::Sequence<cssu::Any>& rArguments) in initialize()
980 void SAL_CALL PresenterAccessible::AccessibleObject::disposing (void) in disposing()
991 Reference<XAccessibleContext> SAL_CALL
1005 sal_Int32 SAL_CALL PresenterAccessible::AccessibleObject::getAccessibleChildCount (void) in getAccessibleChildCount()
1018 Reference<XAccessible> SAL_CALL
1033 Reference<XAccessible> SAL_CALL
1045 sal_Int32 SAL_CALL
1070 sal_Int16 SAL_CALL
1082 OUString SAL_CALL
1094 OUString SAL_CALL
1106 Reference<XAccessibleRelationSet> SAL_CALL
1118 Reference<XAccessibleStateSet> SAL_CALL
1130 lang::Locale SAL_CALL
1151 sal_Bool SAL_CALL PresenterAccessible::AccessibleObject::containsPoint ( in containsPoint()
1172 Reference<XAccessible> SAL_CALL
1185 awt::Rectangle SAL_CALL PresenterAccessible::AccessibleObject::getBounds (void) in getBounds()
1201 awt::Point SAL_CALL PresenterAccessible::AccessibleObject::getLocation (void) in getLocation()
1214 awt::Point SAL_CALL PresenterAccessible::AccessibleObject::getLocationOnScreen (void) in getLocationOnScreen()
1230 awt::Size SAL_CALL PresenterAccessible::AccessibleObject::getSize (void) in getSize()
1243 void SAL_CALL PresenterAccessible::AccessibleObject::grabFocus (void) in grabFocus()
1256 sal_Int32 SAL_CALL PresenterAccessible::AccessibleObject::getForeground (void) in getForeground()
1267 sal_Int32 SAL_CALL PresenterAccessible::AccessibleObject::getBackground (void) in getBackground()
1280 void SAL_CALL PresenterAccessible::AccessibleObject::addEventListener ( in addEventListener()
1303 void SAL_CALL PresenterAccessible::AccessibleObject::removeEventListener ( in removeEventListener()
1321 void SAL_CALL PresenterAccessible::AccessibleObject::windowResized ( in windowResized()
1333 void SAL_CALL PresenterAccessible::AccessibleObject::windowMoved ( in windowMoved()
1345 void SAL_CALL PresenterAccessible::AccessibleObject::windowShown ( in windowShown()
1356 void SAL_CALL PresenterAccessible::AccessibleObject::windowHidden ( in windowHidden()
1369 void SAL_CALL PresenterAccessible::AccessibleObject::disposing (const css::lang::EventObject& rEven… in disposing()
1662 sal_Bool SAL_CALL AccessibleStateSet::isEmpty (void) in isEmpty()
1671 sal_Bool SAL_CALL AccessibleStateSet::contains (sal_Int16 nState) in contains()
1680 sal_Bool SAL_CALL AccessibleStateSet::containsAll (const cssu::Sequence<sal_Int16>& rStateSet) in containsAll()
1694 cssu::Sequence<sal_Int16> SAL_CALL AccessibleStateSet::getStates (void) in getStates()
1741 sal_Int32 SAL_CALL AccessibleRelationSet::getRelationCount (void) in getRelationCount()
1750 AccessibleRelation SAL_CALL AccessibleRelationSet::getRelation (sal_Int32 nIndex) in getRelation()
1762 sal_Bool SAL_CALL AccessibleRelationSet::containsRelation (sal_Int16 nRelationType) in containsRelation()
1778 AccessibleRelation SAL_CALL AccessibleRelationSet::getRelationByType (sal_Int16 nRelationType) in getRelationByType()
1820 Reference<XAccessibleRelationSet> SAL_CALL
1855 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getCaretPosition (void) in getCaretPosition()
1870 sal_Bool SAL_CALL PresenterAccessible::AccessibleParagraph::setCaretPosition (sal_Int32 nIndex) in setCaretPosition()
1887 sal_Unicode SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacter (sal_Int32 nIndex) in getCharacter()
1907 Sequence<css::beans::PropertyValue> SAL_CALL
1937 awt::Rectangle SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacterBounds ( in getCharacterBounds()
1968 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacterCount (void) in getCharacterCount()
1983 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getIndexAtPoint ( in getIndexAtPoint()
1999 ::rtl::OUString SAL_CALL PresenterAccessible::AccessibleParagraph::getSelectedText (void) in getSelectedText()
2010 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getSelectionStart (void) in getSelectionStart()
2021 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getSelectionEnd (void) in getSelectionEnd()
2032 sal_Bool SAL_CALL PresenterAccessible::AccessibleParagraph::setSelection ( in setSelection()
2046 ::rtl::OUString SAL_CALL PresenterAccessible::AccessibleParagraph::getText (void) in getText()
2061 ::rtl::OUString SAL_CALL PresenterAccessible::AccessibleParagraph::getTextRange ( in getTextRange()
2082 TextSegment SAL_CALL PresenterAccessible::AccessibleParagraph::getTextAtIndex ( in getTextAtIndex()
2101 TextSegment SAL_CALL PresenterAccessible::AccessibleParagraph::getTextBeforeIndex ( in getTextBeforeIndex()
2120 TextSegment SAL_CALL PresenterAccessible::AccessibleParagraph::getTextBehindIndex ( in getTextBehindIndex()
2139 sal_Bool SAL_CALL PresenterAccessible::AccessibleParagraph::copyText ( in copyText()