summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-13fix a crash with empty stringLuboš Luňák1-4/+2
If it's named nLast, then it's supposed to point to the last character, which, with an empty string, logically means it should point before the start of the string. Change-Id: I248fbe80c1c4b1c2c8d39f0bcf772f9b85415e4a
2012-07-12xmloff: add new constant for commentrange field typeMiklos Vajna1-0/+1
Change-Id: I9bdf184f5a8f414144d9dea814d6179ec2134209
2012-07-11Decrease header files dependenciesMatteo Casalin3-3/+3
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-10xmloff: kill RTL_CONSTASCII_USTRINGPARAM in rebased codeMiklos Vajna12-54/+48
Change-Id: I3d5227c299d78d4492c47e29385c2c5ca25cfe49
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-3/+4
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna3-15/+6
sw document model, xmloff and offapi supported these separately, but sw layout did not. It turns out it's not needed for Word interop, either, so better to just merge these, instead of implementing them independently without a good use-case. Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc
2012-07-08removed unused includesTakeshi Abe2-2/+0
Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
2012-07-05xmloff: unused includes in txtimpMiklos Vajna1-22/+0
Change-Id: I0a4feed51067f6b222d60f569dd794f2439fc790
2012-07-05xmloff: implement first page header/footer import/exportMiklos Vajna10-18/+131
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
2012-07-02Remove unused definesThomas Arnhold1-4/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks2-8/+2
2012-07-01Remove unused definesThomas Arnhold1-3/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-3/+3
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-06-29Remove include guardsThomas Arnhold4-9/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove unused localsThomas Arnhold1-4/+0
Change-Id: I14369787e99d31cba32957301340cef2fc832b91
2012-06-29Remove UNO includes commentsThomas Arnhold7-14/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28Remove unused header filesThomas Arnhold1-56/+0
Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
2012-06-27Remove unused header filesThomas Arnhold3-2046/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-27Remove unused include filesThomas Arnhold1-61/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27removed unnecessary forward declarations of classTakeshi Abe19-52/+1
except moving SvXMLStyleContext into xmloff/source/forms/layerimport.hxx Change-Id: I5e16b54f98ccdd54bc0bb373d3fe92ed1bef3c5e
2012-06-27add support for axis color import/exportMarkus Mohrhard2-0/+2
Change-Id: I713981b9ae1a82ca0b014cde88abdc32af1f9975
2012-06-26removed unnecessary forward declarations of classTakeshi Abe3-14/+0
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
2012-06-26re-base on ALv2 code.Michael Meeks3-70/+45
2012-06-22.xml files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22.mod files don't need executable bitsMichael Stahl14-0/+0
Change-Id: I2bd2782db41b58634627706b96238fcf8297547a
2012-06-22.cxx files don't need executable bitsMichael Stahl1-0/+0
Change-Id: Ic27d7728025b3d666c0ebaf9ec4cd2006d0c89bf
2012-06-22re-base on ALv2 code.Michael Meeks5-115/+70
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks374-9056/+5699
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks2-21/+30
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
2012-06-16removed unused forward declarations of classTakeshi Abe1-2/+0
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold2-3/+0
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-2/+1
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-13removed code commented-out in the first placeTakeshi Abe1-3/+0
Change-Id: Idb109cf767342042f1a2941c30fcf137f468e7df
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl2-4/+8
The vector::back() does not return a value but a reference, hence this is invalid. Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2
2012-06-12work around spurious signed overflow warningsEike Rathke1-4/+4
gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Werror=strict-overflow] Change-Id: Ibbc2f3533097ad379e1707f77039c675a0d00133
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-1/+2
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-09Remove superfluous empty lines on topThomas Arnhold22-45/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold1-6/+0
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-13/+12
Update code to use factory method PathSubstitutions::create Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05fdo#30711: fix some problems in 7a1c5e54:Michael Stahl1-29/+20
The elements are exported without checking for bAutoStyles, and the Any conversion is overly verbose. Change-Id: Iebb52c8cd2638424dd48d28ec5a12c10a41f6cbf
2012-06-05Catch more remnant ODFVER_LATEST instances.Thorsten Behrens2-3/+3
This extends commit d0af38eaa029c2f2c2617544c8b6798c463381b9, converting more latest-ver to 1.2-extended cases.
2012-06-05Fix fdo#50704 Default to absolute svg:d paths for ODF1.2 compat-modeThorsten Behrens6-23/+34
This writes out absolute paths, to side-step buggy odf consumers' wrong handling of the 'z' statement (i.e. they ignore it for current positions).
2012-06-05Add ODF1.2 extended-but-more-compatible modeThorsten Behrens4-6/+8
With several legacy pre-ODF1.2 and ODF1.2-only consumers out there, folks wanted a more backward-compatible ODF1.2 extended mode, that uses stuff deprecated in 1.2, and/or is 'bug-compatible' to older OOo-versions. Therefore, adding ODFVER_012_EXT_COMPAT, and sticking it to several attributes that were ODFVER_LATEST before.
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens2-8/+6
Make "export extended ODF" consistently mean "version > ODF1.2". Future ODF versions need manual review anyway, of the various changes/additions we ship. Change-Id: I0f6c1646b306e18f0abcdd1a1802fece821b2e93
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-4/+9
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04nuke unused definesTakeshi Abe1-3/+0
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-06-03Import X errorbars.Rafael Dominguez6-20/+192
Change-Id: I069271ad1c0f2fc5ec0854d6fb13aa0dc25be01d
2012-06-03Export errorbars attributes and styles to XML.Rafael Dominguez1-1/+23
- Instead of exporting the errorbar data to the series in a global way now each errorbar has its own attributes depending on their user settings, so we can have different data for each type bar (only when using ODF 1.2 extended) and still keeping it backward compatible with old formats.