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
e876b4ef
Kaydet (Commit)
e876b4ef
authored
Kas 06, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwStdFontTabPage
Change-Id: Ia0de4c400937305baab7fef0e414777f0cd906e9
üst
e22024c1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
46 deletions
+46
-46
optpage.cxx
sw/source/ui/config/optpage.cxx
+0
-0
optpage.hxx
sw/source/uibase/inc/optpage.hxx
+46
-46
No files found.
sw/source/ui/config/optpage.cxx
Dosyayı görüntüle @
e876b4ef
This diff is collapsed.
Click to expand it.
sw/source/uibase/inc/optpage.hxx
Dosyayı görüntüle @
e876b4ef
...
...
@@ -125,53 +125,53 @@ public:
class
SwStdFontTabPage
:
public
SfxTabPage
{
friend
class
VclPtr
<
SwStdFontTabPage
>
;
VclPtr
<
FixedText
>
pLabelFT
;
VclPtr
<
ComboBox
>
pStandardBox
;
VclPtr
<
FontSizeBox
>
pStandardHeightLB
;
VclPtr
<
ComboBox
>
pTitleBox
;
VclPtr
<
FontSizeBox
>
pTitleHeightLB
;
VclPtr
<
ComboBox
>
pListBox
;
VclPtr
<
FontSizeBox
>
pListHeightLB
;
VclPtr
<
ComboBox
>
pLabelBox
;
VclPtr
<
FontSizeBox
>
pLabelHeightLB
;
VclPtr
<
ComboBox
>
pIdxBox
;
VclPtr
<
FontSizeBox
>
pIndexHeightLB
;
VclPtr
<
PushButton
>
pStandardPB
;
OUString
sShellStd
;
OUString
sShellTitle
;
OUString
sShellList
;
OUString
sShellLabel
;
OUString
sShellIndex
;
VclPtr
<
SfxPrinter
>
pPrt
;
FontList
*
pFontList
;
SwStdFontConfig
*
pFontConfig
;
SwWrtShell
*
pWrtShell
;
LanguageType
eLanguage
;
VclPtr
<
FixedText
>
m_
pLabelFT
;
VclPtr
<
ComboBox
>
m_
pStandardBox
;
VclPtr
<
FontSizeBox
>
m_
pStandardHeightLB
;
VclPtr
<
ComboBox
>
m_
pTitleBox
;
VclPtr
<
FontSizeBox
>
m_
pTitleHeightLB
;
VclPtr
<
ComboBox
>
m_
pListBox
;
VclPtr
<
FontSizeBox
>
m_
pListHeightLB
;
VclPtr
<
ComboBox
>
m_
pLabelBox
;
VclPtr
<
FontSizeBox
>
m_
pLabelHeightLB
;
VclPtr
<
ComboBox
>
m_
pIdxBox
;
VclPtr
<
FontSizeBox
>
m_
pIndexHeightLB
;
VclPtr
<
PushButton
>
m_
pStandardPB
;
OUString
m_
sShellStd
;
OUString
m_
sShellTitle
;
OUString
m_
sShellList
;
OUString
m_
sShellLabel
;
OUString
m_
sShellIndex
;
VclPtr
<
SfxPrinter
>
m_
pPrt
;
FontList
*
m_
pFontList
;
SwStdFontConfig
*
m_
pFontConfig
;
SwWrtShell
*
m_
pWrtShell
;
LanguageType
m_
eLanguage
;
// only defaults were there? they were signed with the boxes
bool
bListDefault
:
1
;
bool
bSetListDefault
:
1
;
bool
bLabelDefault
:
1
;
bool
bSetLabelDefault
:
1
;
bool
bIdxDefault
:
1
;
bool
bSetIdxDefault
:
1
;
bool
bDeletePrinter
:
1
;
bool
bListHeightDefault
:
1
;
bool
bSetListHeightDefault
:
1
;
bool
bLabelHeightDefault
:
1
;
bool
bSetLabelHeightDefault
:
1
;
bool
bIndexHeightDefault
:
1
;
bool
bSetIndexHeightDefault
:
1
;
sal_uInt8
nFontGroup
;
//fontcfg.hxx: FONT_GROUP_[STANDARD|CJK|CTL]
OUString
sScriptWestern
;
OUString
sScriptAsian
;
OUString
sScriptComplex
;
bool
m_
bListDefault
:
1
;
bool
m_
bSetListDefault
:
1
;
bool
m_
bLabelDefault
:
1
;
bool
m_
bSetLabelDefault
:
1
;
bool
m_
bIdxDefault
:
1
;
bool
m_
bSetIdxDefault
:
1
;
bool
m_
bDeletePrinter
:
1
;
bool
m_
bListHeightDefault
:
1
;
bool
m_
bSetListHeightDefault
:
1
;
bool
m_
bLabelHeightDefault
:
1
;
bool
m_
bSetLabelHeightDefault
:
1
;
bool
m_
bIndexHeightDefault
:
1
;
bool
m_
bSetIndexHeightDefault
:
1
;
sal_uInt8
m_
nFontGroup
;
//fontcfg.hxx: FONT_GROUP_[STANDARD|CJK|CTL]
OUString
m_
sScriptWestern
;
OUString
m_
sScriptAsian
;
OUString
m_
sScriptComplex
;
DECL_LINK_TYPED
(
StandardHdl
,
Button
*
,
void
);
DECL_LINK_TYPED
(
ModifyHdl
,
Edit
&
,
void
);
...
...
@@ -190,7 +190,7 @@ public:
void
SetFontMode
(
sal_uInt8
nGroup
)
{
nFontGroup
=
nGroup
;
m_
nFontGroup
=
nGroup
;
}
virtual
void
PageCreated
(
const
SfxAllItemSet
&
aSet
)
override
;
};
...
...
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