summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2014-04-14update_pchThomas Arnhold
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-14typo: noone -> no oneThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-14typo: currect -> currentThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: I2ca50a15209503020047975ac848df98b74089af
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
2014-04-06coverity#704111: Unchecked return valueNorbert Thiebaud
Change-Id: Ida3a1b2804f655b39378f79e10872dcac4e70cf1
2014-04-06coverity#441207: Logicaly dead codeNorbert Thiebaud
Change-Id: Ia198d64a95d86a1cd47987d6db3aa3faafba84f4
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard
Change-Id: Id72e9778c70db02b942326c6f8b5f448acb28b41
2014-04-05no need for member variable and bool variableMarkus Mohrhard
Change-Id: I58dc22fdec3db8280506a92fe16065cc5482c357
2014-04-04glTF ODF export: use mimetype to decide about file typeZolnai Tamás
Change-Id: Ib1837bdc7468fb19f55a38f6875e026eea8d3b24
2014-04-04Use stored mime type for stream creationZolnai Tamás
Change-Id: Iecc50f7964fa63ae028e2fb21d022de1f060c7a7
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás
Default mime-type for all media objects: "application/vnd.sun.star.media" The problem of missing mime-type detection still exists. For now only glTF model has a concrete type. Change-Id: I4dca26c1c47a564579bbed926bffa3aa5eda6c04
2014-04-04resolved fdo#76777 now write correct number style condition operator !=Eike Rathke
https://gerrit.libreoffice.org/8834 and https://gerrit.libreoffice.org/8836 will prepare 4.2.4 and 4.1.6 to accept the correct != operator instead of <> that was written so far. Change-Id: Ib89bbaf096e2d459767c4d05e5bf5151a1120c1a
2014-04-04accept proper number style condition != as not equal operator, fdo#76777Eike Rathke
ODF 1.2 specifies '!=' as not equal operator in <number:number-style> <style:map> style:condition attribute. So far '<>' is written, accept the correct operator. Change-Id: I6087992ee35fff5c7aa52b7cec2b83b0a78dbac1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
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