summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-06-29remove OUString wrap for string literalsThomas Arnhold5-11/+11
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile2-4/+4
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-12Fix possible inefficient checking for variables emptinessJulien Nabet1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák6-33/+33
2013-04-24janitorialLionel Elie Mamane1-1/+1
2013-04-24fdo#33091 recognise General format in all languagesLionel Elie Mamane1-5/+9
2013-04-24reportdesign: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna2-37/+36
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák52-609/+609
2013-03-27-Wunused-macrosStephan Bergmann1-4/+0
2013-03-23Related coverity#704244 Logically dead codeJulien Nabet1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold6-17/+17
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold10-84/+84
2013-03-12reportbuilder: make "Group on" not-"Each Value" actually workLionel Elie Mamane3-3/+14
2013-03-09Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxxStephan Bergmann1-3/+6
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-1/+0
2013-03-04doubled includesThomas Arnhold8-10/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-21generic integers to enumsLuboš Luňák1-1/+2
2013-02-19fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane4-8/+8
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin5-33/+29
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin2-9/+9
2012-12-30Satisfy cppcheck even if unusedJulien Nabet4-4/+4
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-1/+1
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-26/+17
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2-8/+4
2012-10-27loplugin: various objects that are never usedCaolán McNamara2-2/+0
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-10/+6
2012-10-02re-base on ALv2 code. Includes:Michael Meeks35-814/+499
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+0
2012-09-12Improvement on previous commitStephan Bergmann1-6/+1
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin1-3/+4
2012-08-31-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-30#include <rtl/strbuf.hxx>Tor Lillqvist1-0/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-27Remove unused include filesThomas Arnhold1-57/+0
2012-06-23removed unused forward declarations of classTakeshi Abe1-2/+0
2012-06-21re-base on ALv2 code.Michael Meeks23-565/+358
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2-23/+23
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-1/+0
2012-05-13removed unused definesTakeshi Abe1-5/+0
2012-05-10Bin a few lines of apparently leftover temporary debugging codeTor Lillqvist1-6/+0
2012-05-10-Wself-assignLuboš Luňák1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-19/+19
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3