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
55f8bba8
Kaydet (Commit)
55f8bba8
authored
Tem 11, 2002
tarafından
Christian Lippka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#101018# added high contrast bitmaps
üst
ffd0c8b3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
5 deletions
+29
-5
imapdlg.cxx
svx/source/dialog/imapdlg.cxx
+25
-3
imapdlg.hrc
svx/source/dialog/imapdlg.hrc
+4
-2
imapdlg.src
svx/source/dialog/imapdlg.src
+0
-0
No files found.
svx/source/dialog/imapdlg.cxx
Dosyayı görüntüle @
55f8bba8
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: imapdlg.cxx,v $
* $RCSfile: imapdlg.cxx,v $
*
*
* $Revision: 1.
19
$
* $Revision: 1.
20
$
*
*
* last change: $Author:
ka $ $Date: 2002-07-05 14:55:35
$
* last change: $Author:
cl $ $Date: 2002-07-11 10:48:06
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -255,10 +255,14 @@ SvxIMapDlg::SvxIMapDlg( SfxBindings *pBindings, SfxChildWindow *pCW,
...
@@ -255,10 +255,14 @@ SvxIMapDlg::SvxIMapDlg( SfxBindings *pBindings, SfxChildWindow *pCW,
aFtText
(
this
,
SVX_RES
(
FT_TEXT
)
),
aFtText
(
this
,
SVX_RES
(
FT_TEXT
)
),
aEdtText
(
this
,
SVX_RES
(
EDT_TEXT
)
),
aEdtText
(
this
,
SVX_RES
(
EDT_TEXT
)
),
maFtTarget
(
this
,
SVX_RES
(
RID_SVXCTL_FT_TARGET
)
),
maFtTarget
(
this
,
SVX_RES
(
RID_SVXCTL_FT_TARGET
)
),
maCbbTarget
(
this
,
SVX_RES
(
RID_SVXCTL_CBB_TARGET
)
)
maCbbTarget
(
this
,
SVX_RES
(
RID_SVXCTL_CBB_TARGET
)
),
maImageList
(
SVX_RES
(
IL_IMAPDLG
)
),
maImageListH
(
SVX_RES
(
ILH_IMAPDLG
)
)
{
{
pIMapWnd
=
new
IMapWindow
(
this
,
SVX_RES
(
RID_SVXCTL_IMAP
)
);
pIMapWnd
=
new
IMapWindow
(
this
,
SVX_RES
(
RID_SVXCTL_IMAP
)
);
ApplyImageList
();
FreeResource
();
FreeResource
();
pOwnData
=
new
IMapOwnData
(
this
);
pOwnData
=
new
IMapOwnData
(
this
);
...
@@ -1078,3 +1082,20 @@ IMPL_LINK( SvxIMapDlg, MiscHdl, void*, p )
...
@@ -1078,3 +1082,20 @@ IMPL_LINK( SvxIMapDlg, MiscHdl, void*, p )
return
0L
;
return
0L
;
}
}
void
SvxIMapDlg
::
ApplyImageList
()
{
bool
bHighContrast
=
GetDisplayBackground
().
GetColor
().
IsDark
()
!=
0
;
ImageList
&
rImgLst
=
bHighContrast
?
maImageListH
:
maImageList
;
aTbxIMapDlg1
.
SetImageList
(
rImgLst
);
}
void
SvxIMapDlg
::
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
{
SfxModelessDialog
::
DataChanged
(
rDCEvt
);
if
(
(
rDCEvt
.
GetType
()
==
DATACHANGED_SETTINGS
)
&&
(
rDCEvt
.
GetFlags
()
&
SETTINGS_STYLE
)
)
ApplyImageList
();
}
\ No newline at end of file
svx/source/dialog/imapdlg.hrc
Dosyayı görüntüle @
55f8bba8
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: imapdlg.hrc,v $
* $RCSfile: imapdlg.hrc,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
dr $ $Date: 2001-06-14 16:14:55
$
* last change: $Author:
cl $ $Date: 2002-07-11 10:48:06
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -104,6 +104,8 @@
...
@@ -104,6 +104,8 @@
#define STB_STATUS 1
#define STB_STATUS 1
#define IL_IMAPDLG 1
#define ILH_IMAPDLG 2
/******************************************************************************/
/******************************************************************************/
...
...
svx/source/dialog/imapdlg.src
Dosyayı görüntüle @
55f8bba8
This diff is collapsed.
Click to expand it.
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