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
7ee7a126
Kaydet (Commit)
7ee7a126
authored
Agu 24, 2013
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
and also add SAL_CALL to AgileTokenHandler
Change-Id: I9b88fe7c932ba2d1b94eeeff7d35b1d011117316
üst
70a05c8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
DocumentDecryption.cxx
oox/source/crypto/DocumentDecryption.cxx
+7
-7
No files found.
oox/source/crypto/DocumentDecryption.cxx
Dosyayı görüntüle @
7ee7a126
...
@@ -84,11 +84,11 @@ public:
...
@@ -84,11 +84,11 @@ public:
void
SAL_CALL
setDocumentLocator
(
const
Reference
<
XLocator
>&
/*xLocator*/
)
void
SAL_CALL
setDocumentLocator
(
const
Reference
<
XLocator
>&
/*xLocator*/
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{}
{}
void
startFastElement
(
sal_Int32
/*Element*/
,
const
Reference
<
XFastAttributeList
>&
/*Attribs*/
)
void
SAL_CALL
startFastElement
(
sal_Int32
/*Element*/
,
const
Reference
<
XFastAttributeList
>&
/*Attribs*/
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{}
{}
void
startUnknownElement
(
const
OUString
&
/*aNamespace*/
,
const
OUString
&
aName
,
const
Reference
<
XFastAttributeList
>&
aAttributeList
)
void
SAL_CALL
startUnknownElement
(
const
OUString
&
/*aNamespace*/
,
const
OUString
&
aName
,
const
Reference
<
XFastAttributeList
>&
aAttributeList
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{
{
if
(
aName
==
"keyData"
)
if
(
aName
==
"keyData"
)
...
@@ -170,26 +170,26 @@ public:
...
@@ -170,26 +170,26 @@ public:
}
}
}
}
void
endFastElement
(
sal_Int32
/*aElement*/
)
void
SAL_CALL
endFastElement
(
sal_Int32
/*aElement*/
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{}
{}
void
endUnknownElement
(
const
OUString
&
/*aNamespace*/
,
const
OUString
&
/*aName*/
)
void
SAL_CALL
endUnknownElement
(
const
OUString
&
/*aNamespace*/
,
const
OUString
&
/*aName*/
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{}
{}
Reference
<
XFastContextHandler
>
createFastChildContext
(
sal_Int32
/*aElement*/
,
const
Reference
<
XFastAttributeList
>&
/*aAttribs*/
)
Reference
<
XFastContextHandler
>
SAL_CALL
createFastChildContext
(
sal_Int32
/*aElement*/
,
const
Reference
<
XFastAttributeList
>&
/*aAttribs*/
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{
{
return
NULL
;
return
NULL
;
}
}
Reference
<
XFastContextHandler
>
createUnknownChildContext
(
const
OUString
&
/*aNamespace*/
,
const
OUString
&
/*aName*/
,
const
Reference
<
XFastAttributeList
>&
/*aAttribs*/
)
Reference
<
XFastContextHandler
>
SAL_CALL
createUnknownChildContext
(
const
OUString
&
/*aNamespace*/
,
const
OUString
&
/*aName*/
,
const
Reference
<
XFastAttributeList
>&
/*aAttribs*/
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{
{
return
this
;
return
this
;
}
}
void
characters
(
const
OUString
&
/*aChars*/
)
void
SAL_CALL
characters
(
const
OUString
&
/*aChars*/
)
throw
(
RuntimeException
,
SAXException
)
throw
(
RuntimeException
,
SAXException
)
{}
{}
};
};
...
...
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