AccessibleText.hxx (38d50f7b) | AccessibleText.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 --- 118 unchanged lines hidden (view full) --- 127}; 128 129 130// ============================================================================ 131 132class ScAccessibleEditObjectTextData : public ScAccessibleTextData 133{ 134public: | 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 --- 118 unchanged lines hidden (view full) --- 127}; 128 129 130// ============================================================================ 131 132class ScAccessibleEditObjectTextData : public ScAccessibleTextData 133{ 134public: |
135 ScAccessibleEditObjectTextData(EditView* pEditView, Window* pWin); | 135//IAccessibility2 Implementation 2009----- 136 // Solution: Add a para to indicate whether the object is cloned 137 //ScAccessibleEditObjectTextData(EditView* pEditView, Window* pWin); 138 ScAccessibleEditObjectTextData(EditView* pEditView, Window* pWin, sal_Bool isClone=sal_False); 139//-----IAccessibility2 Implementation 2009 |
136 virtual ~ScAccessibleEditObjectTextData(); 137 138 virtual ScAccessibleTextData* Clone() const; 139 140 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 141 142 virtual SvxTextForwarder* GetTextForwarder(); 143 virtual SvxViewForwarder* GetViewForwarder(); --- 6 unchanged lines hidden (view full) --- 150 DECL_LINK( NotifyHdl, EENotify* ); 151protected: 152 ScEditObjectViewForwarder* mpViewForwarder; 153 ScEditViewForwarder* mpEditViewForwarder; 154 EditView* mpEditView; 155 EditEngine* mpEditEngine; 156 SvxEditEngineForwarder* mpForwarder; 157 Window* mpWindow; | 140 virtual ~ScAccessibleEditObjectTextData(); 141 142 virtual ScAccessibleTextData* Clone() const; 143 144 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 145 146 virtual SvxTextForwarder* GetTextForwarder(); 147 virtual SvxViewForwarder* GetViewForwarder(); --- 6 unchanged lines hidden (view full) --- 154 DECL_LINK( NotifyHdl, EENotify* ); 155protected: 156 ScEditObjectViewForwarder* mpViewForwarder; 157 ScEditViewForwarder* mpEditViewForwarder; 158 EditView* mpEditView; 159 EditEngine* mpEditEngine; 160 SvxEditEngineForwarder* mpForwarder; 161 Window* mpWindow; |
162//IAccessibility2 Implementation 2009----- 163 sal_Bool mbIsCloned; 164//-----IAccessibility2 Implementation 2009 |
|
158}; 159 160 161// ============================================================================ 162 163class ScAccessibleEditLineTextData : public ScAccessibleEditObjectTextData 164{ 165public: --- 190 unchanged lines hidden --- | 165}; 166 167 168// ============================================================================ 169 170class ScAccessibleEditLineTextData : public ScAccessibleEditObjectTextData 171{ 172public: --- 190 unchanged lines hidden --- |