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
441412a0
Kaydet (Commit)
441412a0
authored
Kas 14, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwSectionFootnoteEndTabPage
Change-Id: I785b50d6f09db79d3184a19c01e71ef26c11b1d1
üst
412d3a8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
127 additions
and
127 deletions
+127
-127
uiregionsw.cxx
sw/source/ui/dialog/uiregionsw.cxx
+102
-102
regionsw.hxx
sw/source/uibase/inc/regionsw.hxx
+25
-25
No files found.
sw/source/ui/dialog/uiregionsw.cxx
Dosyayı görüntüle @
441412a0
...
@@ -1817,39 +1817,39 @@ SwSectionFootnoteEndTabPage::SwSectionFootnoteEndTabPage( vcl::Window *pParent,
...
@@ -1817,39 +1817,39 @@ SwSectionFootnoteEndTabPage::SwSectionFootnoteEndTabPage( vcl::Window *pParent,
:
SfxTabPage
(
pParent
,
"FootnotesEndnotesTabPage"
,
"modules/swriter/ui/footnotesendnotestabpage.ui"
,
&
rAttrSet
)
:
SfxTabPage
(
pParent
,
"FootnotesEndnotesTabPage"
,
"modules/swriter/ui/footnotesendnotestabpage.ui"
,
&
rAttrSet
)
{
{
get
(
pFootnoteNtAtTextEndCB
,
"ftnntattextend"
);
get
(
m_
pFootnoteNtAtTextEndCB
,
"ftnntattextend"
);
get
(
pFootnoteNtNumCB
,
"ftnntnum"
);
get
(
m_
pFootnoteNtNumCB
,
"ftnntnum"
);
get
(
pFootnoteOffsetLbl
,
"ftnoffset_label"
);
get
(
m_
pFootnoteOffsetLbl
,
"ftnoffset_label"
);
get
(
pFootnoteOffsetField
,
"ftnoffset"
);
get
(
m_
pFootnoteOffsetField
,
"ftnoffset"
);
get
(
pFootnoteNtNumFormatCB
,
"ftnntnumfmt"
);
get
(
m_
pFootnoteNtNumFormatCB
,
"ftnntnumfmt"
);
get
(
pFootnotePrefixFT
,
"ftnprefix_label"
);
get
(
m_
pFootnotePrefixFT
,
"ftnprefix_label"
);
get
(
pFootnotePrefixED
,
"ftnprefix"
);
get
(
m_
pFootnotePrefixED
,
"ftnprefix"
);
get
(
pFootnoteNumViewBox
,
"ftnnumviewbox"
);
get
(
m_
pFootnoteNumViewBox
,
"ftnnumviewbox"
);
get
(
pFootnoteSuffixFT
,
"ftnsuffix_label"
);
get
(
m_
pFootnoteSuffixFT
,
"ftnsuffix_label"
);
get
(
pFootnoteSuffixED
,
"ftnsuffix"
);
get
(
m_
pFootnoteSuffixED
,
"ftnsuffix"
);
get
(
pEndNtAtTextEndCB
,
"endntattextend"
);
get
(
m_
pEndNtAtTextEndCB
,
"endntattextend"
);
get
(
pEndNtNumCB
,
"endntnum"
);
get
(
m_
pEndNtNumCB
,
"endntnum"
);
get
(
pEndOffsetLbl
,
"endoffset_label"
);
get
(
m_
pEndOffsetLbl
,
"endoffset_label"
);
get
(
pEndOffsetField
,
"endoffset"
);
get
(
m_
pEndOffsetField
,
"endoffset"
);
get
(
pEndNtNumFormatCB
,
"endntnumfmt"
);
get
(
m_
pEndNtNumFormatCB
,
"endntnumfmt"
);
get
(
pEndPrefixFT
,
"endprefix_label"
);
get
(
m_
pEndPrefixFT
,
"endprefix_label"
);
get
(
pEndPrefixED
,
"endprefix"
);
get
(
m_
pEndPrefixED
,
"endprefix"
);
get
(
pEndNumViewBox
,
"endnumviewbox"
);
get
(
m_
pEndNumViewBox
,
"endnumviewbox"
);
get
(
pEndSuffixFT
,
"endsuffix_label"
);
get
(
m_
pEndSuffixFT
,
"endsuffix_label"
);
get
(
pEndSuffixED
,
"endsuffix"
);
get
(
m_
pEndSuffixED
,
"endsuffix"
);
Link
<
Button
*
,
void
>
aLk
(
LINK
(
this
,
SwSectionFootnoteEndTabPage
,
FootEndHdl
));
Link
<
Button
*
,
void
>
aLk
(
LINK
(
this
,
SwSectionFootnoteEndTabPage
,
FootEndHdl
));
pFootnoteNtAtTextEndCB
->
SetClickHdl
(
aLk
);
m_
pFootnoteNtAtTextEndCB
->
SetClickHdl
(
aLk
);
pFootnoteNtNumCB
->
SetClickHdl
(
aLk
);
m_
pFootnoteNtNumCB
->
SetClickHdl
(
aLk
);
pEndNtAtTextEndCB
->
SetClickHdl
(
aLk
);
m_
pEndNtAtTextEndCB
->
SetClickHdl
(
aLk
);
pEndNtNumCB
->
SetClickHdl
(
aLk
);
m_
pEndNtNumCB
->
SetClickHdl
(
aLk
);
pFootnoteNtNumFormatCB
->
SetClickHdl
(
aLk
);
m_
pFootnoteNtNumFormatCB
->
SetClickHdl
(
aLk
);
pEndNtNumFormatCB
->
SetClickHdl
(
aLk
);
m_
pEndNtNumFormatCB
->
SetClickHdl
(
aLk
);
}
}
SwSectionFootnoteEndTabPage
::~
SwSectionFootnoteEndTabPage
()
SwSectionFootnoteEndTabPage
::~
SwSectionFootnoteEndTabPage
()
...
@@ -1859,34 +1859,34 @@ SwSectionFootnoteEndTabPage::~SwSectionFootnoteEndTabPage()
...
@@ -1859,34 +1859,34 @@ SwSectionFootnoteEndTabPage::~SwSectionFootnoteEndTabPage()
void
SwSectionFootnoteEndTabPage
::
dispose
()
void
SwSectionFootnoteEndTabPage
::
dispose
()
{
{
pFootnoteNtAtTextEndCB
.
clear
();
m_
pFootnoteNtAtTextEndCB
.
clear
();
pFootnoteNtNumCB
.
clear
();
m_
pFootnoteNtNumCB
.
clear
();
pFootnoteOffsetLbl
.
clear
();
m_
pFootnoteOffsetLbl
.
clear
();
pFootnoteOffsetField
.
clear
();
m_
pFootnoteOffsetField
.
clear
();
pFootnoteNtNumFormatCB
.
clear
();
m_
pFootnoteNtNumFormatCB
.
clear
();
pFootnotePrefixFT
.
clear
();
m_
pFootnotePrefixFT
.
clear
();
pFootnotePrefixED
.
clear
();
m_
pFootnotePrefixED
.
clear
();
pFootnoteNumViewBox
.
clear
();
m_
pFootnoteNumViewBox
.
clear
();
pFootnoteSuffixFT
.
clear
();
m_
pFootnoteSuffixFT
.
clear
();
pFootnoteSuffixED
.
clear
();
m_
pFootnoteSuffixED
.
clear
();
pEndNtAtTextEndCB
.
clear
();
m_
pEndNtAtTextEndCB
.
clear
();
pEndNtNumCB
.
clear
();
m_
pEndNtNumCB
.
clear
();
pEndOffsetLbl
.
clear
();
m_
pEndOffsetLbl
.
clear
();
pEndOffsetField
.
clear
();
m_
pEndOffsetField
.
clear
();
pEndNtNumFormatCB
.
clear
();
m_
pEndNtNumFormatCB
.
clear
();
pEndPrefixFT
.
clear
();
m_
pEndPrefixFT
.
clear
();
pEndPrefixED
.
clear
();
m_
pEndPrefixED
.
clear
();
pEndNumViewBox
.
clear
();
m_
pEndNumViewBox
.
clear
();
pEndSuffixFT
.
clear
();
m_
pEndSuffixFT
.
clear
();
pEndSuffixED
.
clear
();
m_
pEndSuffixED
.
clear
();
SfxTabPage
::
dispose
();
SfxTabPage
::
dispose
();
}
}
bool
SwSectionFootnoteEndTabPage
::
FillItemSet
(
SfxItemSet
*
rSet
)
bool
SwSectionFootnoteEndTabPage
::
FillItemSet
(
SfxItemSet
*
rSet
)
{
{
SwFormatFootnoteAtTextEnd
aFootnote
(
pFootnoteNtAtTextEndCB
->
IsChecked
()
SwFormatFootnoteAtTextEnd
aFootnote
(
m_
pFootnoteNtAtTextEndCB
->
IsChecked
()
?
(
pFootnoteNtNumCB
->
IsChecked
()
?
(
m_
pFootnoteNtNumCB
->
IsChecked
()
?
(
pFootnoteNtNumFormatCB
->
IsChecked
()
?
(
m_
pFootnoteNtNumFormatCB
->
IsChecked
()
?
FTNEND_ATTXTEND_OWNNUMANDFMT
?
FTNEND_ATTXTEND_OWNNUMANDFMT
:
FTNEND_ATTXTEND_OWNNUMSEQ
)
:
FTNEND_ATTXTEND_OWNNUMSEQ
)
:
FTNEND_ATTXTEND
)
:
FTNEND_ATTXTEND
)
...
@@ -1895,19 +1895,19 @@ bool SwSectionFootnoteEndTabPage::FillItemSet( SfxItemSet* rSet )
...
@@ -1895,19 +1895,19 @@ bool SwSectionFootnoteEndTabPage::FillItemSet( SfxItemSet* rSet )
switch
(
aFootnote
.
GetValue
()
)
switch
(
aFootnote
.
GetValue
()
)
{
{
case
FTNEND_ATTXTEND_OWNNUMANDFMT
:
case
FTNEND_ATTXTEND_OWNNUMANDFMT
:
aFootnote
.
SetNumType
(
pFootnoteNumViewBox
->
GetSelectedNumberingType
()
);
aFootnote
.
SetNumType
(
m_
pFootnoteNumViewBox
->
GetSelectedNumberingType
()
);
aFootnote
.
SetPrefix
(
pFootnotePrefixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
// fdo#65666
aFootnote
.
SetPrefix
(
m_
pFootnotePrefixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
// fdo#65666
aFootnote
.
SetSuffix
(
pFootnoteSuffixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
aFootnote
.
SetSuffix
(
m_
pFootnoteSuffixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
// no break;
// no break;
case
FTNEND_ATTXTEND_OWNNUMSEQ
:
case
FTNEND_ATTXTEND_OWNNUMSEQ
:
aFootnote
.
SetOffset
(
static_cast
<
sal_uInt16
>
(
pFootnoteOffsetField
->
GetValue
()
-
1
)
);
aFootnote
.
SetOffset
(
static_cast
<
sal_uInt16
>
(
m_
pFootnoteOffsetField
->
GetValue
()
-
1
)
);
// no break;
// no break;
}
}
SwFormatEndAtTextEnd
aEnd
(
pEndNtAtTextEndCB
->
IsChecked
()
SwFormatEndAtTextEnd
aEnd
(
m_
pEndNtAtTextEndCB
->
IsChecked
()
?
(
pEndNtNumCB
->
IsChecked
()
?
(
m_
pEndNtNumCB
->
IsChecked
()
?
(
pEndNtNumFormatCB
->
IsChecked
()
?
(
m_
pEndNtNumFormatCB
->
IsChecked
()
?
FTNEND_ATTXTEND_OWNNUMANDFMT
?
FTNEND_ATTXTEND_OWNNUMANDFMT
:
FTNEND_ATTXTEND_OWNNUMSEQ
)
:
FTNEND_ATTXTEND_OWNNUMSEQ
)
:
FTNEND_ATTXTEND
)
:
FTNEND_ATTXTEND
)
...
@@ -1916,13 +1916,13 @@ bool SwSectionFootnoteEndTabPage::FillItemSet( SfxItemSet* rSet )
...
@@ -1916,13 +1916,13 @@ bool SwSectionFootnoteEndTabPage::FillItemSet( SfxItemSet* rSet )
switch
(
aEnd
.
GetValue
()
)
switch
(
aEnd
.
GetValue
()
)
{
{
case
FTNEND_ATTXTEND_OWNNUMANDFMT
:
case
FTNEND_ATTXTEND_OWNNUMANDFMT
:
aEnd
.
SetNumType
(
pEndNumViewBox
->
GetSelectedNumberingType
()
);
aEnd
.
SetNumType
(
m_
pEndNumViewBox
->
GetSelectedNumberingType
()
);
aEnd
.
SetPrefix
(
pEndPrefixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
aEnd
.
SetPrefix
(
m_
pEndPrefixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
aEnd
.
SetSuffix
(
pEndSuffixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
aEnd
.
SetSuffix
(
m_
pEndSuffixED
->
GetText
().
replaceAll
(
"
\\
t"
,
"
\t
"
)
);
// no break;
// no break;
case
FTNEND_ATTXTEND_OWNNUMSEQ
:
case
FTNEND_ATTXTEND_OWNNUMSEQ
:
aEnd
.
SetOffset
(
static_cast
<
sal_uInt16
>
(
pEndOffsetField
->
GetValue
()
-
1
)
);
aEnd
.
SetOffset
(
static_cast
<
sal_uInt16
>
(
m_
pEndOffsetField
->
GetValue
()
-
1
)
);
// no break;
// no break;
}
}
...
@@ -1944,29 +1944,29 @@ void SwSectionFootnoteEndTabPage::ResetState( bool bFootnote,
...
@@ -1944,29 +1944,29 @@ void SwSectionFootnoteEndTabPage::ResetState( bool bFootnote,
if
(
bFootnote
)
if
(
bFootnote
)
{
{
pNtAtTextEndCB
=
pFootnoteNtAtTextEndCB
;
pNtAtTextEndCB
=
m_
pFootnoteNtAtTextEndCB
;
pNtNumCB
=
pFootnoteNtNumCB
;
pNtNumCB
=
m_
pFootnoteNtNumCB
;
pNtNumFormatCB
=
pFootnoteNtNumFormatCB
;
pNtNumFormatCB
=
m_
pFootnoteNtNumFormatCB
;
pPrefixFT
=
pFootnotePrefixFT
;
pPrefixFT
=
m_
pFootnotePrefixFT
;
pPrefixED
=
pFootnotePrefixED
;
pPrefixED
=
m_
pFootnotePrefixED
;
pSuffixFT
=
pFootnoteSuffixFT
;
pSuffixFT
=
m_
pFootnoteSuffixFT
;
pSuffixED
=
pFootnoteSuffixED
;
pSuffixED
=
m_
pFootnoteSuffixED
;
pNumViewBox
=
pFootnoteNumViewBox
;
pNumViewBox
=
m_
pFootnoteNumViewBox
;
pOffsetText
=
pFootnoteOffsetLbl
;
pOffsetText
=
m_
pFootnoteOffsetLbl
;
pOffsetField
=
pFootnoteOffsetField
;
pOffsetField
=
m_
pFootnoteOffsetField
;
}
}
else
else
{
{
pNtAtTextEndCB
=
pEndNtAtTextEndCB
;
pNtAtTextEndCB
=
m_
pEndNtAtTextEndCB
;
pNtNumCB
=
pEndNtNumCB
;
pNtNumCB
=
m_
pEndNtNumCB
;
pNtNumFormatCB
=
pEndNtNumFormatCB
;
pNtNumFormatCB
=
m_
pEndNtNumFormatCB
;
pPrefixFT
=
pEndPrefixFT
;
pPrefixFT
=
m_
pEndPrefixFT
;
pPrefixED
=
pEndPrefixED
;
pPrefixED
=
m_
pEndPrefixED
;
pSuffixFT
=
pEndSuffixFT
;
pSuffixFT
=
m_
pEndSuffixFT
;
pSuffixED
=
pEndSuffixED
;
pSuffixED
=
m_
pEndSuffixED
;
pNumViewBox
=
pEndNumViewBox
;
pNumViewBox
=
m_
pEndNumViewBox
;
pOffsetText
=
pEndOffsetLbl
;
pOffsetText
=
m_
pEndOffsetLbl
;
pOffsetField
=
pEndOffsetField
;
pOffsetField
=
m_
pEndOffsetField
;
}
}
const
sal_uInt16
eState
=
rAttr
.
GetValue
();
const
sal_uInt16
eState
=
rAttr
.
GetValue
();
...
@@ -2028,8 +2028,8 @@ VclPtr<SfxTabPage> SwSectionFootnoteEndTabPage::Create( vcl::Window* pParent,
...
@@ -2028,8 +2028,8 @@ VclPtr<SfxTabPage> SwSectionFootnoteEndTabPage::Create( vcl::Window* pParent,
IMPL_LINK_TYPED
(
SwSectionFootnoteEndTabPage
,
FootEndHdl
,
Button
*
,
pBox
,
void
)
IMPL_LINK_TYPED
(
SwSectionFootnoteEndTabPage
,
FootEndHdl
,
Button
*
,
pBox
,
void
)
{
{
bool
bFoot
=
pFootnoteNtAtTextEndCB
==
pBox
||
pFootnoteNtNumCB
==
pBox
||
bool
bFoot
=
m_pFootnoteNtAtTextEndCB
==
pBox
||
m_
pFootnoteNtNumCB
==
pBox
||
pFootnoteNtNumFormatCB
==
pBox
;
m_
pFootnoteNtNumFormatCB
==
pBox
;
CheckBox
*
pNumBox
,
*
pNumFormatBox
,
*
pEndBox
;
CheckBox
*
pNumBox
,
*
pNumFormatBox
,
*
pEndBox
;
SwNumberingTypeListBox
*
pNumViewBox
;
SwNumberingTypeListBox
*
pNumViewBox
;
...
@@ -2040,29 +2040,29 @@ IMPL_LINK_TYPED( SwSectionFootnoteEndTabPage, FootEndHdl, Button *, pBox, void )
...
@@ -2040,29 +2040,29 @@ IMPL_LINK_TYPED( SwSectionFootnoteEndTabPage, FootEndHdl, Button *, pBox, void )
if
(
bFoot
)
if
(
bFoot
)
{
{
pEndBox
=
pFootnoteNtAtTextEndCB
;
pEndBox
=
m_
pFootnoteNtAtTextEndCB
;
pNumBox
=
pFootnoteNtNumCB
;
pNumBox
=
m_
pFootnoteNtNumCB
;
pNumFormatBox
=
pFootnoteNtNumFormatCB
;
pNumFormatBox
=
m_
pFootnoteNtNumFormatCB
;
pNumViewBox
=
pFootnoteNumViewBox
;
pNumViewBox
=
m_
pFootnoteNumViewBox
;
pOffsetText
=
pFootnoteOffsetLbl
;
pOffsetText
=
m_
pFootnoteOffsetLbl
;
pOffsetField
=
pFootnoteOffsetField
;
pOffsetField
=
m_
pFootnoteOffsetField
;
pPrefixFT
=
pFootnotePrefixFT
;
pPrefixFT
=
m_
pFootnotePrefixFT
;
pSuffixFT
=
pFootnoteSuffixFT
;
pSuffixFT
=
m_
pFootnoteSuffixFT
;
pPrefixED
=
pFootnotePrefixED
;
pPrefixED
=
m_
pFootnotePrefixED
;
pSuffixED
=
pFootnoteSuffixED
;
pSuffixED
=
m_
pFootnoteSuffixED
;
}
}
else
else
{
{
pEndBox
=
pEndNtAtTextEndCB
;
pEndBox
=
m_
pEndNtAtTextEndCB
;
pNumBox
=
pEndNtNumCB
;
pNumBox
=
m_
pEndNtNumCB
;
pNumFormatBox
=
pEndNtNumFormatCB
;
pNumFormatBox
=
m_
pEndNtNumFormatCB
;
pNumViewBox
=
pEndNumViewBox
;
pNumViewBox
=
m_
pEndNumViewBox
;
pOffsetText
=
pEndOffsetLbl
;
pOffsetText
=
m_
pEndOffsetLbl
;
pOffsetField
=
pEndOffsetField
;
pOffsetField
=
m_
pEndOffsetField
;
pPrefixFT
=
pEndPrefixFT
;
pPrefixFT
=
m_
pEndPrefixFT
;
pSuffixFT
=
pEndSuffixFT
;
pSuffixFT
=
m_
pEndSuffixFT
;
pPrefixED
=
pEndPrefixED
;
pPrefixED
=
m_
pEndPrefixED
;
pSuffixED
=
pEndSuffixED
;
pSuffixED
=
m_
pEndSuffixED
;
}
}
bool
bEnableAtEnd
=
TRISTATE_TRUE
==
pEndBox
->
GetState
();
bool
bEnableAtEnd
=
TRISTATE_TRUE
==
pEndBox
->
GetState
();
...
...
sw/source/uibase/inc/regionsw.hxx
Dosyayı görüntüle @
441412a0
...
@@ -196,31 +196,31 @@ public:
...
@@ -196,31 +196,31 @@ public:
class
SwSectionFootnoteEndTabPage
:
public
SfxTabPage
class
SwSectionFootnoteEndTabPage
:
public
SfxTabPage
{
{
VclPtr
<
CheckBox
>
pFootnoteNtAtTextEndCB
;
VclPtr
<
CheckBox
>
m_
pFootnoteNtAtTextEndCB
;
VclPtr
<
CheckBox
>
pFootnoteNtNumCB
;
VclPtr
<
CheckBox
>
m_
pFootnoteNtNumCB
;
VclPtr
<
FixedText
>
pFootnoteOffsetLbl
;
VclPtr
<
FixedText
>
m_
pFootnoteOffsetLbl
;
VclPtr
<
NumericField
>
pFootnoteOffsetField
;
VclPtr
<
NumericField
>
m_
pFootnoteOffsetField
;
VclPtr
<
CheckBox
>
pFootnoteNtNumFormatCB
;
VclPtr
<
CheckBox
>
m_
pFootnoteNtNumFormatCB
;
VclPtr
<
FixedText
>
pFootnotePrefixFT
;
VclPtr
<
FixedText
>
m_
pFootnotePrefixFT
;
VclPtr
<
Edit
>
pFootnotePrefixED
;
VclPtr
<
Edit
>
m_
pFootnotePrefixED
;
VclPtr
<
SwNumberingTypeListBox
>
pFootnoteNumViewBox
;
VclPtr
<
SwNumberingTypeListBox
>
m_
pFootnoteNumViewBox
;
VclPtr
<
FixedText
>
pFootnoteSuffixFT
;
VclPtr
<
FixedText
>
m_
pFootnoteSuffixFT
;
VclPtr
<
Edit
>
pFootnoteSuffixED
;
VclPtr
<
Edit
>
m_
pFootnoteSuffixED
;
VclPtr
<
CheckBox
>
pEndNtAtTextEndCB
;
VclPtr
<
CheckBox
>
m_
pEndNtAtTextEndCB
;
VclPtr
<
CheckBox
>
pEndNtNumCB
;
VclPtr
<
CheckBox
>
m_
pEndNtNumCB
;
VclPtr
<
FixedText
>
pEndOffsetLbl
;
VclPtr
<
FixedText
>
m_
pEndOffsetLbl
;
VclPtr
<
NumericField
>
pEndOffsetField
;
VclPtr
<
NumericField
>
m_
pEndOffsetField
;
VclPtr
<
CheckBox
>
pEndNtNumFormatCB
;
VclPtr
<
CheckBox
>
m_
pEndNtNumFormatCB
;
VclPtr
<
FixedText
>
pEndPrefixFT
;
VclPtr
<
FixedText
>
m_
pEndPrefixFT
;
VclPtr
<
Edit
>
pEndPrefixED
;
VclPtr
<
Edit
>
m_
pEndPrefixED
;
VclPtr
<
SwNumberingTypeListBox
>
pEndNumViewBox
;
VclPtr
<
SwNumberingTypeListBox
>
m_
pEndNumViewBox
;
VclPtr
<
FixedText
>
pEndSuffixFT
;
VclPtr
<
FixedText
>
m_
pEndSuffixFT
;
VclPtr
<
Edit
>
pEndSuffixED
;
VclPtr
<
Edit
>
m_
pEndSuffixED
;
DECL_LINK_TYPED
(
FootEndHdl
,
Button
*
,
void
);
DECL_LINK_TYPED
(
FootEndHdl
,
Button
*
,
void
);
void
ResetState
(
bool
bFootnote
,
const
SwFormatFootnoteEndAtTextEnd
&
);
void
ResetState
(
bool
bFootnote
,
const
SwFormatFootnoteEndAtTextEnd
&
);
...
...
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