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
6640bfc6
Kaydet (Commit)
6640bfc6
authored
Ock 12, 2016
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xmloff: SvXMLExport::mbExtended is dead now
Change-Id: Ie679259deccce87949d7bf8767af707827b4134c
üst
d277ac87
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
xmlexp.hxx
include/xmloff/xmlexp.hxx
+0
-4
xmlexp.cxx
sw/source/filter/xml/xmlexp.cxx
+0
-4
xmlexp.cxx
xmloff/source/core/xmlexp.cxx
+0
-3
No files found.
include/xmloff/xmlexp.hxx
Dosyayı görüntüle @
6640bfc6
...
@@ -154,8 +154,6 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
...
@@ -154,8 +154,6 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
XMLImageMapExport
*
mpImageMapExport
;
XMLImageMapExport
*
mpImageMapExport
;
XMLErrors
*
mpXMLErrors
;
XMLErrors
*
mpXMLErrors
;
bool
mbExtended
;
// Does document contain extens.
const
enum
::
xmloff
::
token
::
XMLTokenEnum
meClass
;
const
enum
::
xmloff
::
token
::
XMLTokenEnum
meClass
;
SAL_DLLPRIVATE
void
_InitCtor
();
SAL_DLLPRIVATE
void
_InitCtor
();
...
@@ -222,8 +220,6 @@ protected:
...
@@ -222,8 +220,6 @@ protected:
OUString
GetSourceShellID
()
const
;
OUString
GetSourceShellID
()
const
;
OUString
GetDestinationShellID
()
const
;
OUString
GetDestinationShellID
()
const
;
void
SetExtended
(
bool
bSet
=
true
)
{
mbExtended
=
bSet
;
}
// save linked sections? (may be false in global documents)
// save linked sections? (may be false in global documents)
bool
mbSaveLinkedSections
;
bool
mbSaveLinkedSections
;
...
...
sw/source/filter/xml/xmlexp.cxx
Dosyayı görüntüle @
6640bfc6
...
@@ -131,7 +131,6 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass )
...
@@ -131,7 +131,6 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass )
SwDoc
*
pDoc
=
getDoc
();
SwDoc
*
pDoc
=
getDoc
();
bool
bExtended
=
false
;
if
(
getExportFlags
()
&
(
SvXMLExportFlags
::
FONTDECLS
|
SvXMLExportFlags
::
STYLES
|
if
(
getExportFlags
()
&
(
SvXMLExportFlags
::
FONTDECLS
|
SvXMLExportFlags
::
STYLES
|
SvXMLExportFlags
::
MASTERSTYLES
|
SvXMLExportFlags
::
CONTENT
))
SvXMLExportFlags
::
MASTERSTYLES
|
SvXMLExportFlags
::
CONTENT
))
{
{
...
@@ -174,7 +173,6 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass )
...
@@ -174,7 +173,6 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass )
pUnknown
->
GetNamespace
(
nIdx
)
);
pUnknown
->
GetNamespace
(
nIdx
)
);
nIdx
=
pUnknown
->
GetNextNamespaceIndex
(
nIdx
);
nIdx
=
pUnknown
->
GetNextNamespaceIndex
(
nIdx
);
}
}
bExtended
=
true
;
}
}
}
}
}
}
...
@@ -189,8 +187,6 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass )
...
@@ -189,8 +187,6 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass )
pTwipUnitConv
->
SetXMLMeasureUnit
(
eUnit
);
pTwipUnitConv
->
SetXMLMeasureUnit
(
eUnit
);
}
}
SetExtended
(
bExtended
);
if
(
getExportFlags
()
&
SvXMLExportFlags
::
META
)
if
(
getExportFlags
()
&
SvXMLExportFlags
::
META
)
{
{
// Update doc stat, so that correct values are exported and
// Update doc stat, so that correct values are exported and
...
...
xmloff/source/core/xmlexp.cxx
Dosyayı görüntüle @
6640bfc6
...
@@ -450,7 +450,6 @@ SvXMLExport::SvXMLExport(
...
@@ -450,7 +450,6 @@ SvXMLExport::SvXMLExport(
mpEventExport
(
nullptr
),
mpEventExport
(
nullptr
),
mpImageMapExport
(
nullptr
),
mpImageMapExport
(
nullptr
),
mpXMLErrors
(
nullptr
),
mpXMLErrors
(
nullptr
),
mbExtended
(
false
),
meClass
(
eClass
),
meClass
(
eClass
),
mnExportFlags
(
nExportFlags
),
mnExportFlags
(
nExportFlags
),
mnErrorFlags
(
SvXMLErrorFlags
::
NO
),
mnErrorFlags
(
SvXMLErrorFlags
::
NO
),
...
@@ -481,7 +480,6 @@ SvXMLExport::SvXMLExport(
...
@@ -481,7 +480,6 @@ SvXMLExport::SvXMLExport(
mpEventExport
(
nullptr
),
mpEventExport
(
nullptr
),
mpImageMapExport
(
nullptr
),
mpImageMapExport
(
nullptr
),
mpXMLErrors
(
nullptr
),
mpXMLErrors
(
nullptr
),
mbExtended
(
false
),
meClass
(
XML_TOKEN_INVALID
),
meClass
(
XML_TOKEN_INVALID
),
mnExportFlags
(
SvXMLExportFlags
::
NONE
),
mnExportFlags
(
SvXMLExportFlags
::
NONE
),
mnErrorFlags
(
SvXMLErrorFlags
::
NO
),
mnErrorFlags
(
SvXMLErrorFlags
::
NO
),
...
@@ -520,7 +518,6 @@ SvXMLExport::SvXMLExport(
...
@@ -520,7 +518,6 @@ SvXMLExport::SvXMLExport(
mpEventExport
(
nullptr
),
mpEventExport
(
nullptr
),
mpImageMapExport
(
nullptr
),
mpImageMapExport
(
nullptr
),
mpXMLErrors
(
nullptr
),
mpXMLErrors
(
nullptr
),
mbExtended
(
false
),
meClass
(
XML_TOKEN_INVALID
),
meClass
(
XML_TOKEN_INVALID
),
mnExportFlags
(
SvXMLExportFlags
::
NONE
),
mnExportFlags
(
SvXMLExportFlags
::
NONE
),
mnErrorFlags
(
SvXMLErrorFlags
::
NO
),
mnErrorFlags
(
SvXMLErrorFlags
::
NO
),
...
...
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