2000-09-18 16:15:01 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* $RCSfile: envfmt.hxx,v $
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* $Revision: 1.5 $
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* last change: $Author: rt $ $Date: 2005-09-09 07:24:52 $
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2005-09-09 06:24:52 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#ifndef _ENVFMT_HXX
|
|
|
|
#define _ENVFMT_HXX
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _SVSTDARR_HXX
|
|
|
|
#define _SVSTDARR_USHORTS
|
|
|
|
#include <svtools/svstdarr.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _STDCTRL_HXX //autogen
|
|
|
|
#include <svtools/stdctrl.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _FIELD_HXX //autogen
|
|
|
|
#include <vcl/field.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _MENUBTN_HXX //autogen
|
|
|
|
#include <vcl/menubtn.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _GROUP_HXX //autogen
|
|
|
|
#include <vcl/group.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "envlop.hxx"
|
|
|
|
|
|
|
|
// class SwEnvFmtPage ---------------------------------------------------------
|
|
|
|
|
|
|
|
class SwEnvFmtPage : public SfxTabPage
|
|
|
|
{
|
2001-02-09 08:07:12 +00:00
|
|
|
|
2001-05-30 15:32:13 +00:00
|
|
|
FixedLine aAddrFL;
|
2001-02-09 08:07:12 +00:00
|
|
|
FixedInfo aAddrPosInfo;
|
2000-09-18 16:15:01 +00:00
|
|
|
FixedText aAddrLeftText;
|
|
|
|
MetricField aAddrLeftField;
|
|
|
|
FixedText aAddrTopText;
|
|
|
|
MetricField aAddrTopField;
|
2001-02-09 08:07:12 +00:00
|
|
|
FixedInfo aAddrFormatInfo;
|
2000-09-18 16:15:01 +00:00
|
|
|
MenuButton aAddrEditButton;
|
2001-05-30 15:32:13 +00:00
|
|
|
FixedLine aSendFL;
|
2001-02-09 08:07:12 +00:00
|
|
|
FixedInfo aSendPosInfo;
|
2000-09-18 16:15:01 +00:00
|
|
|
FixedText aSendLeftText;
|
|
|
|
MetricField aSendLeftField;
|
|
|
|
FixedText aSendTopText;
|
|
|
|
MetricField aSendTopField;
|
2001-02-09 08:07:12 +00:00
|
|
|
FixedInfo aSendFormatInfo;
|
2000-09-18 16:15:01 +00:00
|
|
|
MenuButton aSendEditButton;
|
2001-05-30 15:32:13 +00:00
|
|
|
FixedLine aSizeFL;
|
2001-02-09 08:07:12 +00:00
|
|
|
FixedText aSizeFormatText;
|
|
|
|
ListBox aSizeFormatBox;
|
|
|
|
FixedText aSizeWidthText;
|
|
|
|
MetricField aSizeWidthField;
|
|
|
|
FixedText aSizeHeightText;
|
|
|
|
MetricField aSizeHeightField;
|
|
|
|
SwEnvPreview aPreview;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
|
|
|
SvUShorts aIDs;
|
|
|
|
|
|
|
|
SwEnvFmtPage(Window* pParent, const SfxItemSet& rSet);
|
|
|
|
~SwEnvFmtPage();
|
|
|
|
|
|
|
|
DECL_LINK( ModifyHdl, Edit * );
|
|
|
|
DECL_LINK( EditHdl, MenuButton * );
|
|
|
|
DECL_LINK( FormatHdl, ListBox * );
|
|
|
|
|
|
|
|
void SetMinMax();
|
|
|
|
|
|
|
|
SfxItemSet *GetCollItemSet(SwTxtFmtColl* pColl, BOOL bSender);
|
|
|
|
SwEnvDlg *GetParent() {return (SwEnvDlg*) SfxTabPage::GetParent()->GetParent();}
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
|
|
|
|
|
|
|
|
virtual void ActivatePage(const SfxItemSet& rSet);
|
|
|
|
virtual int DeactivatePage(SfxItemSet* pSet = 0);
|
|
|
|
void FillItem(SwEnvItem& rItem);
|
|
|
|
virtual BOOL FillItemSet(SfxItemSet& rSet);
|
|
|
|
virtual void Reset(const SfxItemSet& rSet);
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|