summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
AgeCommit message (Collapse)Author
2019-05-10an uno -> a unoCaolán McNamara
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-05-10an is used before a vowel soundCaolán McNamara
not before vowels with a consonant sound so its a url not an url Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2 Reviewed-on: https://gerrit.libreoffice.org/72062 Reviewed-by: Jens Carl <j.carl43@gmx.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-27Fix some idl descriptionsJulien Nabet
Change-Id: I49a767e9212a859db7856158141a38e6f2974e56
2013-06-04*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>Michael Stahl
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
2013-06-04*api: convert rest of <member scope="foo">Michael Stahl
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
2013-06-04*api: replace <member>Foo</member>Michael Stahl
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
2013-06-04*api: convert <type scope="bar">Foo</type>Michael Stahl
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
2013-06-04*api: convert <type>Foo</type>Michael Stahl
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-06-12re-base on ALv2 code.Michael Meeks
2012-01-05add mode-lines to .idl filesCaolán McNamara
2011-04-02Strip include guards in idl filesJulien Nabet
2010-11-02jsc340: i115337: cleanup since tagsJuergen Schmidt
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-12-16CWS-TOOLING: integrate CWS rtlcontrolsRüdiger Timm
2008-12-11 21:08:49 +0100 fs r265367 : CONTEXT_WRITING_MODE is transient 2008-12-11 21:08:00 +0100 fs r265365 : REGISTER_PROP_3 2008-12-11 20:53:44 +0100 fs r265362 : ContextWritingMode is not MAYBEVOID 2008-12-11 15:29:08 +0100 fs r265315 : prevent a deadlock during complex.dbaccess.DatabaseDocument test 2008-12-11 15:01:13 +0100 fs r265304 : manual RESYNC to m37 2008-12-10 20:04:38 +0100 pl r265230 : #i30631# fix a snafu in mirroring 2008-12-10 19:14:45 +0100 pl r265229 : #i30631# rework PaintToDevice for RTL controls 2008-12-05 10:19:13 +0100 fs r264893 : #i10000# ImplInitSettings => ImplInitWindow (ImplInitSettings clashed with base classes ImplInitSettings on unxsols4) 2008-12-03 12:55:24 +0100 fs r264768 : #i100000# 2008-12-03 07:11:48 +0100 fs r264741 : #i10000# 2008-12-02 10:37:51 +0100 fs r264670 : CWS-TOOLING: rebase CWS rtlcontrols to trunk@264325 (milestone: DEV300:m36) 2008-12-02 09:27:50 +0100 fs r264660 : merge from trunk 2008-11-25 10:28:36 +0100 ama r264277 : Fix #i94572# 2008-11-24 11:46:48 +0100 fs r264218 : #i30631# proper context writing mode 2008-11-24 09:38:04 +0100 fs r264204 : #i30631# (approved by PL) 2008-11-24 09:35:47 +0100 fs r264203 : #i30631# Context/WritingMode 2008-11-24 09:33:36 +0100 fs r264202 : #i30631# Context/WritingMode 2008-11-24 09:31:53 +0100 fs r264200 : #i30631# RTL 2008-11-19 08:51:48 +0100 fs r263963 : #i10000# 2008-11-18 20:58:11 +0100 fs r263878 : #i10000# 2008-11-18 15:30:44 +0100 fs r263778 : migrate the CWS from CVS to SVN the CVS changes contained in this change set are the ones between the following two CVS tags: CWS_DEV300_RTLCONTROLS_ANCHOR CWS_DEV300_RTLCONTROLS_PRE_MIGRATION 2008-11-18 12:29:04 +0100 ama r263762 : Fix #i94572#: Context direction for drawing objects 2008-11-18 12:25:50 +0100 ama r263761 : Fix #i94572#: Context direction for drawing objects 2008-11-18 12:02:30 +0100 ama r263759 : Fix #i94572#: Context direction for drawing objects
2008-04-10INTEGRATION: CWS changefileheader (1.12.344); FILE MERGEDRüdiger Timm
2008/03/31 15:58:11 rt 1.12.344.1: #i87441# Change license header to LPGL v3.
2006-10-18INTEGRATION: CWS dba205b (1.11.170); FILE MERGEDIvo Hinkelmann
2006/08/09 07:33:30 fs 1.11.170.2: added @since tag for Graphic 2006/08/08 11:32:18 fs 1.11.170.1: #i65585# optional property 'Graphic', allowing to display *any* graphics, not just an image from a file
2005-09-07INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGEDRüdiger Timm
2005/09/05 12:13:17 rt 1.10.52.1: #i54170# Change license header: remove SISSL
2005-03-18INTEGRATION: CWS tbe21 (1.8.132); FILE MERGEDKurt Zenker
2005/02/28 17:27:39 tbe 1.8.132.2: RESYNC: (1.8-1.9); FILE MERGED 2005/02/28 16:27:08 tbe 1.8.132.1: #i42907# missing control properties in xml im-/export for dialogs
2005-02-17INTEGRATION: CWS dba23 (1.8.140); FILE MERGEDVladimir Glazounov
2005/01/11 09:05:28 fs 1.8.140.1: #i34551# optional vertical alignment
2004-07-05INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGEDOliver Bolte
2004/06/16 06:20:29 fs 1.5.398.3: RESYNC: (1.5-1.7); FILE MERGED 2004/05/05 14:00:37 fs 1.5.398.2: constraints for VisualEffect 2004/05/04 15:22:21 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
2004-06-03INTEGRATION: CWS sb18 (1.5.406); FILE MERGEDOliver Bolte
2004/05/21 14:55:44 sb 1.5.406.1: #i21150# Added published flag.
2004-05-19INTEGRATION: CWS sdk10 (1.5.322); FILE MERGEDKurt Zenker
2004/02/10 15:39:26 mi 1.5.322.1: #i18677# color/long -> Color
2002-10-03#94968# IDL reviews mergedMichael Hönnig
2001-03-23Added HelpURL and HelpTextMalte Timmermann
2000-11-08moved from apiMichael Hönnig
2000-11-06moved from apiMichael Hönnig
2000-11-06moved from apiMichael Hönnig