summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Move DBG_ERROR -> OSL_ASSERTThomas Arnhold2011-02-242-2/+2
| * | Move DBG_ASSERT -> OSL_ENSUREThomas Arnhold2011-02-242-10/+10
| * | mark unimplemented copy ctor and assignment as private, and fix sigsCaolán McNamara2011-02-031-1/+2
| * | Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2011-01-241-1/+1
| * | Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2011-01-204-41/+41
| * | cppcheck cleanlinessGuillaume Poussel2011-01-074-4/+4
| * | change of __READONLY_DATA define to constGert Faller2010-12-122-3/+3
| * | remove obsolete __FAR_DATAMichael Callahan2010-12-062-13/+13
| * | More dead code removalWol2010-11-289-126/+25
| * | RTL_CONSTASCII_USTRINGPARAM in basepjacquod2010-11-151-1/+1
| * | Replaced all createFromAscii with macro RTL_CONSTASCII_USTRINGPARAM in baseSantiago Alessandri2010-11-142-11/+11
| * | Replaced createFromAscii in all dbaccess tree under base repoSantiago Alessandri2010-11-131-3/+3
| * | add modelines to .hxx files as wellCaolán McNamara2010-10-2729-0/+84
| * | merge vosremoval-mutex.diffNorbert Thiebaud2010-10-252-2/+2
| * | use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud2010-10-252-2/+2
| * | Merge commit 'ooo/OOO330_m10'Jan Holesovsky2010-10-133-25/+18
| |\ \
| * | | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1329-0/+82
| * | | Use SAL_N_ELEMENTS macroKayo Hamid2010-10-091-1/+2
| * | | more removed include guards using fixguard.pyPetr Mladek2010-10-052-6/+0
| * | | remove include guards using fixguard.pyPetr Mladek2010-10-058-36/+0
| * | | native bool support in SvXMLUnitConverterNorbert Thiebaud2010-10-042-2/+2