diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 15:55:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 15:55:55 +0000 |
commit | f634aca396deaf37c32ff9bbf0cd437bcf983537 (patch) | |
tree | 09c5dd8f9a3d5e5f8bdfedbec2b5c1d00e9ccc21 /svx | |
parent | 2f73ebfc989d516c267cbff7358e7b1539dc0c63 (diff) |
INTEGRATION: CWS uaa01 (1.3.90); FILE MERGED
2003/03/17 14:44:23 thb 1.3.90.1: #108199# Fixed incompatibility
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svdibrow.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index 81a8ed46b22c..453b66b5c83d 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svdibrow.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2002-04-09 07:27:17 $ + * last change: $Author: hr $ $Date: 2003-04-04 16:55:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,6 +117,8 @@ protected: virtual void KeyInput(const KeyEvent& rEvt); virtual void Select(); virtual void SetDirty(); // wird z.B. bei Modusumschaltungen gerufen + virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnId,sal_Int32 nIndex); + virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnId,const Point& _rPoint); public: _SdrItemBrowserControl(Window* pParent, WinBits nBits=WB_3DLOOK|WB_BORDER|WB_TABSTOP); virtual ~_SdrItemBrowserControl(); |