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
5132017d
Kaydet (Commit)
5132017d
authored
Tem 28, 2013
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ImageList::AddImage(sal_uInt16, ...) is unused again, kill.
Change-Id: I58be12e7cbf1b97b4d52f398853074ad135780a0
üst
e9257fa0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
image.hxx
include/vcl/image.hxx
+0
-1
image.cxx
vcl/source/gdi/image.cxx
+0
-15
No files found.
include/vcl/image.hxx
Dosyayı görüntüle @
5132017d
...
...
@@ -103,7 +103,6 @@ public:
Size
GetImageSize
()
const
;
void
AddImage
(
const
OUString
&
rImageName
,
const
Image
&
rImage
);
void
AddImage
(
sal_uInt16
nNewId
,
const
Image
&
rImage
);
void
ReplaceImage
(
const
OUString
&
rImageName
,
const
Image
&
rImage
);
...
...
vcl/source/gdi/image.cxx
Dosyayı görüntüle @
5132017d
...
...
@@ -504,21 +504,6 @@ sal_uInt16 ImageList::ImplGetImageId( const OUString& rImageName ) const
return
0
;
}
void
ImageList
::
AddImage
(
sal_uInt16
nId
,
const
Image
&
rImage
)
{
DBG_CHKTHIS
(
ImageList
,
NULL
);
DBG_CHKOBJ
(
&
rImage
,
Image
,
NULL
);
DBG_ASSERT
(
nId
,
"ImageList::AddImage(): ImageId == 0"
);
DBG_ASSERT
(
GetImagePos
(
nId
)
==
IMAGELIST_IMAGE_NOTFOUND
,
"ImageList::AddImage() - ImageId already exists"
);
DBG_ASSERT
(
rImage
.
mpImplData
,
"ImageList::AddImage(): Wrong Size"
);
DBG_ASSERT
(
!
mpImplData
||
(
rImage
.
GetSizePixel
()
==
mpImplData
->
maImageSize
),
"ImageList::AddImage(): Wrong Size"
);
if
(
!
mpImplData
)
ImplInit
(
0
,
rImage
.
GetSizePixel
()
);
mpImplData
->
AddImage
(
rtl
::
OUString
(),
nId
,
rImage
.
GetBitmapEx
());
}
void
ImageList
::
AddImage
(
const
OUString
&
rImageName
,
const
Image
&
rImage
)
{
DBG_ASSERT
(
GetImagePos
(
rImageName
)
==
IMAGELIST_IMAGE_NOTFOUND
,
"ImageList::AddImage() - ImageName already exists"
);
...
...
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