summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
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
2014-12-22bnc#822341: PPTX export of embedded text documentsZolnai Tamás
-Make embedded text documents exported by analogy with spreadsheet embedded documents. -Convert MS ole objects to LO sepcific objecst to allow exporting those ole objects too. Plus use gb_CppunitTest_use_rdb instead of wasting time on finding out which missing components cause test failing. Especcially when we have platform dependent components (e.g. related to embedded object) Change-Id: Ic76d659b51274777a1669c215344a1169ebcba81
2014-12-22de-resource FLT_LEFT_PANE_[DRAW|IMPRESS]_DOCKING_WINDOWCaolán McNamara
Change-Id: I5042141eaa0dfbf9d2184b86b537a9b149c9a06c
2014-12-22fdo#84213 changed 'Display Ruler' to 'View Ruler'Yousuf Philips
Change-Id: I396adc447720c1908cfa6d533fc3db7aaf2968f0 Reviewed-on: https://gerrit.libreoffice.org/13593 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-22fdo#86607 removal of the 'Custom Animation' entry from context menuYousuf Philips
Change-Id: I34800f3672d3caaa37c751e59b68ed426bf70d50 Reviewed-on: https://gerrit.libreoffice.org/13525 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I14107ca24aa98f4111f542c3999866eb1a93a72b
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I390607e002e93cf7a6babc26d9be084d9f185058
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ic402f5b5be1f657d9045091056bcb731b3407a9d
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247
2014-12-18Small tweaks to printing UIAdolfo Jayme Barrientos
Change-Id: I600e7dd96bcf1e173398a51f63efd66300853fb0 Reviewed-on: https://gerrit.libreoffice.org/12492 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2014-12-17fdo#86627 - Change Image Crop BehaviorJoel
Changed behavior of right click context crop image from bringing up dialog for crop (uno:GrafAttrCrop) to the interactive crop (uno:Crop) Change-Id: I98d01c39ad5baa894bb687e8adb3dced478d855c Reviewed-on: https://gerrit.libreoffice.org/13472 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
...to use single ASCII character literals "more directly" in the OUString API (instead of having to go via an intermediary OUString ctor call). Especially useful for character literals that are defined as const variables or via macros ("direct" uses of character literals in the OUString API can often simply be replaced with single-character string literals, for improved readability). (The functions overloaded for OUStringLiteral1 are those that are actually used by the existing LO code; more could potentially be added. The asymmetry in the operator ==/!= parameter types is by design, though---writing code like 'x' == s is an abomination that shall not be abetted.) Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f
2014-12-17convert docking animation window to .uiCaolán McNamara
Change-Id: I2633173bb21da554f55b244d6d2947567c933c2a
2014-12-17relax assert, 0 is fineCaolán McNamara
Change-Id: I176a79bce85fa81310a53fcfecc6e0bc63f0ae18
2014-12-17fix Windows buildLászló Németh
Change-Id: I0f5b4b1d5f5cf872555db77f07e68b2b980e3df1
2014-12-16drop useless commentDavid Tardon
Change-Id: I51c942105fd7a00b06768154bc2c843d24196673
2014-12-16this horror depends on unsigned max increment to wrap-around to 0Caolán McNamara
understandable dbgutil out of bounds iterator checking regression from commit 3af368f0f8e6691aa2eef177ccfcfcb95885c84b Date: Tue Aug 14 21:03:04 2012 +0200 AnimationWindow: convert List to std::vector Change-Id: I8ff3e0726cc0d6e643f2f4e08b0ca41e327e5efc
2014-12-15coverity#704777 Explicit null dereferencedCaolán McNamara
Change-Id: Ia9a3a45183b7aa8367b3146061bde5036bcd8cfe
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I853f0c45e606297c966cd50d7086646c867596ec
2014-12-15-Werror,-WswitchNoel Grandin
Change-Id: Icbf6fa0ef02d7d8329839d7967e7e45d3e9f2b77
2014-12-15fdo#84938 replace PPT_PLACEHOLDER_ constants->enumTobias Madl
Change-Id: I4110fab17f42a747ec55b27445f28bdef873ef86 Reviewed-on: https://gerrit.libreoffice.org/13447 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-13fdo#84909 enable start from current slide and add its tango iconsYousuf Philips
Change-Id: I2af37e19f5f54557415b80d9aad2bba38d381a87 Reviewed-on: https://gerrit.libreoffice.org/13462 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-12fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XHatchStyle Change-Id: I89e7edadc4f408e5a50840aaa1a13965b8503afb Reviewed-on: https://gerrit.libreoffice.org/13442 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-12fdo#84938 replace PPT_LAYOUT_ constants with enumTobias Madl
Change-Id: I3c77e7e551bd4b657cb58fdfeead73d50441e890 Reviewed-on: https://gerrit.libreoffice.org/13437 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
Removed XGradientStyle Reviewed on: https://gerrit.libreoffice.org/13320 Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
2014-12-11document 735481 Logically dead codeCaolán McNamara
Change-Id: I720b51f52010e0946061302dc733f50360073930
2014-12-11coverity#704009 Unchecked return valueCaolán McNamara
Change-Id: I8f5c37c99d81811f94f3f1b4e863be1de7debaec
2014-12-11document 704296 Logically dead codeCaolán McNamara
Change-Id: I4fcced3a79113037d159301e04bdda54246edd13
2014-12-10Any reason to use IsHeadlessModeRequested here?Stephan Bergmann
IsHeadlessModeEnabled should work just as well, given that Desktop::RegisterServices (desktop/source/app/appinit.cxx) calls EnableHeadlessMode if IsHeadless Change-Id: I4ffd8e6e3a37a8929620418e97854106ea937c9f
2014-12-10priorities: prevent future compatibility problemsTobias Madl
Change-Id: I735bac570a0bed35d9ddc07e5f107fb696b49082
2014-12-10loplugin:cstylecastStephan Bergmann
Change-Id: I7f7e9094cb992b2cec3ab156a83791559cbb4344
2014-12-09-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I59989b1b5b9fc7b0cb475234dcd11a838618976f
2014-12-09-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I0ba682547e0dac2bac6e52decbee709a48645bd7