Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a2c9eaee
Kaydet (Commit)
a2c9eaee
authored
Eki 24, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin ASCII graphics and superfluous vertical whitescape
Change-Id: I68110e2ff632d0446c127e428623fecb62aa14c5
üst
fa15571b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
85 deletions
+2
-85
paragrph.cxx
cui/source/tabpages/paragrph.cxx
+2
-85
No files found.
cui/source/tabpages/paragrph.cxx
Dosyayı görüntüle @
a2c9eaee
...
@@ -52,8 +52,6 @@
...
@@ -52,8 +52,6 @@
#include <sfx2/request.hxx>
#include <sfx2/request.hxx>
#include <svl/intitem.hxx>
#include <svl/intitem.hxx>
// static ----------------------------------------------------------------
static
sal_uInt16
pStdRanges
[]
=
static
sal_uInt16
pStdRanges
[]
=
{
{
SID_ATTR_PARA_LINESPACE
,
// 10033
SID_ATTR_PARA_LINESPACE
,
// 10033
...
@@ -81,14 +79,10 @@ static sal_uInt16 pExtRanges[] =
...
@@ -81,14 +79,10 @@ static sal_uInt16 pExtRanges[] =
0
0
};
};
// define ----------------------------------------------------------------
#define MAX_DURCH 5670 // 10 cm makes sense as maximum interline lead
#define MAX_DURCH 5670 // 10 cm makes sense as maximum interline lead
// according to BP
// according to BP
#define FIX_DIST_DEF 283 // standard fix distance 0,5 cm
#define FIX_DIST_DEF 283 // standard fix distance 0,5 cm
// enum ------------------------------------------------------------------
enum
LineSpaceList
enum
LineSpaceList
{
{
LLINESPACE_1
=
0
,
LLINESPACE_1
=
0
,
...
@@ -101,8 +95,6 @@ enum LineSpaceList
...
@@ -101,8 +95,6 @@ enum LineSpaceList
LLINESPACE_END
LLINESPACE_END
};
};
// C-Function ------------------------------------------------------------
void
SetLineSpace_Impl
(
SvxLineSpacingItem
&
,
int
,
long
lValue
=
0
);
void
SetLineSpace_Impl
(
SvxLineSpacingItem
&
,
int
,
long
lValue
=
0
);
void
SetLineSpace_Impl
(
SvxLineSpacingItem
&
rLineSpace
,
void
SetLineSpace_Impl
(
SvxLineSpacingItem
&
rLineSpace
,
...
@@ -148,7 +140,6 @@ void SetLineSpace_Impl( SvxLineSpacingItem& rLineSpace,
...
@@ -148,7 +140,6 @@ void SetLineSpace_Impl( SvxLineSpacingItem& rLineSpace,
}
}
}
}
sal_uInt16
GetHtmlMode_Impl
(
const
SfxItemSet
&
rSet
)
sal_uInt16
GetHtmlMode_Impl
(
const
SfxItemSet
&
rSet
)
{
{
sal_uInt16
nHtmlMode
=
0
;
sal_uInt16
nHtmlMode
=
0
;
...
@@ -164,8 +155,6 @@ sal_uInt16 GetHtmlMode_Impl(const SfxItemSet& rSet)
...
@@ -164,8 +155,6 @@ sal_uInt16 GetHtmlMode_Impl(const SfxItemSet& rSet)
}
}
// class SvxStdParagraphTabPage ------------------------------------------
IMPL_LINK_NOARG
(
SvxStdParagraphTabPage
,
ELRLoseFocusHdl
)
IMPL_LINK_NOARG
(
SvxStdParagraphTabPage
,
ELRLoseFocusHdl
)
{
{
SfxItemPool
*
pPool
=
GetItemSet
().
GetPool
();
SfxItemPool
*
pPool
=
GetItemSet
().
GetPool
();
...
@@ -204,15 +193,11 @@ IMPL_LINK_NOARG(SvxStdParagraphTabPage, ELRLoseFocusHdl)
...
@@ -204,15 +193,11 @@ IMPL_LINK_NOARG(SvxStdParagraphTabPage, ELRLoseFocusHdl)
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
SfxTabPage
*
SvxStdParagraphTabPage
::
Create
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
SfxTabPage
*
SvxStdParagraphTabPage
::
Create
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
{
{
return
new
SvxStdParagraphTabPage
(
pParent
,
rSet
);
return
new
SvxStdParagraphTabPage
(
pParent
,
rSet
);
}
}
// -----------------------------------------------------------------------
sal_Bool
SvxStdParagraphTabPage
::
FillItemSet
(
SfxItemSet
&
rOutSet
)
sal_Bool
SvxStdParagraphTabPage
::
FillItemSet
(
SfxItemSet
&
rOutSet
)
{
{
SfxItemState
eState
=
SFX_ITEM_UNKNOWN
;
SfxItemState
eState
=
SFX_ITEM_UNKNOWN
;
...
@@ -414,8 +399,6 @@ sal_Bool SvxStdParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
...
@@ -414,8 +399,6 @@ sal_Bool SvxStdParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
return
bModified
;
return
bModified
;
}
}
// -----------------------------------------------------------------------
void
SvxStdParagraphTabPage
::
Reset
(
const
SfxItemSet
&
rSet
)
void
SvxStdParagraphTabPage
::
Reset
(
const
SfxItemSet
&
rSet
)
{
{
SfxItemPool
*
pPool
=
rSet
.
GetPool
();
SfxItemPool
*
pPool
=
rSet
.
GetPool
();
...
@@ -581,7 +564,6 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
...
@@ -581,7 +564,6 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
else
else
m_pLineDist
->
SetNoSelection
();
m_pLineDist
->
SetNoSelection
();
_nWhich
=
GetWhich
(
SID_ATTR_PARA_REGISTER
);
_nWhich
=
GetWhich
(
SID_ATTR_PARA_REGISTER
);
eItemState
=
rSet
.
GetItemState
(
_nWhich
);
eItemState
=
rSet
.
GetItemState
(
_nWhich
);
...
@@ -611,8 +593,6 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
...
@@ -611,8 +593,6 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
m_pLineDist
->
SaveValue
();
m_pLineDist
->
SaveValue
();
}
}
// -----------------------------------------------------------------------
void
SvxStdParagraphTabPage
::
EnableRelativeMode
()
void
SvxStdParagraphTabPage
::
EnableRelativeMode
()
{
{
DBG_ASSERT
(
GetItemSet
().
GetParent
(),
"RelativeMode, but no parent-set!"
);
DBG_ASSERT
(
GetItemSet
().
GetParent
(),
"RelativeMode, but no parent-set!"
);
...
@@ -625,8 +605,6 @@ void SvxStdParagraphTabPage::EnableRelativeMode()
...
@@ -625,8 +605,6 @@ void SvxStdParagraphTabPage::EnableRelativeMode()
bRelativeMode
=
sal_True
;
bRelativeMode
=
sal_True
;
}
}
// -----------------------------------------------------------------------
int
SvxStdParagraphTabPage
::
DeactivatePage
(
SfxItemSet
*
_pSet
)
int
SvxStdParagraphTabPage
::
DeactivatePage
(
SfxItemSet
*
_pSet
)
{
{
ELRLoseFocusHdl
(
NULL
);
ELRLoseFocusHdl
(
NULL
);
...
@@ -636,8 +614,6 @@ int SvxStdParagraphTabPage::DeactivatePage( SfxItemSet* _pSet )
...
@@ -636,8 +614,6 @@ int SvxStdParagraphTabPage::DeactivatePage( SfxItemSet* _pSet )
return
LEAVE_PAGE
;
return
LEAVE_PAGE
;
}
}
// -----------------------------------------------------------------------
SvxStdParagraphTabPage
::
SvxStdParagraphTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rAttr
)
:
SvxStdParagraphTabPage
::
SvxStdParagraphTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rAttr
)
:
SfxTabPage
(
pParent
,
"ParaIndentSpacing"
,
"cui/ui/paraindentspacing.ui"
,
rAttr
),
SfxTabPage
(
pParent
,
"ParaIndentSpacing"
,
"cui/ui/paraindentspacing.ui"
,
rAttr
),
...
@@ -685,9 +661,8 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent, const SfxItemS
...
@@ -685,9 +661,8 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent, const SfxItemS
}
}
SvxStdParagraphTabPage
::~
SvxStdParagraphTabPage
()
SvxStdParagraphTabPage
::~
SvxStdParagraphTabPage
()
{}
{
}
// -----------------------------------------------------------------------
void
SvxStdParagraphTabPage
::
EnableNegativeMode
()
void
SvxStdParagraphTabPage
::
EnableNegativeMode
()
{
{
...
@@ -698,15 +673,11 @@ void SvxStdParagraphTabPage::EnableNegativeMode()
...
@@ -698,15 +673,11 @@ void SvxStdParagraphTabPage::EnableNegativeMode()
bNegativeIndents
=
sal_True
;
bNegativeIndents
=
sal_True
;
}
}
// -----------------------------------------------------------------------
sal_uInt16
*
SvxStdParagraphTabPage
::
GetRanges
()
sal_uInt16
*
SvxStdParagraphTabPage
::
GetRanges
()
{
{
return
pStdRanges
;
return
pStdRanges
;
}
}
// -----------------------------------------------------------------------
void
SvxStdParagraphTabPage
::
SetLineSpacing_Impl
void
SvxStdParagraphTabPage
::
SetLineSpacing_Impl
(
(
const
SvxLineSpacingItem
&
rAttr
const
SvxLineSpacingItem
&
rAttr
...
@@ -773,8 +744,6 @@ void SvxStdParagraphTabPage::SetLineSpacing_Impl
...
@@ -773,8 +744,6 @@ void SvxStdParagraphTabPage::SetLineSpacing_Impl
LineDistHdl_Impl
(
m_pLineDist
);
LineDistHdl_Impl
(
m_pLineDist
);
}
}
// -----------------------------------------------------------------------
IMPL_LINK
(
SvxStdParagraphTabPage
,
LineDistHdl_Impl
,
ListBox
*
,
pBox
)
IMPL_LINK
(
SvxStdParagraphTabPage
,
LineDistHdl_Impl
,
ListBox
*
,
pBox
)
{
{
switch
(
pBox
->
GetSelectEntryPos
()
)
switch
(
pBox
->
GetSelectEntryPos
()
)
...
@@ -842,8 +811,6 @@ IMPL_LINK( SvxStdParagraphTabPage, LineDistHdl_Impl, ListBox *, pBox )
...
@@ -842,8 +811,6 @@ IMPL_LINK( SvxStdParagraphTabPage, LineDistHdl_Impl, ListBox *, pBox )
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK_NOARG_INLINE_START
(
SvxStdParagraphTabPage
,
ModifyHdl_Impl
)
IMPL_LINK_NOARG_INLINE_START
(
SvxStdParagraphTabPage
,
ModifyHdl_Impl
)
{
{
UpdateExample_Impl
();
UpdateExample_Impl
();
...
@@ -851,8 +818,6 @@ IMPL_LINK_NOARG_INLINE_START(SvxStdParagraphTabPage, ModifyHdl_Impl)
...
@@ -851,8 +818,6 @@ IMPL_LINK_NOARG_INLINE_START(SvxStdParagraphTabPage, ModifyHdl_Impl)
}
}
IMPL_LINK_NOARG_INLINE_END
(
SvxStdParagraphTabPage
,
ModifyHdl_Impl
)
IMPL_LINK_NOARG_INLINE_END
(
SvxStdParagraphTabPage
,
ModifyHdl_Impl
)
// -----------------------------------------------------------------------
void
SvxStdParagraphTabPage
::
Init_Impl
()
void
SvxStdParagraphTabPage
::
Init_Impl
()
{
{
m_pLineDist
->
SetSelectHdl
(
m_pLineDist
->
SetSelectHdl
(
...
@@ -880,8 +845,6 @@ void SvxStdParagraphTabPage::Init_Impl()
...
@@ -880,8 +845,6 @@ void SvxStdParagraphTabPage::Init_Impl()
m_pLineDistAtMetricBox
->
SetMax
(
m_pLineDistAtMetricBox
->
Normalize
(
nAbst
),
eUnit
);
m_pLineDistAtMetricBox
->
SetMax
(
m_pLineDistAtMetricBox
->
Normalize
(
nAbst
),
eUnit
);
}
}
// -----------------------------------------------------------------------
void
SvxStdParagraphTabPage
::
UpdateExample_Impl
(
sal_Bool
bAll
)
void
SvxStdParagraphTabPage
::
UpdateExample_Impl
(
sal_Bool
bAll
)
{
{
m_pExampleWin
->
SetFirstLineOfst
(
(
short
)
m_pFLineIndent
->
Denormalize
(
m_pFLineIndent
->
GetValue
(
FUNIT_TWIP
)
)
);
m_pExampleWin
->
SetFirstLineOfst
(
(
short
)
m_pFLineIndent
->
Denormalize
(
m_pFLineIndent
->
GetValue
(
FUNIT_TWIP
)
)
);
...
@@ -915,8 +878,6 @@ void SvxStdParagraphTabPage::UpdateExample_Impl( sal_Bool bAll )
...
@@ -915,8 +878,6 @@ void SvxStdParagraphTabPage::UpdateExample_Impl( sal_Bool bAll )
m_pExampleWin
->
Draw
(
bAll
);
m_pExampleWin
->
Draw
(
bAll
);
}
}
// -----------------------------------------------------------------------
void
SvxStdParagraphTabPage
::
EnableRegisterMode
()
void
SvxStdParagraphTabPage
::
EnableRegisterMode
()
{
{
m_pRegisterCB
->
Show
();
m_pRegisterCB
->
Show
();
...
@@ -941,20 +902,17 @@ void SvxStdParagraphTabPage::SetPageWidth( sal_uInt16 nPageWidth )
...
@@ -941,20 +902,17 @@ void SvxStdParagraphTabPage::SetPageWidth( sal_uInt16 nPageWidth )
nWidth
=
nPageWidth
;
nWidth
=
nPageWidth
;
}
}
void
SvxStdParagraphTabPage
::
EnableAutoFirstLine
()
void
SvxStdParagraphTabPage
::
EnableAutoFirstLine
()
{
{
m_pAutoCB
->
Show
();
m_pAutoCB
->
Show
();
}
}
void
SvxStdParagraphTabPage
::
EnableAbsLineDist
(
long
nMinTwip
)
void
SvxStdParagraphTabPage
::
EnableAbsLineDist
(
long
nMinTwip
)
{
{
m_pLineDist
->
InsertEntry
(
sAbsDist
);
m_pLineDist
->
InsertEntry
(
sAbsDist
);
nMinFixDist
=
nMinTwip
;
nMinFixDist
=
nMinTwip
;
}
}
void
SvxStdParagraphTabPage
::
PageCreated
(
SfxAllItemSet
aSet
)
void
SvxStdParagraphTabPage
::
PageCreated
(
SfxAllItemSet
aSet
)
{
{
...
@@ -996,15 +954,12 @@ void SvxStdParagraphTabPage::PageCreated(SfxAllItemSet aSet)
...
@@ -996,15 +954,12 @@ void SvxStdParagraphTabPage::PageCreated(SfxAllItemSet aSet)
EnableContextualMode
();
EnableContextualMode
();
}
}
#define LASTLINEPOS_DEFAULT 0
#define LASTLINEPOS_DEFAULT 0
#define LASTLINEPOS_LEFT 1
#define LASTLINEPOS_LEFT 1
#define LASTLINECOUNT_OLD 3
#define LASTLINECOUNT_OLD 3
#define LASTLINECOUNT_NEW 4
#define LASTLINECOUNT_NEW 4
// class SvxParaAlignTabPage ------------------------------------------------
SvxParaAlignTabPage
::
SvxParaAlignTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
SvxParaAlignTabPage
::
SvxParaAlignTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
"ParaAlignPage"
,
"cui/ui/paragalignpage.ui"
,
rSet
)
:
SfxTabPage
(
pParent
,
"ParaAlignPage"
,
"cui/ui/paragalignpage.ui"
,
rSet
)
...
@@ -1095,7 +1050,6 @@ SfxTabPage* SvxParaAlignTabPage::Create( Window* pParent, const SfxItemSet& rSet
...
@@ -1095,7 +1050,6 @@ SfxTabPage* SvxParaAlignTabPage::Create( Window* pParent, const SfxItemSet& rSet
sal_uInt16
*
SvxParaAlignTabPage
::
GetRanges
()
sal_uInt16
*
SvxParaAlignTabPage
::
GetRanges
()
{
{
return
pAlignRanges
;
return
pAlignRanges
;
}
}
sal_Bool
SvxParaAlignTabPage
::
FillItemSet
(
SfxItemSet
&
rOutSet
)
sal_Bool
SvxParaAlignTabPage
::
FillItemSet
(
SfxItemSet
&
rOutSet
)
...
@@ -1368,8 +1322,6 @@ SfxTabPage* SvxExtParagraphTabPage::Create( Window* pParent,
...
@@ -1368,8 +1322,6 @@ SfxTabPage* SvxExtParagraphTabPage::Create( Window* pParent,
return
new
SvxExtParagraphTabPage
(
pParent
,
rSet
);
return
new
SvxExtParagraphTabPage
(
pParent
,
rSet
);
}
}
// -----------------------------------------------------------------------
sal_Bool
SvxExtParagraphTabPage
::
FillItemSet
(
SfxItemSet
&
rOutSet
)
sal_Bool
SvxExtParagraphTabPage
::
FillItemSet
(
SfxItemSet
&
rOutSet
)
{
{
sal_Bool
bModified
=
sal_False
;
sal_Bool
bModified
=
sal_False
;
...
@@ -1505,7 +1457,6 @@ sal_Bool SvxExtParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
...
@@ -1505,7 +1457,6 @@ sal_Bool SvxExtParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
}
}
}
}
// paragraph split
// paragraph split
_nWhich
=
GetWhich
(
SID_ATTR_PARA_SPLIT
);
_nWhich
=
GetWhich
(
SID_ATTR_PARA_SPLIT
);
eState
=
m_pKeepTogetherBox
->
GetState
();
eState
=
m_pKeepTogetherBox
->
GetState
();
...
@@ -1575,8 +1526,6 @@ sal_Bool SvxExtParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
...
@@ -1575,8 +1526,6 @@ sal_Bool SvxExtParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )
return
bModified
;
return
bModified
;
}
}
// -----------------------------------------------------------------------
void
SvxExtParagraphTabPage
::
Reset
(
const
SfxItemSet
&
rSet
)
void
SvxExtParagraphTabPage
::
Reset
(
const
SfxItemSet
&
rSet
)
{
{
sal_uInt16
_nWhich
=
GetWhich
(
SID_ATTR_PARA_HYPHENZONE
);
sal_uInt16
_nWhich
=
GetWhich
(
SID_ATTR_PARA_HYPHENZONE
);
...
@@ -1855,8 +1804,6 @@ void SvxExtParagraphTabPage::Reset( const SfxItemSet& rSet )
...
@@ -1855,8 +1804,6 @@ void SvxExtParagraphTabPage::Reset( const SfxItemSet& rSet )
m_pOrphanBox
->
SaveValue
();
m_pOrphanBox
->
SaveValue
();
}
}
// -----------------------------------------------------------------------
int
SvxExtParagraphTabPage
::
DeactivatePage
(
SfxItemSet
*
_pSet
)
int
SvxExtParagraphTabPage
::
DeactivatePage
(
SfxItemSet
*
_pSet
)
{
{
if
(
_pSet
)
if
(
_pSet
)
...
@@ -1864,8 +1811,6 @@ int SvxExtParagraphTabPage::DeactivatePage( SfxItemSet* _pSet )
...
@@ -1864,8 +1811,6 @@ int SvxExtParagraphTabPage::DeactivatePage( SfxItemSet* _pSet )
return
LEAVE_PAGE
;
return
LEAVE_PAGE
;
}
}
// -----------------------------------------------------------------------
void
SvxExtParagraphTabPage
::
DisablePageBreak
()
void
SvxExtParagraphTabPage
::
DisablePageBreak
()
{
{
bPageBreak
=
sal_False
;
bPageBreak
=
sal_False
;
...
@@ -1878,8 +1823,6 @@ void SvxExtParagraphTabPage::DisablePageBreak()
...
@@ -1878,8 +1823,6 @@ void SvxExtParagraphTabPage::DisablePageBreak()
m_pPagenumEdit
->
Enable
(
sal_False
);
m_pPagenumEdit
->
Enable
(
sal_False
);
}
}
// -----------------------------------------------------------------------
SvxExtParagraphTabPage
::
SvxExtParagraphTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rAttr
)
:
SvxExtParagraphTabPage
::
SvxExtParagraphTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rAttr
)
:
SfxTabPage
(
pParent
,
"TextFlowPage"
,
"cui/ui/textflowpage.ui"
,
rAttr
),
SfxTabPage
(
pParent
,
"TextFlowPage"
,
"cui/ui/textflowpage.ui"
,
rAttr
),
...
@@ -1907,7 +1850,6 @@ SvxExtParagraphTabPage::SvxExtParagraphTabPage( Window* pParent, const SfxItemSe
...
@@ -1907,7 +1850,6 @@ SvxExtParagraphTabPage::SvxExtParagraphTabPage( Window* pParent, const SfxItemSe
get
(
m_pBreakPositionFT
,
"labelPosition"
);
get
(
m_pBreakPositionFT
,
"labelPosition"
);
get
(
m_pPagenumText
,
"labelPageNum"
);
get
(
m_pPagenumText
,
"labelPageNum"
);
// Options
// Options
get
(
m_pKeepTogetherBox
,
"checkSplitPara"
);
get
(
m_pKeepTogetherBox
,
"checkSplitPara"
);
get
(
m_pKeepParaBox
,
"checkKeepPara"
);
get
(
m_pKeepParaBox
,
"checkKeepPara"
);
...
@@ -1975,21 +1917,15 @@ SvxExtParagraphTabPage::SvxExtParagraphTabPage( Window* pParent, const SfxItemSe
...
@@ -1975,21 +1917,15 @@ SvxExtParagraphTabPage::SvxExtParagraphTabPage( Window* pParent, const SfxItemSe
}
}
}
}
// -----------------------------------------------------------------------
SvxExtParagraphTabPage
::~
SvxExtParagraphTabPage
()
SvxExtParagraphTabPage
::~
SvxExtParagraphTabPage
()
{
{
}
}
// -----------------------------------------------------------------------
sal_uInt16
*
SvxExtParagraphTabPage
::
GetRanges
()
sal_uInt16
*
SvxExtParagraphTabPage
::
GetRanges
()
{
{
return
pExtRanges
;
return
pExtRanges
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
PageBreakHdl_Impl
)
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
PageBreakHdl_Impl
)
{
{
switch
(
m_pPageBreakBox
->
GetState
()
)
switch
(
m_pPageBreakBox
->
GetState
()
)
...
@@ -2032,8 +1968,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, PageBreakHdl_Impl)
...
@@ -2032,8 +1968,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, PageBreakHdl_Impl)
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
KeepTogetherHdl_Impl
)
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
KeepTogetherHdl_Impl
)
{
{
sal_Bool
bEnable
=
m_pKeepTogetherBox
->
GetState
()
==
STATE_NOCHECK
;
sal_Bool
bEnable
=
m_pKeepTogetherBox
->
GetState
()
==
STATE_NOCHECK
;
...
@@ -2043,8 +1977,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, KeepTogetherHdl_Impl)
...
@@ -2043,8 +1977,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, KeepTogetherHdl_Impl)
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
WidowHdl_Impl
)
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
WidowHdl_Impl
)
{
{
switch
(
m_pWidowBox
->
GetState
()
)
switch
(
m_pWidowBox
->
GetState
()
)
...
@@ -2068,8 +2000,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, WidowHdl_Impl)
...
@@ -2068,8 +2000,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, WidowHdl_Impl)
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
OrphanHdl_Impl
)
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
OrphanHdl_Impl
)
{
{
switch
(
m_pOrphanBox
->
GetState
()
)
switch
(
m_pOrphanBox
->
GetState
()
)
...
@@ -2093,8 +2023,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, OrphanHdl_Impl)
...
@@ -2093,8 +2023,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, OrphanHdl_Impl)
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
HyphenClickHdl_Impl
)
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
HyphenClickHdl_Impl
)
{
{
...
@@ -2110,8 +2038,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, HyphenClickHdl_Impl)
...
@@ -2110,8 +2038,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, HyphenClickHdl_Impl)
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
ApplyCollClickHdl_Impl
)
IMPL_LINK_NOARG
(
SvxExtParagraphTabPage
,
ApplyCollClickHdl_Impl
)
{
{
sal_Bool
bEnable
=
sal_False
;
sal_Bool
bEnable
=
sal_False
;
...
@@ -2134,8 +2060,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, ApplyCollClickHdl_Impl)
...
@@ -2134,8 +2060,6 @@ IMPL_LINK_NOARG(SvxExtParagraphTabPage, ApplyCollClickHdl_Impl)
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK
(
SvxExtParagraphTabPage
,
PageBreakPosHdl_Impl
,
ListBox
*
,
pListBox
)
IMPL_LINK
(
SvxExtParagraphTabPage
,
PageBreakPosHdl_Impl
,
ListBox
*
,
pListBox
)
{
{
if
(
0
==
pListBox
->
GetSelectEntryPos
()
)
if
(
0
==
pListBox
->
GetSelectEntryPos
()
)
...
@@ -2163,8 +2087,6 @@ IMPL_LINK( SvxExtParagraphTabPage, PageBreakPosHdl_Impl, ListBox *, pListBox )
...
@@ -2163,8 +2087,6 @@ IMPL_LINK( SvxExtParagraphTabPage, PageBreakPosHdl_Impl, ListBox *, pListBox )
return
0
;
return
0
;
}
}
// -----------------------------------------------------------------------
IMPL_LINK
(
SvxExtParagraphTabPage
,
PageBreakTypeHdl_Impl
,
ListBox
*
,
pListBox
)
IMPL_LINK
(
SvxExtParagraphTabPage
,
PageBreakTypeHdl_Impl
,
ListBox
*
,
pListBox
)
{
{
//column break or break break after
//column break or break break after
...
@@ -2184,15 +2106,11 @@ IMPL_LINK( SvxExtParagraphTabPage, PageBreakTypeHdl_Impl, ListBox *, pListBox )
...
@@ -2184,15 +2106,11 @@ IMPL_LINK( SvxExtParagraphTabPage, PageBreakTypeHdl_Impl, ListBox *, pListBox )
void
SvxExtParagraphTabPage
::
PageCreated
(
SfxAllItemSet
aSet
)
void
SvxExtParagraphTabPage
::
PageCreated
(
SfxAllItemSet
aSet
)
{
{
SFX_ITEMSET_ARG
(
&
aSet
,
pDisablePageBreakItem
,
SfxBoolItem
,
SID_DISABLE_SVXEXTPARAGRAPHTABPAGE_PAGEBREAK
,
sal_False
);
SFX_ITEMSET_ARG
(
&
aSet
,
pDisablePageBreakItem
,
SfxBoolItem
,
SID_DISABLE_SVXEXTPARAGRAPHTABPAGE_PAGEBREAK
,
sal_False
);
if
(
pDisablePageBreakItem
)
if
(
pDisablePageBreakItem
)
if
(
pDisablePageBreakItem
->
GetValue
())
if
(
pDisablePageBreakItem
->
GetValue
())
DisablePageBreak
();
DisablePageBreak
();
}
}
SvxAsianTabPage
::
SvxAsianTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SvxAsianTabPage
::
SvxAsianTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
...
@@ -2279,7 +2197,6 @@ static void lcl_SetBox(const SfxItemSet& rSet, sal_uInt16 nSlotId, CheckBox& rBo
...
@@ -2279,7 +2197,6 @@ static void lcl_SetBox(const SfxItemSet& rSet, sal_uInt16 nSlotId, CheckBox& rBo
rBox
.
SaveValue
();
rBox
.
SaveValue
();
}
}
void
SvxAsianTabPage
::
Reset
(
const
SfxItemSet
&
rSet
)
void
SvxAsianTabPage
::
Reset
(
const
SfxItemSet
&
rSet
)
{
{
lcl_SetBox
(
rSet
,
SID_ATTR_PARA_FORBIDDEN_RULES
,
*
m_pForbiddenRulesCB
);
lcl_SetBox
(
rSet
,
SID_ATTR_PARA_FORBIDDEN_RULES
,
*
m_pForbiddenRulesCB
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment