summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2011-10-06added new source files to the .mk fileRadek Doulik
2011-10-06perl scripts to generate sources for custom shapes PPTX importRadek Doulik
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-06added CXX sources with generated presets definitionsRadek Doulik
2011-10-06add hackery re. EditControls, FormattedField & ImageControls from msocximexNoel Power
2011-10-05Revert "added CXX source with generated presets definitions"Norbert Thiebaud
This reverts commit c9f9b6723b40279716b1e34c1441a33e60cceb58. oox/source/drawingml/customshapepresets.cxx is a 4MB source that make gcc explode both on MacOs and on Gentoo.... the compiler churn on it for 20 minutes or consumming huge amount of memory... and finnaly blow-up with memory error.
2011-10-05Revert "custom shapes import improvements"Norbert Thiebaud
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.
2011-10-05Revert "add hackery re. EditControls, FormattedField & ImageControls from ↵Noel Power
msocximex" This reverts commit 04688482241aa28b40f3ba911a4c9acab87b5d56.
2011-10-05add hackery re. EditControls, FormattedField & ImageControls from msocximexNoel Power
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-05added CXX source with generated presets definitionsRadek Doulik
2011-10-05fix compilation with debug enabledRadek Doulik
2011-10-05makeStringAndClearCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
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-26blind fix for macos tinderbox errorNoel Power
2011-09-26fix merge foo and waeNoel Power
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-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida
We need to map Excel's database ranges (or in Excel's terminology "tables") to named db ranges because they may be referenced in formula expressions. Also, Excel tables are always of the form Table*[] when used in formulas. Skip the "[]" part then the preceding token is a valid database range.
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
2011-09-20Remove RCS headerThomas Arnhold
2011-09-15Related gcc#50394 pernickety gcc 4.7.0Caolán McNamara
2011-09-15Fix lower_bound() comparator class problem for MSVC with _DEBUGTor Lillqvist
2011-09-15We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist
It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some classes, which of course means horrible breakage if some of the source files are compiled with it, the rest not. http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash I will just have to fix the code in this handful of source files so that it compiles with _DEBUG defined. If I can be bothered.
2011-09-13n#657909: Fixed import of free drawn curves.Muthu Subramanian
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)