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
918a03c5
Kaydet (Commit)
918a03c5
authored
May 06, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix OSX build
Change-Id: I6df0009cad65134e626f89563be168ff739ca092
üst
662fc8ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
salbmp.h
vcl/inc/quartz/salbmp.h
+1
-1
salbmp.cxx
vcl/quartz/salbmp.cxx
+1
-1
No files found.
vcl/inc/quartz/salbmp.h
Dosyayı görüntüle @
918a03c5
...
@@ -77,7 +77,7 @@ public:
...
@@ -77,7 +77,7 @@ public:
bool
Crop
(
const
Rectangle
&
rRectPixel
)
SAL_OVERRIDE
;
bool
Crop
(
const
Rectangle
&
rRectPixel
)
SAL_OVERRIDE
;
bool
Erase
(
const
Color
&
rFillColor
)
SAL_OVERRIDE
;
bool
Erase
(
const
Color
&
rFillColor
)
SAL_OVERRIDE
;
bool
Scale
(
const
double
&
rScaleX
,
const
double
&
rScaleY
,
sal_uInt32
nScaleFlag
)
SAL_OVERRIDE
;
bool
Scale
(
const
double
&
rScaleX
,
const
double
&
rScaleY
,
BmpScaleFlag
nScaleFlag
)
SAL_OVERRIDE
;
bool
Replace
(
const
Color
&
rSearchColor
,
const
Color
&
rReplaceColor
,
sal_uLong
nTol
)
SAL_OVERRIDE
;
bool
Replace
(
const
Color
&
rSearchColor
,
const
Color
&
rReplaceColor
,
sal_uLong
nTol
)
SAL_OVERRIDE
;
private
:
private
:
...
...
vcl/quartz/salbmp.cxx
Dosyayı görüntüle @
918a03c5
...
@@ -978,7 +978,7 @@ bool QuartzSalBitmap::Erase( const ::Color& /*rFillColor*/ )
...
@@ -978,7 +978,7 @@ bool QuartzSalBitmap::Erase( const ::Color& /*rFillColor*/ )
return
false
;
return
false
;
}
}
bool
QuartzSalBitmap
::
Scale
(
const
double
&
/*rScaleX*/
,
const
double
&
/*rScaleY*/
,
sal_uInt32
/*nScaleFlag*/
)
bool
QuartzSalBitmap
::
Scale
(
const
double
&
/*rScaleX*/
,
const
double
&
/*rScaleY*/
,
BmpScaleFlag
/*nScaleFlag*/
)
{
{
return
false
;
return
false
;
}
}
...
...
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