summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Collapse)AuthorFilesLines
2011-11-15n#592912 and n#621744: Text Alignment fixes.Muthu Subramanian1-1/+1
2011-11-11This global Reference is problematic, especially for unit testsCaolán McNamara2-3/+4
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-08use non-const buffer to enable byte-order swapping on BigEndian systemChristian Lohmaier1-0/+7
2011-11-08fix texbox vertical alignment, it was regression introduced by f1a2b0cbRadek Doulik1-9/+7
2011-11-08fixed regression, set the left paragraph marginRadek Doulik1-1/+1
2011-11-08use text frame part of customshapes on importRadek Doulik9-275/+8410
2011-11-07fixed remaining issues with custom shapes sizingRadek Doulik8-35/+1584
2011-11-07fix buildRadek Doulik1-6/+8
2011-11-07fix ooxml custom shapes sizingRadek Doulik8-1531/+1532
- ooxml custom shapes width and height are in actual (logic) coordinates space and not in "virtual" 21600x21600 space
2011-11-02n#706792: Fix crash while opening certain pptx files.Muthu Subramanian1-1/+1
2011-10-27add xlsx local range name importMarkus Mohrhard2-7/+41
2011-10-25WaE: unreachable code and unreferenced formal parameterTor Lillqvist1-0/+5
2011-10-25WaE: unreachable codeTor Lillqvist1-2/+0
2011-10-25WaE: unreachable codeTor Lillqvist1-2/+0
2011-10-25WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-0/+1
2011-10-25WaE: unreferenced local variableTor Lillqvist1-2/+2
2011-10-25WaE: assignment within conditional expressionTor Lillqvist1-1/+2
2011-10-25WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-0/+13
2011-10-21tweak compressession hack to fix vba module importNoel Power1-1/+1
it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now
2011-10-19remove an unused methodFelix Zhang1-5/+0
2011-10-17update flip(mirror) properties setting for custom shape presetsRadek Doulik1-11/+9
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl1-6/+10
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
2011-10-07cppcheck reduce scope of var in oox/...shapes.cxxPierre-André Jacquod1-2/+5
2011-10-07WaE: unused variablesCaolán McNamara1-3/+3
2011-10-06perl scripts to generate sources for custom shapes PPTX importRadek Doulik4-0/+20231
2011-10-06custom shapes import improvementsRadek Doulik8-2098/+158
- 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 Doulik6-0/+92530
2011-10-06add hackery re. EditControls, FormattedField & ImageControls from msocximexNoel Power1-2/+31
2011-10-05Revert "added CXX source with generated presets definitions"Norbert Thiebaud1-92382/+0
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 Thiebaud8-158/+2098
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.
2011-10-05Revert "add hackery re. EditControls, FormattedField & ImageControls from ↵Noel Power1-26/+2
msocximex" This reverts commit 04688482241aa28b40f3ba911a4c9acab87b5d56.
2011-10-05add hackery re. EditControls, FormattedField & ImageControls from msocximexNoel Power1-2/+26
2011-10-05custom shapes import improvementsRadek Doulik8-2098/+158
- 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 Doulik1-0/+92382
2011-10-05fix compilation with debug enabledRadek Doulik1-1/+2
2011-10-05makeStringAndClearCaolán McNamara1-1/+1
2011-10-03fix morph control export also fix toggle button state exportNoel Power2-17/+7
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara15-0/+44
2011-09-26blind fix for macos tinderbox errorNoel Power1-2/+0
2011-09-26fix merge foo and waeNoel Power1-1/+0
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power1-0/+244
add forgotten new files axbinarywriter.[ch]xx
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power5-127/+1210
2011-09-26new source files for class AxFontData moved from axbinaryreader.[ch]xxNoel Power1-0/+130
note original oracle copyright has been preserved as this code has just being moved to a new source/header file
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-1/+1
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 Yoshida1-2/+6
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 Henschel1-6/+6
2011-09-20Remove RCS headerThomas Arnhold4-12/+0
2011-09-15Fix lower_bound() comparator class problem for MSVC with _DEBUGTor Lillqvist1-3/+6
2011-09-15We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist1-4/+0
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 Subramanian1-4/+4