summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/IdleDetection.cxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:oncevar in sdNoel Grandin2017-06-261-3/+1
| | | | | | | Change-Id: I56649b4df8c517f152ed4e9132985bbef22f8634 Reviewed-on: https://gerrit.libreoffice.org/39241 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* convert IDET flags to typed_flagsNoel Grandin2016-10-121-12/+12
| | | | Change-Id: Iaaea3b3693ab4c67a60e48e7de8865413e8e246b
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
| | | | Change-Id: If1b80da64ba575f07b31dce9bc0e34b7eb9f11a4
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
| | | | Change-Id: I155e45f58974a2b946c4a7703b350bcbfbad342e
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
| | | | | | | Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
* remove whitespacesMarkus Mohrhard2014-06-251-11/+0
| | | | Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
| | | | Change-Id: I502702dfd04405748a314bd171e6298850777c0a
* coverity#708813 unused pointer valueNoel Grandin2014-02-071-2/+1
| | | | Change-Id: I723757e470cb2b7e1a412a61a251be954e19d1e9
* re-base on ALv2 code. Includes:Michael Meeks2012-11-281-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.
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* remove include of pch header from sdNorbert Thiebaud2011-11-271-2/+0
|
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-251-1/+1
|
* Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2011-10-211-1/+1
|
* catch by const referenceCaolán McNamara2011-06-201-2/+1
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-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>
* autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]2010-03-111-4/+1
|\ | | | | | | two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
| * changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* | autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can ↵Frank Schoenheit [fs]2009-12-151-11/+8
|/ | | | never be NULL)
* INTEGRATION: CWS changefileheader (1.10.234); FILE MERGEDRüdiger Timm2008-04-101-26/+18
| | | | | 2008/04/01 15:36:10 thb 1.10.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:05 rt 1.10.234.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS presenterview (1.10.22); FILE MERGEDKurt Zenker2008-04-031-14/+8
| | | | 2008/01/09 18:28:25 cl 1.10.22.1: #i15900# slideshow api consolidation
* INTEGRATION: CWS components1 (1.7.32); FILE MERGEDRüdiger Timm2007-04-031-3/+3
| | | | | | 2006/11/21 16:24:07 af 1.7.32.3: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:34:24 af 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/22 12:32:56 af 1.7.32.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
* INTEGRATION: CWS aw024 (1.2.54); FILE MERGEDIvo Hinkelmann2006-11-141-2/+6
| | | | | | | | | 2006/09/21 23:35:59 aw 1.2.54.6: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 20:50:03 aw 1.2.54.5: RESYNC: (1.5-1.7); FILE MERGED 2006/01/26 20:16:00 aw 1.2.54.4: RESYNC: (1.4-1.5); FILE MERGED 2005/11/18 14:44:36 aw 1.2.54.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 13:47:55 aw 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:11:35 aw 1.2.54.1: #i39529#
* INTEGRATION: CWS pchfix02 (1.7.86); FILE MERGEDOliver Bolte2006-09-161-2/+5
| | | | 2006/09/01 17:37:27 kaib 1.7.86.1: #i68856# Added header markers and pch files
* INTEGRATION: CWS impress94 (1.6.86); FILE MERGEDJens-Heiner Rechtien2006-05-081-8/+11
| | | | 2006/05/04 13:39:00 af 1.6.86.1: #135431# Added guard against main view shell being NULL.
* INTEGRATION: CWS impress84 (1.5.2); FILE MERGEDRüdiger Timm2006-02-091-7/+18
| | | | 2006/01/26 15:56:22 af 1.5.2.1: #130645# Made calling XFrame::isActive() more robust.
* INTEGRATION: CWS impress78 (1.4.50); FILE MERGEDOliver Bolte2006-01-191-4/+18
| | | | 2005/12/12 12:41:21 af 1.4.50.1: #127723# Take window painting into account.
* INTEGRATION: CWS cov2src (1.3.32); FILE MERGEDRüdiger Timm2005-10-191-3/+3
| | | | 2005/10/18 12:38:41 rt 1.3.32.1: #126234# Join MWS COV680 m4 into SRC680
* INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGEDRüdiger Timm2005-09-091-47/+21
| | | | 2005/09/05 13:25:06 rt 1.2.198.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS impress31 (1.1.2); FILE ADDEDVladimir Glazounov2005-02-171-0/+138
2005/01/25 10:35:31 af 1.1.2.1: #i40915# Initial revision.