summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2015-01-24coverity#1265803 Dereference null return valueCaolán McNamara
Change-Id: I4e565d9b5a416e7f4f435c75a715dad09c4e7e26
2015-01-24coverity#1265806 Dereference null return valueCaolán McNamara
Change-Id: Iaf8d1f570b6f343d841327c379d5424ea64cda31
2015-01-24coverity#1265809 Dereference null return valueCaolán McNamara
Change-Id: I9926fa66c99009403e5a4b90e30954f3330bba1c
2015-01-24coverity#1265810 Dereference null return valueCaolán McNamara
Change-Id: I3e99cfd189bae3ed37979dbbb69219b2649a9243
2015-01-24coverity#1265811 Dereference null return valueCaolán McNamara
Change-Id: I975c8c28f00b364f57366ea2847f8bd155c12733
2015-01-24coverity#1265808 Dereference null return valueCaolán McNamara
Change-Id: Ib4ba32315a12a25ed5b9c4df5d6f88ee0400d054
2015-01-24coverity#1265801 Dereference null return valueCaolán McNamara
Change-Id: I3cde11175ea07c6ce0b2828250fc3d942a41066c
2015-01-24coverity#1265798 Dereference null return valueCaolán McNamara
Change-Id: Ic4a9a42bafdc72be3de067b5f47dc98f0250f575
2015-01-24coverity#1265797 Dereference null return valueCaolán McNamara
Change-Id: Ief4e7898cfb8b5ab65e6dba39d04306637b776b4
2015-01-24coverity#1265795 Dereference null return valueCaolán McNamara
Change-Id: I3ad219b1729a7a4b2f3e52cd6ac0243a419bc632
2015-01-24coverity#704751 Explicit null dereferencedCaolán McNamara
Change-Id: If95204a7e8e47ef62599da3374b6a2908e495493
2015-01-23typo: langugage -> languageAndras Timar
Change-Id: Ifabd5a7851946b3e4109e22e6e9a1ff34575c1e5
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
Change-Id: I8a2785e90dae7edacb6dfb3e4362e5fb6a981b0e
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann
Change-Id: I3562efaab55655bc758fe94090b2b6d05b548098
2015-01-21has_focus is not implemented, remove usesCaolán McNamara
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
2015-01-20Related: ooo#34420-1.sxi concealed divide by zeroCaolán McNamara
on this and about 30 other documents where the NaN result is cast back to a long, giving rise to an assert in vcl/source/outdev/map.cxx:391 of long int ImplLogicToPixel(long int, long int, long int, long int, long int): Assertion `std::abs(n) < std::numeric_limits<long>::max() / nMapNum / nDPI' failed. Change-Id: Ia87e4ee6bbf0f10b7eba513e9a5ba3c42440d181
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara
Change-Id: I665cde5d4c89443238efb283c86277dedf621197
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák
So far it's been always disabled, with the exception of the slide preview extension. Change-Id: Iaee6fe2d5267c9dfdc31cbf4fb90a9ac0e08e781
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl
This thing was starting a timer that re-starts itself forever, and when the file it was watching changed, it would just assume the drawing objects were still there (and the document, for that matter...) Change-Id: I35f187f0828097a05618dc1733dce819fc6bffc6
2015-01-16fdo#88339 Fixed Draw/Impress constrained image movementTrent MacAlpine
Change-Id: Ib45cb3167acfd4f409b05a0e1b8d37af36fd6725 Reviewed-on: https://gerrit.libreoffice.org/13900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-16remove unnecessary parenthesesNoel Grandin
left over from "SVStream operator>> to Write method" conversion Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
if we didn't make use of them. Change-Id: Iee1c2fef5966a614b068c832bf8c6b51973b4c8a
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
add constructors to Date/DateTime/Time, that take the css::util counterparts, to simplify code converting between these type Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7 Reviewed-on: https://gerrit.libreoffice.org/13855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
and dump the ones that nothing is listening to Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff
2015-01-09Work around -fsanitize=nullStephan Bergmann
...at least in CppunitTest_sd_export_tests, the dynamic_cast in PPTWriterBase::GetStyleSheets (sd/source/filter/eppt/pptx-epptbase.cxx) can fail, but the resulting reference appears to not be accessed then. So change from reference to (potentially null) pointer. Change-Id: Ide49be7bffefa7906e84349642f7c3d0666d414e
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan
$(call gb_Library__get_name,foo) returns "libmerged" if library foo is merged. This reverts commit ee567a63fad9e755b11ca28696da35f00ed3b0fc. Change-Id: I6ab9b7f0b01262a6f9d5a6834a6cffdd6ffc6f8a
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-08Fraction fiasco: avoid assert on clicking "master pages" in impress sidebarCaolán McNamara
avoids the dread assert in vcl wrt. "detect overflows" in ImplLogicToPixel of vcl/source/outdev/map.cxx but the whole thing looks a nightmare if a high precision double is given as an arg to Fraction and the underlying boost foo uses longs longer than 32bits to represent that. Change-Id: Ia0fa911cf07ed613e0b1bbd97b63a291f29628cb
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
Conflicts: avmedia/source/framework/modeltools.cxx basic/source/sbx/sbxbase.cxx sd/source/filter/eppt/pptx-epptooxml.cxx svx/qa/unit/svdraw/test_SdrTextObject.cxx sw/qa/core/uwriter.cxx sw/source/core/doc/CntntIdxStore.cxx sw/source/core/doc/DocumentLinksAdministrationManager.cxx sw/source/core/doc/docnew.cxx sw/source/core/doc/gctable.cxx sw/source/core/doc/htmltbl.cxx sw/source/core/doc/sortopt.cxx sw/source/core/doc/tblcpy.cxx sw/source/core/doc/tblrwcl.cxx sw/source/core/docnode/ndcopy.cxx sw/source/core/docnode/ndtbl.cxx sw/source/core/docnode/ndtbl1.cxx sw/source/core/frmedt/tblsel.cxx sw/source/core/text/itratr.cxx sw/source/core/tox/ToxLinkProcessor.cxx sw/source/filter/xml/xmltble.cxx Change-Id: Id176d4e052c719c9afdf91ed450de84d8d2bc486 Reviewed-on: https://gerrit.libreoffice.org/13575 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
Change-Id: I155e45f58974a2b946c4a7703b350bcbfbad342e
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann
Change-Id: I0d21d9685cdc801f7d6975a752999788c1f132e4
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos
This helps de-clutter action button groups and eases visual scanning. This patch also contains little layout tweaks where needed to separate the Help button from its neighbors when the dialog is too small. Change-Id: I56aafdaf2a5351bd7bcb4db693e520fd5c5166ce Reviewed-on: https://gerrit.libreoffice.org/13427 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee
use C++11s range-based for() loops instead Conflicts: sd/source/filter/eppt/pptx-epptooxml.cxx Change-Id: I0868eb345932c05b7e40b087035da252b99bf0b9 Reviewed-on: https://gerrit.libreoffice.org/13714 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05fdo#84909 remove insert image button from shapes toolbarYousuf Philips
Change-Id: Ib9f1d45cef0715dd328a6fc197e532d17ff78487 Reviewed-on: https://gerrit.libreoffice.org/13713 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
2014-12-30removed duplicate entries found in menuids3_tmpl.srcYousuf Philips
Change-Id: I28d5bc9e8ddeb7ef42d608e55a63762657dfbf51 Reviewed-on: https://gerrit.libreoffice.org/13700 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-28fdo#84909 moved presentation features to standard toolbarYousuf Philips
Change-Id: Id52e58ad74a521f338204d0b4b21f776dc61ba08 Reviewed-on: https://gerrit.libreoffice.org/13678 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-26rearrange Impress's format menu barYousuf Philips
Change-Id: I569ec58afa6015d17dfd4c40dcb45eb36ea93b4b Reviewed-on: https://gerrit.libreoffice.org/13655 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-26Add object formatting options to format menuYousuf Philips
Change-Id: I88dd8b53abaab78cb2a43af96b2cec1108190400 Reviewed-on: https://gerrit.libreoffice.org/13654 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-24fdo#84233 rearrange impress's slide context menu and minor fix bugs in draw'sYousuf Philips
Change-Id: I02616b09be4f8f064964b1ce23f8937878d21744 Reviewed-on: https://gerrit.libreoffice.org/13599 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-23fdo#86614 reorganize image, shape and line context menusYousuf Philips
Change-Id: I87274670fd2c092bd6ea7f7dfb67f9db76865c96 Reviewed-on: https://gerrit.libreoffice.org/13632 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-22This test fails for Windows, so skip it for now.Zolnai Tamás
Change-Id: I33e480e756cd5cc88e119b47022646a4db3f4f96
2014-12-22More typosZolnai Tamás
Change-Id: Iffaca1b822d24247825250044fba3bdc07a051fc
2014-12-22Fix typoZolnai Tamás
Change-Id: I6b4b16a8ab4a446826e4b6d2670b1484cb87379a
2014-12-22bnc#862510: PPTX import: Wrong text vertical adjustment inside shape.Zolnai Tamás
When alignment is not specified, it should be set to the default "left" value just on time, when properties are pushed to the property set, otherwise uninitialized value is better. Change-Id: Ic294c5d7cc477f7515aea1c071ad9b67275c012d
2014-12-22bnc#862510: PPTX import: Wrong text color inside shapeZolnai Tamás
When theme index is 0, it means it's unset so we should not apply that. Change-Id: I62a9cd2a9b4c19f5acffc334d5e8263fe24fc8fd