summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2014-04-02ODF import of glTF 3D modelsZolnai Tamás
Change-Id: I42f7bc63c1f75592ab628407b40d40536e58f18c
2014-04-02ODF export of glTF 3D modelsZolnai Tamás
Change-Id: Iea06ea7359b859144df338e1e22675e05bf4a2d7
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Ib4a73215187923dccd72fc7793ffd4bcbef24ab9
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Ib8c99a646923257647487cd7f121023876587cd2
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Idc7b0ef2591e65e82903d55af68434acbeca0e55
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: I1c97da5b7bbac348150399afbf386613433e5551
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: I1deb10cb1581137ab92e73367e63339822a9a094
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: If694d16088ae0dcdc8b99797eed575c90d646fe5
2014-03-31xmloff: sal_Bool->boolNoel Grandin
and remove some unused return values Change-Id: I957b4befd2e2574a1d202edee440f65325d5388a
2014-03-29typo: persistance -> persistenceThomas Arnhold
2014-03-28Remove remaining DBG_CTOR etc. remnants from xmloffStephan Bergmann
Change-Id: I1358b5388195240c3357e4be851a48ccbe33df9e
2014-03-28-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I8ae538d9eb23efde04d18c8bcde348e97bc8d0f5
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
(cherry picked from commit b635b4fa4e42053d30ab639643d2236a20243f62) Conflicts: comphelper/inc/comphelper/TypeGeneration.hxx comphelper/source/property/TypeGeneration.cxx cui/source/factory/dlgfact.hxx cui/source/inc/cuitabarea.hxx cui/source/tabpages/tabarea.cxx cui/source/tabpages/tabarea.hrc cui/source/tabpages/tabarea.src cui/source/tabpages/tparea.cxx drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx drawinglayer/source/texture/texture.cxx editeng/inc/editeng/unotext.hxx editeng/source/items/frmitems.cxx include/drawinglayer/texture/texture.hxx include/editeng/brushitem.hxx include/svx/sdr/primitive2d/sdrdecompositiontools.hxx include/svx/svxids.hrc include/xmloff/xmltypes.hxx reportdesign/source/ui/misc/UITools.cxx sc/source/ui/drawfunc/drawsh.cxx sfx2/source/dialog/tabdlg.cxx svl/source/undo/undo.cxx svx/inc/svx/unoshprp.hxx sw/Library_sw.mk sw/inc/doc.hxx sw/inc/format.hxx sw/inc/frmfmt.hxx sw/inc/swatrset.hxx sw/inc/unomap.hxx sw/inc/unoprnms.hxx sw/source/core/access/accpara.cxx sw/source/core/attr/format.cxx sw/source/core/attr/swatrset.cxx sw/source/core/doc/docdraw.cxx sw/source/core/doc/docfly.cxx sw/source/core/doc/notxtfrm.cxx sw/source/core/inc/frame.hxx sw/source/core/inc/frmtool.hxx sw/source/core/layout/atrfrm.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/text/inftxt.cxx sw/source/core/text/porfld.cxx sw/source/core/text/txtfly.cxx sw/source/core/txtnode/fntcache.cxx sw/source/core/uibase/app/docst.cxx sw/source/core/uibase/app/docstyle.cxx sw/source/core/uibase/shells/drawdlg.cxx sw/source/core/uibase/shells/frmsh.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unoprnms.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/fmtui/tmpdlg.cxx sw/source/ui/fmtui/tmpdlg.src sw/source/ui/frmdlg/frmdlg.cxx sw/source/ui/frmdlg/frmpage.src sw/source/ui/inc/frmsh.hxx xmloff/source/text/txtprhdl.cxx xmloff/source/text/txtprmap.cxx Change-Id: Id3ffaa83bb5594d287f1ac8f2c1c9cf55c70946d
2014-03-26Export RoundedEdge property to ODF.Kohei Yoshida
Change-Id: I3b20ef70dac4dc9905a169245e0b48b98a20c697
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida
Change-Id: I38e9813c6eb853dfb92b1537cea0b9ad97473b57
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