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
1ea8188f
Kaydet (Commit)
1ea8188f
authored
Kas 12, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwViewOption
Change-Id: Ia86aac05e67990bd47400dc7aabbedde278e4fd1
üst
9f19d242
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
viewopt.hxx
sw/inc/viewopt.hxx
+24
-24
viewopt.cxx
sw/source/uibase/config/viewopt.cxx
+0
-0
No files found.
sw/inc/viewopt.hxx
Dosyayı görüntüle @
1ea8188f
...
@@ -103,29 +103,29 @@ namespace svtools{ class ColorConfig;}
...
@@ -103,29 +103,29 @@ namespace svtools{ class ColorConfig;}
class
SW_DLLPUBLIC
SwViewOption
class
SW_DLLPUBLIC
SwViewOption
{
{
static
Color
aDocColor
;
// color of document boundaries
static
Color
m_
aDocColor
;
// color of document boundaries
static
Color
aDocBoundColor
;
// color of document boundaries
static
Color
m_
aDocBoundColor
;
// color of document boundaries
static
Color
aObjectBoundColor
;
// color of object boundaries
static
Color
m_
aObjectBoundColor
;
// color of object boundaries
static
Color
aAppBackgroundColor
;
// application background
static
Color
m_
aAppBackgroundColor
;
// application background
static
Color
aTableBoundColor
;
// color of table boundaries
static
Color
m_
aTableBoundColor
;
// color of table boundaries
static
Color
aFontColor
;
static
Color
m_
aFontColor
;
static
Color
aIndexShadingsColor
;
// background color of indexes
static
Color
m_
aIndexShadingsColor
;
// background color of indexes
static
Color
aLinksColor
;
static
Color
m_
aLinksColor
;
static
Color
aVisitedLinksColor
;
static
Color
m_
aVisitedLinksColor
;
static
Color
aDirectCursorColor
;
static
Color
m_
aDirectCursorColor
;
static
Color
aTextGridColor
;
static
Color
m_
aTextGridColor
;
static
Color
aSpellColor
;
// mark color of online spell checking
static
Color
m_
aSpellColor
;
// mark color of online spell checking
static
Color
aSmarttagColor
;
static
Color
m_
aSmarttagColor
;
static
Color
aFieldShadingsColor
;
static
Color
m_
aFieldShadingsColor
;
static
Color
aSectionBoundColor
;
static
Color
m_
aSectionBoundColor
;
static
Color
aPageBreakColor
;
static
Color
m_
aPageBreakColor
;
static
Color
aScriptIndicatorColor
;
static
Color
m_
aScriptIndicatorColor
;
static
Color
aShadowColor
;
static
Color
m_
aShadowColor
;
static
Color
aHeaderFooterMarkColor
;
static
Color
m_
aHeaderFooterMarkColor
;
static
sal_Int32
nAppearanceFlags
;
static
sal_Int32
m_
nAppearanceFlags
;
protected
:
protected
:
static
sal_uInt16
nPixelTwips
;
// 1 Pixel == ? Twips
static
sal_uInt16
m_
nPixelTwips
;
// 1 Pixel == ? Twips
OUString
m_sSymbolFont
;
// Symbolfont.
OUString
m_sSymbolFont
;
// Symbolfont.
sal_uInt32
m_nCoreOptions
;
// Bits for SwViewShell.
sal_uInt32
m_nCoreOptions
;
// Bits for SwViewShell.
...
@@ -167,7 +167,7 @@ protected:
...
@@ -167,7 +167,7 @@ protected:
bool
m_bTest6
:
1
;
// Test-flag "No screen adj"
bool
m_bTest6
:
1
;
// Test-flag "No screen adj"
bool
m_bTest7
:
1
;
// Test-flag "win format"
bool
m_bTest7
:
1
;
// Test-flag "win format"
bool
m_bTest8
:
1
;
// Test-flag ""
bool
m_bTest8
:
1
;
// Test-flag ""
static
bool
s
_bTest9
;
// Test-Flag "DrawingLayerNotLoading"
static
bool
m
_bTest9
;
// Test-Flag "DrawingLayerNotLoading"
bool
m_bTest10
:
1
;
// Test-Flag "Format by Input"
bool
m_bTest10
:
1
;
// Test-Flag "Format by Input"
#endif
#endif
...
@@ -178,7 +178,7 @@ public:
...
@@ -178,7 +178,7 @@ public:
static
void
Init
(
vcl
::
Window
*
pWin
);
// Initializing of static data.
static
void
Init
(
vcl
::
Window
*
pWin
);
// Initializing of static data.
static
sal_uInt16
GetPixelTwips
()
{
return
nPixelTwips
;
}
static
sal_uInt16
GetPixelTwips
()
{
return
m_
nPixelTwips
;
}
inline
sal_uInt32
GetCoreOptions
()
const
{
return
m_nCoreOptions
;}
inline
sal_uInt32
GetCoreOptions
()
const
{
return
m_nCoreOptions
;}
inline
void
SetUIOptions
(
const
SwViewOption
&
);
inline
void
SetUIOptions
(
const
SwViewOption
&
);
...
...
sw/source/uibase/config/viewopt.cxx
Dosyayı görüntüle @
1ea8188f
This diff is collapsed.
Click to expand it.
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