diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-19 11:52:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-19 11:52:47 +0000 |
commit | b71c221d3bfeaeb6139e7f0a5fd795a5cc201ac2 (patch) | |
tree | 0cedff5eab14bd8fbf05fadd8be98ced92f546c1 /svx | |
parent | 9a2d39a04f79601bffcb51194af3d48030d84b01 (diff) |
INTEGRATION: CWS dba05 (1.4.32); FILE MERGED
2003/05/07 12:10:39 fs 1.4.32.1: #109014# GetFieldCharacterBounds/GetFieldIndexAtPoint based on column pos now, not on column id
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdibrow.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdibrow.cxx b/svx/source/svdraw/svdibrow.cxx index 887cc55219b1..99af0896bc99 100644 --- a/svx/source/svdraw/svdibrow.cxx +++ b/svx/source/svdraw/svdibrow.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdibrow.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-04-04 16:57:12 $ + * last change: $Author: vg $ $Date: 2003-05-19 12:52:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -542,13 +542,13 @@ void _SdrItemBrowserControl::SetDirty() aSetDirtyHdl.Call(this); } -Rectangle _SdrItemBrowserControl::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnId,sal_Int32 nIndex) +Rectangle _SdrItemBrowserControl::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex) { // no accessibility implementation required return Rectangle(); } -sal_Int32 _SdrItemBrowserControl::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnId,const Point& _rPoint) +sal_Int32 _SdrItemBrowserControl::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint) { // no accessibility implementation required return -1; |