summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fieldwnd.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-21 11:04:07 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-21 11:04:07 +0000
commit6c756033f3913b2ad20519908923c6672f3b5df7 (patch)
treefde9c2e91693591f1122d2ff013b84d7578e96fa /sc/source/ui/inc/fieldwnd.hxx
parentba04f7df675cdb60dcba9c2ce75c787752cb7fde (diff)
INTEGRATION: CWS dr41 (1.11.440); FILE MERGED
2005/10/05 00:19:56 dr 1.11.440.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 18:40:43 nn 1.11.440.1: #124828# update mnemonics and tab stop style bits in StateChanged/INITSHOW
Diffstat (limited to 'sc/source/ui/inc/fieldwnd.hxx')
-rw-r--r--sc/source/ui/inc/fieldwnd.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx
index 9343c22d0afd..7cebbd47914e 100644
--- a/sc/source/ui/inc/fieldwnd.hxx
+++ b/sc/source/ui/inc/fieldwnd.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fieldwnd.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:24:46 $
+ * last change: $Author: rt $ $Date: 2005-10-21 12:04:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,6 +137,9 @@ private:
/** Moves the selected field to the given direction. */
void MoveFieldRel( SCsCOL nDX, SCsROW nDY );
+ /** Updates the tab stop style bits. */
+ void UpdateStyle();
+
protected:
virtual void Paint( const Rectangle& rRect );
virtual void DataChanged( const DataChangedEvent& rDCEvt );
@@ -161,6 +164,9 @@ public:
const String& aName );
virtual ~ScDPFieldWindow();
+ /** Reads the FixedText's text with mnemonic and hides the FixedText. */
+ void UseMnemonic();
+
/** Draws the complete control. */
void Redraw();