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
598f0e26
Kaydet (Commit)
598f0e26
authored
May 16, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't use alpha for now in cond format OOXML colors
Change-Id: I1be02cf847b75352ef4c013265ef62a2d7af341c
üst
51d16cc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
condformatbuffer.cxx
sc/source/filter/oox/condformatbuffer.cxx
+3
-2
No files found.
sc/source/filter/oox/condformatbuffer.cxx
Dosyayı görüntüle @
598f0e26
...
...
@@ -164,12 +164,13 @@ namespace {
::
Color
ARgbToARgbComponents
(
sal_uInt32
&
nRgb
)
{
sal_Int32
ornA
=
255
-
((
nRgb
>>
24
)
&
0xFF
);
// sal_Int32 ornA = 255 - ((nRgb >> 24) & 0xFF);
//
sal_Int32
ornR
=
(
nRgb
>>
16
)
&
0xFF
;
sal_Int32
ornG
=
(
nRgb
>>
8
)
&
0xFF
;
sal_Int32
ornB
=
nRgb
&
0xFF
;
return
::
Color
(
ornA
,
ornR
,
ornG
,
ornB
);
return
::
Color
(
/*ornA*/
0
,
ornR
,
ornG
,
ornB
);
}
::
Color
importOOXColor
(
const
AttributeList
&
rAttribs
,
ThemeBuffer
&
rThemeBuffer
,
GraphicHelper
&
rGraphicHelper
)
...
...
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