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
4be799fc
Kaydet (Commit)
4be799fc
authored
Eki 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
build error: specialization in different namespace
Change-Id: Ic1730a49576a663a2e04a2386bd3962a21b6fc48
üst
9783ea51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
outdevstate.hxx
include/vcl/outdevstate.hxx
+5
-4
No files found.
include/vcl/outdevstate.hxx
Dosyayı görüntüle @
4be799fc
...
@@ -53,13 +53,14 @@ enum class PushFlags : sal_uInt16 {
...
@@ -53,13 +53,14 @@ enum class PushFlags : sal_uInt16 {
//bool operator bool() { return static_cast<sal_uInt16>(*this) != 0; }
//bool operator bool() { return static_cast<sal_uInt16>(*this) != 0; }
};
};
template
<>
struct
o3tl
::
typed_flags
<
PushFlags
>:
o3tl
::
is_typed_flags
<
PushFlags
,
0xFFFF
>
{};
namespace
o3tl
{
template
<>
struct
typed_flags
<
PushFlags
>
:
is_typed_flags
<
PushFlags
,
0xFFFF
>
{};
}
#define PUSH_ALLTEXT (PushFlags::TEXTCOLOR | PushFlags::TEXTFILLCOLOR | PushFlags::TEXTLINECOLOR | PushFlags::OVERLINECOLOR | PushFlags::TEXTALIGN | PushFlags::TEXTLAYOUTMODE | PushFlags::TEXTLANGUAGE)
#define PUSH_ALLTEXT (PushFlags::TEXTCOLOR | PushFlags::TEXTFILLCOLOR | PushFlags::TEXTLINECOLOR | PushFlags::OVERLINECOLOR | PushFlags::TEXTALIGN | PushFlags::TEXTLAYOUTMODE | PushFlags::TEXTLANGUAGE)
#define PUSH_ALLFONT (PUSH_ALLTEXT | PushFlags::FONT)
#define PUSH_ALLFONT (PUSH_ALLTEXT | PushFlags::FONT)
// LayoutModes for Complex Text Layout
// LayoutModes for Complex Text Layout
// These are flag values, i.e they can be combined
// These are flag values, i.e they can be combined
enum
ComplexTextLayoutMode
enum
ComplexTextLayoutMode
...
...
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