summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml
AgeCommit message (Expand)Author
2013-11-11remove unnecessary use of OUString constructor in REPORTDESIGN moduleNoel Grandin
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza
2013-08-30fdo#68663 open chart-in-report: actually test for categories presenceLionel Elie Mamane
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-29Mark as constTakeshi Abe
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-24fdo#33617 adapt report engine to incompatible BorderLine2 changeLionel Elie Mamane
2013-07-24remove unused includeLionel Elie Mamane
2013-07-23fdo#67186 switch reporbuilder to null date == 1899-12-30Lionel Elie Mamane
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-05-12Fix possible inefficient checking for variables emptinessJulien Nabet
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-24janitorialLionel Elie Mamane
2013-04-24fdo#33091 recognise General format in all languagesLionel Elie Mamane
2013-04-24reportdesign: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-23Related coverity#704244 Logically dead codeJulien Nabet
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-12reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-04doubled includesThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-21generic integers to enumsLuboš Luňák
2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin
2012-12-30Satisfy cppcheck even if unusedJulien Nabet
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin
2012-12-06re-base on ALv2 code. Includes:Michael Meeks
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin
2012-10-27loplugin: various objects that are never usedCaolán McNamara
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-02re-base on ALv2 code. Includes:Michael Meeks
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-12Improvement on previous commitStephan Bergmann
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin
2012-08-31-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann
2012-08-30#include <rtl/strbuf.hxx>Tor Lillqvist