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
a084c6ed
Kaydet (Commit)
a084c6ed
authored
Kas 08, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add a SV_RESID_BITMAP_REFRESH id and map to gtk-refresh
Change-Id: If860b33ab86b195952cd7879de16c65221a21ab5
üst
c315a001
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
svids.hrc
vcl/inc/svids.hrc
+1
-0
images.src
vcl/source/src/images.src
+5
-0
builder.cxx
vcl/source/window/builder.cxx
+2
-0
No files found.
vcl/inc/svids.hrc
Dosyayı görüntüle @
a084c6ed
...
...
@@ -42,6 +42,7 @@
#define SV_RESID_BITMAP_SCROLLBMP 1051
#define SV_RESID_BITMAP_CLOSEDOC 1052
#define SV_RESID_BITMAP_INDEX 1053
#define SV_RESID_BITMAP_REFRESH 1054
#define SV_DISCLOSURE_PLUS 1060
#define SV_DISCLOSURE_MINUS 1061
...
...
vcl/source/src/images.src
Dosyayı görüntüle @
a084c6ed
...
...
@@ -73,6 +73,11 @@ Bitmap SV_RESID_BITMAP_INDEX
File = "index.png";
};
Bitmap SV_RESID_BITMAP_REFRESH
{
File = "reload.png";
};
Bitmap SV_RESID_BITMAP_SPLITHPIN
{
File = "splhpin.png";
...
...
vcl/source/window/builder.cxx
Dosyayı görüntüle @
a084c6ed
...
...
@@ -39,6 +39,8 @@ namespace
sal_uInt16
nRet
=
0
;
if
(
sType
==
"gtk-index"
)
nRet
=
SV_RESID_BITMAP_INDEX
;
else
if
(
sType
==
"gtk-refresh"
)
nRet
=
SV_RESID_BITMAP_REFRESH
;
return
nRet
;
}
...
...
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