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
aac43335
Kaydet (Commit)
aac43335
authored
Ock 13, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xmlsecurity: import OOXML <Signature>
Change-Id: I5925440347c04b2fff243261ba677c718d8fc312
üst
829e236d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
ooxmlsecparser.cxx
xmlsecurity/source/helper/ooxmlsecparser.cxx
+11
-1
xsecctl.hxx
xmlsecurity/source/helper/xsecctl.hxx
+1
-0
No files found.
xmlsecurity/source/helper/ooxmlsecparser.cxx
Dosyayı görüntüle @
aac43335
...
...
@@ -29,9 +29,19 @@ void SAL_CALL OOXMLSecParser::endDocument() throw (xml::sax::SAXException, uno::
{
}
void
SAL_CALL
OOXMLSecParser
::
startElement
(
const
OUString
&
/*rName*/
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
/*xAttribs*/
)
void
SAL_CALL
OOXMLSecParser
::
startElement
(
const
OUString
&
rName
,
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>&
xAttribs
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
{
OUString
aId
=
xAttribs
->
getValueByName
(
"Id"
);
if
(
!
aId
.
isEmpty
())
m_pXSecController
->
collectToVerify
(
aId
);
if
(
rName
==
"Signature"
)
{
//m_pXSecController->addSignature();
if
(
!
aId
.
isEmpty
())
m_pXSecController
->
setId
(
aId
);
}
}
void
SAL_CALL
OOXMLSecParser
::
endElement
(
const
OUString
&
/*rName*/
)
throw
(
xml
::
sax
::
SAXException
,
uno
::
RuntimeException
,
std
::
exception
)
...
...
xmlsecurity/source/helper/xsecctl.hxx
Dosyayı görüntüle @
aac43335
...
...
@@ -166,6 +166,7 @@ class XSecController : public cppu::WeakImplHelper
******************************************************************************/
{
friend
class
XSecParser
;
friend
class
OOXMLSecParser
;
private
:
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>
mxCtx
;
...
...
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