Age | Commit message (Collapse) | Author |
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
still needs a number of cleanups (and handling more of course)
|
|
This commit needs to be generally reworked for upstream, but it
more or less works.
|
|
|
|
|
|
The global reference will be torn down after the typelib
infrastructure is gone away. Hopefully a WeakReference is
sufficient for the original requirements
|
|
|
|
|
|
|
|
|
|
- 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 e36f591dfeb89fded172f4770157bc6cb6dc7454.
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx
(UnitConverter::UnitConverter)
|
|
- fixes bnc#705991
|
|
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
|
|
|
|
|
|
Use const reference in copy constructor if we are going to give it const objects.
|
|
This is to make it use the better and newer parent handlers.
And to support MCE.
[PB] Probable candidate for typo breakages.
|
|
|
|
|
|
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.
|
|
* Remove dead code
* Fix comment typos
Released under LGPLv3+/MPL
|
|
Specifically reduces the number of UNO calls for
importing cell attributes.
|
|
properly handle relative Uri(s) in Target
|
|
* Fix typos in comments
* Remove bogus comments
* Remove dead codes
Released under LGPLv3+/MPL
|