AccessibleCellBase.hxx (38d50f7b) | AccessibleCellBase.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 --- 128 unchanged lines hidden (view full) --- 137 ScDocument* mpDoc; 138 139 sal_Int32 mnIndex; 140 141private: 142 virtual sal_Bool IsEditable( 143 const com::sun::star::uno::Reference< 144 ::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates); | 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 --- 128 unchanged lines hidden (view full) --- 137 ScDocument* mpDoc; 138 139 sal_Int32 mnIndex; 140 141private: 142 virtual sal_Bool IsEditable( 143 const com::sun::star::uno::Reference< 144 ::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates); |
145//IAccessibility2 Implementation 2009----- 146protected: 147 virtual ::rtl::OUString SAL_CALL GetNote(void) 148 throw (::com::sun::star::uno::RuntimeException); 149 150 virtual ::rtl::OUString SAL_CALL GetAllDisplayNote(void) 151 throw (::com::sun::star::uno::RuntimeException); 152 virtual ::rtl::OUString SAL_CALL getShadowAttrs(void) 153 throw (::com::sun::star::uno::RuntimeException); 154 virtual ::rtl::OUString SAL_CALL getBorderAttrs(void) 155 throw (::com::sun::star::uno::RuntimeException); 156public: 157 const ScAddress& GetCellAddress() const { return maCellAddress; } 158 sal_Bool IsCellInChangeTrack(const ScAddress &cell,Color *pColCellBoder); 159//-----IAccessibility2 Implementation 2009 |
|
145}; 146 147 148 149#endif | 160}; 161 162 163 164#endif |