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
fdeaa040
Kaydet (Commit)
fdeaa040
authored
Kas 11, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwFrmAddPage
Change-Id: Id4a5a5794ff03a88922df7fd1dcba75ed601dd59
üst
cd43da04
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
27 deletions
+27
-27
frmpage.cxx
sw/source/ui/frmdlg/frmpage.cxx
+0
-0
frmpage.hxx
sw/source/uibase/inc/frmpage.hxx
+27
-27
No files found.
sw/source/ui/frmdlg/frmpage.cxx
Dosyayı görüntüle @
fdeaa040
This diff is collapsed.
Click to expand it.
sw/source/uibase/inc/frmpage.hxx
Dosyayı görüntüle @
fdeaa040
...
@@ -273,36 +273,36 @@ public:
...
@@ -273,36 +273,36 @@ public:
class
SwFrmAddPage
:
public
SfxTabPage
class
SwFrmAddPage
:
public
SfxTabPage
{
{
VclPtr
<
VclContainer
>
pNameFrame
;
VclPtr
<
VclContainer
>
m_
pNameFrame
;
VclPtr
<
FixedText
>
pNameFT
;
VclPtr
<
FixedText
>
m_
pNameFT
;
VclPtr
<
Edit
>
pNameED
;
VclPtr
<
Edit
>
m_
pNameED
;
VclPtr
<
FixedText
>
pAltNameFT
;
VclPtr
<
FixedText
>
m_
pAltNameFT
;
VclPtr
<
Edit
>
pAltNameED
;
VclPtr
<
Edit
>
m_
pAltNameED
;
VclPtr
<
FixedText
>
pPrevFT
;
VclPtr
<
FixedText
>
m_
pPrevFT
;
VclPtr
<
ListBox
>
pPrevLB
;
VclPtr
<
ListBox
>
m_
pPrevLB
;
VclPtr
<
FixedText
>
pNextFT
;
VclPtr
<
FixedText
>
m_
pNextFT
;
VclPtr
<
ListBox
>
pNextLB
;
VclPtr
<
ListBox
>
m_
pNextLB
;
VclPtr
<
VclContainer
>
pProtectFrame
;
VclPtr
<
VclContainer
>
m_
pProtectFrame
;
VclPtr
<
CheckBox
>
pProtectContentCB
;
VclPtr
<
CheckBox
>
m_
pProtectContentCB
;
VclPtr
<
CheckBox
>
pProtectFrameCB
;
VclPtr
<
CheckBox
>
m_
pProtectFrameCB
;
VclPtr
<
CheckBox
>
pProtectSizeCB
;
VclPtr
<
CheckBox
>
m_
pProtectSizeCB
;
VclPtr
<
VclContainer
>
m_pContentAlignFrame
;
VclPtr
<
VclContainer
>
m_pContentAlignFrame
;
VclPtr
<
ListBox
>
m_pVertAlignLB
;
VclPtr
<
ListBox
>
m_pVertAlignLB
;
VclPtr
<
VclContainer
>
pPropertiesFrame
;
VclPtr
<
VclContainer
>
m_
pPropertiesFrame
;
VclPtr
<
CheckBox
>
pEditInReadonlyCB
;
VclPtr
<
CheckBox
>
m_
pEditInReadonlyCB
;
VclPtr
<
CheckBox
>
pPrintFrameCB
;
VclPtr
<
CheckBox
>
m_
pPrintFrameCB
;
VclPtr
<
FixedText
>
pTextFlowFT
;
VclPtr
<
FixedText
>
m_
pTextFlowFT
;
VclPtr
<
ListBox
>
pTextFlowLB
;
VclPtr
<
ListBox
>
m_
pTextFlowLB
;
SwWrtShell
*
pWrtSh
;
SwWrtShell
*
m_
pWrtSh
;
OUString
sDlgType
;
OUString
m_
sDlgType
;
bool
bHtmlMode
;
bool
m_
bHtmlMode
;
bool
bFormat
;
bool
m_
bFormat
;
bool
bNew
;
bool
m_
bNew
;
DECL_LINK_TYPED
(
EditModifyHdl
,
Edit
&
,
void
);
DECL_LINK_TYPED
(
EditModifyHdl
,
Edit
&
,
void
);
DECL_LINK_TYPED
(
ChainModifyHdl
,
ListBox
&
,
void
);
DECL_LINK_TYPED
(
ChainModifyHdl
,
ListBox
&
,
void
);
...
@@ -321,9 +321,9 @@ public:
...
@@ -321,9 +321,9 @@ public:
virtual
void
Reset
(
const
SfxItemSet
*
rSet
)
override
;
virtual
void
Reset
(
const
SfxItemSet
*
rSet
)
override
;
void
SetFormatUsed
(
bool
bFormat
);
void
SetFormatUsed
(
bool
bFormat
);
void
SetFrmType
(
const
OUString
&
rType
)
{
sDlgType
=
rType
;
}
void
SetFrmType
(
const
OUString
&
rType
)
{
m_
sDlgType
=
rType
;
}
void
SetNewFrame
(
bool
bNewFrame
)
{
bNew
=
bNewFrame
;
}
void
SetNewFrame
(
bool
bNewFrame
)
{
m_
bNew
=
bNewFrame
;
}
void
SetShell
(
SwWrtShell
*
pSh
)
{
pWrtSh
=
pSh
;
}
void
SetShell
(
SwWrtShell
*
pSh
)
{
m_
pWrtSh
=
pSh
;
}
};
};
...
...
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