summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-2213-294/+52
|
* oox import, added support for linked graphics (at least they are embedded nowsjacobi2013-04-191-3/+12
| | | | Change-Id: I7fc8dcc989eb37d3a337f06137bb7361cce797d3
* WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist2013-04-191-1/+1
| | | | Change-Id: I70f6a46b2195aa28c1a6dcd8c8d7e52fccb22cc3
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-183-8/+32
| | | | | | | | | | - nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
* fix Frame import for oox filterNoel Power2013-04-181-0/+1
| | | | Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba
* implement MultiPage, Page & TabStrip import for ooxNoel Power2013-04-175-15/+240
| | | | Change-Id: I1912c9550c12a971fcc7fdbc8bd623f18ccc40b8
* Update pchAurimas Fišeras2013-04-171-1/+2
| | | | | | | Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 Reviewed-on: https://gerrit.libreoffice.org/3427 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* bnc#793414: Fixed the left margin of bulletFelix Zhang2013-04-161-1/+3
| | | | Change-Id: I4726ab00a6e2700407ffcf5258d3736ed0161514
* fdo#36791 Added cases for unsupported VML commandsEilidh McAdam2013-04-151-11/+96
| | | | | | | | | | Fixes crash on two-character VML path commands. Change-Id: Ia1abca37352b1feb20a41b4bac68ecb9e40ed8dc Reviewed-on: https://gerrit.libreoffice.org/3093 Tested-by: Miklos Vajna <vmiklos@suse.cz> Reviewed-by: Eilidh McAdam <eilidh.mcadam@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
* RTF filter: import fShadow, shadowColor and shadowOffset shape propertiesMiklos Vajna2013-04-111-1/+1
| | | | Change-Id: I862a6b59ea2c3fa00f12cb3e9dbfd672a6aa58e5
* oox: make these classes publicMiklos Vajna2013-04-103-3/+5
| | | | | | | | | They were already declared in oox/inc/oox/*, but one header wasn't delivered, the rest wasn't visible outside the library. Having them public makes it possible to re-use them from writerfilter, e.g. in the RTF gradient import code. Change-Id: I13d8c860b2582489d216fd68295f230d5c98f31b
* Allow selecting the tls backend to use in oox from configureMiguel Gomez2013-04-102-0/+98
| | | | | | | Change-Id: Ie82afb1f22caa0b02ddac256e2a0c2a49f19bb15 Reviewed-on: https://gerrit.libreoffice.org/3173 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Fix again n719988, n734733Xisco Fauli2013-04-081-1/+2
| | | | | | | Bullet should have same color as following text by default Regression from bb3540a7cb6866a7b6c36cd71ea4bb9b0609d1e8 Change-Id: I007088db5bcb71e8d90d287b21762dca0dda9573
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-073-6/+0
| | | | Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07131-903/+882
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-04-011-6/+7
| | | | Change-Id: I59a332c96793ced08bb509776dbcb8fd6c9d2ab9
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-04-011-8/+6
| | | | Change-Id: Ie155215aea1d6f15e51bf5e64bab10eb2198d4de
* #119750# corrected opacity import for SC comment shapes and their shadow ↵Armin Le Grand2013-03-311-3/+32
| | | | visualisation
* OSL_FAIL -> SAL_WARNThomas Arnhold2013-03-302-6/+6
| | | | | | | Change-Id: I1871e5e3a319b2d5177ae4bd470046c022c14eb7 Reviewed-on: https://gerrit.libreoffice.org/3121 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-3/+2
| | | | | | + convert while loop in for loop Change-Id: I615e2c724481047b557a4da9bb0753ec6eaecb90
* n#810508: Fixes import of Scatternet and Bubble charts.Muthu Subramanian2013-03-281-2/+2
| | | | xVal needs to be imported as double and not as strings.
* 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>