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
dae92e11
Kaydet (Commit)
dae92e11
authored
Ara 05, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert these Image resources to Bitmap
Change-Id: Iff9e956f65190c0e9dc99ada5df613fc0be9516e
üst
e5ecb998
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
22 deletions
+13
-22
utlui.hrc
sw/source/uibase/inc/utlui.hrc
+3
-3
navipi.cxx
sw/source/uibase/utlui/navipi.cxx
+4
-4
navipi.src
sw/source/uibase/utlui/navipi.src
+6
-15
No files found.
sw/source/uibase/inc/utlui.hrc
Dosyayı görüntüle @
dae92e11
...
...
@@ -155,9 +155,9 @@
#define IMG_VIEWLAYOUT_SINGLECOLUMN (RC_UTLUI_BEGIN + 16)
#define IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE (RC_UTLUI_BEGIN + 17)
#define IMG_PAGE_BREAK (RC_UTLUI_BEGIN + 18)
#define RID_
IMG
_DROP_REGION (RC_UTLUI_BEGIN + 19)
#define RID_
IMG
_DROP_LINK (RC_UTLUI_BEGIN + 20)
#define RID_
IMG
_DROP_COPY (RC_UTLUI_BEGIN + 21)
#define RID_
BMP
_DROP_REGION (RC_UTLUI_BEGIN + 19)
#define RID_
BMP
_DROP_LINK (RC_UTLUI_BEGIN + 20)
#define RID_
BMP
_DROP_COPY (RC_UTLUI_BEGIN + 21)
//local ids of the Database ImageLists
#define IMG_COLLAPSE 18002 /*RID_SVXIMG_COLLAPSEDNODE*/
...
...
sw/source/uibase/utlui/navipi.cxx
Dosyayı görüntüle @
dae92e11
...
...
@@ -1107,16 +1107,16 @@ void SwNavigationPI::SetRegionDropMode(RegionMode nNewMode)
switch
(
nNewMode
)
{
case
RegionMode
:
:
NONE
:
nImageId
=
RID_
IMG
_DROP_REGION
;
nImageId
=
RID_
BMP
_DROP_REGION
;
break
;
case
RegionMode
:
:
LINK
:
nImageId
=
RID_
IMG
_DROP_LINK
;
nImageId
=
RID_
BMP
_DROP_LINK
;
break
;
case
RegionMode
:
:
EMBEDDED
:
nImageId
=
RID_
IMG
_DROP_COPY
;
nImageId
=
RID_
BMP
_DROP_COPY
;
break
;
}
m_aContentToolBox
->
SetItemImage
(
m_aContentToolBox
->
GetItemId
(
"dragmode"
),
Image
(
SW_RES
(
nImageId
)));
m_aContentToolBox
->
SetItemImage
(
m_aContentToolBox
->
GetItemId
(
"dragmode"
),
Image
(
BitmapEx
(
SW_RES
(
nImageId
)
)));
}
void
SwNavigationPI
::
ToggleTree
()
...
...
sw/source/uibase/utlui/navipi.src
Dosyayı görüntüle @
dae92e11
...
...
@@ -45,28 +45,19 @@ ImageList IMG_NAVI_ENTRYBMP
IdCount = { 12 ; };
};
Image RID_IMG
_DROP_REGION
Bitmap RID_BMP
_DROP_REGION
{
ImageBitmap = Bitmap
{
File = "sc20235.png" ;
};
File = "sc20235.png" ;
};
Image RID_IMG
_DROP_LINK
Bitmap RID_BMP
_DROP_LINK
{
ImageBitmap = Bitmap
{
File = "sc20238.png" ;
};
File = "sc20238.png" ;
};
Image RID_IMG
_DROP_COPY
Bitmap RID_BMP
_DROP_COPY
{
ImageBitmap = Bitmap
{
File = "sc20239.png" ;
};
File = "sc20239.png" ;
};
String STR_ACCESS_TL_GLOBAL
...
...
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