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
edec6d13
Kaydet (Commit)
edec6d13
authored
May 11, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Pack the bools.
Change-Id: I71bf94a87f8d7092b472e7a8eb58045a82749c29
üst
9d2b1ec8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
svdata.hxx
vcl/inc/svdata.hxx
+24
-24
No files found.
vcl/inc/svdata.hxx
Dosyayı görüntüle @
edec6d13
...
@@ -300,30 +300,30 @@ struct ImplSVHelpData
...
@@ -300,30 +300,30 @@ struct ImplSVHelpData
struct
ImplSVNWFData
struct
ImplSVNWFData
{
{
bool
mbMenuBarDockingAreaCommonBG
;
// e.g. WinXP default theme
int
mnStatusBarLowerRightOffset
;
// amount in pixel to avoid in the lower righthand corner
bool
mbDockingAreaSeparateTB
;
// individual toolbar backgrounds
int
mnMenuFormatExtraBorder
;
// inner popup menu border
// instead of one for docking area
::
Color
maMenuBarHighlightTextColor
;
// override higlight text color
bool
mbToolboxDropDownSeparate
;
// two adjacent buttons for
// in menubar if not transparent
// toolbox dropdown buttons
bool
mbMenuBarDockingAreaCommonBG
:
1
;
// e.g. WinXP default theme
int
mnMenuFormatExtraBorder
;
// inner popup menu border
bool
mbDockingAreaSeparateTB
:
1
;
// individual toolbar backgrounds
bool
mbFlatMenu
;
// no popup 3D border
// instead of one for docking area
::
Color
maMenuBarHighlightTextColor
;
// override higlight text col
or
bool
mbToolboxDropDownSeparate
:
1
;
// two adjacent buttons f
or
// in menubar if not transparent
// toolbox dropdown buttons
bool
mb
OpenMenuOnF10
;
// on gnome the first menu opens on F10
bool
mb
FlatMenu
:
1
;
// no popup 3D border
bool
mb
NoFocusRects
;
// on Aqua focus rects are not used
bool
mb
OpenMenuOnF10
:
1
;
// on gnome the first menu opens on F10
bool
mbNo
BoldTabFocus
;
// on Aqua and Gnome the focused tab has not bold text
bool
mbNo
FocusRects
:
1
;
// on Aqua focus rects are not used
bool
mb
CenteredTabs
;
// on Aqua, tabs are centered
bool
mb
NoBoldTabFocus
:
1
;
// on Aqua and Gnome the focused tab has not bold text
bool
mb
NoActiveTabTextRaise
;
// on Aqua the text for the selected tab
bool
mb
CenteredTabs
:
1
;
// on Aqua, tabs are centered
// should not "jump up" a pixel
bool
mbNoActiveTabTextRaise
:
1
;
// on Aqua the text for the selected tab
bool
mbProgressNeedsErase
;
// set true for platforms that should draw the
// should not "jump up" a pixel
// window background before drawing the nativ
e
bool
mbProgressNeedsErase
:
1
;
// set true for platforms that should draw th
e
// progress bar
// window background before drawing the native
bool
mbCheckBoxNeedsErase
;
// set true for platforms that should draw the
// progress bar
// window background before drawing the nativ
e
bool
mbCheckBoxNeedsErase
:
1
;
// set true for platforms that should draw th
e
// checkbox
// window background before drawing the native
bool
mbScrollbarJumpPage
;
// true for "jump to here" behavior
// checkbox
int
mnStatusBarLowerRightOffset
;
// amount in pixel to avoid in the lower righthand corne
r
bool
mbScrollbarJumpPage
:
1
;
// true for "jump to here" behavio
r
bool
mbCanDrawWidgetAnySize
;
// set to true currently on gtk
bool
mbCanDrawWidgetAnySize
:
1
;
// set to true currently on gtk
};
};
...
...
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