summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
AgeCommit message (Collapse)AuthorFilesLines
2007-05-10INTEGRATION: CWS dba23a (1.24.98); FILE MERGEDKurt Zenker1-19/+29
2007/03/01 13:43:30 fs 1.24.98.4: numeric min/max are sal_Int64 since recently 2007/03/01 12:02:14 fs 1.24.98.3: #i74061# support for read-only object inspector 2007/02/22 11:22:27 fs 1.24.98.2: #i73260# misc warning issues 2007/02/22 10:58:15 fs 1.24.98.1: #i68961# lcl_convertListToDisplayText: use an OUStringBuffer, which means that the resulting string is cut to 0 characters if too long
2006-09-16INTEGRATION: CWS pchfix02 (1.23.22); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:26:44 kaib 1.23.22.1: #i68856# Added header markers and pch files
2006-07-26INTEGRATION: CWS dba204b (1.22.12); FILE MERGEDRüdiger Timm1-7/+5
2006/07/06 14:52:30 fs 1.22.12.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings
2006-06-19INTEGRATION: CWS warnings01 (1.20.12); FILE MERGEDJens-Heiner Rechtien1-3/+3
2006/05/23 15:50:08 sb 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2006/05/12 16:29:54 sb 1.20.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
2006-04-07INTEGRATION: CWS internatiodel (1.19.26); FILE MERGEDVladimir Glazounov1-5/+5
2006/02/10 19:28:31 er 1.19.26.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006-03-14INTEGRATION: CWS pbrwuno (1.17.36); FILE MERGEDVladimir Glazounov1-639/+771
2006/02/13 07:28:41 fs 1.17.36.17: #i10000# 2006/02/10 11:51:46 fs 1.17.36.16: NullPointerException is unusual at addFooListener methods 2006/02/10 08:32:14 fs 1.17.36.15: RESYNC: (1.18-1.19); FILE MERGED 2005/12/20 10:54:54 fs 1.17.36.14: #i53095# new control type for editing hyperlinks 2005/12/19 12:23:15 fs 1.17.36.13: #i53095# don't produce an trailing empty line in multi line edits 2005/12/16 15:29:58 fs 1.17.36.12: ImplCalcLongValue: care for overflow 2005/10/26 14:03:33 fs 1.17.36.11: some cleanups for finalizing #i53095# 2005/10/24 08:42:07 fs 1.17.36.10: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/19 07:48:06 fs 1.17.36.9: #i53095# knitting some loose ends 2005/10/17 12:20:18 fs 1.17.36.8: make StringListField exchange a sequence< string > 2005/10/17 10:28:00 fs 1.17.36.7: #i53095# make numeric field exchange its values as double 2005/10/17 09:48:42 fs 1.17.36.6: #i53095# make DateFields and TimeFields exchange their values as css.util.Date/Time 2005/10/17 07:17:05 fs 1.17.36.5: replace MeasurementUnit with css.util.MeasureUnit 2005/10/14 12:43:49 fs 1.17.36.4: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/05 07:10:42 fs 1.17.36.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/05 07:41:54 fs 1.17.36.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:07 fs 1.17.36.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-01-03INTEGRATION: CWS dba202c (1.18.54); FILE MERGEDKurt Zenker1-2/+4
2005/12/05 14:28:32 fs 1.18.54.1: #i48619 OMultilineEditControl is a CompoundControl
2005-09-08INTEGRATION: CWS ooo19126 (1.17.54); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:00:38 rt 1.17.54.1: #i54170# Change license header: remove SISSL
2005-07-01INTEGRATION: CWS expconbin (1.16.86); FILE MERGEDRüdiger Timm1-3/+6
2005/06/01 12:49:23 fs 1.16.86.1: #i49019# make 'Binding' an explicit property, not an implicit one
2005-01-21INTEGRATION: CWS dba22 (1.15.4); FILE MERGEDKurt Zenker1-3/+3
2004/12/16 15:29:55 fs 1.15.4.1: #i38906# proper GetSelection
2004-11-16INTEGRATION: CWS eforms2 (1.12.22); FILE MERGEDOliver Bolte1-27/+111
2004/07/27 14:06:22 fs 1.12.22.4: RESYNC: (1.13-1.14); FILE MERGED 2004/07/16 15:41:44 fs 1.12.22.3: #114856# +DateTime type, and some cleanup at the IBrowserControl 2004/06/29 14:25:14 dvo 1.12.22.2: RESYNC: (1.12-1.13); FILE MERGED 2004/04/26 11:30:56 fs 1.12.22.1: some cleanup/consolidation
2004-07-06INTEGRATION: CWS dba13 (1.13.48); FILE MERGEDRüdiger Timm1-19/+12
2004/06/29 08:29:45 fs 1.13.48.1: #i30598# derive the OMultilineEditControl from Edit, to ensure proper painting
2004-04-13INTEGRATION: CWS frmcontrols02 (1.10.54); FILE MERGEDJens-Heiner Rechtien1-5/+5
2004/03/24 10:03:31 fs 1.10.54.2: RESYNC: (1.10-1.12); FILE MERGED 2004/02/02 07:46:11 fs 1.10.54.1: #i24415#
2004-03-19INTEGRATION: CWS formdesign01 (1.10.20); FILE MERGEDOliver Bolte1-12/+19
2004/02/25 18:02:14 fs 1.10.20.6: RESYNC: (1.10-1.11); FILE MERGED 2004/01/09 13:42:36 fs 1.10.20.5: #i22878# moved TimeDurationInput to usercontrol.* 2004/01/07 14:36:03 fs 1.10.20.4: #100000# make compile with Linux gcc 2003/12/19 14:31:33 fs 1.10.20.3: #22878# TimeDurationInput for inputting, well, time durations 2003/12/03 10:06:42 fs 1.10.20.2: #i22878# measurement units for Width and RowHeight 2003/11/27 14:47:29 fs 1.10.20.1: #i22878# file URL display and date input
2004-02-03INTEGRATION: CWS dialogdiet (1.10.36); FILE MERGEDJens-Heiner Rechtien1-6/+3
2003/11/28 15:09:21 mba 1.10.36.1: #i22972#: access to StandardColorTable moved to svx
2003-08-07#100000# '#if SUPD < 650' condition removed in order to make SRC680 ↵Rüdiger Timm1-6/+2
identical to SRX645
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-37/+7
2002-08-09#100000# corrected typosVladimir Glazounov1-4/+7
2002-08-06#102058# use auto_ptr in dtor and insert SUPD < 650 for SetExtDateFormat changeOcke Janssen1-7/+24
2002-02-19#65293#: SetExtFormar() -> SetExtDateFormat()Jens-Heiner Rechtien1-3/+6
2001-07-23#90040# use LocaleDataWrapper instead of International classFrank Schönheit1-8/+9
2001-02-19OColorControl: insert the standard entry at position 0Frank Schönheit1-3/+6
2001-02-05get standard color table if SID_COLOR_TABLE item not availableThomas Benisch1-10/+23
2001-01-24recognize and tolerate a missing SID_COLOR_TABLE itemFrank Schönheit1-10/+18
2001-01-12initial checkin - outsourced the form property browserFrank Schönheit1-0/+1237