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
54d801cd
Kaydet (Commit)
54d801cd
authored
Kas 11, 2002
tarafından
Sascha Ballach
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#90626#; add XNamed
üst
08cddab6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
xmlexp.cxx
xmloff/source/core/xmlexp.cxx
+20
-2
No files found.
xmloff/source/core/xmlexp.cxx
Dosyayı görüntüle @
54d801cd
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexp.cxx,v $
*
* $Revision: 1.9
7
$
* $Revision: 1.9
8
$
*
* last change: $Author: sab $ $Date: 2002-
07-01 14:17:28
$
* last change: $Author: sab $ $Date: 2002-
11-11 14:32:05
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -693,6 +693,11 @@ sal_Bool SAL_CALL SvXMLExport::filter( const uno::Sequence< beans::PropertyValue
if
(
!
(
rValue
>>=
sOrigFileName
)
)
return
sal_False
;
}
else
if
(
rPropName
.
equalsAsciiL
(
RTL_CONSTASCII_STRINGPARAM
(
"FilterName"
)
)
)
{
if
(
!
(
rValue
>>=
sFilterName
)
)
return
sal_False
;
}
}
#ifdef TIMELOG
...
...
@@ -730,6 +735,19 @@ void SAL_CALL SvXMLExport::cancel() throw(uno::RuntimeException)
SetError
(
XMLERROR_CANCEL
|
XMLERROR_FLAG_SEVERE
,
aEmptySeq
);
}
::
rtl
::
OUString
SAL_CALL
SvXMLExport
::
getName
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
sFilterName
;
}
void
SAL_CALL
SvXMLExport
::
setName
(
const
::
rtl
::
OUString
&
aName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
// do nothing, because it is not possible to set the FilterName
}
// XServiceInfo
OUString
SAL_CALL
SvXMLExport
::
getImplementationName
(
)
throw
(
uno
::
RuntimeException
)
{
...
...
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