summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2014-03-25Simplify by choosing shape kind in SvXMLElementExport constructorMatteo Casalin
Change-Id: I6d8e1e3c78675b6096f354cace3ff060801cad9e
2014-03-21coverity#705095 Unchecked dynamic_castCaolán McNamara
Change-Id: Ia8291acbba50c492568b11e1eb852e7b84885633
2014-03-21coverity#705345 Missing break in switchCaolán McNamara
Change-Id: I7ed37e384a0f3bb3863d957ac0333ddc2c7434a3
2014-03-21coverity#704114 Unchecked return valueCaolán McNamara
Change-Id: I9f92b4536557d8f6f482d6ce7646125035db3f1d
2014-03-21coverity#705346 Missing break in switchCaolán McNamara
Change-Id: I80147bd28eedd9d1032cb173a653d4c52a1eb437
2014-03-21coverity#704115 Unchecked return valueCaolán McNamara
Change-Id: Ic76d930f3f7a76c93c7b034570297b398497e9b4
2014-03-21coverity#705096 Dereference after null checkCaolán McNamara
Change-Id: Ie7eed2a697062f495688dc6325ca52383e049d05
2014-03-20Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape...Armin Le Grand
geometry import when no width and no height are given (cherry picked from commit 4e04ad3623f2ab4693dcd50a9934fc836e190a6f) Conflicts: xmloff/source/draw/ximpcustomshape.cxx Change-Id: I2589fd28dcbdf767d324f84e0a2342370ad6f061
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
We need these for Excel interop. Change-Id: I91450c1d205f28636edfb4392aa6ae5091b1d7b7
2014-03-18Disable unit tests which use library objects from libmerged on Windows.Matúš Kukan
For some reason on Windows the linking fails with 'one or more multiply defined symbols found' error. Change-Id: If2af0822a837665e8f0a31d04cd42bf4d1f054f0
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard
Change-Id: Ic930fc6e12912ead8d6b1daa79894c968d99d988
2014-03-17property mapping importMarkus Mohrhard
Change-Id: I0859699b3639b6f7d5d15865e6ec1591b3d36f06
2014-03-14fix odf validation errorMarkus Mohrhard
New elements must not be exported into the chart namespace. Change-Id: I295d61224e255dff04ea8564b01a5a438876afc1
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
Change-Id: I8b7e4284c122549c03edaa7f3963cbfb2024b3fc
2014-03-12fdo#75872: ODF import: fix up graphics defaults stroke/fill colorsMichael Stahl
These have changed a few times, notably in LO 4.0 with commit 895890563cb0cc5fa872bdfd06918a46cdda172d and AOO 4.0 with commit c0eb5e7772c848806db8ab461f77f9549c1d8b2b; unfortunately historic OOo and current AOO do not write the values into ODF files, whereas LO 4.x does (probably by accident, since 45d3577bc5726eee44f491fd30a7f11dc428431a by design). Try to set the defaults depending on the generator; since the defaults are not specified by ODF they are implementation defined anyway so this should be OK. Change-Id: I1270d6e0cdeea5cb493724a0998f661a0cf644f1
2014-03-12Spelling fix: suportedTor Lillqvist
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
2014-03-10fix one more ODF validation errorMarkus Mohrhard
Change-Id: I265ea970043a954e2e60234d4b3ff90956c939ec
2014-03-10fix odf validation errors around new chart regression curvesMarkus Mohrhard
Change-Id: If67207abb204b5aca8365737088437b12ac6eaf1
2014-03-10support export of property mappingMarkus Mohrhard
Change-Id: I9529eedb9c9c002bfc2fee638938082cef59f185
2014-03-10unnecessary null pointer check before deleteMarkus Mohrhard
Change-Id: I16d48a501353b45e2d6c8cc0de49f3da0709eabe
2014-03-10coverity#736008 Dereference after null checkCaolán McNamara
Change-Id: I87977322458b6f22816bdfefb44795609c8159a4
2014-03-10Keying on XTypeProvider::getImplementationId is unnecessary hereStephan Bergmann
...given that cases where "every instance of getPropertySetInfo returns a new object [...] must not be cached" anyway, so just key on the XPropertySetInfo instances. Change-Id: I11f0a1fe030226d1d26d6b6e6a2654f4511fdce8
2014-03-08fix ODF validation errorMarkus Mohrhard
that attribute was only written for backwards compatibility Change-Id: Icf06300809c55c3a20a74ee3b9d36644d6f5c2d9
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
Fix all sorts of incorrect double line handling in drawinglayer in order to draw thick-thin double line types correctly. Also change handling of border lines in writer tables. There are still some outstanding issues but it's much better than how it was before. Also realized that Word and Excel handle simple thin double lines differently; Word varies widths of all of the lines and the gap whereas Excel only has one fixed size for its double line. For this reason I decided to add a separate double line type (DOUBLE_THIN) to handle Excel's double line. Change-Id: Iaaa353b6e4f998b524262bea59260b4333e0cdb4
2014-03-01Clean up uses of rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLengthStephan Bergmann
Change-Id: Ie37614dac882bfe05f8ce595ae6b20326dce872e
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from xmloffAlexander Wilms
Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904 Reviewed-on: https://gerrit.libreoffice.org/8346 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
Change-Id: I773524536c0ed7bc34eb08cd35cfc77e83f722ba
2014-02-25Typo: apropriate -> appropriateJulien Nabet
Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6
2014-02-25(T/t)herfor -> (T/t)hereforeJulien Nabet
Change-Id: I7678dcccc3afa8ecde5160a3f0d731b923f3bfca
2014-02-25coverity#738306 Uncaught exceptionCaolán McNamara
Change-Id: Id8b343993b22ceb83490c7f2d1f465a728ccb4fc
2014-02-25xmloff: import/export loext:rel-width/height-rel for Writer shapesMiklos Vajna
Change-Id: Ie6e4367a235038479287530bd08b0a89c6bb498b
2014-02-25xmloff: import style:rel-width/height for drawinglayer shapesMiklos Vajna
In case the underlying UNO object supports that, which is the case for Writer. Export was already working before. Change-Id: I4676c8349ebe1959da004d6e1a024a342da45049
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-24Here the line made sense, bring it back.Jan Holesovsky
Change-Id: Iba1c798edfe1b0eb5edcba904ceacec9174cacc6
2014-02-24Remove unnecessary bool2anyStephan Bergmann
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
Change-Id: I4848bf84615274ad5732223a354fb7a6b845d9a8
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21coverity#708698 unused mbAdaptPercentage memberCaolán McNamara
Change-Id: Ie94623b31b7874dc05a3ea5a7a6709b9487a5aa6
2014-02-21coverity#708700 Uninitialized scalar fieldCaolán McNamara
Change-Id: I294e455eb2b8853f2fbe43527a960e30d32c88c8
2014-02-21coverity#708702 Uninitialized scalar fieldCaolán McNamara
Change-Id: I89bab63349a5d89df0683eb36c3e69b6370e2ed1
2014-02-21coverity#708704 Uninitialized scalar fieldCaolán McNamara
Change-Id: I135988584eb00e891bbc6410f3cf80f955f046ec
2014-02-21coverity#708705 Uninitialized scalar fieldCaolán McNamara
Change-Id: If48058d1f5cfb1c91c996f2921381b9c74aca04e
2014-02-21coverity#708707 Uninitialized scalar fieldCaolán McNamara
Change-Id: I36432d090334440b596dfcc56339f10cb0b96426
2014-02-21coverity#708708 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1b0f4ed24dd6c1281f2170e5b1199435ce1409f5
2014-02-21coverity#708711 Uninitialized scalar fieldCaolán McNamara
Change-Id: I3f67e5609d0c25837b56d65ade364fc29c87d057
2014-02-21coverity#708712 Uninitialized scalar fieldCaolán McNamara
Change-Id: I11ac81246cba518763a9af759fa4b08880c90ae8
2014-02-21coverity#708713 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ia7a75985df0ad80e7cf0006b63a3f2a25c93bab1
2014-02-21coverity#708715 unused member variableCaolán McNamara
Change-Id: Idc7c58ec1f2646276e16177dcb748daea8f85849
2014-02-21coverity#708718 Uninitialized scalar fieldCaolán McNamara
Change-Id: I77c96d2b070f5c4735de000d7513d0867626bd5c