summaryrefslogtreecommitdiff
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx76
1 files changed, 38 insertions, 38 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx
index 8fba32b2bbd1..c5b9ccaa72c8 100644
--- a/cui/source/inc/page.hxx
+++ b/cui/source/inc/page.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,9 +45,9 @@
//CHINA001 enum SvxModeType
//CHINA001 {
-//CHINA001 SVX_PAGE_MODE_STANDARD,
-//CHINA001 SVX_PAGE_MODE_CENTER,
-//CHINA001 SVX_PAGE_MODE_PRESENTATION
+//CHINA001 SVX_PAGE_MODE_STANDARD,
+//CHINA001 SVX_PAGE_MODE_CENTER,
+//CHINA001 SVX_PAGE_MODE_PRESENTATION
//CHINA001 };
// class SvxPageDescPage -------------------------------------------------
@@ -85,8 +85,8 @@
<SvxLRSpaceItem>: <SID_ATTR_LRSPACE>
*/
-struct SvxPage_Impl;
-typedef USHORT MarginPosition;
+struct SvxPage_Impl;
+typedef USHORT MarginPosition;
class SvxPageDescPage : public SfxTabPage
{
@@ -109,8 +109,8 @@ class SvxPageDescPage : public SfxTabPage
SvxPageWindow aBspWin;
- FixedText aTextFlowLbl;
- svx::FrameDirectionListBox aTextFlowBox;
+ FixedText aTextFlowLbl;
+ svx::FrameDirectionListBox aTextFlowBox;
FixedText aPaperTrayLbl;
ListBox aPaperTrayBox;
@@ -130,7 +130,7 @@ class SvxPageDescPage : public SfxTabPage
FixedLine aLayoutFL;
FixedText aPageText;
ListBox aLayoutBox;
- FixedText aNumberFormatText;
+ FixedText aNumberFormatText;
ListBox aNumberFormatBox;
FixedLine aBottomSeparatorFl;
@@ -144,26 +144,26 @@ class SvxPageDescPage : public SfxTabPage
CheckBox aAdaptBox;
//Register Writer
- CheckBox aRegisterCB;
- FixedText aRegisterFT;
- ListBox aRegisterLB;
+ CheckBox aRegisterCB;
+ FixedText aRegisterFT;
+ ListBox aRegisterLB;
- String sStandardRegister;
+ String sStandardRegister;
String aInsideText;
String aOutsideText;
String aLeftText;
String aRightText;
- String aPrintRangeQueryText;
+ String aPrintRangeQueryText;
- long nFirstLeftMargin;
- long nFirstRightMargin;
- long nFirstTopMargin;
- long nFirstBottomMargin;
- long nLastLeftMargin;
- long nLastRightMargin;
- long nLastTopMargin;
- long nLastBottomMargin;
+ long nFirstLeftMargin;
+ long nFirstRightMargin;
+ long nFirstTopMargin;
+ long nFirstBottomMargin;
+ long nLastLeftMargin;
+ long nLastRightMargin;
+ long nLastTopMargin;
+ long nLastBottomMargin;
Size aMaxSize;
BOOL bLandscape;
@@ -172,43 +172,43 @@ class SvxPageDescPage : public SfxTabPage
Paper ePaperStart;
Paper ePaperEnd;
- SvxPage_Impl* pImpl;
+ SvxPage_Impl* pImpl;
#ifdef _SVX_PAGE_CXX
void Init_Impl();
- DECL_LINK( LayoutHdl_Impl, ListBox* );
- DECL_LINK( PaperBinHdl_Impl, ListBox* );
- DECL_LINK( SwapOrientation_Impl, RadioButton* );
+ DECL_LINK( LayoutHdl_Impl, ListBox* );
+ DECL_LINK( PaperBinHdl_Impl, ListBox* );
+ DECL_LINK( SwapOrientation_Impl, RadioButton* );
void SwapFirstValues_Impl( bool bSet );
- DECL_LINK( BorderModify_Impl, MetricField* );
+ DECL_LINK( BorderModify_Impl, MetricField* );
void InitHeadFoot_Impl( const SfxItemSet& rSet );
- DECL_LINK( CenterHdl_Impl, CheckBox* );
+ DECL_LINK( CenterHdl_Impl, CheckBox* );
void UpdateExample_Impl( bool bResetbackground = false );
// Papiergroesse
- DECL_LINK( PaperSizeSelect_Impl, ListBox* );
- DECL_LINK( PaperSizeModify_Impl, Edit* );
+ DECL_LINK( PaperSizeSelect_Impl, ListBox* );
+ DECL_LINK( PaperSizeModify_Impl, Edit* );
- DECL_LINK( FrameDirectionModify_Impl, ListBox* );
+ DECL_LINK( FrameDirectionModify_Impl, ListBox* );
// Hintergrund
void ResetBackground_Impl( const SfxItemSet& rSet );
// Grenzwerte
- DECL_LINK( RangeHdl_Impl, Edit* );
+ DECL_LINK( RangeHdl_Impl, Edit* );
void CalcMargin_Impl();
// Registerhaltigkeit
- DECL_LINK( RegisterModify, CheckBox * );
+ DECL_LINK( RegisterModify, CheckBox * );
// page direction
/** Disables vertical page direction entries in the text flow listbox. */
void DisableVerticalPageDir();
- bool IsPrinterRangeOverflow( MetricField& rField, long nFirstMargin,
+ bool IsPrinterRangeOverflow( MetricField& rField, long nFirstMargin,
long nLastMargin, MarginPosition nPos );
- void CheckMarginEdits( bool _bClear );
- bool IsMarginOutOfRange();
+ void CheckMarginEdits( bool _bClear );
+ bool IsMarginOutOfRange();
#endif
SvxPageDescPage( Window* pParent, const SfxItemSet& rSet );
@@ -231,8 +231,8 @@ public:
void SetPaperFormatRanges( Paper eStart, Paper eEnd )
{ ePaperStart = eStart, ePaperEnd = eEnd; }
- void SetCollectionList(const List* pList);
- virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
+ void SetCollectionList(const List* pList);
+ virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
};
#endif // #ifndef _SVX_PAGE_HXX