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
af5059d1
Kaydet (Commit)
af5059d1
authored
Eyl 04, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some clean up of previous commit
Change-Id: I0ea6d6439f97fcf74162c19671483aaa17b5a6cb
üst
197a79e5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
8 deletions
+6
-8
impdialog.cxx
filter/source/pdf/impdialog.cxx
+1
-1
UnoApi_offapi.mk
offapi/UnoApi_offapi.mk
+1
-3
objserv.cxx
sfx2/source/doc/objserv.cxx
+1
-1
objstor.cxx
sfx2/source/doc/objstor.cxx
+1
-1
signaturetest.cxx
xmlsecurity/workben/signaturetest.cxx
+2
-2
No files found.
filter/source/pdf/impdialog.cxx
Dosyayı görüntüle @
af5059d1
...
@@ -1711,7 +1711,7 @@ IMPL_LINK_NOARG( ImpPDFTabSigningPage, ClickmaPbSignCertSelect )
...
@@ -1711,7 +1711,7 @@ IMPL_LINK_NOARG( ImpPDFTabSigningPage, ClickmaPbSignCertSelect )
Reference
<
security
::
XDocumentDigitalSignatures
>
xSigner
(
Reference
<
security
::
XDocumentDigitalSignatures
>
xSigner
(
security
::
DocumentDigitalSignatures
::
createWithVersion
(
security
::
DocumentDigitalSignatures
::
createWithVersion
(
comphelper
::
getProcessComponentContext
(),
rtl
::
OUString
(
"1.2"
)
)
);
comphelper
::
getProcessComponentContext
(),
"1.2"
)
);
maSignCertificate
=
xSigner
->
chooseCertificate
();
maSignCertificate
=
xSigner
->
chooseCertificate
();
...
...
offapi/UnoApi_offapi.mk
Dosyayı görüntüle @
af5059d1
...
@@ -214,9 +214,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/resource,\
...
@@ -214,9 +214,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/resource,\
StringResourceWithLocation \
StringResourceWithLocation \
StringResourceWithStorage \
StringResourceWithStorage \
))
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/security,\
DocumentDigitalSignatures \
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/scanner,\
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/scanner,\
ScannerManager \
ScannerManager \
))
))
...
@@ -244,6 +241,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdbc,\
...
@@ -244,6 +241,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdbc,\
))
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/security,\
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/security,\
CertificateContainer \
CertificateContainer \
DocumentDigitalSignatures \
SerialNumberAdapter \
SerialNumberAdapter \
))
))
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sheet,\
$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sheet,\
...
...
sfx2/source/doc/objserv.cxx
Dosyayı görüntüle @
af5059d1
...
@@ -1261,7 +1261,7 @@ uno::Sequence< security::DocumentSignatureInformation > SfxObjectShell::ImplAnal
...
@@ -1261,7 +1261,7 @@ uno::Sequence< security::DocumentSignatureInformation > SfxObjectShell::ImplAnal
{
{
if
(
!
xLocSigner
.
is
()
)
if
(
!
xLocSigner
.
is
()
)
{
{
::
rtl
::
OUString
aVersion
;
OUString
aVersion
;
try
try
{
{
uno
::
Reference
<
beans
::
XPropertySet
>
xPropSet
(
GetStorage
(),
uno
::
UNO_QUERY_THROW
);
uno
::
Reference
<
beans
::
XPropertySet
>
xPropSet
(
GetStorage
(),
uno
::
UNO_QUERY_THROW
);
...
...
sfx2/source/doc/objstor.cxx
Dosyayı görüntüle @
af5059d1
...
@@ -1538,7 +1538,7 @@ sal_Bool SfxObjectShell::SaveTo_Impl
...
@@ -1538,7 +1538,7 @@ sal_Bool SfxObjectShell::SaveTo_Impl
try
try
{
{
// get the ODF version of the new medium
// get the ODF version of the new medium
::
rtl
::
OUString
aVersion
;
OUString
aVersion
;
try
try
{
{
uno
::
Reference
<
beans
::
XPropertySet
>
xPropSet
(
rMedium
.
GetStorage
(),
uno
::
UNO_QUERY_THROW
);
uno
::
Reference
<
beans
::
XPropertySet
>
xPropSet
(
rMedium
.
GetStorage
(),
uno
::
UNO_QUERY_THROW
);
...
...
xmlsecurity/workben/signaturetest.cxx
Dosyayı görüntüle @
af5059d1
...
@@ -304,7 +304,7 @@ IMPL_LINK_NOARG(MyWin, DigitalSignaturesWithServiceHdl)
...
@@ -304,7 +304,7 @@ IMPL_LINK_NOARG(MyWin, DigitalSignaturesWithServiceHdl)
aDocFileName
,
embed
::
ElementModes
::
READWRITE
,
comphelper
::
getProcessServiceFactory
()
);
aDocFileName
,
embed
::
ElementModes
::
READWRITE
,
comphelper
::
getProcessServiceFactory
()
);
uno
::
Reference
<
security
::
XDocumentDigitalSignatures
>
xD
(
uno
::
Reference
<
security
::
XDocumentDigitalSignatures
>
xD
(
security
::
DocumentDigitalSignatures
::
create
(
comphelper
::
getProcessComponentContext
()
);
security
::
DocumentDigitalSignatures
::
create
Default
(
comphelper
::
getProcessComponentContext
()
);
xD
->
signDocumentContent
(
xStore
,
NULL
);
xD
->
signDocumentContent
(
xStore
,
NULL
);
...
@@ -318,7 +318,7 @@ IMPL_LINK_NOARG(MyWin, VerifyDigitalSignaturesHdl)
...
@@ -318,7 +318,7 @@ IMPL_LINK_NOARG(MyWin, VerifyDigitalSignaturesHdl)
aDocFileName
,
embed
::
ElementModes
::
READWRITE
,
comphelper
::
getProcessServiceFactory
()
);
aDocFileName
,
embed
::
ElementModes
::
READWRITE
,
comphelper
::
getProcessServiceFactory
()
);
uno
::
Reference
<
security
::
XDocumentDigitalSignatures
>
xD
(
uno
::
Reference
<
security
::
XDocumentDigitalSignatures
>
xD
(
security
::
DocumentDigitalSignatures
::
create
(
comphelper
::
getProcessComponentContext
())
);
security
::
DocumentDigitalSignatures
::
create
Default
(
comphelper
::
getProcessComponentContext
())
);
uno
::
Sequence
<
security
::
DocumentSignatureInformation
>
aInfos
=
xD
->
verifyDocumentContentSignatures
(
xStore
,
NULL
);
uno
::
Sequence
<
security
::
DocumentSignatureInformation
>
aInfos
=
xD
->
verifyDocumentContentSignatures
(
xStore
,
NULL
);
int
nInfos
=
aInfos
.
getLength
();
int
nInfos
=
aInfos
.
getLength
();
for
(
int
n
=
0
;
n
<
nInfos
;
n
++
)
for
(
int
n
=
0
;
n
<
nInfos
;
n
++
)
...
...
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