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
e21a2e7a
Kaydet (Commit)
e21a2e7a
authored
Ara 09, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sort SalFrameStyleFlags
Change-Id: I2caeda4e0a0b98ad09389d08fd6ccc6bb1e7aec2
üst
0f64cf72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
salframe.hxx
vcl/inc/salframe.hxx
+6
-6
No files found.
vcl/inc/salframe.hxx
Dosyayı görüntüle @
e21a2e7a
...
...
@@ -70,20 +70,20 @@ enum class SalFrameStyleFlags
OWNERDRAWDECORATION
=
0x00000040
,
// dialogs
DIALOG
=
0x00000080
,
// the window containing the intro bitmap, aka splashscreen
INTRO
=
0x00000100
,
// partial fullscreen: fullscreen on one monitor of a multimonitor display
PARTIAL_FULLSCREEN
=
0x00800000
,
//
plugged system child window
PLUG
=
0x10
000000
,
//
floating window that needs to be focusable
FLOAT_FOCUSABLE
=
0x04
000000
,
// system child window inside another SalFrame
SYSTEMCHILD
=
0x08000000
,
// plugged system child window
PLUG
=
0x10000000
,
// floating window
FLOAT
=
0x20000000
,
// floating window that needs to be focusable
FLOAT_FOCUSABLE
=
0x04000000
,
// toolwindows should be painted with a smaller decoration
TOOLWINDOW
=
0x40000000
,
// the window containing the intro bitmap, aka splashscreen
INTRO
=
0x00000100
,
};
namespace
o3tl
{
template
<>
struct
typed_flags
<
SalFrameStyleFlags
>
:
is_typed_flags
<
SalFrameStyleFlags
,
0x7c8001ff
>
{};
...
...
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