office-gobmx/writerfilter/source/dmapper
Troy Rollo a197cee991 Import of xrefs to numbered paragraphs from docx
The first part of this patch adds importing of cross-references to numbered
paragraphs from docx file.

The second part provides a fix to imports of bookmarks from docx, which in
the test files I have end up importing with an empty bookmark name. The
problem is that for each bookmark, DomainMapper_Impl::AddBookmark is called
twice - once with an empty string for rBookmarkName, and once for the
string that is in the file. The fix I have used is to ensure the passed in
name is used if the bookmark has presiously been added, and the old one has
an empty string as the name. This works, but I am not sure it is correct -
I have not investigated why it is called with an empty string in the first
place.

Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-08-01 17:22:51 +02:00
..
BorderHandler.cxx
BorderHandler.hxx
CellColorHandler.cxx
CellColorHandler.hxx
CellMarginHandler.cxx
CellMarginHandler.hxx
ConversionHelper.cxx
ConversionHelper.hxx
dmapperLoggers.hxx
DomainMapper.cxx dmapper: don't set default style for shapes, they do not support that 2011-07-29 17:32:36 +02:00
DomainMapper_Impl.cxx Import of xrefs to numbered paragraphs from docx 2011-08-01 17:22:51 +02:00
DomainMapper_Impl.hxx dmapper: don't set default style for shapes, they do not support that 2011-07-29 17:32:36 +02:00
DomainMapperTableHandler.cxx #if -> #ifdef for conditional compilation 2011-07-27 17:41:43 +02:00
DomainMapperTableHandler.hxx
DomainMapperTableManager.cxx Some cppcheck cleaning 2011-06-12 23:01:56 +02:00
DomainMapperTableManager.hxx
FFData.xml
FFDataHandler.cxx Removed dead code 2011-07-22 14:54:34 +05:30
FFDataHandler.hxx Removed dead code 2011-07-22 14:54:34 +05:30
FieldTypes.hxx
FontTable.cxx
FontTable.hxx
FormControlHelper.cxx
FormControlHelper.hxx
genclass.xsl
GraphicHelpers.cxx
GraphicHelpers.hxx
GraphicImport.cxx Some cppcheck cleaning 2011-06-12 23:01:56 +02:00
GraphicImport.hxx
MeasureHandler.cxx
MeasureHandler.hxx
ModelEventListener.cxx
ModelEventListener.hxx
NumberingManager.cxx Fix parent level count in numbering from docx 2011-08-01 16:40:03 +02:00
NumberingManager.hxx
OLEHandler.cxx
OLEHandler.hxx
PageBordersHandler.cxx
PageBordersHandler.hxx
PropertyIds.cxx
PropertyIds.hxx
PropertyMap.cxx proper #ifdef for dumpXml() 2011-07-27 17:42:01 +02:00
PropertyMap.hxx proper #ifdef for dumpXml() 2011-07-27 17:42:01 +02:00
PropertyMapHelper.cxx
PropertyMapHelper.hxx
SectionColumnHandler.cxx
SectionColumnHandler.hxx
SettingsTable.cxx
SettingsTable.hxx
StyleSheetTable.cxx
StyleSheetTable.hxx
TablePropertiesHandler.cxx fix w:tblInd to work 2011-06-02 16:36:59 +02:00
TablePropertiesHandler.hxx
TblStylePrHandler.cxx
TblStylePrHandler.hxx
TDefTableHandler.cxx
TDefTableHandler.hxx
ThemeTable.cxx
ThemeTable.hxx
WrapPolygonHandler.cxx
WrapPolygonHandler.hxx