summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* tweak vba decompression as per frob's amazing bit detective workNoel Power2011-08-191-5/+20
| | | | ported a version of the patch at https://bugzilla.gnome.org/show_bug.cgi?id=656531 adjusted for libreoffice
* gbuildized modules have empty d.lstsBjoern Michaelsen2011-08-191-3/+0
|
* catch exceptions by const referencesTakeshi Abe2011-08-186-36/+36
|
* fix how table style is appliedRadek Doulik2011-08-172-28/+28
| | | | | - make sure it doesn't replace character properties of textbody inside cells - fixes bnc#705991
* fixed regression of a57a4078fcd9a0490bd661e3ced6fcbbe69fae73Radek Doulik2011-08-174-3/+23
| | | | - fixes bnc#705991
* Disable fake VBA events for the old-style form controls.Noel Power2011-08-162-0/+8
|
* Some cppcheck cleaningJulien Nabet2011-08-131-2/+2
|
* Import SmartArt graphics to ImpressThorsten Behrens2011-08-1262-931/+3566
| | | | | | | | | | | Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
* add the module oox into tail_build's foldNorbert Thiebaud2011-08-112-1/+8
|
* added support for showMasterSp attribute in sldLayoutRadek Doulik2011-08-113-0/+10
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-106-6/+6
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Use rtl::OUStringHash.Kohei Yoshida2011-08-041-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-306-5/+13
|
* resyncing to masterBjoern Michaelsen2011-07-2158-720/+826
|\
| * [Temp] Disable getCellBlock, until proper fix.Muthu Subramanian2011-07-131-0/+3
| | | | | | | | | | This temp-fixes formula imports and other problems caused because of getCellBlock.
| * fix for fdo#39023: shared formulas are not imported correctly from xlsxMarkus Mohrhard2011-07-131-1/+5
| |
| * Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-10/+0
| |
| * use oox filter for *all* control importNoel Power2011-07-126-1/+300
| |
| * callcatcher: unused lcl_hasChartTypeCaolán McNamara2011-07-111-24/+0
| |
| * Fix windows buildFridrich Strba2011-07-112-2/+2
| | | | | | | | Use const reference in copy constructor if we are going to give it const objects.
| * [Temp] Import all formulas post tokenization.Muthu Subramanian2011-07-081-3/+10
| |
| * n#694356: Using formatcode while displaying labels.Muthu Subramanian2011-07-073-3/+21
| | | | | | | | | | Used when the lables don't have their own formatcode and depend on the data's format code for formatting.
| * Fix label position for ooxml chartsThorsten Behrens2011-07-051-0/+31
| | | | | | | | | | | | Fixes bnc#694340 somewhat hackish - chart2 cannot individually place chart data labels, so if the original ooxml document does, attempt one of the canned position as an approximation.
| * Pointers for importing legacyDiagramText.Muthu Subramanian2011-07-051-0/+7
| |
| * Moving the pptx classes to use FragmentHandler2/ContextHandler2.Muthu Subramanian2011-07-0536-674/+405
| | | | | | | | | | | | This is to make it use the better and newer parent handlers. And to support MCE. [PB] Probable candidate for typo breakages.
| * XLSX formula import improvement. Recommit.Muthu Subramanian2011-07-014-4/+40
| |
| * Revert patch to change .idlMuthu Subramanian2011-06-294-38/+4
| |
| * Improved xlsx formula import.Muthu Subramanian2011-06-294-4/+38
| | | | | | | | | | | | | | Now uses the values present in the import document rather than calculating the formula. This speeds up document loading. TODO: Extend this to string results as well.
| * XmlFilterBase::exportDocumentProperties: use OSL_TRACE to dump statisticsMiklos Vajna2011-06-181-2/+2
| |
| * remove all traces of offuh from makefilesDavid Tardon2011-06-181-1/+5
| |
* | fix buildbreakers in oox, revert token changes for nowBjoern Michaelsen2011-06-2010-84/+172
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-19516-1625/+11479
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: filter/source/config/cache/filtercache.cxx filter/source/odfflatxml/makefile.mk oox/Library_oox.mk oox/Makefile oox/Module_oox.mk oox/Package_generated.mk oox/Package_inc.mk oox/prj/build.lst oox/prj/d.lst oox/prj/makefile.mk oox/source/dump/makefile.mk unoxml/Library_unordf.mk unoxml/Library_unoxml.mk writerfilter/CppunitTest_writerfilter_doctok.mk writerfilter/Library_writerfilter.mk writerfilter/Module_writerfilter.mk writerfilter/Package_inc.mk writerfilter/inc/resourcemodel/TagLogger.hxx writerfilter/inc/resourcemodel/WW8ResourceModel.hxx writerfilter/prj/build.lst writerfilter/prj/makefile.mk writerfilter/qa/complex/ooxml/makefile.mk writerfilter/qa/cppunittests/doctok/makefile.mk writerfilter/qa/cppunittests/doctok/testdoctok.cxx writerfilter/qa/cppunittests/xxml/testXXML.cxx writerfilter/source/dmapper/DomainMapper.cxx writerfilter/source/dmapper/DomainMapperTableHandler.cxx writerfilter/source/dmapper/DomainMapperTableManager.cxx writerfilter/source/dmapper/DomainMapper_Impl.cxx writerfilter/source/dmapper/FontTable.cxx writerfilter/source/dmapper/GraphicHelpers.cxx writerfilter/source/dmapper/PropertyIds.cxx writerfilter/source/dmapper/PropertyMap.cxx writerfilter/source/dmapper/SettingsTable.cxx writerfilter/source/dmapper/StyleSheetTable.cxx writerfilter/source/dmapper/TablePropertiesHandler.cxx writerfilter/source/dmapper/TblStylePrHandler.cxx writerfilter/source/dmapper/ThemeTable.cxx writerfilter/source/doctok/WW8DocumentImpl.cxx writerfilter/source/doctok/resourcesimpl.xsl writerfilter/source/filter/WriterFilter.cxx writerfilter/source/generated.mk writerfilter/source/ooxml/OOXMLDocumentImpl.cxx writerfilter/source/ooxml/OOXMLFactory.cxx writerfilter/source/ooxml/OOXMLFactory.hxx writerfilter/source/ooxml/OOXMLStreamImpl.cxx writerfilter/source/ooxml/RefAndPointer.hxx writerfilter/source/resourcemodel/TagLogger.cxx writerfilter/unocomponent/component.cxx writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx
| * do not set solid line border and fill as default for chartareaRadek Doulik2011-06-151-11/+3
| | | | | | | | - fixes n#694392
| * createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-132-3/+3
| |
| * Code cleanupKorrawit Pruegsanusak2011-06-1214-17/+17
| | | | | | | | | | | | * Remove dead code * Fix comment typos Released under LGPLv3+/MPL
| * Some cppcheck cleaning+1TODO (func not implemented)Julien Nabet2011-06-127-12/+13
| |
| * n#683578: Performance improvements for xlsx imports.Muthu Subramanian2011-06-102-59/+51
| | | | | | | | | | Specifically reduces the number of UNO calls for importing cell attributes.
| * gcc 4.0 doesn't support the C++0x usage of enum::valueJoseph Powers2011-06-071-1/+1
| |
| * The enum type name should be included when accessing the enum values.Joseph Powers2011-06-071-1/+1
| |
| * fix for bnc#693386Noel Power2011-06-072-6/+25
| | | | | | | | properly handle relative Uri(s) in Target
| * Resolves: rhbz#710556 don't crash on missing graphicsCaolán McNamara2011-06-071-14/+14
| |
| * Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-1/+1
| |
| * Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filtersJan Holesovsky2011-05-313-2/+13
| |\
| | * Code Cleanup in filtersKorrawit Pruegsanusak2011-05-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Fix typos in comments * Remove bogus comments * Remove dead codes Released under LGPLv3+/MPL
| | * set link text propertiesRadek Doulik2011-05-301-0/+11
| | | | | | | | | | | | | | | - hlink color from color scheme (if not overriden by text character properties) - single underline ( ditto )
| * | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-1/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: filter/source/graphicfilter/eps/eps.cxx oox/source/export/shapes.cxx oox/source/xls/workbookhelper.cxx
| | * don't de-reference null pointer - fix crash with certain PPTX filesMichael Meeks2011-05-201-5/+7
| | | | | | | | | | | | | | | Signed-off-by: Jan Holesovsky <kendy@suse.cz> Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
| | * avoid deleting before a use (bnc#693200)Luboš Luňák2011-05-131-1/+1
| | | | | | | | | | | | | | | | | | The call to clearShapes() cleared the list and deleted items, which was what pShape was pointing to -> crash. ACK by Cedric.