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
db877a15
Kaydet (Commit)
db877a15
authored
Kas 09, 2016
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These functions don't even need to be XMLSECURITY_DLLPUBLIC
Change-Id: I8f2963c9b6b1c8717ea4d19453815fffa6e68484
üst
bf64b4f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
documentsignaturehelper.hxx
xmlsecurity/inc/documentsignaturehelper.hxx
+11
-11
No files found.
xmlsecurity/inc/documentsignaturehelper.hxx
Dosyayı görüntüle @
db877a15
...
...
@@ -65,33 +65,33 @@ struct SignatureStreamHelper
namespace
DocumentSignatureHelper
{
SignatureStreamHelper
XMLSECURITY_DLLPUBLIC
OpenSignatureStream
(
SignatureStreamHelper
OpenSignatureStream
(
const
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>&
rxStore
,
sal_Int32
nOpenMode
,
DocumentSignatureMode
eDocSigMode
);
std
::
vector
<
OUString
>
XMLSECURITY_DLLPUBLIC
CreateElementList
(
std
::
vector
<
OUString
>
CreateElementList
(
const
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>&
rxStore
,
DocumentSignatureMode
eMode
,
const
DocumentSignatureAlgorithm
mode
);
bool
XMLSECURITY_DLLPUBLIC
isODFPre_1_2
(
const
OUString
&
sODFVersion
);
bool
XMLSECURITY_DLLPUBLIC
isOOo3_2_Signature
(
const
SignatureInformation
&
sigInfo
);
bool
isODFPre_1_2
(
const
OUString
&
sODFVersion
);
bool
isOOo3_2_Signature
(
const
SignatureInformation
&
sigInfo
);
DocumentSignatureAlgorithm
XMLSECURITY_DLLPUBLIC
getDocumentAlgorithm
(
DocumentSignatureAlgorithm
getDocumentAlgorithm
(
const
OUString
&
sODFVersion
,
const
SignatureInformation
&
sigInfo
);
bool
XMLSECURITY_DLLPUBLIC
checkIfAllFilesAreSigned
(
const
::
std
::
vector
<
OUString
>
&
sElementList
,
bool
checkIfAllFilesAreSigned
(
const
::
std
::
vector
<
OUString
>
&
sElementList
,
const
SignatureInformation
&
sigInfo
,
const
DocumentSignatureAlgorithm
alg
);
bool
XMLSECURITY_DLLPUBLIC
equalsReferenceUriManifestPath
(
bool
equalsReferenceUriManifestPath
(
const
OUString
&
rUri
,
const
OUString
&
rPath
);
OUString
XMLSECURITY_DLLPUBLIC
GetDocumentContentSignatureDefaultStreamName
();
OUString
XMLSECURITY_DLLPUBLIC
GetScriptingContentSignatureDefaultStreamName
();
OUString
XMLSECURITY_DLLPUBLIC
GetPackageSignatureDefaultStreamName
();
OUString
GetDocumentContentSignatureDefaultStreamName
();
OUString
GetScriptingContentSignatureDefaultStreamName
();
OUString
GetPackageSignatureDefaultStreamName
();
/// In case the storage is OOXML, prepend a leading '/' and append content type to the element URIs.
void
XMLSECURITY_DLLPUBLIC
AppendContentTypes
(
const
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>&
xStorage
,
std
::
vector
<
OUString
>&
rElements
);
void
AppendContentTypes
(
const
css
::
uno
::
Reference
<
css
::
embed
::
XStorage
>&
xStorage
,
std
::
vector
<
OUString
>&
rElements
);
};
#endif // INCLUDED_XMLSECURITY_INC_DOCUMENTSIGNATUREHELPER_HXX
...
...
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