summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03dbaccess: sal_Bool->boolNoel Grandin
Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
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 McNamara
Change-Id: I57878f8c9fcae09e3904c4e316ffa6277625b960
2014-04-01convert user admin password dialog to .uiCaolán McNamara
Change-Id: Ia94c3b27b80d8c58e287ae588a5f6a40fb64fa38
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ia45f9776e0b27720647c664541a41b5f46eedc37
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
Convert method name getBoleanComparisonPredicate to getBooleanComparisonPredicate Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
2014-03-31xmloff: sal_Bool->boolNoel Grandin
Change-Id: I1deb10cb1581137ab92e73367e63339822a9a094
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
Change-Id: Ie20fc857f19f74aaccb546f9bfa11a7a657d3e8a
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I667f701cdc15471d3b154c3b7e4a23487d540015
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I5d2fcf6ba90892abf55cbf61b760c2fbbe33c412
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
Change-Id: I4aeccc3957048a40e705654bf6b9972cc03648b6
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...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 Grandin
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...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 Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin
Change-Id: I130c40227a756b396c4f858468457867d53454b1
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I35c9c1514c67860e61b6e2457ab4548d04a4d159
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: Iaa489318f25107e91fc8133523fbd9d724493314
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
2014-03-22coverity#738615 Uninitialized pointer fieldCaolán McNamara
Change-Id: I33e67198c99cfa6bd240b4ca7eeeb32c8f91cb6d
2014-03-22coverity#738610 unused member pointer valueCaolán McNamara
Change-Id: I157c3bb7323767a27ac8a11361e6013bfee1de15
2014-03-19sfx2: sal_Bool->boolNoel Grandin
Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
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 Bergmann
Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1
2014-03-17Fold framework::IGuard into framework::IMutexGuardStephan Bergmann
Change-Id: I14a77fc3fbf225862bc01f677d09d5b5a52bb1aa
2014-03-17dbaccess: prefer passing OUString by referenceNoel Grandin
Change-Id: I7cec02a40db48ce3d3003b3808d06ff0455a6eb4
2014-03-15coverity#1000861 Uninitialized pointer fieldCaolán McNamara
Change-Id: I343ae6fde04e2ad937499909f5b5da221d1d12d5
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann
(and rename to getBaseTypes for clarity) Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f
2014-03-14Model IEventProcessor acquire/release exactly after XInterfaceStephan Bergmann
...so classes deriving from both can easily share a single implementation for these functions. Change-Id: I6882dddc8b3ea3b0192d85102a0305494d964dc1
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
2014-03-13convert relation dialog to .ui formatCaolán McNamara
Change-Id: I5c3fce06cbcd9ce46e85f66fb06369155d514efe
2014-03-13convert query join dialog to .ui formatCaolán McNamara
Change-Id: I1de2bb1d171e23a42834e20040ade92822901876
2014-03-13coverity#705808 Dereference before null checkCaolán McNamara
Change-Id: Ibeaf8989e54017f7cf30a4ffc3f639cd43983d03
2014-03-12coverity#705463 Dereference null return valueCaolán McNamara
Change-Id: Icf620e065e3b15a8d900a6da00fe979cc45c1f07
2014-03-11Remove newly unused getUnoTunnelImplementationId functionsStephan Bergmann
...after recent clean-up of getImplementationId implementations. Change-Id: I2a11f6ddf03dc7852b7e8e50dc6284a7215a0113
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I061f1e15c816f8077c0fbb0abbc1474eb286796b