summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2011-09-09n#705985: Importing Flip properties of custom shapes.Muthu Subramanian
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-09-06make sure we can detect if vba code was importedNoel Power
2011-09-05access oox vbaproject import directlyNoel Power
2011-09-02css::awt namespace is included in this file.Kohei Yoshida
2011-09-02fdo#40466: Get charts to import from xlsx again.Kohei Yoshida
This regression was probably caused by a bad merge of OOo m106.
2011-09-01Fix the build.Thorsten Behrens
StarMath needs oox/export/ooxmlexport.hxx. This fixes f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the moved file from oox and adapting starmath.
2011-09-01Move OoxmlFormulaExportBase to ooxTor Lillqvist
2011-08-31fdo#40466: Make sure we have the same numbers of URI's and Id's.Kohei Yoshida
This caused an immediate crash when trying to import xlsx documents with charts on Windows. No idea why this didn't crash on Linux, even valgrind's memcheck didn't pick it up.
2011-08-30Some cppcheck cleaningJulien Nabet
2011-08-29More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist
2011-08-24Code review: Removed unnecessary header.Muthu Subramanian
2011-08-24n#592912: When text is vertical, horiz & vert aligns are swapped.Muthu Subramanian
- vert270 doesn't seem to be supported by LO. - vert270 would be WritingMode_TB_LR ? otherwise we need to support it by doing other operations like rotation or flip. Is that necessary ?
2011-08-24fix regression of 2155c4c0af4d4eb228a0644f423aa3d9b5e8a2fbRadek Doulik
- do not drop the master shapes anymore, but rather hide them - it is possible to have shapes with 0x0 geometry in slides, these inherit proper geometry from master slide shapes - so when we dropped the shapes, the geometry info was lost
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian
- Imports Legacy Text. - Formatting info is not imported.
2011-08-23n#657896 - Gradient Transparencies and Muticolor Gradient fills.Muthu Subramanian
- Assumes axial gradient fills when more than 3 colors are present. - Implements importing of Transparency Gradients.
2011-08-21unusedcode.easy: Cleanup GraphicHelperJoseph Powers
Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx (UnitConverter::UnitConverter)
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19tweak vba decompression as per frob's amazing bit detective workNoel Power
ported a version of the patch at https://bugzilla.gnome.org/show_bug.cgi?id=656531 adjusted for libreoffice
2011-08-19gbuildized modules have empty d.lstsBjoern Michaelsen
2011-08-18catch exceptions by const referencesTakeshi Abe
2011-08-17fix how table style is appliedRadek Doulik
- make sure it doesn't replace character properties of textbody inside cells - fixes bnc#705991
2011-08-17fixed regression of a57a4078fcd9a0490bd661e3ced6fcbbe69fae73Radek Doulik
- fixes bnc#705991
2011-08-16Disable fake VBA events for the old-style form controls.Noel Power
2011-08-13Some cppcheck cleaningJulien Nabet
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
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
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud
2011-08-11added support for showMasterSp attribute in sldLayoutRadek Doulik
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-04Use rtl::OUStringHash.Kohei Yoshida
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-13[Temp] Disable getCellBlock, until proper fix.Muthu Subramanian
This temp-fixes formula imports and other problems caused because of getCellBlock.
2011-07-13fix for fdo#39023: shared formulas are not imported correctly from xlsxMarkus Mohrhard
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-07-12use oox filter for *all* control importNoel Power
2011-07-11callcatcher: unused lcl_hasChartTypeCaolán McNamara
2011-07-11Fix windows buildFridrich Strba
Use const reference in copy constructor if we are going to give it const objects.
2011-07-08[Temp] Import all formulas post tokenization.Muthu Subramanian
2011-07-07n#694356: Using formatcode while displaying labels.Muthu Subramanian
Used when the lables don't have their own formatcode and depend on the data's format code for formatting.
2011-07-05Fix label position for ooxml chartsThorsten Behrens
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.
2011-07-05Pointers for importing legacyDiagramText.Muthu Subramanian
2011-07-05Moving the pptx classes to use FragmentHandler2/ContextHandler2.Muthu Subramanian
This is to make it use the better and newer parent handlers. And to support MCE. [PB] Probable candidate for typo breakages.
2011-07-01XLSX formula import improvement. Recommit.Muthu Subramanian
2011-06-29Revert patch to change .idlMuthu Subramanian
2011-06-29Improved xlsx formula import.Muthu Subramanian
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.
2011-06-20fix buildbreakers in oox, revert token changes for nowBjoern Michaelsen
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
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
2011-06-18XmlFilterBase::exportDocumentProperties: use OSL_TRACE to dump statisticsMiklos Vajna