Commit graph

27 commits

Author SHA1 Message Date
Ariel Constenla-Haile
805c6101b3 Resolves: #i121544# - Clean-up MessageBox API
(cherry picked from commit 27cfcb1e9d103b3e49c1263b1fa59fee8b187b21)

Conflicts:
	desktop/test/deployment/active/active_native.cxx
	desktop/test/deployment/passive/Dispatch.java
	desktop/test/deployment/passive/passive_native.cxx
	odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
	odk/examples/DevelopersGuide/GUI/MessageBox.java
	odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.cxx
	odk/examples/java/Inspector/Inspector.java
	offapi/com/sun/star/awt/MessageBoxButtons.idl
	offapi/com/sun/star/awt/MessageBoxResults.idl
	offapi/com/sun/star/awt/XMessageBox.idl
	offapi/com/sun/star/awt/XMessageBoxFactory.idl
	offapi/com/sun/star/awt/makefile.mk
	offapi/type_reference/types.rdb
	sdext/source/minimizer/unodialog.cxx
	toolkit/inc/toolkit/awt/vclxtoolkit.hxx
	toolkit/source/awt/vclxtoolkit.cxx
	toolkit/source/layout/core/root.cxx

Change-Id: I170b494fb96362bb25ba8d0f2518d4e46934dd67

Related: #i121544# - Clean-up MessageBox API (post fix)

(cherry picked from commit c9f7a06e7798bcd5253844c49d210ea9345bd4b8)

Conflicts:
	sw/inc/pch/precompiled_sw.hxx

Change-Id: Ib8b1e7aaac769feff5206fcdd238c487a6130dd1

Related: #i121544# - Fix header guards

Found by: Tsutomu Uchino

(cherry picked from commit 82194a19ff4f29c8451c8e6ab6fe4f1b9d08df27)

Conflicts:
	offapi/com/sun/star/awt/MessageBoxType.idl

Change-Id: Ide8ba697fbc80395d2f30a068a0820a6afa3332f
2013-07-11 13:16:58 +01:00
Noel Grandin
33a0f8ce65 fdo#46808, Adapt awt::Toolkit UNO service to new style
Create a merged XToolkit2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.

Also mark sub-interfaces as non-optional.

Change-Id: I278d0288e92be277033013302267cf93f7d70480
2012-10-24 16:49:49 +02:00
Ricardo Montania
aa4a6bd8c1 ::rtl::OUString to OUString in UnoControls
Change-Id: I12a95e61e7bf59c64fec7df98617926b774074ee
Reviewed-on: https://gerrit.libreoffice.org/597
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-11 18:21:00 +00:00
Thomas Arnhold
2beba8f93e reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
Thomas Arnhold
49ad17e2b1 remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08 13:53:53 +02:00
Michael Meeks
ec54c0c45f re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
Thomas Arnhold
8b03510230 expand and remove CSS* macro 2012-02-21 14:02:45 +01:00
Joseph Powers
e986d2fc48 Cleanup some #include <tools/list.hxx> 2011-02-20 21:03:23 -08:00
Joseph Powers
d966837ff3 Removed DECLARE_LIST( IMPL_ControlInfoList, IMPL_ControlInfo* )
Also fixed a memory leak...
	BaseContainerControl::impl_cleanMemory
	The old code would delete object[0] size() times :(
2010-12-10 07:02:29 -08:00
Joseph Powers
ddec70f39e Macro Cleanup in UNO land. 2010-11-01 00:16:13 -05:00
Caolán McNamara
b77940e5af add modelines to .hxx files as well 2010-10-28 15:48:02 +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
Rüdiger Timm
cfaea419c4 INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED
2008/04/01 16:03:00 thb 1.3.42.3: #i85898# Stripping all external header guards
2008/04/01 12:59:00 thb 1.3.42.2: #i85898# Stripping all external header guards
2008/03/31 13:07:32 rt 1.3.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 06:09:19 +00:00
Rüdiger Timm
641f45b17e INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED
2008/03/31 13:07:31 rt 1.2.42.1: #i87441# Change license header to LPGL v3.
2008-04-11 06:08:31 +00:00
Rüdiger Timm
4b26f42987 INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED
2008/04/01 16:03:00 thb 1.6.26.3: #i85898# Stripping all external header guards
2008/04/01 12:58:59 thb 1.6.26.2: #i85898# Stripping all external header guards
2008/03/31 13:07:31 rt 1.6.26.1: #i87441# Change license header to LPGL v3.
2008-04-11 06:08:12 +00:00
Rüdiger Timm
a7c8cdcc33 INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED
2008/04/01 16:02:59 thb 1.4.26.3: #i85898# Stripping all external header guards
2008/04/01 12:58:59 thb 1.4.26.2: #i85898# Stripping all external header guards
2008/03/31 13:07:31 rt 1.4.26.1: #i87441# Change license header to LPGL v3.
2008-04-11 06:06:39 +00:00
Jens-Heiner Rechtien
8af1e21265 INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2005/10/25 09:12:18 pl 1.5.4.1: #i55991# removed warnings for solaris platform
2006-06-19 22:08:09 +00:00
Jens-Heiner Rechtien
c091087ced INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/10/25 09:12:17 pl 1.3.4.1: #i55991# removed warnings for solaris platform
2006-06-19 22:07:57 +00:00
Rüdiger Timm
1ddd77da51 INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED
2005/09/05 16:59:15 rt 1.2.112.1: #i54170# Change license header: remove SISSL
2005-09-09 08:15:35 +00:00
Rüdiger Timm
29eccecc04 INTEGRATION: CWS ooo19126 (1.1.1.1.136); FILE MERGED
2005/09/05 16:59:14 rt 1.1.1.1.136.1: #i54170# Change license header: remove SISSL
2005-09-09 08:15:18 +00:00
Rüdiger Timm
2ea7ec8c07 INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED
2005/09/05 16:59:14 rt 1.4.66.1: #i54170# Change license header: remove SISSL
2005-09-09 08:14:59 +00:00
Rüdiger Timm
2ceda8d658 INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED
2005/09/05 16:59:14 rt 1.2.112.1: #i54170# Change license header: remove SISSL
2005-09-09 08:14:01 +00:00
Vladimir Glazounov
77ac7a9f81 INTEGRATION: CWS mh11rc (1.3.48); FILE MERGED
2003/06/06 13:06:43 mh 1.3.48.1: join: from cws_srx644_ooo11beta2
2003-06-12 09:43:27 +00:00
Jens-Heiner Rechtien
25192af169 #65293#: exception specifications 2001-09-27 10:28:18 +00:00
Hans-Joachim Lankenau
ee604b8877 #92075# 2001-09-11 15:45:15 +00:00
Andreas Schlüns
24689da47f #78521# support window listener mechanism for derived controls 2000-10-12 09:33:51 +00:00
Jens-Heiner Rechtien
95117e7fef initial import 2000-09-18 15:18:56 +00:00