summaryrefslogtreecommitdiff
path: root/oox/source/helper
AgeCommit message (Collapse)Author
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin
Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin
The services are: document::NamedPropertyValues document::IndexedPropertyValues The services already existed, they just did not have IDL files Change-Id: Ibafe9b5afb9b30785df4f66aa923f4b96ceabeed
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
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
2012-12-20Removal unnecessary using declarationsJosé Guilherme Vanz
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>
2012-12-13PCH for Library_ooxLuboš Luňák
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-11-28OUString::replace() does not modify in-placeTor Lillqvist
Change-Id: I6fa7c64bdd3c7af4b9495831da063ecd917057de
2012-11-14oox: reduce exception count reading missing attributes.Michael Meeks
2012-11-11oox: ZipStorage: better exception tracingMichael Stahl
Change-Id: I2b81f92cea8a8c9577c3f9ca33b915942708330c
2012-09-18better pptx custom shape presets import/exportRadek Doulik
- 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
2012-08-01-Werror,-WformatStephan Bergmann
Change-Id: Ie6fbcb1a11f47b54d3c697716b03f9891a1dea49
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
retain presence of MPL licensed nssrenam.h symbol renamer.
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-11callcatcher: update unused codeCaolán McNamara
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-05-16Revert selected hunks from various 'unused code' commits.Muthu Subramanian
These functions are required for debugging pptx import problems.
2012-05-14removed unused static rtl::OUStringTakeshi Abe
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
2012-05-02catch by const refCaolán McNamara
Change-Id: Ib1571dfd2e7b821c929ab7efa9077a355471c0b8
2012-05-01Oups ! (Thank you Korrawit !)Julien Nabet
Change-Id: I21122084cb35be38d859b44deb6200b68f378a0a
2012-05-01Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...)Julien Nabet
Thank you Caolán for your advice! Change-Id: I72c5ae37d04961e261b275ba4625d3a376629d49
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
2012-03-30callcatcher: regenerate unused code listCaolán McNamara
2012-03-15remove unused code (oox, sd)Petr Vorel
2012-03-05remove unused codePetr Vorel
2012-03-02customshapes: special-case Sequence of EnhancedCustomShapeParameterPairMichael Meeks
another 20% compile time win, and 350K saved from the shared library
2012-03-02customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size
2012-03-02customshapes: use static integer array for EnhancedCustomShapeSequencesMichael Meeks
Saves 4% compile time and 200K of space
2012-03-02customshapes: 800k size saving, and 25% compile speedupMichael Meeks
Use static const char * arrays and a helper function instead of inlining umpteen OUString intern calls.
2012-02-24fix oox debug build with DBG_UTIL guard for 'dump' usageMichael Meeks
2012-02-24oox: guard dbgutil-only methods with ifdefMiklos Vajna
2012-02-24reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0Eike Rathke
* 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 ...
2012-02-23unusedcode: remove something from ooxMatúš Kukan
2012-02-13Remove unused codeElton Chung
2012-02-01Fix "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet
2012-01-24n719734: Overridding properties from master/layout.Muthu Subramanian
When there are conflicting properties in masterslide->layout->slide most recent (i.e. e.g. slide has higher priority than layout) should be used.
2012-01-19updated custom shapes presets generator to use new SubViewSize propertyRadek Doulik
2012-01-14fix for gcc 4.7: unable to find string literal operatorMatúš Kukan
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox
2011-11-25Docx crasher: there may be no External Header for pictures.Cédric Bosdonnat
2011-11-24remove executable bit from source fileLuboš Luňák
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-08use non-const buffer to enable byte-order swapping on BigEndian systemChristian Lohmaier
2011-11-08use text frame part of customshapes on importRadek Doulik
2011-11-07fixed remaining issues with custom shapes sizingRadek Doulik
2011-10-25WaE: unreferenced local variableTor Lillqvist
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-05Revert "custom shapes import improvements"Norbert Thiebaud
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.
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