Commit Graph

1337 Commits

Author SHA1 Message Date
d6ac04c716 #92075# exception specification 2001-09-12 10:00:55 +00:00
ac4e914f70 #92075# exception specification 2001-09-12 09:25:07 +00:00
21aa08b7d7 ::disposing: call the OErrorBroadcaster::disposing, too 2001-08-31 13:22:44 +00:00
d83d67e226 #65293# disambiguate rBHelper for the Linux compiler 2001-08-30 13:12:47 +00:00
e5211a21c6 #65293# disambiguate rBHelper for the Linux compiler 2001-08-30 13:02:48 +00:00
64aa777b96 #74241# +errorbroadcaster 2001-08-28 13:35:18 +00:00
54e6f4a0a3 initial checkin - base class for objects beeing an XSQLErrorBroadcaster 2001-08-28 13:34:05 +00:00
382d88dc68 implRemoved calls the correct base class method (encountered during #74241#) 2001-08-28 13:32:55 +00:00
52584add22 #74241# be an XSQLErrorBroadcaster and XSQLErrorListener - and multiplex any SQLErrors got from our children 2001-08-28 13:32:00 +00:00
9ee19f4af8 #74241# don't implement the XSQLErrorBroadcaster directly - use OErrorBroadcaster as base class 2001-08-28 13:31:10 +00:00
62c5fa9973 #74241# be an XSQLErrorBroadcaster - so we can broadcast errors during the commit 2001-08-28 13:30:12 +00:00
84fd8bb179 #91537# corrected OButtonControl::queryAggregation so that XButton is not served by the aggregate 2001-08-27 15:54:50 +00:00
a931bbb592 #90327# corrected some property default handling 2001-08-24 07:54:16 +00:00
22244ea2d7 #90327# some default handling for the XPropertyState methods 2001-08-24 07:53:48 +00:00
avy
d71de0d89c compiler error was checked 2001-08-23 14:23:12 +00:00
7c88584263 #91393# release the last reference in onTerminated (resp. kill) - there may be an access to the object _after_ run returns (which is where we formerly released the last reference) 2001-08-22 12:57:07 +00:00
b1ddbdcae9 #91318# +implClearGraphics/implInsertGraphics 2001-08-22 12:12:50 +00:00
1640709dff #91235# calculate the default for CurrencySymbol differently (use SvtSysLocale) 2001-08-22 09:06:00 +00:00
a124ecadb7 #90754# old value wasn't saved 2001-08-10 06:44:37 +00:00
cfbdc54ed1 #90018# ::loaded: call _onValueChanged only if the row set is positioned on a valid row 2001-08-07 13:58:08 +00:00
2cffb05a8b #87690# members/methods for connection sharing (sub-forms now try to re-use the connection of their parent form) 2001-08-06 13:55:23 +00:00
5b823aa1e0 #87690# members/methods for connection sharing 2001-08-06 13:54:58 +00:00
e4032e5849 #85600# when posting, use a XInputStream name 'PostData' instead of PostString 2001-07-24 11:15:35 +00:00
86ac300060 #90040# use LocaleDataWrapper instead of International class 2001-07-23 05:25:31 +00:00
a7dbf52b9e #90040# use LocaleDataWrapper instead of International class 2001-07-20 12:13:32 +00:00
8ecb48a8b2 #89533# corrected usage of GetMainURL 2001-07-17 06:30:30 +00:00
76fb1c425f #87257# change GetUILanguage 2001-07-11 09:34:00 +00:00
ce2b85247f #88888# don't modify values when setting defaultvalue 2001-07-03 10:22:53 +00:00
9f1c2f6159 #88392# changed the initialising of columns with master-detail driver values (still not correct, but now the same as in 5.2) 2001-06-26 10:26:56 +00:00
f58bd0d8af #87937# don't execute if the parameter request was cancelled by the listener 2001-06-25 10:04:33 +00:00
2b0a847e5e #87862# the format key is a persistent property (though it isn't in our aggregate) 2001-06-25 09:30:09 +00:00
57df697d27 #88610# correctly add as property change listener on our aggregate 2001-06-21 17:24:00 +00:00
f41f3c91f0 #86986# moved css/ui/* to css/ui/dialogs/* 2001-06-18 07:56:12 +00:00
4902a2d121 #86986# moved css/ui/* to css/ui/dialogs/* 2001-06-15 09:29:10 +00:00
afa724cb03 #86986# moved css/ui/* to css/ui/dialogs/* 2001-06-15 08:55:48 +00:00
4560b1825e #87576# FontEmphasisMark has to be namespace awt 2001-06-12 13:13:52 +00:00
347dd12973 #88017# #87898# corrected ref-counting while listening on the aggregate 2001-06-12 10:52:41 +00:00
bb69e111a5 #87997# corrected an assertion 2001-06-12 05:02:47 +00:00
bff8f34759 #87997# correctly pass the _bCommitable flag to the base class 2001-06-11 12:38:59 +00:00
97d96a53c4 #86096# +TEXTLINECOLOR, +FONTEMPHASISMARK, +FONTRELIEF 2001-06-11 10:47:11 +00:00
aeb6f15a70 #86096# remove the new font proper from the aggregate 2001-06-11 10:46:44 +00:00
82ead0322f #87149# set the delegator after adding as aggregate property change listener 2001-05-31 13:08:06 +00:00
478b93cc4e #87149# forward the _bSetDelegator ctor param to the base class 2001-05-31 13:07:19 +00:00
7efee5a7c0 #87149# allow to set the aggregates delegator later (not in the ctor, but by explicitly calling doSetDelegator) 2001-05-31 13:04:53 +00:00
76c9383ffe #87149# changed the property listening at the aggregate
upon construction: _first_ register as listener, _then_ set the delegator
upon disposing:    stop listening, but _do_not_release_ the ref
upon destruction:  release the ref which the multiplexer has for the aggregate
2001-05-31 13:03:04 +00:00
d90ed94b01 #87149# DBG_CTOR/-DTOR 2001-05-31 12:59:50 +00:00
4e80ab8ecc #86723# use size not the buffersize 2001-05-28 08:08:06 +00:00
1ea0485f31 #86712# NumberFormatsSupplier property is transient 2001-05-23 14:12:14 +00:00
96be06ab93 #86712# FormatKey is transient 2001-05-18 13:46:18 +00:00
6e357d5b16 layout 2001-05-18 13:44:30 +00:00