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
6932b40a
Kaydet (Commit)
6932b40a
authored
May 26, 2011
tarafından
Luke Petrolekas
Kaydeden (comit)
Noel Power
May 27, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Delete commented out code.
üst
58120f8e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
21 deletions
+0
-21
buffernode.cxx
xmlsecurity/source/framework/buffernode.cxx
+0
-6
elementcollector.cxx
xmlsecurity/source/framework/elementcollector.cxx
+0
-7
elementcollector.hxx
xmlsecurity/source/framework/elementcollector.hxx
+0
-1
securityengine.hxx
xmlsecurity/source/framework/securityengine.hxx
+0
-1
xmlencryptiontemplateimpl.cxx
xmlsecurity/source/framework/xmlencryptiontemplateimpl.cxx
+0
-3
xmlsignaturetemplateimpl.cxx
xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx
+0
-3
No files found.
xmlsecurity/source/framework/buffernode.cxx
Dosyayı görüntüle @
6932b40a
...
@@ -286,12 +286,6 @@ rtl::OUString BufferNode::printChildren() const
...
@@ -286,12 +286,6 @@ rtl::OUString BufferNode::printChildren() const
}
}
rc
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"("
));
rc
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"("
));
/*
if (((ElementCollector*)(*ii))->isInternalNotificationSuppressed())
{
rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "*IN-Suppressed* " ));
}
*/
rc
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"SecID="
));
rc
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"SecID="
));
rc
+=
rtl
::
OUString
::
valueOf
(((
ElementCollector
*
)(
*
ii
))
->
getSecurityId
());
rc
+=
rtl
::
OUString
::
valueOf
(((
ElementCollector
*
)(
*
ii
))
->
getSecurityId
());
rc
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
")"
));
rc
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
")"
));
...
...
xmlsecurity/source/framework/elementcollector.cxx
Dosyayı görüntüle @
6932b40a
...
@@ -91,13 +91,6 @@ ElementCollector::ElementCollector(
...
@@ -91,13 +91,6 @@ ElementCollector::ElementCollector(
m_type
=
cssxc
::
sax
::
ElementMarkType_ELEMENTCOLLECTOR
;
m_type
=
cssxc
::
sax
::
ElementMarkType_ELEMENTCOLLECTOR
;
}
}
/*
bool ElementCollector::isInternalNotificationSuppressed() const
{
return m_bInternalNotificationSuppressed;
}
*/
cssxc
::
sax
::
ElementMarkPriority
ElementCollector
::
getPriority
()
const
cssxc
::
sax
::
ElementMarkPriority
ElementCollector
::
getPriority
()
const
{
{
return
m_nPriority
;
return
m_nPriority
;
...
...
xmlsecurity/source/framework/elementcollector.hxx
Dosyayı görüntüle @
6932b40a
...
@@ -86,7 +86,6 @@ public:
...
@@ -86,7 +86,6 @@ public:
xReferenceResolvedListener
);
xReferenceResolvedListener
);
virtual
~
ElementCollector
()
{};
virtual
~
ElementCollector
()
{};
//bool isInternalNotificationSuppressed() const;
com
::
sun
::
star
::
xml
::
crypto
::
sax
::
ElementMarkPriority
getPriority
()
const
;
com
::
sun
::
star
::
xml
::
crypto
::
sax
::
ElementMarkPriority
getPriority
()
const
;
bool
getModify
()
const
;
bool
getModify
()
const
;
void
notifyListener
();
void
notifyListener
();
...
...
xmlsecurity/source/framework/securityengine.hxx
Dosyayı görüntüle @
6932b40a
...
@@ -105,7 +105,6 @@ protected:
...
@@ -105,7 +105,6 @@ protected:
/*
/*
* the status of the operation
* the status of the operation
*/
*/
//bool m_bOperationSucceed;
com
::
sun
::
star
::
xml
::
crypto
::
SecurityOperationStatus
m_nStatus
;
com
::
sun
::
star
::
xml
::
crypto
::
SecurityOperationStatus
m_nStatus
;
/*
/*
...
...
xmlsecurity/source/framework/xmlencryptiontemplateimpl.cxx
Dosyayı görüntüle @
6932b40a
...
@@ -135,9 +135,6 @@ Reference< XInterface > SAL_CALL XMLEncryptionTemplateImpl :: impl_createInstanc
...
@@ -135,9 +135,6 @@ Reference< XInterface > SAL_CALL XMLEncryptionTemplateImpl :: impl_createInstanc
}
}
Reference
<
XSingleServiceFactory
>
XMLEncryptionTemplateImpl
::
impl_createFactory
(
const
Reference
<
XMultiServiceFactory
>&
aServiceManager
)
{
Reference
<
XSingleServiceFactory
>
XMLEncryptionTemplateImpl
::
impl_createFactory
(
const
Reference
<
XMultiServiceFactory
>&
aServiceManager
)
{
//Reference< XSingleServiceFactory > xFactory ;
//xFactory = ::cppu::createSingleFactory( aServiceManager , impl_getImplementationName , impl_createInstance , impl_getSupportedServiceNames ) ;
//return xFactory ;
return
::
cppu
::
createSingleFactory
(
aServiceManager
,
impl_getImplementationName
()
,
impl_createInstance
,
impl_getSupportedServiceNames
()
)
;
return
::
cppu
::
createSingleFactory
(
aServiceManager
,
impl_getImplementationName
()
,
impl_createInstance
,
impl_getSupportedServiceNames
()
)
;
}
}
...
...
xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx
Dosyayı görüntüle @
6932b40a
...
@@ -160,9 +160,6 @@ Reference< XInterface > SAL_CALL XMLSignatureTemplateImpl :: impl_createInstance
...
@@ -160,9 +160,6 @@ Reference< XInterface > SAL_CALL XMLSignatureTemplateImpl :: impl_createInstance
}
}
Reference
<
XSingleServiceFactory
>
XMLSignatureTemplateImpl
::
impl_createFactory
(
const
Reference
<
XMultiServiceFactory
>&
aServiceManager
)
{
Reference
<
XSingleServiceFactory
>
XMLSignatureTemplateImpl
::
impl_createFactory
(
const
Reference
<
XMultiServiceFactory
>&
aServiceManager
)
{
//Reference< XSingleServiceFactory > xFactory ;
//xFactory = ::cppu::createSingleFactory( aServiceManager , impl_getImplementationName , impl_createInstance , impl_getSupportedServiceNames ) ;
//return xFactory ;
return
::
cppu
::
createSingleFactory
(
aServiceManager
,
impl_getImplementationName
()
,
impl_createInstance
,
impl_getSupportedServiceNames
()
)
;
return
::
cppu
::
createSingleFactory
(
aServiceManager
,
impl_getImplementationName
()
,
impl_createInstance
,
impl_getSupportedServiceNames
()
)
;
}
}
...
...
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