summaryrefslogtreecommitdiff
path: root/cui/source/inc/labdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/labdlg.hxx')
-rw-r--r--cui/source/inc/labdlg.hxx104
1 files changed, 52 insertions, 52 deletions
diff --git a/cui/source/inc/labdlg.hxx b/cui/source/inc/labdlg.hxx
index c4c9254a0894..2bc88101752d 100644
--- a/cui/source/inc/labdlg.hxx
+++ b/cui/source/inc/labdlg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,65 +45,65 @@ const sal_uInt16 CAPTYPE_BITMAPS_COUNT = 3;
class SvxCaptionTabPage : public SfxTabPage
{
private:
- ValueSet aCT_CAPTTYPE;
- FixedText aFT_ABSTAND;
- MetricField aMF_ABSTAND;
- FixedText aFT_WINKEL;
- ListBox aLB_WINKEL;
- FixedText aFT_ANSATZ;
- ListBox aLB_ANSATZ;
- FixedText aFT_UM;
- MetricField aMF_ANSATZ;
- FixedText aFT_ANSATZ_REL;
- ListBox aLB_ANSATZ_REL;
- FixedText aFT_LAENGE;
- MetricField aMF_LAENGE;
- CheckBox aCB_LAENGE;
-
- Image* mpBmpCapTypes[CAPTYPE_BITMAPS_COUNT];
- Image* mpBmpCapTypesH[CAPTYPE_BITMAPS_COUNT];
-
- String aStrHorzList;
- String aStrVertList;
-
- short nCaptionType;
- BOOL bFixedAngle;
- INT32 nFixedAngle;
- INT32 nGap;
- short nEscDir;
- BOOL bEscRel;
- INT32 nEscAbs;
- INT32 nEscRel;
- INT32 nLineLen;
- BOOL bFitLineLen;
-
- USHORT nAnsatzRelPos;
- USHORT nAnsatzTypePos;
- USHORT nWinkelTypePos;
+ ValueSet aCT_CAPTTYPE;
+ FixedText aFT_ABSTAND;
+ MetricField aMF_ABSTAND;
+ FixedText aFT_WINKEL;
+ ListBox aLB_WINKEL;
+ FixedText aFT_ANSATZ;
+ ListBox aLB_ANSATZ;
+ FixedText aFT_UM;
+ MetricField aMF_ANSATZ;
+ FixedText aFT_ANSATZ_REL;
+ ListBox aLB_ANSATZ_REL;
+ FixedText aFT_LAENGE;
+ MetricField aMF_LAENGE;
+ CheckBox aCB_LAENGE;
+
+ Image* mpBmpCapTypes[CAPTYPE_BITMAPS_COUNT];
+ Image* mpBmpCapTypesH[CAPTYPE_BITMAPS_COUNT];
+
+ String aStrHorzList;
+ String aStrVertList;
+
+ short nCaptionType;
+ BOOL bFixedAngle;
+ INT32 nFixedAngle;
+ INT32 nGap;
+ short nEscDir;
+ BOOL bEscRel;
+ INT32 nEscAbs;
+ INT32 nEscRel;
+ INT32 nLineLen;
+ BOOL bFitLineLen;
+
+ USHORT nAnsatzRelPos;
+ USHORT nAnsatzTypePos;
+ USHORT nWinkelTypePos;
#ifdef _SVX_LABDLG_CXX
- void SetupAnsatz_Impl( USHORT nType );
- void SetupType_Impl( USHORT nType );
+ void SetupAnsatz_Impl( USHORT nType );
+ void SetupType_Impl( USHORT nType );
DECL_LINK( AnsatzSelectHdl_Impl, ListBox * );
DECL_LINK( AnsatzRelSelectHdl_Impl, ListBox * );
DECL_LINK( LineOptHdl_Impl, Button * );
DECL_LINK( SelectCaptTypeHdl_Impl, void * );
#endif
- const SfxItemSet& rOutAttrs;
- const SdrView* pView;
+ const SfxItemSet& rOutAttrs;
+ const SdrView* pView;
public:
SvxCaptionTabPage( Window* pParent, const SfxItemSet& rInAttrs );
virtual ~SvxCaptionTabPage();
- static SfxTabPage* Create( Window*, const SfxItemSet& );
- static USHORT* GetRanges();
+ static SfxTabPage* Create( Window*, const SfxItemSet& );
+ static USHORT* GetRanges();
- virtual BOOL FillItemSet( SfxItemSet& );
- virtual void Reset( const SfxItemSet & );
- void Construct();
- void SetView( const SdrView* pSdrView )
+ virtual BOOL FillItemSet( SfxItemSet& );
+ virtual void Reset( const SfxItemSet & );
+ void Construct();
+ void SetView( const SdrView* pSdrView )
{ pView = pSdrView; }
virtual void DataChanged( const DataChangedEvent& rDCEvt );
@@ -115,12 +115,12 @@ public:
class SvxCaptionTabDialog : public SfxTabDialog
{
private:
-// const SfxItemSet& rOutAttrs;
- const SdrView* pView;
- USHORT nAnchorCtrls;
+// const SfxItemSet& rOutAttrs;
+ const SdrView* pView;
+ USHORT nAnchorCtrls;
Link aValidateLink;
-
+
virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
public:
@@ -129,8 +129,8 @@ public:
USHORT nAnchorTypes = 0 );
~SvxCaptionTabDialog();
-
- //link for the Writer to validate positions
+
+ //link for the Writer to validate positions
void SetValidateFramePosLink( const Link& rLink );
};