AccessibleDocumentPagePreview.hxx (38d50f7b) AccessibleDocumentPagePreview.hxx (0deba7fb)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 71 unchanged lines hidden (view full) ---

80 ::com::sun::star::lang::IndexOutOfBoundsException);
81
82 /// Return the set of current states.
83 virtual ::com::sun::star::uno::Reference<
84 ::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
85 getAccessibleStateSet(void)
86 throw (::com::sun::star::uno::RuntimeException);
87
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 71 unchanged lines hidden (view full) ---

80 ::com::sun::star::lang::IndexOutOfBoundsException);
81
82 /// Return the set of current states.
83 virtual ::com::sun::star::uno::Reference<
84 ::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
85 getAccessibleStateSet(void)
86 throw (::com::sun::star::uno::RuntimeException);
87
88//IAccessibility2 Implementation 2009-----
89 virtual ::rtl::OUString SAL_CALL getAccessibleName(void)
90 throw (::com::sun::star::uno::RuntimeException);
91//-----IAccessibility2 Implementation 2009
88 ///===== XServiceInfo ====================================================
89
90 /** Returns an identifier for the implementation of this object.
91 */
92 virtual ::rtl::OUString SAL_CALL
93 getImplementationName(void)
94 throw (::com::sun::star::uno::RuntimeException);
95

--- 60 unchanged lines hidden ---
92 ///===== XServiceInfo ====================================================
93
94 /** Returns an identifier for the implementation of this object.
95 */
96 virtual ::rtl::OUString SAL_CALL
97 getImplementationName(void)
98 throw (::com::sun::star::uno::RuntimeException);
99

--- 60 unchanged lines hidden ---