summaryrefslogtreecommitdiff
path: root/oox/inc
AgeCommit message (Collapse)Author
2011-11-25fix compileLuboš Luňák
2011-11-25calc69: #i117836# repair import of multiline cells and cells with leading ↵Eike Rathke
font escapement # Original author: Daniel Rentz [dr] <daniel.rentz@oracle.com> * found as LGPLv3-only fix at svn rev 1172134 (http://svn.apache.org/viewvc?view=revision&revision=1172134)
2011-11-24remove executable bit on a source fileLuboš Luňák
2011-11-24oox::AttributeList is actually not that usable outsideLuboš Luňák
2011-11-24more api improving in importing mathml docxLuboš Luňák
2011-11-24streamline and document the API for mathml xml stream readingLuboš Luňák
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák
This commit needs to be generally reworked for upstream, but it more or less works.
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-11WaE: OptValue::maValue may be used uninitializedMiklos Vajna
2011-11-11This global Reference is problematic, especially for unit testsCaolán McNamara
The global reference will be torn down after the typelib infrastructure is gone away. Hopefully a WeakReference is sufficient for the original requirements
2011-11-07fixed remaining issues with custom shapes sizingRadek Doulik
2011-10-27add xlsx local range name importMarkus Mohrhard
2011-10-19remove an unused methodFelix Zhang
2011-10-06added definitions for new presets initialize functionsRadek Doulik
2011-10-06custom shapes import improvementsRadek Doulik
- 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 Thiebaud
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.
2011-10-05custom shapes import improvementsRadek Doulik
- 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-03fix morph control export also fix toggle button state exportNoel Power
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-26conditionalise out presently unused class variablesNoel Power
currently we conditionalise out the parts of the code intended to replace the remaining code in SvxMSConvertOCXControls with flag SvxMSConvertOCXControlsRemoved. Some unused class variables should also have been conditionalise out. Hmmm maybe I should just get rid of it all :-/
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
add forgotten new files axbinarywriter.[ch]xx
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-26new source files for class AxFontData moved from axbinaryreader.[ch]xxNoel Power
note original oracle copyright has been preserved as this code has just being moved to a new source/header file
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-20Remove RCS headerThomas Arnhold
2011-09-15Related gcc#50394 pernickety gcc 4.7.0Caolán McNamara
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-01Move OoxmlFormulaExportBase to ooxTor Lillqvist
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-17fixed regression of a57a4078fcd9a0490bd661e3ced6fcbbe69fae73Radek Doulik
- fixes bnc#705991
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-11added support for showMasterSp attribute in sldLayoutRadek Doulik
2011-07-12use oox filter for *all* control importNoel Power
2011-07-11Fix windows buildFridrich Strba
Use const reference in copy constructor if we are going to give it const objects.
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-12Code cleanupKorrawit Pruegsanusak
* Remove dead code * Fix comment typos Released under LGPLv3+/MPL
2011-06-10n#683578: Performance improvements for xlsx imports.Muthu Subramanian
Specifically reduces the number of UNO calls for importing cell attributes.
2011-06-07fix for bnc#693386Noel Power
properly handle relative Uri(s) in Target
2011-05-30Code Cleanup in filtersKorrawit Pruegsanusak
* Fix typos in comments * Remove bogus comments * Remove dead codes Released under LGPLv3+/MPL