From f20abe046adea9efa92b898321dc562781b99fb0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 22 May 2003 07:44:31 +0000 Subject: [PATCH] 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 --- basctl/source/inc/dlged.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 92fb702760e5..bb8b48e8fd3a 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 };