Commit Graph

44 Commits

Author SHA1 Message Date
Noel Grandin
71b809959b remove unnecessary use of void in function declarations
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
2015-04-15 11:47:12 +02:00
Caolán McNamara
07d62eb38e V801: Decreased performance
Change-Id: I5e7b5327b542f610efb0960b8bcfad10e04025b5
2015-03-05 10:57:33 +00:00
Caolán McNamara
2f25dc9644 de-resource FLT_LEFT_PANE_[DRAW|IMPRESS]_DOCKING_WINDOW
Change-Id: I5042141eaa0dfbf9d2184b86b537a9b149c9a06c
2014-12-22 15:11:50 +00:00
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
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
Michael Meeks
8c01b81e81 fdo#74519 - don't drag around and use an uninitialized variable.
Change-Id: I08b43a6658a600398b434a0c90e0e16863402b33
2014-02-04 18:24:42 +01:00
Thomas Arnhold
3b58ababc5 fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
2013-10-23 23:22:33 +02:00
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
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-04-07 14:23:11 +02:00
Takeshi Abe
b876538a6d removed unnecessary forward declarations of class
except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx

Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211
2012-07-02 00:08:18 +09:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Bjoern Michaelsen
c61cd1a5a2 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 20:06:58 +01:00
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
Mathias Bauer
336d933a1b CWS changehid: resync to m89 2010-10-09 18:56:58 +02:00
Petr Mladek
8ca15ae5a4 more removed include guards using fixguard.py 2010-10-05 18:20:55 +02:00
Mathias Bauer
de0d3255d1 CWS changehid: resync to m84 2010-07-13 14:38:37 +02:00
Mathias Bauer
e2280d56bf CWS changehid: #i111874#: change code to support HelpIds as byte strings 2010-07-10 18:21:24 +02:00
Andre Fischer
df76bfb069 renaissance1: merge with DEV300_m84 2010-07-01 18:06:39 +02:00
obo
8c75156a84 masterfix: #i10000# resolve merge problems 2010-06-17 09:00:57 +02:00
obo
847c992a25 masterfix: #i10000# remove conflict marks 2010-06-16 13:50:55 +02:00
Christian Lippka
defcfcf416 cws impress190: rebase m82 2010-06-14 18:49:32 +02:00
Frank Schoenheit [fs]
f884576207 slidecopy: merge after copying in CWS renaissance2 2010-06-03 18:53:52 +02:00
Christian Lippka
58dd850178 #i89450# removed unused code 2010-05-05 17:39:48 +02:00
Frank Schoenheit [fs]
958e5f8516 merge 2010-04-14 20:21:59 +02:00
Frank Schoenheit [fs]
8522a74e1d slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code formerly found in SD 2010-04-14 10:37:41 +02:00
Christian Lippka
a7df737242 fixed unix warnings 2010-04-13 12:10:03 +02:00
Frank Schoenheit [fs]
bec2d48753 slidecopy: merge 2010-04-12 20:04:24 +02:00
Frank Schoenheit [fs]
9c32c9129e slidecopy: merge CWS wth MWS-m76 2010-04-09 09:37:17 +02:00
Frank Schoenheit [fs]
d817753ec5 slidecopy: moved SD's version of DockingWindows (bearing a title bar, and a closer when docked) to SFX, and based the new TaskPane on it 2010-04-09 09:21:37 +02:00
Andre Fischer<Andre.W.Fischer
9300afa21c renaissance1: merge with DEV300_m75 2010-03-23 15:37:20 +01:00
Andre Fischer
b390fae170 renaissance1: #i107215# Reorganized and improved layouting. 2010-03-19 15:06:39 +01:00
Frank Schoenheit [fs]
f391eb8768 slidecopy: initial version of a "Tool Panel"
At the moment, this implementation is parallel to the existing TaskPane implementation, but on the medium term, it is
intended to replace it. No change in functionality is planned for the moment, just the panel selection is done via
a tab bar, instead of the the "jumping drawers".
Pending tasks (as known so far):
- Accessibility. No implementation at all, yet.
- showing/hiding tool panels from the "View" drop down menu
- connection to the resource framework. At the moment, de/activating panels completely bypasses the resource
  framework.
- alternative implementation of the PanelDeckLayouter which mimics the old design. To be activated by default, for
  the moment.
- removal of the (old, by then) TaskPane implementation. Care needs to be taken that the framework API stays
  unchanged, i.e., the current ToolPanel resource must be renamed back to RightPane when RightPane is not
  occupied anymore by the old implementation. Same for other resource names.
2010-03-15 13:53:19 +01:00
Andre Fischer
f1a49de136 renaissance1: #i107215# Improved focus and selection handling. 2010-02-25 16:51:49 +01:00
Jens-Heiner Rechtien
9e19ff00c7 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
Rüdiger Timm
e971154e13 INTEGRATION: CWS impress145 (1.11.50); FILE MERGED
2008/06/17 15:14:47 af 1.11.50.1: #i79701# Added GetTitleToolBox() method.
2008-07-02 10:52:00 +00:00
Rüdiger Timm
12facf1bd3 INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED
2008/04/01 15:35:15 thb 1.10.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:10 rt 1.10.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:47:23 +00:00
Rüdiger Timm
ba33ae1139 INTEGRATION: CWS components1 (1.9.200); FILE MERGED
2006/11/16 14:35:02 af 1.9.200.3: #i68075# Optimizations to increase start-up performance.
2006/09/21 09:09:40 af 1.9.200.2: #i68075# Made mpContentWindow and mpTitleToolBox scoped_ptrs.
2006/08/23 11:22:34 af 1.9.200.1: #i68075# Transition to new drawing framework.
2007-04-03 15:04:55 +00:00
Jens-Heiner Rechtien
9f4e091dbc INTEGRATION: CWS impress66 (1.7.80); FILE MERGED
2005/10/10 14:36:24 af 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED
2005/08/08 11:38:19 af 1.7.80.1: #i48402# Added argument for docking window title to constructor.
2005-10-24 15:17:35 +00:00
Rüdiger Timm
b66768fce4 INTEGRATION: CWS ooo19126 (1.7.118); FILE MERGED
2005/09/05 13:22:45 rt 1.7.118.1: #i54170# Change license header: remove SISSL
2005-09-09 04:11:45 +00:00
Oliver Bolte
4ff0f7c3d0 INTEGRATION: CWS impress52 (1.6.110); FILE MERGED
2005/04/27 14:11:34 af 1.6.110.1: #i48263# Added WindowEventListener() link method.
2005-05-02 12:18:38 +00:00
Rüdiger Timm
d177b314f0 INTEGRATION: CWS iha06 (1.5.46); FILE MERGED
2005/01/18 15:12:59 iha 1.5.46.1: #i40783# added missing helpids
2005-01-31 13:52:33 +00:00
Oliver Bolte
730f25263b INTEGRATION: CWS impress15 (1.4.8); FILE MERGED
2004/10/19 09:14:50 af 1.4.8.1: #i35732# Added new InitializeTitleToolBox() method.
2004-11-16 15:12:50 +00:00
Kurt Zenker
8f406a5c6b INTEGRATION: CWS mav09 (1.2.44); FILE MERGED
2004/09/16 18:35:07 mav 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED
2004/08/11 11:20:39 mav 1.2.44.1: #100000# resync problem
2004-10-04 17:36:25 +00:00
Jens-Heiner Rechtien
40725b4797 INTEGRATION: CWS impress11 (1.2.30); FILE MERGED
2004/08/05 16:51:59 af 1.2.30.1: #i32098# Title is not passed anymore to constructor but taken from PaneManager.  Added SetTitle() method.
2004-09-08 12:43:14 +00:00
Rüdiger Timm
27c8143810 INTEGRATION: CWS impress2 (1.1.2); FILE ADDED
2004/06/28 07:39:27 af 1.1.2.5: #i22705# Listening for state changes to init layout when necessary.
2004/06/15 14:46:46 af 1.1.2.4: #i22705# Added argument for resource id to constructor.
2004/06/12 12:14:28 af 1.1.2.3: #i22705# AddMenu() returns id of new menu.  Added border that is drown arround content window.
2004/06/11 07:16:56 af 1.1.2.2: #i22705# Preparation to make the docking window show a titlem, menu, and closer.
2004/06/04 04:46:31 af 1.1.2.1: #i22705# Initial revision.
2004-07-13 12:58:29 +00:00