Commit Graph

22 Commits

Author SHA1 Message Date
Noel Grandin
827c46e7d7 fdo#82577: Handle Window
Put the VCL Window class in the vcl namespace. Avoids clash with the X11
Window typedef.

Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-23 14:11:39 +03:00
Noel Grandin
9c117de4c1 extensions: sal_Bool->bool
Change-Id: Ia22387bf25891fb83982c03af3fa4fffdb0c3cab
2014-05-08 11:44:53 +02:00
Thomas Arnhold
f400bdce03 fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
2014-04-19 11:10:10 +02:00
Stephan Bergmann
362d4f0cd4 Explicitly mark overriding destructors as "virtual"
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."

Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01 19:22:54 +02:00
Stephan Bergmann
567ef6d578 Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
Alexander Wilms
15246c959a Remove visual noise from extensions
Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3
Reviewed-on: https://gerrit.libreoffice.org/8259
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27 07:34:29 -06:00
Stephan Bergmann
5e21a413c7 cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Stephan Bergmann
602c87b425 Window::PreNotify should return bool
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-18 00:37:49 +01:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Marcel Metz
5b031b4ea6 Remove superfluous _ZFORLIST_DECLARE_TABLE definition. 2012-01-07 22:14:05 +04:00
Caolán McNamara
b77940e5af add modelines to .hxx files as well 2010-10-28 15:48:02 +01:00
Frank Schoenheit [fs]
e9de8ab515 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +01:00
Jens-Heiner Rechtien
36de66bdf0 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Frank Schoenheit [fs]
738f9f2e85 dba33e: #i107611#: display a text sample for text formats, to better distinguish text formats from non-text formats 2009-12-17 11:15:02 +01:00
Rüdiger Timm
6e57eee9f1 INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED
2008/04/01 15:15:22 thb 1.7.70.3: #i85898# Stripping all external header guards
2008/04/01 12:29:55 thb 1.7.70.2: #i85898# Stripping all external header guards
2008/03/31 12:31:57 rt 1.7.70.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:26:38 +00:00
Ivo Hinkelmann
68b34c675b INTEGRATION: CWS reportdesign01 (1.6.82); FILE MERGED
2007/10/16 10:56:29 oj 1.6.82.1: #i78403# use current date or time as preview value for the format dialog and string
2007-11-20 18:53:16 +00:00
Kurt Zenker
2f88285f4e INTEGRATION: CWS dba23a (1.5.206); FILE MERGED
2007/03/01 14:12:42 fs 1.5.206.1: #i74061# read-only-ness also for non-standard controls
2007-05-10 09:50:51 +00:00
Vladimir Glazounov
83d3bdf45b INTEGRATION: CWS pbrwuno (1.3.294); FILE MERGED
2005/10/05 07:14:42 fs 1.3.294.3: RESYNC: (1.3-1.4); FILE MERGED
2005/09/05 07:41:56 fs 1.3.294.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives,
describing one control in the ObjectInspector, responsible for one
property
known issues:
- rebuildPropertyUI can cause problems now: If the user clicks into
  the control for property A, which causes property B to be committed,
  which causes the UI for property A to be rebuilt, then this will
  crash currently. Reason: rebuildPropertyUI now synchronously replaces
  the VCL-Window of the rebuilt control, which is exactly the one
  which is still in some MouseButtonDown-handler.
  possible solutions:
  - see if rebuiltPropertyUI can be obsoleted - handlers should be able
    to just obtain the XPropertyControl from the PropertyUI, and
    re-initialize the control. Shouldn't they?`
  - make one of the steps in the chain (mouse-click, handler-call,
    rebuildPropertyUI-callback) asynchronous.
2005/08/09 14:00:09 fs 1.3.294.1: #i53095# phase 1:
- don't use strings to transver values between controls and introspectee, but Anys
- first version of a dedicated property handler for form-component-related properties
  (not yet completed)
known regressions over previous phase:
- handlers for events not yet implemented, thus some assertions
- click handlers for form-component-related properties do not yet work,
  thus the browse buttons mostly do not work
2006-03-14 10:34:36 +00:00
Rüdiger Timm
7497da0f51 INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED
2005/09/05 13:00:44 rt 1.3.308.1: #i54170# Change license header: remove SISSL
2005-09-08 19:32:19 +00:00
Oliver Bolte
840cb98f73 INTEGRATION: CWS formdesign01 (1.2.68); FILE MERGED
2004/01/09 13:42:50 fs 1.2.68.3: #i22878# moved TimeDurationInput herein from standardcontrol.*
2003/12/10 15:37:51 fs 1.2.68.2: #i23404# OFileUrlControl: also allow the OCommonBehaviourControl to handle some key input
2003/11/27 14:47:30 fs 1.2.68.1: #i22878# file URL display and date input
2004-03-19 11:08:20 +00:00
Jens-Heiner Rechtien
29a4847890 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-25 15:04:55 +00:00
Frank Schönheit
9da31656e2 initial checkin - outsourced the form property browser 2001-01-12 10:35:45 +00:00