summaryrefslogtreecommitdiff
path: root/oox/Library_oox.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26Revert "Skip a bunch of files in the disable-export case"Tor Lillqvist1-7/+6
Causes too much pain in scfilt, let's try without for now. This reverts commit 421c8febe88920bb6ebdfb05ce85568f241ddd0e.
2012-11-26Skip a bunch of files in the disable-export caseTor Lillqvist1-6/+7
Change-Id: I58237ce2fdfc55a564e2cf9f00a5eeebed48c046
2012-11-22AllSettings with LanguageTagEike Rathke1-0/+1
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-26Import shadow effect properties for shapes in docx.Eilidh McAdam1-0/+2
Change-Id: I0cfd6b45be268d688b7389c79c5e9ad7f48eb12d Reviewed-on: https://gerrit.libreoffice.org/702 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-08-13fdo#53113 oox::VMLExport: allow a callback to be registered for shape textMiklos Vajna1-0/+1
Change-Id: I1df58fa067287a37b0f62b0b05b0567da73d03b0
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks1-1/+1
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-05oox: move ShapeDrawingFragmentHandler to its own fileMiklos Vajna1-0/+1
Change-Id: I12b057555e00f3623c45c831f4042747f140ff92
2012-05-24oox: generate vmlexport-shape-types into CustomTarget dirMichael Stahl1-1/+1
2012-05-24oox: move generated stuff to custom targetMichael Stahl1-41/+3
2012-05-24oox: this rule needs a commandMichael Stahl1-0/+1
Make doesn't consider targets that depend on this outdated when there is no command to update it.
2012-05-24oox: can't see why we need these depsMichael Stahl1-10/+0
2012-05-24oox; there is no oox_source packageMichael Stahl1-2/+1
2012-04-12unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold1-1/+0
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-30callcatcher: regenerate unused code listCaolán McNamara1-1/+0
2012-03-16move excel related oox bits to scNoel Power1-60/+0
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-1/+1
2012-03-07Need the sfx library for sfx2::isValidNCName()Tor Lillqvist1-0/+1
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-01-31fix -Os comment in oox/Library_oox.mkRene Engelhard1-3/+3
2012-01-31use a $(COM)-$(OS)-$(CPUNAME) patternCaolán McNamara1-1/+4
i.e. same pattern as sc/Library_vbaobj.mk and writerfilter/Library_resourcemodel.mk and document that its a compile time error which can be retested anytime with a new toolchain, not some weird scary runtime error so must never be touched.
2012-01-31add missed ifeq to check for IA64...Rene Engelhard1-0/+2
2012-01-31build oox with explicit -Os on ia64 as it otherwise gets too big to linkRene Engelhard1-0/+4
2012-01-23use $(GPERF) instead of using gperf from pathBapt1-1/+1
2011-12-30n#655408: Importing extLst of drawings in diagrams.Muthu Subramanian1-0/+1
data*.xml contains the list of drawings which can be imported instead. These are easier to import now that we support better smartart.
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-5/+4
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák1-1/+3
2011-10-06added new source files to the .mk fileRadek Doulik1-1/+6
2011-10-06custom shapes import improvementsRadek Doulik1-0/+1
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code
2011-10-05Revert "custom shapes import improvements"Norbert Thiebaud1-1/+0
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.
2011-10-05custom shapes import improvementsRadek Doulik1-0/+1
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power1-0/+3
2011-09-01Move OoxmlFormulaExportBase to ooxTor Lillqvist1-0/+1
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens1-0/+4
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 Thiebaud1-0/+7
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-1/+2
2011-07-21resyncing to masterBjoern Michaelsen1-1/+5
2011-06-20fix buildbreakers in oox, revert token changes for nowBjoern Michaelsen1-6/+1
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-284/+350
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-18fixing rebase errorsBjoern Michaelsen1-27/+1
2011-06-18remove all traces of offuh from makefilesDavid Tardon1-1/+5
2011-06-17gnumake4: oox, writerfilter, CppunitTest.mk: adapt to changes in gnumake4 ↵Michael Stahl1-2/+1
[hg:d0e98479a69a]
2011-06-17writerfilter10: added missing cxxs [hg:972d0c5efbc4]Henning Brinkmann1-45/+48
2011-06-17[mq]: oox_gmake.patch [hg:d0beb4a8aa40]Daniel Rentz [dr]1-0/+333