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
a98c28cc
Kaydet (Commit)
a98c28cc
authored
Ock 14, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
u*,v*: load BitmapEx resources instead of Image ones
Change-Id: If279c55a0055e51e04b31e0db745779c3a44bcd6
üst
fffb674c
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
17 deletions
+16
-17
printdlg.hxx
vcl/inc/printdlg.hxx
+2
-2
svids.hrc
vcl/inc/svids.hrc
+2
-2
print.src
vcl/source/src/print.src
+4
-4
printdlg.cxx
vcl/source/window/printdlg.cxx
+4
-4
certificateviewer.cxx
xmlsecurity/source/dialogs/certificateviewer.cxx
+1
-2
certificateviewer.src
xmlsecurity/source/dialogs/certificateviewer.src
+2
-2
dialogs.hrc
xmlsecurity/source/dialogs/dialogs.hrc
+1
-1
No files found.
vcl/inc/printdlg.hxx
Dosyayı görüntüle @
a98c28cc
...
...
@@ -147,8 +147,8 @@ namespace vcl
VclPtr
<
FixedImage
>
mpCollateImage
;
VclPtr
<
CheckBox
>
mpReverseOrderBox
;
Image
maCollateImg
;
Image
maNoCollateImg
;
BitmapEx
maCollateBmp
;
BitmapEx
maNoCollateBmp
;
long
mnCollateUIMode
;
...
...
vcl/inc/svids.hrc
Dosyayı görüntüle @
a98c28cc
...
...
@@ -187,8 +187,8 @@
#define SV_PRINT_TOFILE_TXT 10610
#define SV_PRINT_DEFPRT_TXT 10611
#define SV_PRINT_PRINTPREVIEW_TXT 10612
#define SV_PRINT_COLLATE_
IMG
10613
#define SV_PRINT_NOCOLLATE_
IMG
10614
#define SV_PRINT_COLLATE_
BMP
10613
#define SV_PRINT_NOCOLLATE_
BMP
10614
#define SV_PRINT_QUERYFAXNUMBER_TXT 10615
#define SV_PRINT_INVALID_TXT 10616
#define SV_PRINT_CUSTOM_TXT 10617
...
...
vcl/source/src/print.src
Dosyayı görüntüle @
a98c28cc
...
...
@@ -95,14 +95,14 @@ String SV_PRINT_PRINTPREVIEW_TXT
Text [en-US] = "Print preview";
};
Image SV_PRINT_COLLATE_IMG
Bitmap SV_PRINT_COLLATE_BMP
{
ImageBitmap = Bitmap { File = "collate.png" ; }
;
File = "collate.png"
;
};
Image SV_PRINT_NOCOLLATE_IMG
Bitmap SV_PRINT_NOCOLLATE_BMP
{
ImageBitmap = Bitmap { File = "ncollate.png" ; }
;
File = "ncollate.png"
;
};
String SV_PRINT_QUERYFAXNUMBER_TXT
...
...
vcl/source/window/printdlg.cxx
Dosyayı görüntüle @
a98c28cc
...
...
@@ -475,9 +475,9 @@ void PrintDialog::NUpTabPage::initFromMultiPageSetup( const vcl::PrinterControll
}
PrintDialog
::
JobTabPage
::
JobTabPage
(
VclBuilder
*
pUIBuilder
)
:
maCollate
Img
(
VclResId
(
SV_PRINT_COLLATE_IMG
)
)
,
maNoCollate
Img
(
VclResId
(
SV_PRINT_NOCOLLATE_IMG
)
)
,
mnCollateUIMode
(
0
)
:
maCollate
Bmp
(
VclResId
(
SV_PRINT_COLLATE_BMP
)
)
,
maNoCollate
Bmp
(
VclResId
(
SV_PRINT_NOCOLLATE_BMP
)
)
,
mnCollateUIMode
(
0
)
{
pUIBuilder
->
get
(
mpPrinters
,
"printers"
);
pUIBuilder
->
get
(
mpStatusTxt
,
"status"
);
...
...
@@ -1210,7 +1210,7 @@ void PrintDialog::checkControlDependencies()
else
maJobPage
.
mpCollateBox
->
Enable
(
false
);
Image
aImg
(
maJobPage
.
mpCollateBox
->
IsChecked
()
?
maJobPage
.
maCollateImg
:
maJobPage
.
maNoCollateImg
);
Image
aImg
(
maJobPage
.
mpCollateBox
->
IsChecked
()
?
maJobPage
.
maCollateBmp
:
maJobPage
.
maNoCollateBmp
);
Size
aImgSize
(
aImg
.
GetSizePixel
()
);
...
...
xmlsecurity/source/dialogs/certificateviewer.cxx
Dosyayı görüntüle @
a98c28cc
...
...
@@ -113,8 +113,7 @@ CertificateViewerGeneralTP::CertificateViewerGeneralTP( vcl::Window* _pParent, C
if
(
!
bCertValid
)
{
m_pCertImg
->
SetImage
(
Image
(
XMLSEC_RES
(
IMG_STATE_NOT_VALIDATED
)
)
);
m_pCertImg
->
SetImage
(
Image
(
BitmapEx
(
XMLSEC_RES
(
BMP_STATE_NOT_VALIDATED
))));
m_pHintNotTrustedFI
->
SetText
(
XMLSEC_RES
(
STR_CERTIFICATE_NOT_VALIDATED
)
);
}
...
...
xmlsecurity/source/dialogs/certificateviewer.src
Dosyayı görüntüle @
a98c28cc
...
...
@@ -24,9 +24,9 @@ String STR_CERTIFICATE_NOT_VALIDATED
Text [ en-US ] = "The certificate could not be validated.";
};
Image IMG
_STATE_NOT_VALIDATED
Bitmap BMP
_STATE_NOT_VALIDATED
{
ImageBitmap = Bitmap { File = "notcertificate_40x56.png"; }
;
File = "notcertificate_40x56.png"
;
};
String STR_HEADERBAR
...
...
xmlsecurity/source/dialogs/dialogs.hrc
Dosyayı görüntüle @
a98c28cc
...
...
@@ -50,7 +50,7 @@
// --------- tab page Certificate viewer - General ---------
#define STR_CERTIFICATE_NOT_VALIDATED 269
#define
IMG
_STATE_NOT_VALIDATED 270
#define
BMP
_STATE_NOT_VALIDATED 270
// --------- tab page Certificate viewer - Certification Path ---------
...
...
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