summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter
Commit message (Expand)AuthorAgeFilesLines
* fdo#52948 fix print-repeated-values=no with formatted valuesLionel Elie Mamane2013-02-264-8/+8
* re-base on ALv2 code. Includes:Michael Meeks2012-12-061-26/+17
* fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2012-11-282-8/+4
* loplugin: various objects that are never usedCaolán McNamara2012-10-272-2/+0
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-10/+6
* re-base on ALv2 code. Includes:Michael Meeks2012-10-0235-814/+499
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+0
* Improvement on previous commitStephan Bergmann2012-09-121-6/+1
* fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin2012-09-121-3/+4
* -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+1
* #include <rtl/strbuf.hxx>Tor Lillqvist2012-08-301-0/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-1/+1
* Remove unused include filesThomas Arnhold2012-06-271-57/+0
* removed unused forward declarations of classTakeshi Abe2012-06-231-2/+0
* re-base on ALv2 code.Michael Meeks2012-06-2123-565/+358
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-311-1/+1
* merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara2012-05-172-23/+23
* removed unused static rtl::OUStringTakeshi Abe2012-05-141-1/+0
* removed unused definesTakeshi Abe2012-05-131-5/+0
* Bin a few lines of apparently leftover temporary debugging codeTor Lillqvist2012-05-101-6/+0
* -Wself-assignLuboš Luňák2012-05-101-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-19/+19
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+4
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+3
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-1/+1
* Removed unnecessary tools includes.Marcel Metz2012-01-053-2/+1
* Fix for fdo43460 Part XXVIII getLength() to isEmpty()Olivier Hallot2012-01-0415-41/+41
* catch exception by constant referenceTakeshi Abe2011-12-241-1/+1
* remove include of pch header from reportdesignNorbert Thiebaud2011-11-2729-29/+0
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-251-1/+1
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-112-5/+7
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-112-8/+10
* fix buildCaolán McNamara2011-10-051-12/+12
* tweak ambiguities for F-15 gcc 4.6.1-9Caolán McNamara2011-09-301-8/+8
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-224-0/+13
* some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-281-3/+3
* resyncing to masterBjoern Michaelsen2011-07-212-29/+20
|\
| * ditch ByteStringCaolán McNamara2011-07-171-21/+19
| * Add prefixes for component_getFactory methodsMatúš Kukan2011-07-131-1/+1
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-121-7/+0
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-2058-295/+321
|\|
| * gbuildize reportdesignDavid Tardon2011-04-211-70/+0
| * Easy hack : Add visibility markup to all component_get* functionsJulien Nabet2011-04-191-3/+3
| * Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-3/+3
| * Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-174-10/+4
| |\
| | * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-094-10/+4
| | |\
| * | | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-1220-27/+27
| |/ /
| * | OSL_ASSERT takes a condition, not a messageDavid Tardon2011-02-261-1/+1
| * | Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold2011-02-261-1/+1