summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewoverlaymanager.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
and fix a couple of bugs in SC and SW where the call mode was being passed to the hints parameter by accident Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58 Reviewed-on: https://gerrit.libreoffice.org/11916 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-06-25remove whitespacesMarkus Mohrhard1-51/+0
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-4/+0
Change-Id: I7a2b5970fd0ab2059b5f5b0100a049e04ba54ee3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-12/+12
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
2014-02-26Remove visual noise from sdAlexander Wilms1-1/+1
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-23Remove unneccessary commentsAlexander Wilms1-25/+25
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-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2013-09-08String to OUStringThomas Arnhold1-1/+1
Change-Id: I5ff57ede2217f1464571fb2beaa62a34425064ae Reviewed-on: https://gerrit.libreoffice.org/5826 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-08-19Mark as constTakeshi Abe1-2/+2
Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0
2013-06-25remove unwanted files added with ee51444ed1f7003dafc93c8181b5f8c1b0fd165bNoel Power1-3/+2
<sigh> added some files that were part of a patch that I was testing were not intended as part of commit Change-Id: I34ed7f55de28fa09739c0dd8d5084824de676477
2013-06-24fix borders unit test ( test values have changed )Noel Power1-2/+3
Change-Id: I1205eddf83781bef655abe4a1293c691bc5f1c41
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2012-11-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann1-5/+3
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara1-2/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2011-11-27remove include of pch header from sdNorbert Thiebaud1-2/+0
2011-04-13make this safeCaolán McNamara1-1/+3
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen1-12/+12
2011-02-10Some cppcheck cleaningJulien Nabet1-1/+1
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2011-01-17removetooltypes01: #i112600# Remove tools types from sdCarsten Driesner1-12/+12
2010-12-19prefix prefix variantCaolán McNamara1-1/+1
2010-12-09finish cleanup of missing icon handling codeJoachim Tremouroux1-1/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05remove include guards using fixguard.pyPetr Mladek1-0/+0
2010-06-29#i112791# disable slide layout on master pagesChristian Lippka1-1/+1
2010-06-29#i112758# final fix for static BitmapExChristian Lippka1-23/+8
2010-06-29#i112758# better fix to free static bitmaps on vcl deinitChristian Lippka1-29/+47
2010-06-28#i112758# changed static BitmapEx to static pointersChristian Lippka1-12/+19
2010-04-30#i107213# deselect previously selected objects before executing placeholder slotChristian Lippka1-50/+15
2010-04-30#i107213# fixed tooltipsChristian Lippka1-1/+1
2010-04-20#i107213# finalized layout grippies tooltipsChristian Lippka1-1/+4
2010-04-20#i107213# finalized layout grippies tooltipsChristian Lippka1-1/+0
2010-04-20#i107213# finalized layout grippies tooltipsChristian Lippka1-2/+3
2010-04-16merged placeholder handles into one to avoid display errors due to pixel ↵Christian Lippka1-56/+127
rounding in some zoom levels
2010-04-13fixed unix warningsChristian Lippka1-0/+0
2010-03-30fixed compile warningsChristian Lippka1-2/+0
2010-03-26made the layout placeholder appear after load and on text editChristian Lippka1-3/+11
2010-03-25finetuning placeholder scalingChristian Lippka1-5/+6
2010-03-25fixing unix compile warningChristian Lippka1-1/+1
2010-03-25added new placeholder iconsChristian Lippka1-47/+30
2010-02-25more fixes for new presentation layout shapesChristian Lippka1-2/+3
2010-02-08fixed build errors on unix systemsChristian Lippka1-6/+6
2010-01-13toolbar menu rendering finetuningChristian Lippka1-4/+6
2010-01-10added new layout imagesChristian Lippka1-10/+38
2009-12-03renaissance01: #i107213# further layout work, initial support for new layout ↵Christian Lippka1-67/+48
toolbox control