summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl1-300/+0
2010-11-28RTL_CONSTASCII_USTRINGPARAM in components 3Gert Faller1-4/+4
2010-11-27RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?)Gert Faller1-4/+4
2010-11-27RTL_CONSTASCII_USTRINGPARAM in components 1Gert Faller1-4/+4
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-27dba33a: summary migration from SVNJens-Heiner Rechtien1-1/+1
2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2008-04-11INTEGRATION: CWS changefileheader (1.90.276); FILE MERGEDRüdiger Timm1-46/+19
2008/04/01 15:15:16 thb 1.90.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.90.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:42 rt 1.90.276.1: #i87441# Change license header to LPGL v3.
2006-09-16INTEGRATION: CWS pchfix02 (1.89.94); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:26:41 kaib 1.89.94.1: #i68856# Added header markers and pch files
2006-03-14INTEGRATION: CWS pbrwuno (1.85.88); FILE MERGEDVladimir Glazounov1-4042/+167
2006/02/10 08:30:34 fs 1.85.88.14: RESYNC: (1.87-1.88); FILE MERGED 2005/11/01 11:09:46 fs 1.85.88.13: RESYNC: (1.85-1.87); FILE MERGED 2005/10/26 14:49:35 fs 1.85.88.12: #i53095# 2005/10/25 07:13:11 fs 1.85.88.11: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:49 fs 1.85.88.10: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:22 fs 1.85.88.9: #i53095# some cleanup of remaining TODOs 2005/10/14 10:48:00 fs 1.85.88.8: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/13 13:00:29 fs 1.85.88.7: #i53095# (slightly) specialized version of the ObjectInspector which does the legacy implementation of css.form.PropertyBrowserController 2005/09/05 07:41:50 fs 1.85.88.6: #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/18 12:44:29 fs 1.85.88.5: #i53095#, phase 2 moved (nearly) all property handling to dedicated handlers, the controller is now simply managing a set of handlers open issues for making the property browser completely generic: - target page for a property - at the moment, the pbrw uses form-specific knowledge - relative position of properties. Again, the pbrw uses the OPropertyInfoService which is not generic - isComposeable for a given property. Also OPropertyInfoService-dependent ATM - help ids of pages and the pbrw as a whole. They're hard-coded at the moment other open issues: everything in the code which is tagged with TOD/UNOize. Those are items which do not immediately hinder phase 3 (real UNOization, i.e. definition of new UNO interfaces for the handlers, the controller, and so on), but need to be addressed in phase 4 (knit lose ends) 2005/08/16 05:39:02 fs 1.85.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers 2005/08/12 16:30:11 fs 1.85.88.3: - more fine-grained control in the IPropertyBrowserUI which elements to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which collects and combines UI change requests (IPropertyBrowserUI) (still missing: proper auto-firing) 2005/08/10 15:41:45 fs 1.85.88.2: #i53095# get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked, and move them to a FormComponentHandler [1] still to migrate: - browsing for events (needs a dedicated event property handler) - handling for clicking the button of the Command property - this is kind of asynchronous, and IPropertyHandler is not yet prepared for this 2005/08/09 13:59:59 fs 1.85.88.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
2005-11-11INTEGRATION: CWS c05v001 (1.85.104); FILE MERGEDKurt Zenker1-4/+21
2005/08/29 10:48:09 fs 1.85.104.1: #124939#
2005-09-23INTEGRATION: CWS dba201b (1.85.68); FILE MERGEDJens-Heiner Rechtien1-82/+55
2005/09/21 08:00:25 oj 1.85.68.2: RESYNC: (1.85-1.86); FILE MERGED 2005/07/21 12:03:54 fs 1.85.68.1: refined connection handling in the course of #i52255#, where the semantics of ::dbtools::connectRowset was extended to also care for connections of the rowset is embedded in a database form document
2005-09-08INTEGRATION: CWS ooo19126 (1.85.102); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:00:10 rt 1.85.102.1: #i54170# Change license header: remove SISSL
2005-03-23INTEGRATION: CWS eforms4 (1.80.6); FILE MERGEDVladimir Glazounov1-11/+11
2005/03/08 18:29:40 dvo 1.80.6.4: RESYNC: (1.82-1.83); FILE MERGED 2005/02/18 18:54:22 dvo 1.80.6.3: RESYNC: (1.81-1.82); FILE MERGED 2005/01/10 17:31:44 dvo 1.80.6.2: RESYNC: (1.80-1.81); FILE MERGED 2004/12/10 10:41:01 fs 1.80.6.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change
2005-03-10INTEGRATION: CWS dba24 (1.82.8); FILE MERGEDVladimir Glazounov1-7/+17
2005/02/21 13:32:00 oj 1.82.8.3: RESYNC: (1.82-1.83); FILE MERGED 2005/02/10 12:57:27 fs 1.82.8.2: #i42407# hasValidDataSourceSignature: care for forms embedded in DB documents 2005/02/03 10:24:03 fs 1.82.8.1: #i40471# more readable database name in error message
2005-02-17INTEGRATION: CWS dba23 (1.81.10); FILE MERGEDVladimir Glazounov1-35/+24
2005/01/26 12:04:58 fs 1.81.10.5: #i10000# 2005/01/26 12:02:46 fs 1.81.10.4: RESYNC: (1.81-1.82); FILE MERGED 2005/01/26 11:57:08 fs 1.81.10.3: #i10000# manual pseudo-resync to m74 - to prevent conflicts upon integration 2005/01/26 08:38:46 fs 1.81.10.2: #i40463# properly care for WrappedTargetExceptions 2005/01/17 15:11:58 fs 1.81.10.1: #i40463# improved error handling when connecting to a data source
2005-01-21INTEGRATION: CWS dba22 (1.79.2); FILE MERGEDKurt Zenker1-8/+21
2005/01/07 08:25:32 oj 1.79.2.3: RESYNC: (1.79-1.81); FILE MERGED 2004/12/29 11:13:45 fs 1.79.2.2: #i34551# preliminary support for experimental properties 2004/12/16 10:26:07 fs 1.79.2.1: care for embedded forms in some more places
2005-01-05INTEGRATION: CWS dba20 (1.77.14); FILE MERGEDOliver Bolte1-6/+6
2004/12/13 13:29:37 oj 1.77.14.3: RESYNC: (1.79-1.80); FILE MERGED 2004/11/29 09:05:03 oj 1.77.14.2: RESYNC: (1.77-1.79); FILE MERGED 2004/11/18 10:16:43 fs 1.77.14.1: #i37070# XSQLQueryComposer superseded by XSingleSelectQueryComposer
2004-11-26INTEGRATION: CWS dbabetap2 (1.77.16); FILE MERGEDKurt Zenker1-12/+15
2004/11/12 16:38:27 fs 1.77.16.1: #i37089# in updateComplexPropertyDependencies, care whether a real property change instigated this
2004-11-16INTEGRATION: CWS eforms2 (1.58.2); FILE MERGEDOliver Bolte1-1301/+986
2004/11/09 08:31:40 fs 1.58.2.27: #i10000# 2004/11/07 06:10:06 dvo 1.58.2.26: RESYNC: (1.76-1.77); FILE MERGED 2004/11/01 14:36:09 fs 1.58.2.25: #i36443# properly translate 'Multiline' into 'Word break' property 2004/10/14 15:54:09 dvo 1.58.2.24: fix merge problem 2004/10/08 21:14:07 dvo 1.58.2.23: RESYNC: (1.74-1.76); FILE MERGED 2004/08/24 13:27:35 fs 1.58.2.22: #i10000# post-resync merge 2004/08/24 12:56:33 fs 1.58.2.21: #i10000# 2004/08/24 12:10:25 fs 1.58.2.20: #i10000# 2004/08/16 17:04:51 dvo 1.58.2.19: RESYNC: (1.70-1.74); FILE MERGED 2004/08/04 12:59:44 fs 1.58.2.18: prevented a compiler warning 2004/07/28 14:37:58 fs 1.58.2.17: #i10000# manual post-resync changes 2004/07/27 14:04:32 fs 1.58.2.16: RESYNC: (1.66-1.70); FILE MERGED 2004/07/23 13:05:08 fs 1.58.2.15: #i31958# don't attempt to translate the ControlLabel property into a string 2004/07/22 10:37:29 fs 1.58.2.14: #i31762# pass the context document of the introspectee to some handlers 2004/07/22 09:04:45 fs 1.58.2.13: #i31762# split 'onBrowseButtonClicked' into 'requestUserInputOnButtonClick' and 'executeButtonClick', to allow composition of property handlers (request only once, but execute for every single handler in the composition) 2004/07/21 11:24:15 fs 1.58.2.12: #i31762# support for inspecting multiple objects 2004/07/21 07:54:59 fs 1.58.2.11: some consolidation in preparation of #i31762# 2004/07/20 12:11:37 fs 1.58.2.10: in preparation of #i31762#: ensure that property handlers silently accept introspectees which they don't have properties for 2004/07/15 07:43:18 fs 1.58.2.9: #114856# 2004/07/12 14:32:51 fs 1.58.2.8: #114856# 2004/07/08 12:32:56 fs 1.58.2.7: #i10000# 2004/06/29 14:22:37 dvo 1.58.2.6: RESYNC: (1.60-1.66); FILE MERGED 2004/06/09 09:47:02 dvo 1.58.2.5: #114856# compile on Solaris 2004/04/27 14:15:47 fs 1.58.2.4: property handlers can now express interest in actuating properties other than their own 2004/04/26 11:42:39 fs 1.58.2.3: conceptual change: no 'virtual' properties anymore, but instead dedicated 'handlers' for properties, which care for all the set/getPropertyValue, building the UI, etc. 2004/04/08 11:30:38 dvo 1.58.2.2: RESYNC: (1.58-1.60); FILE MERGED 2004/01/14 15:30:57 dvo 1.58.2.1: #114856# add XForms properties to PropertyBrowser (preliminary; #ifdef DVO_XFORMS)
2004-11-16INTEGRATION: CWS dba19 (1.76.20); FILE MERGEDOliver Bolte1-3/+3
2004/11/04 10:48:44 oj 1.76.20.2: RESYNC: (1.76-1.77); FILE MERGED 2004/11/02 11:05:08 oj 1.76.20.1: #i36142# insert WAS_ENCODED for file url
2004-10-22INTEGRATION: CWS dba17 (1.76.10); FILE MERGEDPascal Junck1-4/+6
2004/09/29 09:56:50 fs 1.76.10.1: #i33913# +isEmbeddedInDatabase
2004-09-08INTEGRATION: CWS dba15 (1.74.2); FILE MERGEDJens-Heiner Rechtien1-3/+4
2004/08/23 15:24:41 fs 1.74.2.1: #110404#
2004-08-11INTEGRATION: CWS pbhelp02 (1.70.10); FILE MERGEDOliver Bolte1-23/+23
2004/08/02 11:05:04 pb 1.70.10.2: RESYNC: (1.70-1.71); FILE MERGED 2004/07/23 07:46:04 dfoster 1.70.10.1: #i31901# Object should be created on the heap to prevent crash on destruction
2004-08-05#i10000#: STL usage (done by fs)Jens-Heiner Rechtien1-3/+14
2004-08-02INTEGRATION: CWS insight01 (1.58.36); FILE MERGEDJens-Heiner Rechtien1-8/+91
2004/07/21 09:53:11 oj 1.58.36.9: RESYNC: (1.67-1.70); FILE MERGED 2004/07/06 09:24:48 oj 1.58.36.8: RESYNC: (1.66-1.67); FILE MERGED 2004/06/30 08:14:24 oj 1.58.36.7: #i30305# break inserted 2004/06/04 13:51:04 oj 1.58.36.6: hide ds edit field 2004/06/02 08:46:56 oj 1.58.36.5: merge 2004/05/28 19:43:06 oj 1.58.36.4: RESYNC: (1.58-1.66); FILE MERGED 2004/04/29 06:03:57 oj 1.58.36.3: conver file url in system path 2004/03/05 07:38:40 oj 1.58.36.2: #111090# changes for the new prop dialogs 2004/02/23 14:38:23 oj 1.58.36.1: #111075# allow the selection of a database file
2004-07-30INTEGRATION: CWS dialogxml1 (1.70.14); FILE MERGEDKurt Zenker1-13/+15
2004/07/27 08:50:41 dbo 1.70.14.1: applying sf fixes concerning event descriptors
2004-07-23INTEGRATION: CWS dba14 (1.70.8); FILE MERGEDRüdiger Timm1-5/+32
2004/07/15 13:41:41 fs 1.70.8.1: #i30912#
2004-07-06INTEGRATION: CWS docking1 (1.66.4); FILE MERGEDOliver Bolte1-10/+234
2004/07/01 09:51:04 dfoster 1.66.4.1: #i30032#
2004-07-06INTEGRATION: CWS dba13 (1.66.16); FILE MERGEDRüdiger Timm1-17/+17
2004/06/18 07:58:17 fs 1.66.16.2: #i29478# Commit: call updateDependentProperties with the newly obtained value (important for virtual properties) 2004/06/18 07:00:42 fs 1.66.16.1: #i29477# properly enable/disable 'password character'
2004-07-05INTEGRATION: CWS frmcontrols04 (1.59.8); FILE MERGEDOliver Bolte1-7/+26
2004/06/16 04:06:53 fs 1.59.8.5: RESYNC: (1.59-1.66); FILE MERGED 2004/05/03 16:00:28 fs 1.59.8.4: #28672# ImagePosition replacing ImageAlign 2004/04/29 10:55:57 fs 1.59.8.3: #i24694# support for BorderColor 2004/04/29 07:37:34 fs 1.59.8.2: #i24681# WordBreak property for push buttons, option buttons, and check boxes 2004/04/29 06:28:49 fs 1.59.8.1: #i24683# #i24684# #i24685# #i24686# new properties: flat/3D for radios/check boxes, HideSelection for edits, Toggle/TakeFocusOnClick for buttons
2004-06-28INTEGRATION: CWS dba12 (1.61.2); FILE MERGEDHans-Joachim Lankenau1-2/+14
2004/06/14 20:53:45 fs 1.61.2.2: RESYNC: (1.61-1.66); FILE MERGED 2004/04/29 14:33:44 fs 1.61.2.1: #i28319# reset StringItemList when list/combo box is unbound from a cell range
2004-05-25#i10000# Removed 'using namespace ::com::sun::star::util': typedef Color ↵Rüdiger Timm1-7/+6
from com/sun/star/util/Color.hpp conflicts with class Color from tools/color.hxx
2004-05-12#i10000#: wrong includesJens-Heiner Rechtien1-8/+2
2004-05-10INTEGRATION: CWS dialogdiet01 (1.59.12); FILE MERGEDJens-Heiner Rechtien1-3/+12
2004/04/08 01:45:19 mwu 1.59.12.1: DialogDiet 2004_04_08
2004-05-10INTEGRATION: CWS dba09 (1.58.48); FILE MERGEDJens-Heiner Rechtien1-6/+25
2004/04/29 08:37:18 fs 1.58.48.9: LineEndFormat also depends on TextType 2004/04/29 08:34:59 fs 1.58.48.8: copying the changes which happend on the cws_src680_frmcontrols03 branch to the cws_src680_dba09 branch - this is since both CWS' have some interdependencies 2004/04/26 15:00:28 fs 1.58.48.7: RESYNC: (1.59-1.61); FILE MERGED 2004/04/26 13:55:07 fs 1.58.48.6: #i27779# properly extract the list source for combo boxes 2004/04/26 13:50:11 fs 1.58.48.5: #i27779# properly extract the list source for combo boxes 2004/03/29 09:12:31 fs 1.58.48.4: #i26871# unique ids for the event browse buttons 2004/03/29 08:44:35 fs 1.58.48.3: #i13497# disable line end format when no multi line 2004/03/24 09:21:54 fs 1.58.48.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/19 15:26:34 fs 1.58.48.1: #i13497# #i14649#
2004-05-07INTEGRATION: CWS frmcontrols03 (1.58.32); FILE MERGEDRüdiger Timm1-22/+119
2004/04/28 14:57:21 fs 1.58.32.5: RESYNC: (1.59-1.61); FILE MERGED 2004/04/13 08:02:18 fs 1.58.32.4: #i27595# 2004/04/06 11:02:42 fs 1.58.32.3: inter-property dependencies for rich text control 2004/03/23 14:58:33 fs 1.58.32.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/01 16:53:24 fs 1.58.32.1: #i24387# TextType property for text field
2004-04-13INTEGRATION: CWS frmcontrols02 (1.57.6); FILE MERGEDJens-Heiner Rechtien1-19/+77
2004/03/24 09:57:27 fs 1.57.6.3: RESYNC: (1.57-1.59); FILE MERGED 2004/02/02 07:46:08 fs 1.57.6.2: #i24415# 2004/01/23 17:36:57 fs 1.57.6.1: removed obsolete parameter from ChangeFontProperty
2004-04-02INTEGRATION: CWS frmvalidation (1.58.40); FILE MERGEDRüdiger Timm1-5/+5
2004/03/23 11:48:26 fs 1.58.40.2: RESYNC: (1.58-1.59); FILE MERGED 2004/03/11 16:43:51 fs 1.58.40.1: moved the control binding related interfaces/services out of the drafts module
2004-03-19INTEGRATION: CWS formdesign01 (1.55.4); FILE MERGEDOliver Bolte1-428/+1419
2004/03/10 09:45:19 fs 1.55.4.18: #i26280# corrected control type for TabIndex 2004/03/03 09:20:34 fs 1.55.4.17: corrected some small issues discovered during pre-QA 2004/01/09 13:42:04 fs 1.55.4.16: #i22878# measurement unit (ms) for Delay property 2004/01/09 08:24:42 fs 1.55.4.15: corrected spelling issue, as suggested by UFI 2003/12/19 14:25:00 fs 1.55.4.14: RESYNC: (1.55-1.57); FILE MERGED 2003/12/19 13:41:23 fs 1.55.4.13: #22878# properly active the query design window 2003/12/18 13:06:32 fs 1.55.4.12: #i22878# easier input of selection / default selection with dedicated dialog 2003/12/17 10:38:20 fs 1.55.4.11: #i22878# filter and sort order dialog from within the property browser 2003/12/15 13:42:16 fs 1.55.4.10: #i23418# 2003/12/15 07:55:21 fs 1.55.4.9: #i23418# linking master/detail form via a dedicated dialog 2003/12/05 14:26:19 fs 1.55.4.8: #i22878# availability of ScaleImage does depend on *two* other props 2003/12/05 09:03:35 fs 1.55.4.7: #i23190# disable more input fields while the query design is open 2003/12/04 14:11:38 fs 1.55.4.6: #i23190# graphically design SQL commands, using the usual query design UI 2003/12/03 10:06:41 fs 1.55.4.5: #i22878# measurement units for Width and RowHeight 2003/11/27 14:47:27 fs 1.55.4.4: #i22878# file URL display and date input 2003/11/27 10:21:05 fs 1.55.4.3: #i22878# added TabOrder dialog handling 2003/11/26 15:57:36 fs 1.55.4.2: #i22878# implementations for disabling property controls depending on other property's values 2003/11/26 11:39:59 fs 1.55.4.1: #i22878# implementations for disabling property controls depending on other property's values
2004-01-06INTEGRATION: CWS vclcleanup02 (1.56.8); FILE MERGEDVladimir Glazounov1-8/+7
2003/12/11 08:49:59 mt 1.56.8.1: #i23061# VCL cleanup, removed headers, methods and types...
2003-12-11INTEGRATION: CWS frmcontrols01 (1.54.92); FILE MERGEDKurt Zenker1-19/+35
2003/10/29 14:51:52 fs 1.54.92.4: #i15214# SetCursorSource: use a multi line edit for commands (reverted the fix for #102058#, and fixed it properly) 2003/10/29 07:35:22 fs 1.54.92.3: #i21605# more spin button related implementations 2003/10/27 15:46:25 fs 1.54.92.2: RESYNC: (1.54-1.55); FILE MERGED 2003/10/22 12:53:33 fs 1.54.92.1: #21277# care for new properties for scroll bar controls
2003-11-18INTEGRATION: CWS scriptingf1 (1.54.104); FILE MERGEDKurt Zenker1-6/+8
2003/10/31 17:26:32 dfoster 1.54.104.2: RESYNC: (1.54-1.55); FILE MERGED 2003/10/09 14:33:31 dfoster 1.54.104.1: #i19262# - support scripting framework scripts for forms
2003-10-21INTEGRATION: CWS formcelllinkage (1.54.94); FILE MERGEDOliver Bolte1-136/+463
2003/10/01 09:17:52 fs 1.54.94.1: #i18994# merging the changes from the CWS fs002
2003-03-25MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-145/+17
2002-12-10#106126# don't initialize the file picker with non-file URLsFrank Schönheit1-3/+12
2002-12-02#105726# properly EnableEmptyFieldValue (broken in 1.44)Frank Schönheit1-5/+9
2002-10-25#104512# fixed some controls leakingFrank Schönheit1-2/+12
2002-08-22#96105# set the modified flag at the modelOcke Janssen1-5/+23