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
3c8330ce
Kaydet (Commit)
3c8330ce
authored
Kas 06, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: clean up namespace prefixes in SwXMLBlockImport.cxx
Change-Id: I64716c9d087d1e9d3e76d14d555768af486e8982
üst
c4df4d7c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
21 deletions
+13
-21
SwXMLBlockImport.cxx
sw/source/core/swg/SwXMLBlockImport.cxx
+13
-21
No files found.
sw/source/core/swg/SwXMLBlockImport.cxx
Dosyayı görüntüle @
3c8330ce
...
...
@@ -25,7 +25,6 @@
#include <unotools/charclass.hxx>
#include <swtypes.hxx>
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
xmloff
::
token
;
...
...
@@ -42,13 +41,11 @@ public:
SwXMLBlockListContext
(
SwXMLBlockListImport
&
rImport
,
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
virtual
~
SwXMLBlockListContext
(
void
);
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
};
...
...
@@ -58,8 +55,7 @@ public:
SwXMLBlockContext
(
SwXMLBlockListImport
&
rImport
,
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
virtual
~
SwXMLBlockContext
(
void
);
};
...
...
@@ -72,12 +68,10 @@ public:
SwXMLTextBlockDocumentContext
(
SwXMLTextBlockImport
&
rImport
,
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
virtual
~
SwXMLTextBlockDocumentContext
(
void
);
};
...
...
@@ -90,12 +84,10 @@ public:
SwXMLTextBlockBodyContext
(
SwXMLTextBlockImport
&
rImport
,
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
virtual
~
SwXMLTextBlockBodyContext
(
void
);
};
...
...
@@ -108,12 +100,12 @@ public:
SwXMLTextBlockTextContext
(
SwXMLTextBlockImport
&
rImport
,
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
virtual
SvXMLImportContext
*
CreateChildContext
(
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
)
SAL_OVERRIDE
;
virtual
~
SwXMLTextBlockTextContext
(
void
);
};
...
...
@@ -126,8 +118,8 @@ public:
SwXMLTextBlockParContext
(
SwXMLTextBlockImport
&
rImport
,
sal_uInt16
nPrefix
,
const
OUString
&
rLocalName
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
const
uno
::
Reference
<
xml
::
sax
::
XAttributeList
>
&
xAttrList
);
virtual
void
Characters
(
const
OUString
&
rChars
)
SAL_OVERRIDE
;
virtual
~
SwXMLTextBlockParContext
(
void
);
};
...
...
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