Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
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.
|
|
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.
|
|
msocximex"
This reverts commit 04688482241aa28b40f3ba911a4c9acab87b5d56.
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 :-/
|
|
|
|
|
|
add forgotten new files axbinarywriter.[ch]xx
|
|
|
|
note original oracle copyright has been preserved as this code has just being moved to a new source/header file
|
|
|
|
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This regression was probably caused by a bad merge of OOo m106.
|
|
StarMath needs oox/export/ooxmlexport.hxx. This fixes
f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the
moved file from oox and adapting starmath.
|
|
|
|
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.
|
|
|
|
|
|
|
|
- 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 ?
|
|
- 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
|
|
- Imports Legacy Text.
- Formatting info is not imported.
|
|
- Assumes axial gradient fills when more than 3 colors are present.
- Implements importing of Transparency Gradients.
|