summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz3-2/+1
2012-01-04Fix for fdo43460 Part XXVIII getLength() to isEmpty()Olivier Hallot15-41/+41
2011-12-24catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header from reportdesignNorbert Thiebaud29-29/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2-5/+7
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2-8/+10
2011-10-05fix buildCaolán McNamara1-12/+12
2011-09-30tweak ambiguities for F-15 gcc 4.6.1-9Caolán McNamara1-8/+8
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara4-0/+13
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard1-3/+3
2011-07-21resyncing to masterBjoern Michaelsen2-29/+20
2011-07-17ditch ByteStringCaolán McNamara1-21/+19
2011-07-13Add prefixes for component_getFactory methodsMatúš Kukan1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-7/+0
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen58-295/+321