summaryrefslogtreecommitdiff
path: root/forms/source
AgeCommit message (Collapse)AuthorFilesLines
2001-06-26#88392# changed the initialising of columns with master-detail driver values ↵Frank Schönheit1-15/+76
(still not correct, but now the same as in 5.2)
2001-06-25#87937# don't execute if the parameter request was cancelled by the listenerFrank Schönheit1-3/+4
2001-06-25#87862# the format key is a persistent property (though it isn't in our ↵Frank Schönheit1-2/+9
aggregate)
2001-06-21#88610# correctly add as property change listener on our aggregateFrank Schönheit4-14/+64
2001-06-18#86986# moved css/ui/* to css/ui/dialogs/*Frank Schönheit1-3/+3
2001-06-15#86986# moved css/ui/* to css/ui/dialogs/*Frank Schönheit1-7/+7
2001-06-15#86986# moved css/ui/* to css/ui/dialogs/*Frank Schönheit1-9/+9
2001-06-13Merge SRC633: 06/14/01 - 01:36:49Kurt Zenker1-2/+3
2001-06-12#87576# FontEmphasisMark has to be namespace awtRüdiger Timm1-6/+6
2001-06-12#88017# #87898# corrected ref-counting while listening on the aggregateFrank Schönheit2-9/+22
2001-06-12#87997# corrected an assertionFrank Schönheit1-4/+4
2001-06-11#87997# correctly pass the _bCommitable flag to the base classFrank Schönheit1-3/+3
2001-06-11#86096# +TEXTLINECOLOR, +FONTEMPHASISMARK, +FONTRELIEFFrank Schönheit4-33/+119
2001-06-11#86096# remove the new font proper from the aggregateFrank Schönheit1-2/+6
2001-06-08Merge SRC633: 09.06.01 - 01:10:42Vladimir Glazounov1-5/+6
2001-05-31#87149# set the delegator after adding as aggregate property change listenerFrank Schönheit1-7/+7
2001-05-31#87149# forward the _bSetDelegator ctor param to the base classFrank Schönheit2-7/+9
2001-05-31#87149# allow to set the aggregates delegator later (not in the ctor, but by ↵Frank Schönheit1-17/+34
explicitly calling doSetDelegator)
2001-05-31#87149# changed the property listening at the aggregateFrank Schönheit2-23/+98
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#87149# DBG_CTOR/-DTORFrank Schönheit1-2/+7
2001-05-28#86723# use size not the buffersizeOcke Janssen1-4/+10
2001-05-25#86712# user ltGerman instead of ltSystem / property calc _rOldValueFrank Schönheit1-7/+13
2001-05-23#86712# NumberFormatsSupplier property is transientFrank Schönheit2-6/+6
2001-05-23#86172# clear the format keys in the tables when releasing the number ↵Frank Schönheit1-2/+31
formats supplier
2001-05-23#86172# +clearTableFrank Schönheit1-2/+6
2001-05-23#65293# GCC does not like 'Locale ident(String(), String(), String())'Rüdiger Timm1-5/+9
2001-05-21removed obsolete property (never used)Frank Schönheit2-8/+4
2001-05-18#86712# +limitedformatsFrank Schönheit1-3/+4
2001-05-18initial checkin - helper for control models with limited formatting capabilitiesFrank Schönheit2-0/+575
2001-05-18#86712# FormatKey is transientFrank Schönheit1-3/+3
2001-05-18#86712# FRM_NUMBER_FORMATS_SUPPLIERFrank Schönheit2-4/+6
2001-05-18layoutFrank Schönheit1-23/+25
2001-05-18#86712# add FormatKey and FormatsSupplier property, mapped to the predefined ↵Frank Schönheit4-39/+150
formats
2001-05-18#86558# when inserting a column while the form is already loaded, call the ↵Frank Schönheit2-28/+46
XLoadListener::loaded on the column
2001-05-17Merge SRC632: 17.05.01 - 10:43:00 (NoBranch)Kurt Zenker1-7/+7
2001-05-14rtl string api changesPhilipp Lohmann3-9/+9
2001-05-14wrong merge in the previous fixFrank Schönheit1-3/+3
2001-05-11#86865# +WordLineMode propertyFrank Schönheit3-7/+31
2001-05-11use the com.sun.star.ui.FilePicker service instead of the propritary oneFrank Schönheit1-33/+36
2001-05-11rtl-string-changesth2-12/+23
2001-05-11rtl-string-changesth4-20/+20
2001-05-10Merge SRC631: 10.05.01 - 09:00:37 (NoBranch)Kurt Zenker1-4/+14
2001-05-04Merge SRC630: 04.05.01 - 23:17:11 (NoBranch)Hans-Joachim Lankenau1-3/+15
2001-04-27#86416# in the DBG_UTIL version, implement the copy ctor to allow correct ↵Frank Schönheit2-4/+19
instance counting (DBG_CTOR)
2001-04-27#86247# _propertyChanged: exchanged OldValue & NewValue when forwarding the ↵Frank Schönheit1-3/+3
event
2001-04-26Merge SRC630: 26.04.01 - 22:38:03 (NoBranch)Kurt Zenker1-3/+3
2001-04-26layoutFrank Schönheit3-23/+22
2001-04-12#84852# register as listener for the aggregates ActiveConnectionFrank Schönheit1-2/+3
2001-04-12#84852# make ActiveConnection a bound propertyFrank Schönheit1-26/+27
2001-04-12#84852# -m_bOwnConnection / +m_bFormwardingConnectionFrank Schönheit1-3/+3