Apply pimpl to XMLPropertySetMapper

Desktop / LibreOffice - Kohei Yoshida [collabora.com] - 25 July 2014 10:50 UTC

Let's hide its implementation for real this time.

8a690c8 Apply pimpl to XMLPropertySetMapper.
dbaccess/source/filter/xml/xmlHelper.cxx | 9 +-
include/xmloff/xmlexppr.hxx | 32 ++---
include/xmloff/xmlprmap.hxx | 145 ++++++---------------
reportdesign/source/filter/xml/xmlHelper.cxx | 2 +
sw/source/filter/xml/xmlexpit.cxx | 2 +
sw/source/filter/xml/xmlfmte.cxx | 1 +
sw/source/filter/xml/xmltexte.cxx | 1 +
xmloff/inc/XMLElementPropertyContext.hxx | 1 +
xmloff/source/chart/SchXMLExport.cxx | 11 +-
xmloff/source/chart/SchXMLTools.cxx | 1 +
xmloff/source/chart/XMLChartStyleContext.cxx | 2 +
xmloff/source/draw/XMLGraphicsDefaultStyle.cxx | 4 +-
xmloff/source/draw/ximpbody.cxx | 1 +
xmloff/source/forms/elementexport.cxx | 1 +
xmloff/source/forms/layerexport.cxx | 2 +
xmloff/source/style/PageHeaderFooterContext.cxx | 1 +
xmloff/source/style/PageMasterPropMapper.cxx | 2 +
xmloff/source/style/prstylei.cxx | 2 +
xmloff/source/style/styleexp.cxx | 1 +
xmloff/source/style/xmlaustp.cxx | 1 +
xmloff/source/style/xmlexppr.cxx | 21 ++-
xmloff/source/style/xmlimppr.cxx | 2 +
xmloff/source/style/xmlprcon.cxx | 7 +-
xmloff/source/style/xmlprmap.cxx | 155 +++++++++++++++++++----
xmloff/source/table/XMLTableExport.cxx | 7 +-
xmloff/source/text/XMLTextShapeStyleContext.cxx | 2 +
xmloff/source/text/txtexppr.cxx | 1 +
xmloff/source/text/txtflde.cxx | 13 +-
xmloff/source/text/txtimp.cxx | 2 +
xmloff/source/text/txtimppr.cxx | 1 +
xmloff/source/text/txtparae.cxx | 1 +
xmloff/source/text/txtprmap.cxx | 2 +
xmloff/source/text/txtstyli.cxx | 1 +
33 files changed, 259 insertions(+), 178 deletions(-)

Upstream: cgit.freedesktop.org


  • Share