summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
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
2014-03-10dbaccess: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Required some clean-up of getImplementationId vs. getUnoTunnelImplementationId confusion. Change-Id: I645dd80d24efe7ed5224b220911eed8ad880b7c0
2014-03-10Remove unused OQueryComposer::getSomethingStephan Bergmann
(OQueryComposer does not actually derive from XUnoTunnel.) Change-Id: Ib0d358db2b6a87caae9bbc893dffb25e86109b85
2014-03-10Remove unused OSingleSelectQueryComposer::getSomethingStephan Bergmann
(OSingleSelectQueryComposer does not actually derive from XUnoTunnel.) Change-Id: I4eb26f5d217016e09d1e7e6a4b4bc10fcc5159e6
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
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>
2014-02-28fdo#63154 Remove unused solar.hAlexandre Vicenzi
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>
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Ic46830dfdb82e4519cfccd5da3f673aec12fdfd8
2014-02-28Remove unused #include <comphelper/basicio.hxx>Stephan Bergmann
Change-Id: I710d430342de0f1bfb98227264df3a44283f8dc2
2014-02-27Remove visual noise from dbaccessAlexander Wilms
Change-Id: I1130439e5883672b4ca462838d72197acd6bc1f2 Reviewed-on: https://gerrit.libreoffice.org/8251 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud
Change-Id: I2e472aa0279d0763762d3c660207cd74da512626
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be