diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 07:44:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 07:44:31 +0000 |
commit | f543a28f70c35ab951136b711ae36eaf9d8fe0dc (patch) | |
tree | 2207970448867bac1d298a715ecc4371c3049351 | |
parent | d433ac1dcf2b4afad15b25869b552aa807f29ef8 (diff) |
INTEGRATION: CWS uno4 (1.11.22); FILE MERGED
2003/05/15 14:35:26 tbe 1.11.22.1: #109067# Performance of Basic Dialog Editor is too slow
-rw-r--r-- | basctl/source/inc/dlged.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index a090eb3fb..ada74375b 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlged.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-03-26 12:51:00 $ + * last change: $Author: vg $ $Date: 2003-05-22 08:44:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,7 @@ class DlgEditor: public SfxBroadcaster { private: DECL_LINK( PaintTimeout, Timer * ); + DECL_LINK( MarkTimeout, Timer * ); protected: ScrollBar* pHScroll; @@ -168,6 +169,7 @@ protected: Timer aPaintTimer; Rectangle aPaintRect; BOOL bDialogModelChanged; + Timer aMarkTimer; public: DlgEditor(); @@ -227,6 +229,7 @@ public: BOOL IsPasteAllowed(); void ShowProperties(); + void UpdatePropertyBrowserDelayed(); void PrintData( Printer*, const String& rTitle ); // not working yet }; |