summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Collapse)AuthorAgeFilesLines
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-268-15/+15
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* svtools: sal_Bool->boolNoel Grandin2014-03-254-8/+6
| | | | Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
* svtools: sal_Bool->boolNoel Grandin2014-03-252-12/+12
| | | | Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
* svtools: sal_Bool->boolNoel Grandin2014-03-241-9/+9
| | | | Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
* svtools: sal_Bool->boolNoel Grandin2014-03-241-2/+2
| | | | Change-Id: Iaa489318f25107e91fc8133523fbd9d724493314
* svtools: sal_Bool->boolNoel Grandin2014-03-241-6/+6
| | | | Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
* coverity#705822 Dereference before null checkCaolán McNamara2014-03-191-1/+1
| | | | Change-Id: I1b54b89254211f5f6191a8f1b6af9181f90bd071
* coverity#705821 Dereference before null checkCaolán McNamara2014-03-191-2/+1
| | | | Change-Id: I3467f6be08794a663b9836ac02195ce2bf9ff4f2
* "prefix" and "postfix" are single wordsTor Lillqvist2014-03-142-22/+22
| | | | Change-Id: I32824c614d070cd4649e18da4a0b91b03bccfaba
* svx: sal_Bool->boolNoel Grandin2014-03-116-13/+13
| | | | Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
* svx: sal_Bool->boolNoel Grandin2014-03-111-1/+1
| | | | Change-Id: I64d9c1bbe6ed85108783bf6a97329fcdc167ca62
* reportdesign: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-1/+1
| | | | Change-Id: I0ca0171f25a1df12c25f835595a086c670639bfd
* coverity#704558 Unchecked dynamic castNorbert Thiebaud2014-03-071-38/+42
| | | | Change-Id: I45ce419c65e0fac28879747787ccf1ebc25e7698
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-071-2/+2
| | | | | | ...deprecating com.sun.star.beans.Introspection (single-instance) service. Change-Id: Ica2e3a3541c7dcb1aab79222c5abf40d6988c882
* coverity#738782 Uninitialized scalar fieldCaolán McNamara2014-03-061-1/+0
| | | | Change-Id: Ie34b70887827ad9f38ae7e0d732471c6051ba4d7
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-053-16/+16
| | | | | | | | | | | | ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza2014-03-041-1/+0
| | | | | | | | | The last cases are non obvious, so it's pratically done Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547 Reviewed-on: https://gerrit.libreoffice.org/8445 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* Use cstdlib std::abs instead of stdlib.h absStephan Bergmann2014-03-032-4/+5
| | | | | | | | | | | | | | | | | | | ...because the latter lacks the abs(long) overload in some popular environments, cf. <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60401> "stdlib.h does not provide abs(long) overload." Similarly, stdlib.h lacks the abs(float), abs(double), abs(long double) overloads compared to cmath there, whose use was apparently intended in sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx. Rewrote that to use CPPUNIT_ASSERT_DOUBLES_EQUAL instead, which revealed that the comparisons need rather large deltas of .1 resp. .2 (which the original code hid with an implicit conversion to integral type, thus using an effective delta of 1). Discovered with -Wabsolute-value ("absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value") recently introduced on Clang trunk towards 3.5. Change-Id: I4c41575ffdccb2944498b662bd3a53fd510cb0c0
* editeng: sal_Bool->boolNoel Grandin2014-03-031-1/+1
| | | | Change-Id: I26b1fe14023737b85bcf23628e4881c8be79f071
* fdo#63154 Remove unused solar.hAlexandre Vicenzi2014-02-281-2/+0
| | | | | | | | | | | | | | | | Removed from dbaccess. editeng, filter, framwork, formula, lotuswordpro, reportdesing, rsc, uui Conflicts: framework/source/uielement/menubarwrapper.cxx reportdesign/inc/RptDef.hxx uui/source/iahndl.hxx Change-Id: Ia6f1d8679736c3de99bd8060d8a7f76975268273 Reviewed-on: https://gerrit.libreoffice.org/8118 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* editeng: sal_Bool->boolNoel Grandin2014-02-271-1/+1
| | | | Change-Id: I9e27453f0b77a23ae3d811f0a50a85d3fdf80978
* editeng: sal_Bool->boolNoel Grandin2014-02-271-1/+1
| | | | Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2666-1861/+1861
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* Remove visual noise from reportdesignAlexander Wilms2014-02-26152-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>
* coverity#983702 Uncaught exceptionCaolán McNamara2014-02-251-4/+8
| | | | Change-Id: I3a0b4c8fe4208d0945860f6b4e1b31852aef8502
* coverity#983700 Uncaught exceptionCaolán McNamara2014-02-251-2/+4
| | | | Change-Id: Iee09cbebf1fa6f0c0af8dddfd5f8fdbb7cd63df7
* Remove unnecessary bool2anyStephan Bergmann2014-02-241-3/+3
| | | | Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
* coverity#704661 Unchecked dynamic_castCaolán McNamara2014-02-231-1/+1
| | | | Change-Id: I50bdab52c8758a71656f47e3bf053181c7831c46
* coverity#704657 Dereference after null checkCaolán McNamara2014-02-231-1/+1
| | | | Change-Id: Ia274c4f6ab148fd0390f3ff553e4cc4245681ab0
* Remove unneccessary commentsAlexander Wilms2014-02-2394-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>
* vcl: sal_Bool -> boolStephan Bergmann2014-02-2112-25/+25
| | | | Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
* editeng: sal_Bool->boolNoel Grandin2014-02-211-1/+1
| | | | Change-Id: I18717328ccd37649683b0d8cb57c85629cdcb4d9
* editeng: sal_Bool->boolNoel Grandin2014-02-211-2/+2
| | | | Change-Id: I92935238ff016dc441db72e3aadc28466fe84e68
* editeng: sal_Bool->boolNoel Grandin2014-02-211-1/+1
| | | | Change-Id: I1b215ef78bcade675a2f80def0d6d5afe0ff3d2c
* editeng: sal_Bool->boolNoel Grandin2014-02-211-1/+1
| | | | Change-Id: I5f0b49b7a51f32fe4974739d2610204adefc4faa
* sal_Bool->boolNoel Grandin2014-02-211-1/+1
| | | | Change-Id: I83a9267cc461c2921b5da04a1122539ba0ac7d2d
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-212-3/+0
| | | | Change-Id: I674b7ee507258555b667657a13db6fda9b8d8372
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-2020-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>
* svl: sal_Bool -> boolStephan Bergmann2014-02-202-33/+33
| | | | Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
* sal_Bool->boolNoel Grandin2014-02-191-1/+1
| | | | Change-Id: Id5cbf2c94e3d3ff27cdb8998e2b7b3b712b537ec
* sal_Bool->boolNoel Grandin2014-02-182-6/+6
| | | | Change-Id: I628c1506573c7d5ec182048a20ed996c9ae879c4
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-172-4/+4
| | | | Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
* sal_Bool->boolNoel Grandin2014-02-142-2/+2
| | | | Change-Id: I475daf63c9548176f37449a26731cb176cf0ea3e
* sal_Bool->boolNoel Grandin2014-02-142-2/+2
| | | | Change-Id: Iadc9f9ef444fe36d58304c2d6219021173385118
* coverity#705112 Using invalid iteratorCaolán McNamara2014-02-111-5/+8
| | | | Change-Id: I6d05e418436b9d0b12be977b7842e1230ba3c7b1
* sal_Bool->boolNoel Grandin2014-02-113-3/+3
| | | | Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
* sal_Bool -> boolStephan Bergmann2014-02-072-7/+7
| | | | Change-Id: Ifc80202e0865b59931af6e50d3d60f5021f8b52e
* coverity#707968 Uninitialized pointer fieldCaolán McNamara2014-02-061-2/+3
| | | | Change-Id: I85da713ec4f0e1e0180e9f7833a52a2768142a66
* fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi2014-02-041-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>
* uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks2014-02-034-39/+39
| | | | Change-Id: Ic94ed52bbe0e5c612258fa56a970d61de0972eb3