summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCsvControl.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-09-04 12:56:55 +0000
committerSascha Ballach <sab@openoffice.org>2002-09-04 12:56:55 +0000
commitc95b41f546b08e4544c7e7c95e4da58283449ff4 (patch)
tree1c39f7055840e9f398e0149db22230c96852b7f1 /sc/source/ui/inc/AccessibleCsvControl.hxx
parent565a59f3274201ecb08cbbb565d7d8aacbcf149a (diff)
#102679#; add method to calculate the pixel width of a character count
Diffstat (limited to 'sc/source/ui/inc/AccessibleCsvControl.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCsvControl.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleCsvControl.hxx b/sc/source/ui/inc/AccessibleCsvControl.hxx
index f56157e3d718..b2bf67629db5 100644
--- a/sc/source/ui/inc/AccessibleCsvControl.hxx
+++ b/sc/source/ui/inc/AccessibleCsvControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleCsvControl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dr $ $Date: 2002-08-16 15:36:44 $
+ * last change: $Author: sab $ $Date: 2002-09-04 13:56:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -696,6 +696,8 @@ private:
ScCsvGrid& implGetGrid() const;
/** Returns the pixel position of the cell (rel. to parent), regardless of visibility. */
Point implGetRealPos() const;
+ /** Returns the width of the character count */
+ sal_uInt32 implCalcPixelWidth(sal_uInt32 nChars) const;
/** Returns the pixel size of the cell, regardless of visibility. */
Size implGetRealSize() const;
/** Returns the bounding box of the cell relative in the table. */