Age | Commit message (Collapse) | Author |
|
Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
|
|
The services are:
document::NamedPropertyValues
document::IndexedPropertyValues
The services already existed, they just did not have IDL files
Change-Id: Ibafe9b5afb9b30785df4f66aa923f4b96ceabeed
|
|
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
|
|
|
|
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
|
|
This commit just removes some unnecessary using declarations
Change-Id: Ia1c7cc925b2db5b1172fae91dc703883d6539eaa
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1430
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
|
|
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
|
|
Change-Id: I6fa7c64bdd3c7af4b9495831da063ecd917057de
|
|
|
|
Change-Id: I2b81f92cea8a8c9577c3f9ca33b915942708330c
|
|
- sometimes we produced unreadable pptx document with custom shape presets
- fixes part of n#760997
- before we rely on simple rule that adjustments were named
adj1, adj2, ... in case of multiple adjustments and named
adj in case there was only one. there are few exceptions though,
so now we use exact adjustment names defined in presetShapeDefinitions.xml
- TODO: there still might be problem when exporting custom shapes, which
didn't originated in pptx import
Change-Id: Ic9517a69145a295ba6f680ddc3cc30fc771db3fd
|
|
Change-Id: Ie6fbcb1a11f47b54d3c697716b03f9891a1dea49
|
|
retain presence of MPL licensed nssrenam.h symbol renamer.
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
|
|
Update calls to factories to use new ::create methods
Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
|
|
These functions are required for debugging pptx import problems.
|
|
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
|
|
Change-Id: Ib1571dfd2e7b821c929ab7efa9077a355471c0b8
|
|
Change-Id: I21122084cb35be38d859b44deb6200b68f378a0a
|
|
Thank you Caolán for your advice!
Change-Id: I72c5ae37d04961e261b275ba4625d3a376629d49
|
|
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
|
|
|
|
|
|
|
|
another 20% compile time win, and 350K saved from the shared library
|
|
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size
|
|
Saves 4% compile time and 200K of space
|
|
Use static const char * arrays and a helper function instead
of inlining umpteen OUString intern calls.
|
|
|
|
|
|
* Partly reverted commit 660cb78cd6900ffebe215ad4b3913bbe35ac9883 to preserve
the oox::PropertyMap::dump() methods that are needed by
oox::PropertySet::dump() when building dbgutil.
* Did not remove the oox::PropertySet::dump() as well because all is part of
the oox dumper, I guess we don't want to remove that in it's entirety ...
|
|
|
|
|
|
|
|
When there are conflicting properties in masterslide->layout->slide
most recent (i.e. e.g. slide has higher priority than layout)
should be used.
|
|
|
|
|
|
Please find attached a partial fix for Easy Hack FDO43460
Part XXI
Module
oox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|