summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fucushow.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10weld SdCustomShowDlg and SdDefineCustomShowDlgCaolán McNamara1-1/+2
Change-Id: I44d40a286eb5d70982284a270f340653858d38cf Reviewed-on: https://gerrit.libreoffice.org/54076 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen1-1/+0
Found by searching for the header names and the localization function: git grep -l -e \<sdresid.hxx\> -e \<strings.hrc\> sd | xargs grep -c SdResId | grep :0$ | grep -v /pch Change-Id: Ibcd9b8403c398ec205c9bcc2ed1f04a7ef6a37aa Reviewed-on: https://gerrit.libreoffice.org/52199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc Reviewed-on: https://gerrit.libreoffice.org/51603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-23loplugin:includeform: sdStephan Bergmann1-8/+8
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-2/+2
Change-Id: I5e43312b6f42ce0c63946f366eaf1e6dcb9629b2 Reviewed-on: https://gerrit.libreoffice.org/30344 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin1-1/+1
Change-Id: I848d9b555a26e9d343efdfaaaec44a2c7d8be5b5 Reviewed-on: https://gerrit.libreoffice.org/27765 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara1-1/+2
With nullptr a parent is searched for and assigned (unless NoParent is set which means no parent) since... commit dd46727b99d4bb5135451aa7e5e1bdb197373843 Author: Caolán McNamara <caolanm@redhat.com> Date: Tue Apr 5 15:27:38 2016 +0100 Resolves; tdf#87120 no keyboard navigation inside floating windows lets try and treat these the same as we do normal toplevels like dialogs if they popup with GrabFocus. This way focus can be set on widgets inside the floating windows, and so keyboard traversal of widgets etc all works. I believe an active menu is allowed as a parent (which I'll investigate and see if we can fix or revert that if necessary), but its good practice to explicitly set the right parent rather than depending on what happens to be on top anyway. Change-Id: I744f6d9bc133058a4a9db94d6c27d2e36e22179e
2016-03-10loplugin:constantparam in sdNoel Grandin1-1/+1
Change-Id: I7f5065c08f539ceefa4b8d3925b9c09e72b25a44
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
Change-Id: If1b80da64ba575f07b31dce9bc0e34b7eb9f11a4
2015-09-25sd/source/ui/func boost->stdCaolán McNamara1-2/+1
Change-Id: I67874a8bad1549fd98e22a816d9fa52a17629a1e Reviewed-on: https://gerrit.libreoffice.org/18850 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara1-0/+1
Change-Id: Icf32ccd437c97dfa0ac3a569a3f2ec2b746ac300 Reviewed-on: https://gerrit.libreoffice.org/18822 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-1/+1
Change-Id: I2c6ac98f0984534894759cfbf4449eb554801cf8 Reviewed-on: https://gerrit.libreoffice.org/18678 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
Change-Id: I82c7084f203a834c2d42f9527705288e6036019b
2015-09-17boost->stdCaolán McNamara1-2/+2
Change-Id: I1e6a7fd66f90e6acd803c6cd464f1d73252f7bcb
2015-08-20loplugin:defaultparamsNoel Grandin1-1/+1
Change-Id: Ib7a4be246e5d82f5a704a188f8b950f187d04138
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-06-25remove whitespacesMarkus Mohrhard1-3/+0
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+3
Change-Id: I61fe5f5fff157531de9962a2dd4e6e0431e8601c
2014-02-11sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e
2013-10-25Unwind FunctionReference typedefStephan Bergmann1-2/+2
Change-Id: Iaf1b041adf2220d6b0220a86d8ac0db38b3b8ebc
2013-03-12translation and cleanup of comments in sd/source/ui/func/Urs Fässler1-5/+0
Change-Id: Id2603c4d3340a220708272b4b8f73e2a59f36f5b
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2011-11-27remove include of pch header from sdNorbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen1-2/+2
2011-01-17removetooltypes01: #i112600# Remove tools types from sdCarsten Driesner1-2/+2
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.9.298); FILE MERGEDRüdiger Timm1-33/+18
2008/04/01 15:34:32 thb 1.9.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:53 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.9.298.1: #i87441# Change license header to LPGL v3.
2008-04-02INTEGRATION: CWS impress139 (1.9.282); FILE MERGEDKurt Zenker1-17/+14
2008/03/13 12:46:58 cl 1.9.282.1: #i86291# set modified flag even if dialog is closed with closer
2006-12-12INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGEDKurt Zenker1-19/+13
2006/11/22 12:41:52 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro
2006-09-16INTEGRATION: CWS pchfix02 (1.7.214); FILE MERGEDOliver Bolte1-3/+5
2006/09/01 17:37:06 kaib 1.7.214.1: #i68856# Added header markers and pch files
2005-12-14INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGEDRüdiger Timm1-22/+32
2005/10/28 10:57:36 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting
2005-09-09INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:22:14 rt 1.5.288.1: #i54170# Change license header: remove SISSL
2004-11-26INTEGRATION: CWS presentationengine01 (1.4.58); FILE MERGEDRüdiger Timm1-3/+4
2004/08/25 16:31:26 cl 1.4.58.1: replaced old FuSlideShow with new SlideShow
2004-05-10INTEGRATION: CWS dialogdiet01 (1.3.34); FILE MERGEDJens-Heiner Rechtien1-8/+15
2004/04/22 02:01:31 mwu 1.3.34.1: dialogdiet01 m33 sd 20040422
2004-01-20INTEGRATION: CWS impress1 (1.2.262); FILE MERGEDOliver Bolte1-7/+18
2003/09/17 09:02:31 af 1.2.262.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.
2000-09-21SFX_BINDINGS/SFX_DISPATCHER macros removedKai Ahrens1-4/+6
2000-09-18initial importJens-Heiner Rechtien1-0/+119