Kaydet (Commit) 6d0a25a0 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS asyncdialogs (1.18.26); FILE MERGED

2006/06/28 10:49:40 pb 1.18.26.1: fix: #i57125# pImpl added
üst 88899c4c
......@@ -4,9 +4,9 @@
*
* $RCSfile: view.hxx,v $
*
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* last change: $Author: rt $ $Date: 2006-05-05 07:59:05 $
* last change: $Author: vg $ $Date: 2006-11-22 10:40:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -229,6 +229,9 @@ public:
/**************************************************************************/
namespace sfx2 { class FileDialogHelper; }
struct SmViewShell_Impl;
class SmViewShell: public SfxViewShell
{
// for handling the PasteClipboardState
......@@ -241,11 +244,13 @@ class SmViewShell: public SfxViewShell
::com::sun::star::uno:: Reference <
::com::sun::star::lang:: XEventListener > xClipEvtLstnr;
SmClipboardChangeListener* pClipEvtLstnr;
Window *pViewFrame;
SmViewShell_Impl* pImpl;
BOOL bPasteState;
void AddRemoveClipboardListener( BOOL bAdd );
DECL_LINK( DialogClosedHdl, sfx2::FileDialogHelper* );
protected:
Size GetTextLineSize(OutputDevice& rDevice,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment