summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22restructure the code a bit moreMarkus Mohrhard2-4/+2
2012-03-22prevent call to virtual method in destructor, fdo#47589Markus Mohrhard1-0/+2
2012-03-22Make sure one base class does not use another one after destructionMarkus Mohrhard1-2/+2
see 706ac4779de1870cf0d922f1cc3f6d4470392403 and fdo#47589
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann4-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.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan4-9/+9
2012-03-08these Links either shouldn't be links, or shouldn't existCaolán McNamara1-15/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann6-7/+7
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers1-2/+2
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17Remove unnecessary header filesMatteo Casalin1-1/+0
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan1-1/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan5-5/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-7/+7
2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich1-0/+1
2012-02-06Attempt to disable database connectivity for iOS for nowTor Lillqvist1-0/+4
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-30Do not forward declare Splitter or include its header file if unneededMatteo Casalin1-2/+0
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2
2012-01-13these OnInvalidateClipboard don't have to be LINKsCaolán McNamara2-4/+4
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-2/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-3/+0
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl7-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
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz5-4/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz5-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
2012-01-04Fix for fdo43460 Part XXVIII getLength() to isEmpty()Olivier Hallot34-112/+110
2012-01-04fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud2-2/+2
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley12-21/+21
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-24catch exception by constant referenceTakeshi Abe12-21/+21
2011-12-20gbuild: these targets depend on svx/globlmn.hrcMatúš Kukan2-0/+4
2011-12-20reportdesign: remove unnecessary includes from svxMatúš Kukan5-14/+1
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara1-45/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara6-30/+24
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-2/+2
2011-11-29fs34c: check if description can be read and return ccorrect name for shapetypemst6-25/+6
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124)
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud6-317/+0
2011-11-27remove pch from the include listNorbert Thiebaud3-3/+0
2011-11-27remove include of pch header from reportdesignNorbert Thiebaud112-117/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud3-6/+0
2011-11-25Resolves: fdo#39950 fix dnd crash from default assignment operatorsCaolán McNamara2-21/+41
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar3-31/+0
2011-11-01ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-10-24Eliminate ambiguous conversion to cppu::OWeakObjectKristian Rietveld1-1/+1