summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
AgeCommit message (Collapse)AuthorFilesLines
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
not randomly scattered through the code found with something like: git ls-files *.cpp | xargs grep -Pzl "(?s){.*#include" Change-Id: I9c242fa4ef99e8677f2800d7ec9f16d16e488351 Reviewed-on: https://gerrit.libreoffice.org/30952 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
Change-Id: Ib788a30d413436aa03f813aa2fddcbc4d6cd2f9a Reviewed-on: https://gerrit.libreoffice.org/25972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-11-09formatting improvements in sw/Noel Grandin1-5/+5
after my recent "com::sun::star->css in sw" commit Change-Id: I2545648fc6f14ea0ebcabbe012e91546cf392b16
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-8/+8
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna1-2/+2
Change-Id: I2c03ffad8d935bad126c19a8647c924af5a9bce5 Reviewed-on: https://gerrit.libreoffice.org/15174 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-02-26Clean up previous commitStephan Bergmann2-22/+2
Change-Id: I754ac95c851892bdf7630d6f6241ed86f3750cf1
2015-02-26sw: convert swd.component to constructor usageChris Sherlock3-72/+14
Whilst we are about it, need to expand the macro SFX_DECL_XSERVICEINFO_NOFACTORY and remove the impl_createInstance function. Also removed factory parameter from constructor as not needed. Change-Id: I400274fa9aaaa95be1c9929bce9dd6f25c780196 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-10-22Resolves: ooo#40683 support word for windows 1Caolán McNamara1-2/+4
via the standard .doc binary filter Change-Id: I0284fa815e6874d7d59ad1ad8ede4482d2e266a4
2014-09-02coverity#707318 Uncaught exceptionCaolán McNamara1-5/+12
Change-Id: Ib2d4b2e6c4df70da1d8a4b5bf39f69efea45ad5e
2014-05-01Simplify type detectorsMaxim Monastirsky2-396/+44
Change-Id: Ic731c1c4c76d8d6779868d7e3e4c02cb3cadc844 Reviewed-on: https://gerrit.libreoffice.org/9222 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
2014-03-29typo: opend -> openedThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-2/+2
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak1234516-12078/+0
Moved the files linked in sw/Library_sw.mk from sw/source/ui to sw/source/core/uibase and modified the make files as per the new directory location. Reviewed on: https://gerrit.libreoffice.org/8447 Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32
2014-02-27Remove visual noise from swAlexander Wilms15-40/+8
Conflicts: sw/inc/unodraw.hxx sw/inc/unoframe.hxx sw/sdi/swriter.sdi sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unoparagraph.cxx sw/source/filter/ww8/rtfexportfilter.cxx sw/source/ui/inc/unotxvw.hxx sw/source/ui/lingu/hyp.cxx sw/source/ui/lingu/sdrhhcwrap.cxx sw/source/ui/uno/swdetect.hxx Change-Id: Ic0a3fb2392187c277c9b36915ffb10dcf0317908 Reviewed-on: https://gerrit.libreoffice.org/8322 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27coverity#1187860 Uninitialized pointer fieldCaolán McNamara1-6/+8
Change-Id: Ia68958ddb904cbb50969b3b184777ddd49ccb677
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann14-294/+294
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-25coverity#738451 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I43473afc753a7d348273e58121f2446974d43957
2014-02-25coverity#738449 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I74c125c9a7aca1f9e2f23f83878d9ba1797eee34
2014-02-25coverity#738447 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I66d00eb490d30fa08aaa658072b2a12d165be6f7
2014-02-25coverit#738445 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ib4b7abfbf8f3c2bd853c72ffe399abdeb9ecf945
2014-02-25coverity#738442 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I932b9afe1842a3b834e749268ae211ca928026f1
2014-02-25coverity#738440 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I9c8b9f9cc8dc0df224d64cf50c5d0982c7852049
2014-02-25coverity#738439 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Id41ca6a0c254777fec3894c11fc755d9087af51a
2014-02-25coverity#738437 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I90cf43d9d39c7c1b8da4123edaeeec200e6353a7
2014-02-25coverity#738435 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I8e6c6c79b96f03cc8d3ac93ce0bd1f9208981bfa
2014-02-25coverity#738434 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I90f99cb563e65dedfb973aa0c54a7124c699d32b
2014-02-25coverity#738433 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I6022d88ec96fcd4f8221ac361e34c488f4fb8839
2014-02-25coverity#738431 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I32aab64372133f3b5cdcad0d5c9952d685be7223
2014-02-25coverity#38429 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ie4d5e38313156279f77ba17f91aba0bddb0c1478
2014-02-25coverity#738428 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I282ecb5b7659d98cfe91b7e89c14e822105a7323
2014-02-25coverity#738426 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I0a31715a79cde61ceb104e82dc05c5a752f9085d
2014-02-25coverity#738423 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I7cdfd3e6331d0e600a022bc93be60df5e9bceaee
2014-02-25coverity#738420 Uncaught exceptionCaolán McNamara1-1/+3
Change-Id: I3470c6981463b27ffa9cd9fbc79f96c41a43b847
2014-02-25coverity#738419 Uncaught exceptionCaolán McNamara1-2/+3
Change-Id: I6a8a0b9038c5845cb04f6b9e43d8dce997442dc7
2014-02-25coverity#738418 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I2b0149795b28325ecfbf7738c30181337d5a3187
2014-02-25coverity#738417 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I654883e6e2e1826fba8bb922faff84a0b2541024
2014-02-25coverity#738416 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I94ae558032d16f3000909c266c808d4c187c0e70
2014-02-25coverity#738372 Uncaught exceptionCaolán McNamara1-1/+3
Change-Id: I83ebbdde3be1163bbd52bd1f4e49aab11e6d0e58
2014-02-25coverity#738369 Uncaught exceptionCaolán McNamara1-4/+4
Change-Id: I0c1c30d5e2b9bd9ca176792edf720f8af3979ca8
2014-02-25coverity#738367 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I41afb24b6570132164bfc469ec9cb4bcfc0cba2b
2014-02-25coverity#738360 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I5f21bf9ba7fb396b209623861cb9f555c3b5d6a1
2014-02-25coverity#738351 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I007084047ea6640afbb4b6a451565d6561174b5c
2014-02-25coverity#738348 Uncaught exceptionCaolán McNamara1-2/+3
Change-Id: I0c3b4c1f6aa7efb98c7e96b9f71d47ea51576936
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-1/+1
...to be able to find problems like 6e0bdf04add338b7d5b29fc7b3fc9f08cfd5e96f "sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it" earlier when converting occurrences of sal_Bool to bool. Restricting this check to function call arguments avoids too much noise while hopefully still catching all the relevant problems. (This check partially overlaps the pointertobool check, so implicit conversions from pointers to bool call arguments will now generate two loplugin warnings, but that's harmless.) Change-Id: I0b03b1d1615aaf8bc18e7a84c56fff3ef9903508