summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Collapse)AuthorAgeFilesLines
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-111-1/+1
|
* add package deps for resourcesDavid Tardon2012-04-092-4/+13
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-084-7/+7
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-18/+15
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-30/+30
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+5
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Cleanup some unnecessary #includeMatteo Casalin2012-04-032-2/+1
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-022-5/+11
|
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-261-2/+2
|
* restructure the code a bit moreMarkus Mohrhard2012-03-222-4/+2
|
* prevent call to virtual method in destructor, fdo#47589Markus Mohrhard2012-03-221-0/+2
|
* Make sure one base class does not use another one after destructionMarkus Mohrhard2012-03-221-2/+2
| | | | see 706ac4779de1870cf0d922f1cc3f6d4470392403 and fdo#47589
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-144-0/+12
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-104-9/+9
|
* these Links either shouldn't be links, or shouldn't existCaolán McNamara2012-03-081-15/+0
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-016-7/+7
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers2012-02-211-2/+2
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-1/+1
| | | | to equalsIgnoreAsciiCaseAscii("...")
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Fix typos in commentsElton Chung2012-02-181-1/+1
|
* Remove unnecessary header filesMatteo Casalin2012-02-171-1/+0
|
* fdo#39491 remove nonexistent include pathsMatúš Kukan2012-02-101-1/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-105-5/+0
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-101-7/+7
|
* Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich2012-02-081-0/+1
|
* Attempt to disable database connectivity for iOS for nowTor Lillqvist2012-02-061-0/+4
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Do not forward declare Splitter or include its header file if unneededMatteo Casalin2012-01-301-2/+0
|
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-231-1/+2
|
* these OnInvalidateClipboard don't have to be LINKsCaolán McNamara2012-01-132-4/+4
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-2/+2
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-063-3/+0
|
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-067-14/+5
|\ | | | | | | | | | | | | | | | | Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
| * fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud2012-01-042-2/+2
| |
| * Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2011-12-2412-21/+21
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
| * | gbuild: these targets depend on svx/globlmn.hrcMatúš Kukan2011-12-202-0/+4
| | |
| * | reportdesign: remove unnecessary includes from svxMatúš Kukan2011-12-205-14/+1
| | |
* | | Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
| | |
* | | Removed unnecessary tools includes.Marcel Metz2012-01-055-4/+1
| | |
* | | Removed unnecessary tools includes.Marcel Metz2012-01-055-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
* | | Fix for fdo43460 Part XXVIII getLength() to isEmpty()Olivier Hallot2012-01-0434-112/+110
| |/ |/|
* | catch exception by constant referenceTakeshi Abe2011-12-2412-21/+21
|/
* callcatcher: remove unused code post automation removalCaolán McNamara2011-12-091-45/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-066-30/+24
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-2/+2
|
* fs34c: check if description can be read and return ccorrect name for shapetypemst2011-11-296-25/+6
| | | | * found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124)
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-276-317/+0
|