summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2014-04-10coverity#983369 Dereference before null checkCaolán McNamara1-2/+2
Change-Id: Ifadcbe32aa64a9653f4e8dd8742dd3c5da22facd
2014-04-10It's "its", not "it's"Tor Lillqvist8-8/+8
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-08coverity#704622 Explicit null dereferencedCaolán McNamara1-2/+2
Change-Id: Ibde2c27791d1be30d6207a338367b6c433acfc0b
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann5-6/+6
...and rather live with macro calls not terminated by semicolons until those macros are gone for good anyway. Completely remove unused DECLARE_UNO3_XCOMPONENT_DEFAULTS. Change-Id: I0d4eb5a91736004b0da2b09fce860e57f6d1ddbd
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2-2/+2
Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058
2014-04-07Typo for SERVICE_SDB_CALLABLESTATEMENTJulien Nabet1-1/+1
Change-Id: If86d82e19dd62b1e55cb336d3b9a6d8b92c1d538 Reviewed-on: https://gerrit.libreoffice.org/8831 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-05coverity#704617 Explicit null dereferencedCaolán McNamara1-5/+7
Change-Id: I4ccad4c6baad8e3db3c2868ea5baecaff9f5c75e
2014-04-05Move comment to right placeLuc Castermans1-1/+1
Change-Id: I9d7b5afac5851d1bab61607278bdcaee1a8c7be9 Reviewed-on: https://gerrit.libreoffice.org/8870 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2014-04-05Translated German commentsLuc Castermans1-1/+1
Change-Id: I813e3cc238b06f4b3511c9350b7fb83edffd0294 Reviewed-on: https://gerrit.libreoffice.org/8868 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin31-78/+78
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03dbaccess: sal_Bool->boolNoel Grandin17-124/+124
Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann53-62/+62
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01convert sql exception dialog to .uiCaolán McNamara8-148/+198
Change-Id: I57878f8c9fcae09e3904c4e316ffa6277625b960
2014-04-01convert user admin password dialog to .uiCaolán McNamara7-138/+221
Change-Id: Ia94c3b27b80d8c58e287ae588a5f6a40fb64fa38
2014-04-01connectivity: sal_Bool->boolNoel Grandin2-3/+3
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
2014-04-01connectivity: sal_Bool->boolNoel Grandin3-4/+4
Change-Id: Ia45f9776e0b27720647c664541a41b5f46eedc37
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin24-39/+39
Convert method name getBoleanComparisonPredicate to getBooleanComparisonPredicate Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-30/+30
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
2014-03-31xmloff: sal_Bool->boolNoel Grandin2-5/+5
Change-Id: I1deb10cb1581137ab92e73367e63339822a9a094
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-11/+7
Change-Id: Ie20fc857f19f74aaccb546f9bfa11a7a657d3e8a
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-2/+2
Change-Id: I667f701cdc15471d3b154c3b7e4a23487d540015
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-6/+6
Change-Id: I5d2fcf6ba90892abf55cbf61b760c2fbbe33c412
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann2-4/+4
Change-Id: I4aeccc3957048a40e705654bf6b9972cc03648b6
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann262-3131/+3131
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27sfx2: sal_Bool->boolNoel Grandin16-56/+58
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-40/+35
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann7-15/+15
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25svtools: sal_Bool->boolNoel Grandin13-47/+48
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin6-16/+16
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25svtools: sal_Bool->boolNoel Grandin12-49/+50
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: I130c40227a756b396c4f858468457867d53454b1
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I35c9c1514c67860e61b6e2457ab4548d04a4d159
2014-03-24svtools: sal_Bool->boolNoel Grandin11-47/+48
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24svtools: sal_Bool->boolNoel Grandin2-4/+4
Change-Id: Iaa489318f25107e91fc8133523fbd9d724493314
2014-03-24svtools: sal_Bool->boolNoel Grandin11-52/+47
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
2014-03-22coverity#738615 Uninitialized pointer fieldCaolán McNamara1-1/+1
Change-Id: I33e67198c99cfa6bd240b4ca7eeeb32c8f91cb6d
2014-03-22coverity#738610 unused member pointer valueCaolán McNamara1-1/+0
Change-Id: I157c3bb7323767a27ac8a11361e6013bfee1de15
2014-03-19sfx2: sal_Bool->boolNoel Grandin2-3/+3
Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
It's not very efficient, because we generally end up copying it twice - once into the parameter and again into the destination OUString. So I create a clang plugin that finds such places and generates a warning so that we can convert them to pass-by-reference. Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
2014-03-17Remove unused framework::IMutexGuard::resetStephan Bergmann1-6/+0
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
2014-03-17Fold framework::IGuard into framework::IMutexGuardStephan Bergmann1-3/+1
Change-Id: I14a77fc3fbf225862bc01f677d09d5b5a52bb1aa
2014-03-17dbaccess: prefer passing OUString by referenceNoel Grandin11-19/+19
Change-Id: I7cec02a40db48ce3d3003b3808d06ff0455a6eb4
2014-03-15coverity#1000861 Uninitialized pointer fieldCaolán McNamara1-0/+1
Change-Id: I343ae6fde04e2ad937499909f5b5da221d1d12d5
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
(and rename to getBaseTypes for clarity) Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f