summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Collapse)Author
2013-04-07Some cppcheck cleaningJulien Nabet
Change-Id: I425ed98a721ded162c2ae08d145aaa9dbf548632
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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
2013-04-05new module i18nlangtagEike Rathke
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
2013-04-05fdo#59071 Slideshow: allow automatic transitions with sub-secondCao Cuong Ngo
Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
2013-04-02Some cppcheck cleaningJulien Nabet
Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: If5950affaff1537362b1e5c2e3791d04c5371306
2013-03-27-Wunused-macrosStephan Bergmann
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-27kill some unused inlinesThomas Arnhold
Change-Id: I17160b264b547067c694dd268eb0d3bd1086565d
2013-03-25remove external include guardsThomas Arnhold
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
2013-03-25xmloff/source/forms/strings.cxx no longer relevantStephan Bergmann
...since 02944a639dd534e025e3dd57421b714bb816a28d "xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macro." Change-Id: Ic5bae5183435a378655524dba9dbd3eef523533e
2013-03-24print typename of object, not pointerDavid Tardon
Change-Id: I6d364851173b53c541b80e0d7e77d431f218ce15
2013-03-22SdXMLExport::CreateFontAutoStylePool: "EmbedFonts": ignore exceptionsMichael Stahl
(regression from f0cd6fe9075cd0aa00162474784ad804a07ed138) Change-Id: Ia86c0d168e9dd24555e7431666c0d783daef3b6a
2013-03-21remove duplicate copy of SchXMLSeriesHelper: take 2Peter Foley
This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
2013-03-21Revert "remove duplicate copy of SchXMLSeriesHelper"Peter Foley
This reverts commit 13d935d01e61fa821a5ef5893181190c90ae8e0e. Appears to be broken.
2013-03-21regenerate pchPeter Foley
Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2
2013-03-21remove duplicate copy of SchXMLSeriesHelperPeter Foley
This allows oox to be added to Library_merged Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850
2013-03-20fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna
Change-Id: Ifb850438586eb6589fde79d10ed9eef727368f42
2013-03-20simplify OUString assignmentsChr. Rossmanith
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>
2013-03-20fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin
Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5
2013-03-19remove unused VariableName code/commentsMichael Stahl
Change-Id: Ifa0ae6d870b48f4f1dec013c183efc64736dd8ea
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
2013-03-19let us keep the gnumeric value handling in xmloffMarkus Mohrhard
Change-Id: I51c7ca53ec8b023dc06b43ec9cb1052d135d14d5
2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve
The boilerplate code for drawing the 4 types of stepped is in place (as described in ODF1.3, https://tools.oasis-open.org/issues/browse/OFFICE-3662). We can also read the current attribute values used in Gnumeric. These values are converted to ODF1.3 during save. Change-Id: I0f04a779de4b65326ed7ce6de56191f11b51c596
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák
Change-Id: I347495f7960da099afdfbf3db608e0347b832f99
2013-03-18fdo#61256 - the Get.*Export methods also create and register stylesMichael Meeks
unwind problem introduced by cleanup in: fd226710fef768543a3ad0fe5081f79dc875dcf3
2013-03-18we need to register data sequences during import, fdo#52159Markus Mohrhard
Change-Id: I203be719a6ee19c87ed232218f7700d875c2871f
2013-03-18use the right range representation, fdo#52159Markus Mohrhard
Change-Id: I36ede89ccb8836708a4f87c4815bbe2fb6d6f3cf
2013-03-15fix conflicting types found by ltoPeter Foley
Change-Id: Icd1b5756e43aa17d8329d124765d75a4bbfaf327
2013-03-14xmloff: at least do something to test styles.Michael Meeks
Change-Id: I7982f162ef95a9f10501c860b6f19865bf34744b
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-14remove redundant property handler factory.Michael Meeks
Change-Id: I458f8f4a9575c2afddcd4f4d2f9494bffd5ff127
2013-03-14xmloff: native code unit testing harness.Michael Meeks
Change-Id: I5b9133deea2aa7630752128128f1a222bef99eb1
2013-03-12update pch headersLuboš Luňák
Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
2013-03-12reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane
Change-Id: Id5d73f9aac48ebfb6987e5bf0df37e62f1817bdc
2013-03-11xmloff: more READMEMichael Stahl
Change-Id: I951c5db621be2443961f5d2a1a0ca6a2684f8e0f
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-10update pch filesPeter Foley
Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)Chr. Rossmanith
Change-Id: I3b32ef3bad9700f24c898b6b5bf1a8cd6a97f426
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)Chr. Rossmanith
Change-Id: I5a237b22e40c05e31990fc1cfdcfba16ef3db544
2013-03-09Resolves: #i120663# The SvXMLImportContext is always leakedJian Fang Zhang
The slave SvXMLImportContext object for SdXMLNumberFormatMemberImportContext is always leaked Found by: zhangjf Patch by: zhangjf (cherry picked from commit e440770de29e96ce3e45792c0e94f133ade83680) Change-Id: Ic0585bbb8e0e315548586ea1e49f55d0cc7ed2c4
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: I47b35af71277fdda19767a553c960bf12164b92f
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann
Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab
2013-03-08make use of startsWith()Thomas Arnhold
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák
MSO embeds even fonts which allow only embedding for viewing the document but not editing it. So embed such fonts too, but do not actually use them from the document. What MSO does when such a font is not present locally when opening the document is switching to read-only mode, warning about this and providing a button for switching to editing mode by dumping the font(s). That should be done for LO too, but right now dropping view-only fonts is better than using them for editing. Change-Id: I19c28fadb091e6b21beaf4cbf8b47e3078256d1c
2013-03-08function for duplicated codeLuboš Luňák
Change-Id: If9d6a163abb5a1cbd64838ca005b14dcd51c4588
2013-03-08simplify compareTo (now correct)Thomas Arnhold
Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-08Revert "simplify some compareTo"Stephan Bergmann
This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
2013-03-08simplify some compareToThomas Arnhold
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
2013-03-08some further OUString cleanupThomas Arnhold
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605