summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)AuthorFilesLines
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann7-57/+57
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-35/+35
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19trailing whitespacesThomas Arnhold1-3/+3
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
2013-03-19reduce whitespaces between include and filenameThomas Arnhold1-1/+1
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák5-11/+11
Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-1/+1
Change-Id: Iabccc31c59cec32235661f5225f45bb13f76a68f
2013-03-15regenerate pchPeter Foley1-0/+3
Change-Id: Iaf0195a0c2ec3d6daa1e3c70d20dfa8de97b9647
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-14More cleanup of pptx comment import code.Thorsten Behrens3-64/+74
- moved non-trivial code out of header file - replaced all std::string occurences with OUString - binned boost/atoi string parsing in favour of builtins. Change-Id: I872e18e33ae9b997e041b4ccc26f80e79b54052b
2013-03-13Cleanup pptx comment import patch a bit.Thorsten Behrens6-125/+154
This cleans up 856756ec77ac64d1caee6c1b80c3641d4e487b2d a bit: * add vim footer for new file * use UpperCamelCase for class names * use const references for parameter / bulk object passing * indent properly * don't mix private/public class members randomly * use customary exception object, actually handle the error * stick comment classes into oox namespace * use 'ma' class member prefixes where applicable Change-Id: I98021415331e62a8ee583ecfd27829f7dbfbc498
2013-03-13bnc#798309 inherit group style from parentNoel Power7-12/+22
Change-Id: Ie4f1d244f1c9b4935305742d12cabaee3e38647c
2013-03-13Changes to enable display of comments annotations in pptx filesVinaya6-3/+295
Change-Id: Ibf7dc0c61dc46d1568abe47285662810f79410e7 Change-Id: I965798cd3a539ab8deffcdf4a8e2c52c9e8e8fc1 Reviewed-on: https://gerrit.libreoffice.org/2048 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-12fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan3-25/+19
- replaced OSL_TRACE with SAL_INFO - replaced OSL_ENSURE with SAL_WARN_IF Change-Id: Ie30fbc9c720d8b93d6093e2c95f61dceea8aae2f Reviewed-on: https://gerrit.libreoffice.org/2651 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-12update pch headersLuboš Luňák1-0/+8
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-11pptx import:supporting FilterData properties:PageRange and ImportNotesPagesSJacobi4-111/+174
Change-Id: I9da8455bb10e93f1ae6c4894d4f15ff7fbcdfa07
2013-03-11remove remaining UTF bomBorim1-1/+1
Change-Id: I3a24a7af782f538cdfad4cc58328c5ab7412c2cc Reviewed-on: https://gerrit.libreoffice.org/2644 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-10update pch filesPeter Foley1-0/+1
Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-1/+1
Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-06fdo#48735: Save crop information in PPTX.Pallavi Jadhav3-0/+27
fdo#48735: Save crop information in PPTX. Change-Id: I8aee13b11406988ab451034f43ee41c662add5fb
2013-03-05doubled usingThomas Arnhold1-1/+0
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04remove trailing whitespacesThomas Arnhold1-1/+1
Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled includesThomas Arnhold3-3/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04doubled namespaceThomas Arnhold1-1/+0
Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
2013-03-03oox: fix doxygen comments in drawingml::shapeMiklos Vajna1-10/+10
Change-Id: I3b2576057db49998b610da3094c3a41f2d214429
2013-03-02coverity#705402 Improper use of negative valueNorbert Thiebaud1-22/+87
while at it let's avoid creating 16 OUString objects per run from the same 8 constants.. and let's avoid parsing the source 4 times when 1 time suffice... and of course use OUStrinBuffer to construct the result rather than creating and recreating OUString over and over. Change-Id: I74fdb8b51bab91a0883db65bc8c5d0e8606e2da4 Reviewed-on: https://gerrit.libreoffice.org/2326 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
2013-02-24coverity#984099: Unitialized scalar fieldNorbert Thiebaud1-2/+6
Change-Id: I9938ffebca054744a6a1e333df3933a3633ea8d3 Reviewed-on: https://gerrit.libreoffice.org/2318 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24coverity#983372 : Dereference before null checkNorbert Thiebaud1-2/+2
Change-Id: Icfb2db359f2cf2625e1f7e5ed7ed0f255d40d21c Reviewed-on: https://gerrit.libreoffice.org/2319 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-22cosmetic clean-upsNorbert Thiebaud1-254/+254
Change-Id: I951d0f52b12bde4df8cb444a654e6f45c66c5f57 Reviewed-on: https://gerrit.libreoffice.org/2324 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-22coverity#736043 Missing break in switchNorbert Thiebaud1-1/+1
Change-Id: Ia75cc63035119f243e8145e982d1f5267078c1e8 Reviewed-on: https://gerrit.libreoffice.org/2323 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-22coverity#738777 Uninitialized scalar field => unused memberNorbert Thiebaud1-1/+0
Change-Id: Id4ddd4d4581aa35abfab0251737607d794a944f3 Reviewed-on: https://gerrit.libreoffice.org/2321 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-22coverity#738776 Uninitialized scalar fieldNorbert Thiebaud1-8/+9
Change-Id: I98770ba5cf3179a743d1f3fe0684f12adc65c29b Reviewed-on: https://gerrit.libreoffice.org/2322 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-22fix problem with \0 in string literalMarkus Mohrhard1-1/+2
Change-Id: If605c111a1d921e404c4aca12d28c558a6659987
2013-02-21n#779642: Import vertical layout mode from VML elements.Cédric Bosdonnat3-0/+20
2013-02-17fdo#58789: export field separators, fix series name displayKatarina Behrens1-1/+14
Change-Id: I1edae1c2ec845a46d7a9a4ab2517784d2d68d51d
2013-02-13oox: MSVC complains that nPlacement may be uninitializedMichael Stahl1-1/+1
Change-Id: If80b550af5e3dac9ae0601bd9ce0e9e5e877b254
2013-02-13oox: fix build breaker: stop using some non-existent "S"Michael Stahl1-2/+2
Change-Id: I06124875ad7b4a995010be26f29a16df0b3bd072
2013-02-13fdo#59789: xlsx export of data point labels, first cutKatarina Behrens2-1/+83
Change-Id: I4a9d893ce7999970a559851ce2faac50b3d01b6e
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák1-2/+7
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin2-12/+10
Change-Id: I12af47afc21c2b646197893a77698f4e0818f94f
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin4-13/+11
Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
2013-02-08unused variable after 2e14a8bf03cefe831eb7694ea903115bc4b61ecfLuboš Luňák1-1/+0
Change-Id: Ib4c50a14e630e34daf1b39d28c4ed99b6367f26b
2013-02-08fix invalid USS macro use, the result is for immediate use in callsRadek Doulik1-13/+4
- otherwise it will became invalid immediately as in this case and contain some random value from stack Change-Id: I9e9e9660ec5d391549b16c6a0510c97cc11e7442
2013-02-05fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-29/+27
- changed osl_trace with sal_info Change-Id: I6504abf50f6193db52d101ec856bcaf1ee2a982c
2013-02-04String cleanup in ooxJosé Guilherme Vanz20-67/+47
Change-Id: Ica69f655f3777fe37a51e313218ae12aa7d012a2 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1977 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-04String cleanup in ooxJosé Guilherme Vanz1-13/+12
Change-Id: Ib06b6defdb82c5d62be9cbd59f02827c07a320d8 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1969 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-01fix position correction for flipped shapesLennard2-3/+9
This complements change a9fc1456719da3cecda6a97454bad0642e493035 The Translation-compensation of that fix didn't work for flipped shapes. Also, vertically flipped shapes made problems. Also 360 °C = 0°C (drawingml.hxx) I didn't dare to fix it earlier because there is some problem with the selection frames. But that is an import bug, not caused by some export stuff! This import bug makes the manipulation rectangles around the shapes flipped & turning in the wrong direction, perhaps due to CroftCro$oft clockwisification! Change-Id: I05aa036d31cd5d9a8b194897b3d92ec12d6d2c61 Signed-off-by: Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1250 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>