summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* n#734735: [PPTX] Use number format, if available, for charts.Muthu Subramanian2013-03-271-0/+3
|
* -Wunused-macrosStephan Bergmann2013-03-273-22/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* cleanup gbuild outputPeter Foley2013-03-251-3/+3
| | | | Change-Id: I53e1ccda41688975ea180f44bfd507ce4ca39bf2
* "atomar" is not a wordTor Lillqvist2013-03-232-2/+2
| | | | | | SCNR Change-Id: I3aaa8d9b37423d44fe11f161cc21c0a77b466353
* clean up DBG_ERRORnThomas Arnhold2013-03-221-2/+1
| | | | | | | | | | | | | Those were DBG_ERRORn before and were falsely changed to OSL_TRACE by me. See: 1707a350af8a0909ae88c2b11deb714f8b2a93ff 533f89e49395bbc31baaab9ade46db934b383e14 Change-Id: I4f4188ba25b988128a539542f49797ea6985702e Reviewed-on: https://gerrit.libreoffice.org/2900 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* remove duplicate copy of SchXMLSeriesHelper: take 2Peter Foley2013-03-214-324/+1
| | | | | | This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
* Revert "remove duplicate copy of SchXMLSeriesHelper"Peter Foley2013-03-214-1/+324
| | | | | | This reverts commit 13d935d01e61fa821a5ef5893181190c90ae8e0e. Appears to be broken.
* regenerate pchPeter Foley2013-03-211-4/+1
| | | | Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2
* remove duplicate copy of SchXMLSeriesHelperPeter Foley2013-03-214-324/+1
| | | | | | This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-197-57/+57
| | | | Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-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>
* trailing whitespacesThomas Arnhold2013-03-191-3/+3
| | | | Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
* avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák2013-03-185-11/+11
| | | | Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642
* avoid Wundef in cases where the usage seems otherwise okLuboš Luňák2013-03-181-1/+1
| | | | Change-Id: Iabccc31c59cec32235661f5225f45bb13f76a68f
* regenerate pchPeter Foley2013-03-151-0/+3
| | | | Change-Id: Iaf0195a0c2ec3d6daa1e3c70d20dfa8de97b9647
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* More cleanup of pptx comment import code.Thorsten Behrens2013-03-143-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
* Cleanup pptx comment import patch a bit.Thorsten Behrens2013-03-136-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
* bnc#798309 inherit group style from parentNoel Power2013-03-137-12/+22
| | | | Change-Id: Ie4f1d244f1c9b4935305742d12cabaee3e38647c
* Changes to enable display of comments annotations in pptx filesVinaya2013-03-136-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>
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-03-123-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>
* update pch headersLuboš Luňák2013-03-121-0/+8
| | | | Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
* pptx import:supporting FilterData properties:PageRange and ImportNotesPagesSJacobi2013-03-114-111/+174
| | | | Change-Id: I9da8455bb10e93f1ae6c4894d4f15ff7fbcdfa07
* remove remaining UTF bomBorim2013-03-111-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>
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-1/+1
| | | | | | brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
* update pch filesPeter Foley2013-03-101-0/+1
| | | | Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-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>
* fdo#48735: Save crop information in PPTX.Pallavi Jadhav2013-03-063-0/+27
| | | | | | fdo#48735: Save crop information in PPTX. Change-Id: I8aee13b11406988ab451034f43ee41c662add5fb
* doubled usingThomas Arnhold2013-03-051-1/+0
| | | | Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
* remove trailing whitespacesThomas Arnhold2013-03-041-1/+1
| | | | Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282
* sal_Bool to boolTakeshi Abe2013-03-041-1/+1
| | | | Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
* doubled includesThomas Arnhold2013-03-043-3/+0
| | | | Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
* doubled namespaceThomas Arnhold2013-03-041-1/+0
| | | | Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
* oox: fix doxygen comments in drawingml::shapeMiklos Vajna2013-03-031-10/+10
| | | | Change-Id: I3b2576057db49998b610da3094c3a41f2d214429
* coverity#705402 Improper use of negative valueNorbert Thiebaud2013-03-021-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>
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* remove some trivial duplicatesThomas Arnhold2013-02-251-1/+0
| | | | Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
* coverity#984099: Unitialized scalar fieldNorbert Thiebaud2013-02-241-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>
* coverity#983372 : Dereference before null checkNorbert Thiebaud2013-02-241-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>
* cosmetic clean-upsNorbert Thiebaud2013-02-221-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>
* coverity#736043 Missing break in switchNorbert Thiebaud2013-02-221-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>
* coverity#738777 Uninitialized scalar field => unused memberNorbert Thiebaud2013-02-221-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>
* coverity#738776 Uninitialized scalar fieldNorbert Thiebaud2013-02-221-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>
* fix problem with \0 in string literalMarkus Mohrhard2013-02-221-1/+2
| | | | Change-Id: If605c111a1d921e404c4aca12d28c558a6659987
* n#779642: Import vertical layout mode from VML elements.Cédric Bosdonnat2013-02-213-0/+20
|
* fdo#58789: export field separators, fix series name displayKatarina Behrens2013-02-171-1/+14
| | | | Change-Id: I1edae1c2ec845a46d7a9a4ab2517784d2d68d51d
* oox: MSVC complains that nPlacement may be uninitializedMichael Stahl2013-02-131-1/+1
| | | | Change-Id: If80b550af5e3dac9ae0601bd9ce0e9e5e877b254
* oox: fix build breaker: stop using some non-existent "S"Michael Stahl2013-02-131-2/+2
| | | | Change-Id: I06124875ad7b4a995010be26f29a16df0b3bd072
* fdo#59789: xlsx export of data point labels, first cutKatarina Behrens2013-02-132-1/+83
| | | | Change-Id: I4a9d893ce7999970a559851ce2faac50b3d01b6e