summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Collapse)AuthorAgeFilesLines
* update pchThomas Arnhold2013-04-251-1/+1
| | | | Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
* comments and code reformatMaxime de Roucy2013-04-255-10/+33
| | | | | | | Change-Id: Ib4e45cb85c9e5e5ffa6476c939300c6795412b1a Reviewed-on: https://gerrit.libreoffice.org/3582 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* x error bars are also defined in ODF 1.2Markus Mohrhard2013-04-241-1/+1
| | | | | | | I suppose they were deactivated in ODF 1.2 because of the invalid ODF files produced by the old code Change-Id: I42624a3e0f57405b38110bef86a0aa533f491c6c
* fix a problem with error bar weightMarkus Mohrhard2013-04-241-1/+1
| | | | Change-Id: I812bbcdc346bffd2f0c968077a3fe86a241cf231
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+0
| | | | | | | Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* execute move of global headersBjoern Michaelsen2013-04-23102-15602/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* fdo#46808, convert form::Forms to new styleNoel Grandin2013-04-232-2/+1
| | | | Change-Id: I966ed18d45dc8a04c97a703d3c83382714025f2c
* xmloff::token::GetXMLToken: only execute the check onceMichael Stahl2013-04-221-10/+16
| | | | | | | Tor says this check eats many CPU cycles, and the checked array is static, so checking it just once is sufficient. Change-Id: Ic8f85ebe940e4cf2c258cc778a8fd14512bdef94
* xmloff::token::GetXMLToken: deploy assert in consistency checkMichael Stahl2013-04-221-2/+2
| | | | | | There will be serious problems if that is inconsistent. Change-Id: I41b8de66132224fb5cd2a6dcb7ff3128eb704016
* fix mismerge in PropertyMap.hxxMarkus Mohrhard2013-04-221-1/+1
| | | | Change-Id: Ic8a0b81a9a44d8494ef1634e23b25fcb9423e7ff
* get the handling of error bar ranges correct in xmloffMarkus Mohrhard2013-04-224-22/+47
| | | | | | | We finally produce valid files again for error bars export. Additionally we don't export unnecessary attributes anymore. Change-Id: Idc4b4259c47a945e3679dac1a9810cd9f1f05bac
* more work on getting the error bar export produce valid docsMarkus Mohrhard2013-04-221-2/+2
| | | | Change-Id: I19189e6be83dde58b4b3b7b55f40b701818eceed
* bring some sense into the error bar mappings for styles exportMarkus Mohrhard2013-04-221-10/+5
| | | | | | | | | | | | There were several properties that were duplicated for the X error bars but where effectively not used by the code as these properties did not work. We now specify only one used entry from the chart2 API and remove the entries from the old chart API. As soon as the old chart API is unused in the import/export filter we can deprecate it. Change-Id: Ib0487b41ea044136714037c27418ce049a5b92b7
* little formatting clean-upMarkus Mohrhard2013-04-221-12/+12
| | | | Change-Id: I3f30e2b69933f740a9938ac1ed93e7f7727b78bc
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-04-228-121/+60
| | | | | | | | | | - replaced osl_trace with sal_info - replaced dbg_* with sal_* Change-Id: I4db4a2db0f4f2e9913826f428ba129099b1ac8a8 Reviewed-on: https://gerrit.libreoffice.org/3526 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2013-04-204-4/+4
| | | | | | | | Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-1/+1
| | | | | | | | | Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Remove pass-through header svtools/inc/svtools/txtcmp.hxxMichael Dunphy2013-04-192-29/+0
| | | | | | | | | | | | | | | Change-Id: I605ae778e57a12588dca274a4ee34a018004034e Remove pass-through header sfx2/inc/sfx2/imgdef.hxx Change-Id: I9a5ebabefccdd63b55d64aec26488542d0d362e3 Remove pass-through header xmloff/inc/xmloff/xmlcnitm.hxx Change-Id: If880679499daee2f77d1f6e148dba963d09bbb9c Reviewed-on: https://gerrit.libreoffice.org/3477 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-1812-30/+39
| | | | | | | | | | - 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 typos: HEIGTH -> HEIGHT and WEIGTH -> WEIGHTLior Kaplan2013-04-189-11/+11
| | | | | | | Change-Id: Ie5dc62bf535360cde8a5ccd6f8be3965ff48739c Reviewed-on: https://gerrit.libreoffice.org/3435 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-04-173-127/+71
| | | | | | | | | | - replaced osl_trace with sal_info - replaced dbg_* with sal_* Change-Id: Ie5d3ae7d2c5dbaaed30d0b39740748845c9f1641 Reviewed-on: https://gerrit.libreoffice.org/3423 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
| | | | Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
* fdo#60724 successfull -> successfulThomas Arnhold2013-04-151-1/+1
| | | | Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
* fdo#60724 correct spellingThomas Arnhold2013-04-153-4/+4
| | | | Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
| | | | Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
* fdo#60724 informations -> informationThomas Arnhold2013-04-151-1/+1
| | | | Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
* i#98430: Import at least the shape.Jan Holesovsky2013-04-121-2/+6
| | | | | | | The image that is inside is dropped though, we do not have support for that in editeng. Change-Id: I16dc1656e6f71fd80136bc39233decef4e1d4069
* i#52127: Avoid .back() on an empty vector, fixes ooo52127-1.odt.Jan Holesovsky2013-04-111-1/+1
| | | | Change-Id: I3463b727e024260c13a01c017cfd96109a793cb1
* fdo#60594: Fix crash in the document (does not fix the original report).Jan Holesovsky2013-04-101-1/+1
| | | | Change-Id: I2129cf89ef1c9b8dd814a5c2079629385b92577a
* fdo#39066: using UNO_QUERY instead of UNO_QUERY_THROW displays hyperlinksChr. Rossmanith2013-04-101-1/+1
| | | | | | | Change-Id: Iafa9e273c009fe0772a9401b47b51738dc235a13 Reviewed-on: https://gerrit.libreoffice.org/3296 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Some cppcheck cleaningJulien Nabet2013-04-071-2/+1
| | | | Change-Id: I425ed98a721ded162c2ae08d145aaa9dbf548632
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-0771-104/+0
| | | | Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07649-4882/+4445
| | | | | | | | 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-057-9/+9
| | | | | | | | | | | 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
* fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo2013-04-052-5/+6
| | | | | | Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
* Some cppcheck cleaningJulien Nabet2013-04-021-2/+1
| | | | Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-04-012-3/+6
| | | | Change-Id: If5950affaff1537362b1e5c2e3791d04c5371306
* -Wunused-macrosStephan Bergmann2013-03-2710-33/+4
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* kill some unused inlinesThomas Arnhold2013-03-271-12/+0
| | | | Change-Id: I17160b264b547067c694dd268eb0d3bd1086565d
* remove external include guardsThomas Arnhold2013-03-251-2/+0
| | | | Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
* xmloff/source/forms/strings.cxx no longer relevantStephan Bergmann2013-03-252-29/+0
| | | | | | | ...since 02944a639dd534e025e3dd57421b714bb816a28d "xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macro." Change-Id: Ic5bae5183435a378655524dba9dbd3eef523533e
* print typename of object, not pointerDavid Tardon2013-03-241-1/+1
| | | | Change-Id: I6d364851173b53c541b80e0d7e77d431f218ce15
* SdXMLExport::CreateFontAutoStylePool: "EmbedFonts": ignore exceptionsMichael Stahl2013-03-221-4/+11
| | | | | | (regression from f0cd6fe9075cd0aa00162474784ad804a07ed138) Change-Id: Ia86c0d168e9dd24555e7431666c0d783daef3b6a
* remove duplicate copy of SchXMLSeriesHelper: take 2Peter Foley2013-03-216-17/+16
| | | | | | This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
* Revert "remove duplicate copy of SchXMLSeriesHelper"Peter Foley2013-03-216-13/+16
| | | | | | This reverts commit 13d935d01e61fa821a5ef5893181190c90ae8e0e. Appears to be broken.
* regenerate pchPeter Foley2013-03-211-0/+1
| | | | Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2
* remove duplicate copy of SchXMLSeriesHelperPeter Foley2013-03-216-16/+13
| | | | | | This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
* fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna2013-03-201-8/+12
| | | | Change-Id: Ifb850438586eb6589fde79d10ed9eef727368f42
* simplify OUString assignmentsChr. Rossmanith2013-03-206-13/+13
| | | | | | | Change-Id: Ieffd80aa84c9a041785bb81b3a904a32d00cb2bb Reviewed-on: https://gerrit.libreoffice.org/2863 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin2013-03-202-7/+0
| | | | Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5