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
98ae11bc
Kaydet (Commit)
98ae11bc
authored
Eyl 13, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pointless foo
üst
33aa3232
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
xmlexp.hxx
xmloff/inc/xmloff/xmlexp.hxx
+0
-8
xmlexp.cxx
xmloff/source/core/xmlexp.cxx
+0
-2
No files found.
xmloff/inc/xmloff/xmlexp.hxx
Dosyayı görüntüle @
98ae11bc
...
@@ -133,10 +133,8 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
...
@@ -133,10 +133,8 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
mxAttrList
;
// and an interface of it
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
mxAttrList
;
// and an interface of it
::
rtl
::
OUString
msOrigFileName
;
// the original URL
::
rtl
::
OUString
msOrigFileName
;
// the original URL
::
rtl
::
OUString
msPicturesPath
;
::
rtl
::
OUString
msGraphicObjectProtocol
;
::
rtl
::
OUString
msGraphicObjectProtocol
;
::
rtl
::
OUString
msEmbeddedObjectProtocol
;
::
rtl
::
OUString
msEmbeddedObjectProtocol
;
::
rtl
::
OUString
msObjectsPath
;
::
rtl
::
OUString
msFilterName
;
::
rtl
::
OUString
msFilterName
;
SvXMLNamespaceMap
*
mpNamespaceMap
;
// the namepspace map
SvXMLNamespaceMap
*
mpNamespaceMap
;
// the namepspace map
SvXMLUnitConverter
*
mpUnitConv
;
// the unit converter
SvXMLUnitConverter
*
mpUnitConv
;
// the unit converter
...
@@ -417,12 +415,6 @@ public:
...
@@ -417,12 +415,6 @@ public:
// Get original ::com::sun::star::util::URL.
// Get original ::com::sun::star::util::URL.
const
::
rtl
::
OUString
&
GetOrigFileName
()
const
{
return
msOrigFileName
;
}
const
::
rtl
::
OUString
&
GetOrigFileName
()
const
{
return
msOrigFileName
;
}
// Get the relative path for embedded pictures
const
::
rtl
::
OUString
&
GetPicturesPath
()
const
{
return
msPicturesPath
;
}
// Get the relative path for embedded objects
const
::
rtl
::
OUString
&
GetObjectsPath
()
const
{
return
msObjectsPath
;
}
// Get (const) namespace map.
// Get (const) namespace map.
const
SvXMLNamespaceMap
&
GetNamespaceMap
()
const
{
return
*
mpNamespaceMap
;
}
const
SvXMLNamespaceMap
&
GetNamespaceMap
()
const
{
return
*
mpNamespaceMap
;
}
...
...
xmloff/source/core/xmlexp.cxx
Dosyayı görüntüle @
98ae11bc
...
@@ -422,8 +422,6 @@ void SvXMLExport::_InitCtor()
...
@@ -422,8 +422,6 @@ void SvXMLExport::_InitCtor()
mxAttrList
=
(
xml
::
sax
::
XAttributeList
*
)
mpAttrList
;
mxAttrList
=
(
xml
::
sax
::
XAttributeList
*
)
mpAttrList
;
msPicturesPath
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"#Pictures/"
)
);
msObjectsPath
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"#./"
)
);
msGraphicObjectProtocol
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"vnd.sun.star.GraphicObject:"
)
);
msGraphicObjectProtocol
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"vnd.sun.star.GraphicObject:"
)
);
msEmbeddedObjectProtocol
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"vnd.sun.star.EmbeddedObject:"
)
);
msEmbeddedObjectProtocol
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"vnd.sun.star.EmbeddedObject:"
)
);
...
...
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