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
8b499cea
Kaydet (Commit)
8b499cea
authored
Tem 02, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix spelling in class name OSpecialHanldeXMLExportPropertyMapper
Change-Id: Ideaa021f76f1c384150caad5ec6a41bf65bae28e
üst
f2d6eb4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
xmlExport.cxx
dbaccess/source/filter/xml/xmlExport.cxx
+5
-5
xmlExport.cxx
reportdesign/source/filter/xml/xmlExport.cxx
+6
-6
No files found.
dbaccess/source/filter/xml/xmlExport.cxx
Dosyayı görüntüle @
8b499cea
...
...
@@ -170,10 +170,10 @@ namespace dbaxml
}
}
class
OSpecialHan
ld
eXMLExportPropertyMapper
:
public
SvXMLExportPropertyMapper
class
OSpecialHan
dl
eXMLExportPropertyMapper
:
public
SvXMLExportPropertyMapper
{
public
:
OSpecialHan
ld
eXMLExportPropertyMapper
(
const
rtl
::
Reference
<
XMLPropertySetMapper
>&
rMapper
)
:
SvXMLExportPropertyMapper
(
rMapper
)
OSpecialHan
dl
eXMLExportPropertyMapper
(
const
rtl
::
Reference
<
XMLPropertySetMapper
>&
rMapper
)
:
SvXMLExportPropertyMapper
(
rMapper
)
{
}
/** this method is called for every item that has the
...
...
@@ -225,10 +225,10 @@ ODBExport::ODBExport(const Reference< XComponentContext >& _rxContext,sal_uInt16
_GetNamespaceMap
().
Add
(
GetXMLToken
(
XML_NP_NUMBER
),
GetXMLToken
(
XML_N_NUMBER
),
XML_NAMESPACE_NUMBER
);
m_xExportHelper
=
new
SvXMLExportPropertyMapper
(
GetTableStylesPropertySetMapper
());
m_xColumnExportHelper
=
new
OSpecialHan
ld
eXMLExportPropertyMapper
(
GetColumnStylesPropertySetMapper
());
m_xColumnExportHelper
=
new
OSpecialHan
dl
eXMLExportPropertyMapper
(
GetColumnStylesPropertySetMapper
());
m_xCellExportHelper
=
new
OSpecialHan
ld
eXMLExportPropertyMapper
(
GetCellStylesPropertySetMapper
());
m_xRowExportHelper
=
new
OSpecialHan
ld
eXMLExportPropertyMapper
(
OXMLHelper
::
GetRowStylesPropertySetMapper
(
true
));
m_xCellExportHelper
=
new
OSpecialHan
dl
eXMLExportPropertyMapper
(
GetCellStylesPropertySetMapper
());
m_xRowExportHelper
=
new
OSpecialHan
dl
eXMLExportPropertyMapper
(
OXMLHelper
::
GetRowStylesPropertySetMapper
(
true
));
GetAutoStylePool
()
->
AddFamily
(
XML_STYLE_FAMILY_TABLE_TABLE
,
...
...
reportdesign/source/filter/xml/xmlExport.cxx
Dosyayı görüntüle @
8b499cea
...
...
@@ -161,10 +161,10 @@ namespace rptxml
class
OSpecialHan
ld
eXMLExportPropertyMapper
:
public
SvXMLExportPropertyMapper
class
OSpecialHan
dl
eXMLExportPropertyMapper
:
public
SvXMLExportPropertyMapper
{
public
:
OSpecialHan
ld
eXMLExportPropertyMapper
(
const
rtl
::
Reference
<
XMLPropertySetMapper
>&
rMapper
)
:
SvXMLExportPropertyMapper
(
rMapper
)
OSpecialHan
dl
eXMLExportPropertyMapper
(
const
rtl
::
Reference
<
XMLPropertySetMapper
>&
rMapper
)
:
SvXMLExportPropertyMapper
(
rMapper
)
{
}
/** this method is called for every item that has the
...
...
@@ -275,17 +275,17 @@ ORptExport::ORptExport(const Reference< XComponentContext >& _rxContext, OUStrin
m_xTableStylesExportPropertySetMapper
=
new
SvXMLExportPropertyMapper
(
xTableStylesPropertySetMapper1
);
m_xCellStylesPropertySetMapper
=
OXMLHelper
::
GetCellStylePropertyMap
(
false
,
true
);
m_xCellStylesExportPropertySetMapper
=
new
OSpecialHan
ld
eXMLExportPropertyMapper
(
m_xCellStylesPropertySetMapper
);
m_xCellStylesExportPropertySetMapper
=
new
OSpecialHan
dl
eXMLExportPropertyMapper
(
m_xCellStylesPropertySetMapper
);
m_xCellStylesExportPropertySetMapper
->
ChainExportMapper
(
XMLTextParagraphExport
::
CreateParaExtPropMapper
(
*
this
));
rtl
::
Reference
<
XMLPropertySetMapper
>
xColumnStylesPropertySetMapper
=
new
XMLPropertySetMapper
(
OXMLHelper
::
GetColumnStyleProps
(),
m_xPropHdlFactory
,
true
);
m_xColumnStylesExportPropertySetMapper
=
new
OSpecialHan
ld
eXMLExportPropertyMapper
(
xColumnStylesPropertySetMapper
);
m_xColumnStylesExportPropertySetMapper
=
new
OSpecialHan
dl
eXMLExportPropertyMapper
(
xColumnStylesPropertySetMapper
);
rtl
::
Reference
<
XMLPropertySetMapper
>
xRowStylesPropertySetMapper
=
new
XMLPropertySetMapper
(
OXMLHelper
::
GetRowStyleProps
(),
m_xPropHdlFactory
,
true
);
m_xRowStylesExportPropertySetMapper
=
new
OSpecialHan
ld
eXMLExportPropertyMapper
(
xRowStylesPropertySetMapper
);
m_xRowStylesExportPropertySetMapper
=
new
OSpecialHan
dl
eXMLExportPropertyMapper
(
xRowStylesPropertySetMapper
);
rtl
::
Reference
<
XMLPropertySetMapper
>
xPropMapper
(
new
XMLTextPropertySetMapper
(
TEXT_PROP_MAP_PARA
,
true
));
m_xParaPropMapper
=
new
OSpecialHan
ld
eXMLExportPropertyMapper
(
xPropMapper
);
m_xParaPropMapper
=
new
OSpecialHan
dl
eXMLExportPropertyMapper
(
xPropMapper
);
OUString
sFamily
(
GetXMLToken
(
XML_PARAGRAPH
)
);
OUString
aPrefix
(
'P'
);
...
...
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