diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:35:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:35:57 +0000 |
commit | 94c22df86d4fa5fc97081cc1c5d35b0d9c6a8276 (patch) | |
tree | 09e4684f00dda426e10fa9a61bd520c1e1821f1a /sw/source/ui/fldui/fldpage.hxx | |
parent | f529787879f2d68e0311735c132fff8aa0142798 (diff) |
INTEGRATION: CWS os73 (1.4.164); FILE MERGED
2005/12/19 14:46:17 os 1.4.164.1: #126473# field edit dialog must not rely on the 'active view'
Diffstat (limited to 'sw/source/ui/fldui/fldpage.hxx')
-rw-r--r-- | sw/source/ui/fldui/fldpage.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldpage.hxx b/sw/source/ui/fldui/fldpage.hxx index cc2ad51ddac9..8072d6631cd4 100644 --- a/sw/source/ui/fldui/fldpage.hxx +++ b/sw/source/ui/fldui/fldpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fldpage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 07:40:07 $ + * last change: $Author: kz $ $Date: 2006-01-31 18:35:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,6 +55,7 @@ class SwFldPage : public SfxTabPage String aLstStrArr[ coLBCount ]; SwFldMgr aMgr; SwField *pCurFld; + SwWrtShell* pWrtShell; USHORT nFldDlgAktGrpSel; USHORT nPageId; USHORT nTypeSel; @@ -74,6 +75,7 @@ protected: BOOL IsFldDlgHtmlMode() const { return bFldDlgHtmlMode;} BOOL IsRefresh() const { return bRefresh;} SwField* GetCurField() { return pCurFld;} + SwWrtShell* GetWrtShell() { return pWrtShell;} DECL_LINK( InsertHdl, Button *pBtn = 0 ); DECL_LINK( NumFormatHdl, ListBox *pBtn = 0 ); @@ -106,6 +108,7 @@ public: virtual void ActivatePage(); inline SwFldMgr& GetFldMgr() { return aMgr; } + void SetWrtShell( SwWrtShell* pWrtShell ); void EditNewField( BOOL bOnlyActivate = FALSE ); virtual USHORT GetGroup() = 0; }; |