summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Collapse)AuthorFilesLines
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I9e27453f0b77a23ae3d811f0a50a85d3fdf80978
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann66-1861/+1861
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from reportdesignAlexander Wilms152-578/+575
Change-Id: I2fea3ecefa24cfc0f3cc2a2f4de7c934eba5d6f7 Reviewed-on: https://gerrit.libreoffice.org/8295 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25coverity#983702 Uncaught exceptionCaolán McNamara1-4/+8
Change-Id: I3a0b4c8fe4208d0945860f6b4e1b31852aef8502
2014-02-25coverity#983700 Uncaught exceptionCaolán McNamara1-2/+4
Change-Id: Iee09cbebf1fa6f0c0af8dddfd5f8fdbb7cd63df7
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-3/+3
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
2014-02-23coverity#704661 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I50bdab52c8758a71656f47e3bf053181c7831c46
2014-02-23coverity#704657 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Ia274c4f6ab148fd0390f3ff553e4cc4245681ab0
2014-02-23Remove unneccessary commentsAlexander Wilms94-1899/+1899
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21vcl: sal_Bool -> boolStephan Bergmann12-25/+25
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I18717328ccd37649683b0d8cb57c85629cdcb4d9
2014-02-21editeng: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: I92935238ff016dc441db72e3aadc28466fe84e68
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I1b215ef78bcade675a2f80def0d6d5afe0ff3d2c
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I5f0b49b7a51f32fe4974739d2610204adefc4faa
2014-02-21sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I83a9267cc461c2921b5da04a1122539ba0ac7d2d
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2-3/+0
Change-Id: I674b7ee507258555b667657a13db6fda9b8d8372
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert20-0/+36
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-33/+33
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Id5cbf2c94e3d3ff27cdb8998e2b7b3b712b537ec
2014-02-18sal_Bool->boolNoel Grandin2-6/+6
Change-Id: I628c1506573c7d5ec182048a20ed996c9ae879c4
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann2-4/+4
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
2014-02-14sal_Bool->boolNoel Grandin2-2/+2
Change-Id: I475daf63c9548176f37449a26731cb176cf0ea3e
2014-02-14sal_Bool->boolNoel Grandin2-2/+2
Change-Id: Iadc9f9ef444fe36d58304c2d6219021173385118
2014-02-11coverity#705112 Using invalid iteratorCaolán McNamara1-5/+8
Change-Id: I6d05e418436b9d0b12be977b7842e1230ba3c7b1
2014-02-11sal_Bool->boolNoel Grandin3-3/+3
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
2014-02-07sal_Bool -> boolStephan Bergmann2-7/+7
Change-Id: Ifc80202e0865b59931af6e50d3d60f5021f8b52e
2014-02-06coverity#707968 Uninitialized pointer fieldCaolán McNamara1-2/+3
Change-Id: I85da713ec4f0e1e0180e9f7833a52a2768142a66
2014-02-04fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi1-188/+174
Change-Id: I42cf7dc139b79b715f3c330f9bca7d333de8bafc Reviewed-on: https://gerrit.libreoffice.org/7762 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks4-39/+39
Change-Id: Ic94ed52bbe0e5c612258fa56a970d61de0972eb3
2014-02-03Unused REPORTDESIGN_DLLPRIVATEStephan Bergmann1-1/+0
Change-Id: If06b7fdb749c7fca957c5cc4cb832a7a9cb167d6
2014-01-31coverity#738780-79 : Uninitialized scalar fieldNorbert Thiebaud1-0/+2
Change-Id: Ie8a986bb633a7d81f95b81eac5bf2879ccba2cb9
2014-01-31coverity#738781 : Uninitialized scalar fieldNorbert Thiebaud1-3/+5
Change-Id: I85875bd817a94f7c1b457a85780329cf85a1c71d
2014-01-28bool improvementsStephan Bergmann9-12/+12
Change-Id: Ida0db3963ad472952f63b5e24901f16f6b0d5184
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan1-1/+0
To replace com.sun.star.task.JobExecutor single-instance service, incorrectly converted in 748aa84e9808ad31c6ff6b71459525c82de10e58 [including changes by Stephan Bergmann <sbergman@redhat.com>] Change-Id: I4cea2c63a20b5b22f6e1f822fb35fcc4d0397687 Reviewed-on: https://gerrit.libreoffice.org/7609 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-01-22bool improvementsStephan Bergmann2-6/+6
Change-Id: I21f806d7a9ebe5b4de4cbedfc9879019cdbba22b
2014-01-21REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini72-320/+0
Valgrind is capable of detecting such bugs. No need for extra macros. Change-Id: I9cb8af9dad93a7ee7114489b13e3994515357a10 Reviewed-on: https://gerrit.libreoffice.org/7533 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann3-19/+19
3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to startsWith calls" should rather have converted to oprator ==. Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21
2014-01-18Window::PreNotify should return boolStephan Bergmann6-16/+16
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-17Window::Notify should return boolStephan Bergmann2-3/+3
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-24/+1
Change-Id: I5a269d8b7e95049c67ae14b06a79b417bc91a474
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-29/+10
Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52
2013-12-31convert related family of tabdialogs to .uiCaolán McNamara11-256/+478
Change-Id: I07581e59eb24383e0c2b25b5b46aeee37cc201e2
2013-12-31I can't see a route to create a RID_PAGEDIALOG_LINECaolán McNamara3-70/+0
so remove it Change-Id: I148714b469ac8cd065a85aef9ee04f8a32f35a45
2013-12-27cppcheck: fix reassigned valueJulien Nabet1-2/+1
Change-Id: Iee162175b692d82679132ce32d026cb3b3bfa77e
2013-12-20typo fixesAndras Timar1-3/+3
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke5-15/+15
Set to true for export, false for import. If export true, an XMLPropertyMapEntry with mbImportOnly==true is not added to the mappings. This to be able to have more than one mappings for import (for example a current extension namespace and the future namespace proposed to the ODF-TC, or corrected typos in element or attribute names), but map only to one entry on export, of course. Change-Id: Ia01ea949c88eda2f8a6c10f51c59e35e7abdcaf3
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-5/+5
Change-Id: Id5a54a591a42c836884af1fd09dc055f2fce6db5
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann4-7/+7
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-2/+2
Convert code like aStrBuffer.append(OUString(" AS ")); to aStrBuffer.append(" AS "); Change-Id: I8c1884b5a875f40f0b5e511b6ef38c6c8eeee656