summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
AgeCommit message (Collapse)Author
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-14sfx2: sal_Bool->boolNoel Grandin
Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5
2014-03-14svx: sal_Bool->boolNoel Grandin
Change-Id: I8cee08b48660c850e32c061dde0b0e3fdde38349
2014-03-12coverity#704772 Dereference after null checkCaolán McNamara
Change-Id: Ic0c56aa9e6f19828df3e81266cc4740167012815
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
2014-03-10sd: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: I95566d52c39b8cc3544e4b39620ec2be81964aae
2014-03-07coverity#735844 Dereference after null checkCaolán McNamara
Change-Id: I444f545718f0d7b3e1612a1b17b810f93f032bcb
2014-03-07coverity#735843 Dereference after null checkCaolán McNamara
Change-Id: I67909a2bc1ba411b5809a83be72716045034af19
2014-03-06coverity#1190350 Dereference after null checkCaolán McNamara
Change-Id: Ia863c587b998270f68e6a6439891ce18a07ed626
2014-03-03fdo#54938: Convert some places to use cppu::supportsServiceDonizete Waterkemper
Change-Id: Ib941c6ec82d81b1da815561eee87ee91dc8de200 Reviewed-on: https://gerrit.libreoffice.org/8443 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: If6112c0b91bd040830818a69e599dfbce315d271
2014-02-27coverity#1187661 Unchecked dynamic_castCaolán McNamara
Change-Id: I66f8382c7dd7ab8d115204fe45d6a33ff77adb78
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from sdAlexander Wilms
Change-Id: I0957cabd66ddc4e25c7e6ff54ec2a555eda0792c Reviewed-on: https://gerrit.libreoffice.org/8306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25Don't write compound header to zero length filesMaxim Monastirsky
Change-Id: Ie964ca8b870714d1c3e92469a771fab9a71f0633 Reviewed-on: https://gerrit.libreoffice.org/8220 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-25coverity#983796 Uncaught exceptionCaolán McNamara
Change-Id: Idba161eb74fb9b474b2f41fbc0fdf0eef55b7599
2014-02-25coverity#983702 Uncaught exceptionCaolán McNamara
Change-Id: I3a0b4c8fe4208d0945860f6b4e1b31852aef8502
2014-02-25coverity#737807 Uncaught exceptionCaolán McNamara
Change-Id: Ibee829b4d2cc4d93453f47cc59dfbaec012ffc6e
2014-02-25coverity#737805 Uncaught exceptionCaolán McNamara
Change-Id: I61ca610f7183d7e72a5b36fb0bf1fe0fcd1210fe
2014-02-25coverity#737802 Uncaught exceptionCaolán McNamara
Change-Id: I844e712f82890a4018c4ae45e7d79daaf4f6937a
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
...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
2014-02-24Remove unnecessary bool2anyStephan Bergmann
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
2014-02-23Remove unneccessary commentsAlexander Wilms
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>
2014-02-23at least fix the crash when calling SdXImpressDocument::dispose for nowMarkus Mohrhard
Can an experienced Impress developer please check the crash? Change-Id: I84f532dde6aa61b997b949f6d7ef55026ced604c
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
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>
2014-02-20svl: sal_Bool -> boolStephan Bergmann
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-17Resolves: #i42894# added support for <presentation:animations>...Armin Le Grand
at import and creation (cherry picked from commit 0f11a9d487744af6c50e9f1d547c22cd4bdeab48) Conflicts: sd/source/core/EffectMigration.cxx sd/source/ui/dlg/animobjs.cxx sd/source/ui/unoidl/unoobj.cxx Change-Id: Ib498bf718d40501cbab71a700342343df68a6ee9
2014-02-13coverity#737846 Uncaught exceptionCaolán McNamara
Change-Id: I9257ec4d9ccb7c602a9537230b61be944371d3ad
2014-02-13coverity#737840 Uncaught exceptionCaolán McNamara
Change-Id: I3e11ac315adbe2f64bfc391234c517472950aeff
2014-02-13coverity#737837 Uncaught exceptionCaolán McNamara
Change-Id: Ia71f03515ae209619b73aa617c4649cc4de4dfa6
2014-02-13coverity#737836 Uncaught exceptionCaolán McNamara
Change-Id: I533cccc1dab5e8d722209c37f0c05331d5c206a8
2014-02-13coverity#737835 Uncaught exceptionCaolán McNamara
Change-Id: If5452880070876a4dfc2526b08928fb219a60529
2014-02-13coverity#737833 Uncaught exceptionCaolán McNamara
Change-Id: I71b3022c84a861959ec1c70a7d2f9e94766df250
2014-02-13coverity#737831 Uncaught exceptionCaolán McNamara
Change-Id: Ie528eb19db50abc475ebc1e9b575e8dfbc5e87c6
2014-02-13coverity#737828 Uncaught exceptionCaolán McNamara
Change-Id: I60920fe65102185139438f5bec663480310b96c6
2014-02-13coverity#737827 Uncaught exceptionCaolán McNamara
Change-Id: Iab21baa94bb2fa3d0de6155e670f198d35de72e9
2014-02-13coverity#737824 Uncaught exceptionCaolán McNamara
Change-Id: Ie8ba13265b436eb3ca548d5ccd2ca28d1e65e035
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
First, I updated the clang rewriter to do the conversion. Then I lightly hand-tweaked the output for the few places where the rewriter messed up, mostly when dealing with calls on "this". Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9 Reviewed-on: https://gerrit.libreoffice.org/7879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-11sal_Bool->boolNoel Grandin
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
2014-02-10fdo#73363: sd: fix mis-detection of Visio files as PPTMichael Stahl
SdFilterDetect::detect() erroneously detects all binary MSO files, and because the Visio types would be checked after PPT, Visio is pre-empted. Change-Id: I6ec3647a508dc8d79b47bfff6de35ccae39416ee
2014-02-03thumbnails: Provide the size as a default parameter.Jan Holesovsky
And increase it consistently to 256 pixels. Change-Id: I123e11d597269d7e43298504f1dbd0098c9b0149
2014-01-28bool improvementsStephan Bergmann
Change-Id: Icac34936bdb551ad517170fd497212513719d2aa
2014-01-22bool improvementsStephan Bergmann
Change-Id: I943e54afaf6ce58aaccbf588ffd9b9e235ef3b39
2014-01-13fdo#73436 Let SdXImpressDocument handle css.drawing.* requests directlyStephan Bergmann
...instead of handing off to base class, so that potential wrapping in SdXShape (in create) is not skipped. Change-Id: I57fb10ef478688a5a0c1c3c736efbd55a7172423
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e
2013-12-20Resolves: #i123783# apply patch to correct type of ActiveLayer propertyJürgen Schmidt
Patch By: hanya Review By: jsc (cherry picked from commit 1831b6c95e6137432f64729a270e53fc39e46217) Change-Id: Iad149ff5350ac63270ea0ae84343f7ef5fdde1a2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
Convert code like if( !aStr.isEmpty() && aStr[0] == 'x' ) to if( aStr.startsWith("x") ) Change-Id: Iabc3a44ed3be2d29eed876e0eeef212ccd271edf
2013-12-12Fix C++03 digraphsStephan Bergmann
Change-Id: I456469c27b60290ad8280fe12fcb82958e1a6c85