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
Markus Mohrhard
3575dba98d
remove whitespaces
...
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
2014-07-02 23:03:07 +02:00
Noel Grandin
3e82897353
improve the inlinesimplememberfunctions clang plugin
...
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-17 10:55:17 +02:00
Thomas Arnhold
97a5ba4a71
remove comments why a file gets included
...
also remove some commented out code
Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-21 18:08:28 +02:00
Stephan Bergmann
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Tobias Lippert
a18a1a4545
Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
...
Added vcl/settings.hxx to all cxx files which require it.
This helps to speed up compilation after changes to the settings.
Conflicts:
sc/source/ui/dbgui/pvlaydlg.cxx
Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4
Reviewed-on: https://gerrit.libreoffice.org/7933
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-20 16:22:17 +00:00
Steve Yin
b193123b8e
Integrate branch of IAccessible2
...
Change-Id: Ic7e0b943749266646722cf6525e77b006ae79232
2013-11-28 17:22:16 +00:00
Stephan Bergmann
c400d41b93
Some clean-up
...
Change-Id: I87cc4a6840090076007d268ae19eb2cfd3408e7c
2013-10-23 12:23:00 +02:00
Marcos Paulo de Souza
8f6d2eef50
fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.
...
Change-Id: I1c2d95e4c3fb6242dcb4cdb88cf9733471a3412b
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >
2013-10-23 11:05:43 +02:00
Jan Holesovsky
ad7b757a25
'ist' -> 'is' here and there.
...
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-10-04 20:27:30 +02:00
Luboš Luňák
64b993e046
finish deprecation of O(U)String::valueOf()
...
Compiler plugin to replace with matching number(), boolean() or OUString ctor,
ran it, few manual tweaks, mark as really deprecated.
Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-21 15:10:35 +02:00
Jelle van der Waa
dd9c97d587
fdo#62475 removed pointless comments
...
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa
Reviewed-on: https://gerrit.libreoffice.org/5148
Reviewed-by: Luboš Luňák <l.lunak@suse.cz >
Tested-by: Luboš Luňák <l.lunak@suse.cz >
2013-07-29 11:34:33 +00:00
Marcos Paulo de Souza
aea18e985e
fdo#57950: Remove some chained appends in chart2 and more
...
Removed a not needed variable;
Removed some rt:: prefixes
Change-Id: I24a7a0c5adcee17eab4c9d6442b472a5992f261e
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com >
Reviewed-on: https://gerrit.libreoffice.org/1549
Reviewed-by: Luboš Luňák <l.lunak@suse.cz >
Tested-by: Luboš Luňák <l.lunak@suse.cz >
2013-01-07 13:59:02 +00:00
Marcos Paulo de Souza
b380744c20
Remove some RTL_* and some rtl:: prefixes in chart2
...
Change-Id: I47889319530d8f03bd7c78e937de55cf380d2d41
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com >
Reviewed-on: https://gerrit.libreoffice.org/1550
Reviewed-by: Luboš Luňák <l.lunak@suse.cz >
Tested-by: Luboš Luňák <l.lunak@suse.cz >
2013-01-07 13:57:43 +00:00
Thorsten Behrens
70626249cd
API CHANGE a11y unpublishing and add/removeListener rename.
...
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.
This unpublishes all css::accessibility, and dependend API.
With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.
Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-29 16:58:16 +01:00
Eike Rathke
9955dbebbd
AllSettings with LanguageTag
...
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-22 12:34:59 +01:00
Michael Meeks
63c508e3e8
re-base on ALv2 code. Includes:
...
118568: switch to using ucpp
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
Rafael Dominguez
561a2d63ea
Cleanup of C2U macro in chart2.
2012-04-08 10:47:56 -04:30
Norbert Thiebaud
6da8379e14
remove include of pch header in chart2
2011-11-27 12:59:19 -06:00
Thomas Arnhold
fd3ae880bc
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
2011-03-13 16:44:11 +01:00
Luboš Luňák
9dafa8b12c
more std:: -> o3tl:: build fixes
2011-02-08 19:31:40 +01:00
Alfonso Eusebio
253326f6e6
Removed bogus comments from calc-chart2
...
Removed bogus comments from calc/chart2/accesibility and .../chartapiwrapper
2011-01-17 20:37:08 +00:00
Timo Heino
b66a347361
Removed commented out code
...
Removed code that was commented out from some files inside
calc/chart2/source/controller/accessibility/ folder.
Signed-off-by: Timo Heino <eraggo@gmail.com >
2010-11-22 18:41:57 +01:00
Norbert Thiebaud
defa3490b4
use SolarMutexGuard to guard the SolarMutex
2010-10-25 17:54:58 -05:00
Sebastian Spaeth
63bb42ab7d
Add vim/emacs modelines to all source files
...
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-13 10:57:18 +02:00
Thomas Benisch
568a8725ae
chartshapes: merge with DEV300_m72
2010-03-01 12:22:02 +01:00
Vladimir Glazunov
22e99ad710
CWS-TOOLING: integrate CWS changefileheader2
2010-02-17 10:32:35 +01:00
Jens-Heiner Rechtien
4573ccfffd
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
Mathias Bauer
bf5462ddf6
#i107450#: build all other modules with new editeng lib
2010-01-08 18:32:51 +01:00
Thomas Benisch
bf5a4ac980
#i12587# Inserting/editing arbitrary text objects in chart
2009-11-18 17:01:34 +00:00
Mathias Bauer
a293d0a7b1
#i103496#: split svtools; improve ConfitItems
2009-10-16 00:05:16 +02:00
Thomas Benisch
f246eb7405
#i12587# Inserting/editing arbitrary text objects in chart
2009-07-21 14:09:00 +00:00
Rüdiger Timm
4adb3d8a01
INTEGRATION: CWS impressa11y (1.3.62); FILE MERGED
...
2008/05/29 12:45:57 af 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/05 10:19:04 bm 1.3.62.1: #i73747# return LIST_ITEM as role instead of SHAPE, so that chart objects are read by ZoomText
2008-07-07 13:34:34 +00:00
Rüdiger Timm
b1440c58ed
INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED
...
2008/04/01 15:03:55 thb 1.3.94.2: #i85898# Stripping all external header guards
2008/03/28 16:43:13 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:19:57 +00:00
Rüdiger Timm
43f29e6dd6
INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
...
2007/07/10 14:02:51 bm 1.2.12.2: #i69281# warnings removed
2007/07/10 11:57:27 bm 1.2.12.1: #i69281# warnings removed
2007-07-25 07:25:20 +00:00
Vladimir Glazounov
9b81b2e201
INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
...
2007/02/08 21:25:27 iha 1.1.2.3: resync m195 -> m202
2006/02/20 15:25:20 bm 1.1.2.2: color properties
2006/02/20 09:21:44 bm 1.1.2.1: new base class for accessibility objects that does not implement XAccessibleExtendedComponent
2007-05-22 16:14:25 +00:00