summaryrefslogtreecommitdiff
path: root/dbaccess/source
AgeCommit message (Collapse)AuthorFilesLines
2010-08-24fs33a: #i113631# use m_sUpdateTableNameOcke Janssen [oj]1-12/+4
2010-08-24fs33a: #i113744# check length of valueOcke Janssen [oj]1-1/+1
2010-08-24fs33a: #i113583# handle column names from complex descriptionsOcke Janssen [oj]3-19/+120
2010-08-10merging in latest changes from OOO330(m3)Frank Schoenheit [fs]23-1398/+724
2010-07-20Automated merge with http://hg.services.openoffice.org/cws/dba33gOcke Janssen [oj]1-1/+2
2010-07-20dba33g: #i111205# quote tablenameOcke Janssen [oj]1-1/+2
2010-07-20dba33g: second version of bBookmarkSelection correctedOcke Janssen [oj]1-1/+1
2010-07-14Automated merge with http://hg.services.openoffice.org/cws/dba33gOcke Janssen [oj]1-1/+1
2010-07-14Automated merge with http://hg.services.openoffice.org/cws/dba33gOcke Janssen [oj]1-1/+1
2010-07-14dba33g: #i112503# wae fixOcke Janssen [oj]1-1/+1
2010-07-14dba33g: #i112668# revertingOcke Janssen [oj]1-1/+1
2010-07-14dba33g: #i112668# add missing word notOcke Janssen [oj]1-1/+1
2010-07-14dba33g: handle bookmark corrected after insertrowOcke Janssen [oj]1-1/+2
2010-07-12Automated merge with http://hg.services.openoffice.org/cws/dba33gOcke Janssen [oj]1-5/+2
2010-07-12dba33g: #i112213# handle chart import for columnsOcke Janssen [oj]1-5/+2
2010-07-12dba33g: add missing eolOcke Janssen [oj]1-1/+2
2010-07-09dba33g: #i112213# handle chart import for columnsOcke Janssen [oj]3-14/+45
2010-07-08dba33g: #i111142# handle insertrow correctedOcke Janssen [oj]3-6/+14
2010-07-08dba33g: #i111205# handle filter for key and update and insert rowOcke Janssen [oj]2-0/+210
2010-07-08dba33g: #i111205# handle filter for key and update and insert rowOcke Janssen [oj]5-1309/+282
2010-07-07dba33g: clear warnings when free resource to avoid disposed exception when ↵Ocke Janssen [oj]1-0/+3
reloaded
2010-07-07dba33g: #i112609# do not limited tables to the selectionOcke Janssen [oj]3-4/+3
2010-07-06dba33g: #i112520# don't use getBestRowIdent..Ocke Janssen [oj]4-14/+16
2010-06-23fs33a: #i112617# fixed typo (thanks sophie)Frank Schoenheit [fs]1-1/+1
2010-06-18cws tl79: merge with DEV300_m83Thomas Lange [tl]81-1200/+3957
2010-06-15CWS-TOOLING: integrate CWS unoawtooo/DEV300_m83obo12-28/+35
2010-06-07masterfix: #i10000# build issueooo/DEV300_m82ooo/DEV300_m81Release Engineering1-7/+7
2010-06-07masterfix: #i10000# build issueRelease Engineering1-13/+1
2010-06-04CWS-TOOLING: integrate CWS dba33fIvo Hinkelmann70-1169/+3931
2010-06-03unoawt: merged in latest changes from CWS slidecopy (rebase to m80)Frank Schoenheit [fs]12-28/+35
2010-06-01dba33f: #i111949# move resultset to beforeFirstOcke Janssen [oj]1-0/+1
2010-05-27cws tl79: merge with DEV300_m79Thomas Lange [tl]1-7/+9
2010-05-25unoawt: onFinish does not need this parameter, it's always called with RET_OKFrank Schoenheit [fs]6-11/+11
2010-05-25unoawt: completely separated the controller functionality of a wizard page ↵Frank Schoenheit [fs]10-18/+25
from the wizard page itself, by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has been renamed to IWizardPageController. This will later on allow to have implementations where the TabPage is provided by an external component (e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.
2010-04-29cws tl79: fixed problems after merging with DEV300_m77Thomas Lange [tl]1-3/+3
2010-04-28cws tl79: mergeThomas Lange [tl]4-53/+153
2010-04-20DEV300 masterfix: #i10000#: dbaccess: KeySet.[ch]xx: merge/build fixesooo/DEV300_m77Jens-Heiner Rechtien2-18/+136
2010-04-19dba33f: build problems ....Frank Schoenheit [fs]2-8/+7
2010-04-19dba321b: #i110942# use default if key columsn are unknownooo/DEV300_m78Ocke Janssen [oj]1-7/+9
2010-04-16dba33f: merge with m76-branchFrank Schoenheit [fs]72-1201/+4010
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien8-38/+4
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb103-2318/+6181
2010-03-26#110406# add new columns to name mataching mapOcke Janssen1-0/+1
2010-03-24 #i109549# cache row values when a filter value which is not part of the key ↵Ocke Janssen2-1/+13
values
2010-03-17missing ;Ocke Janssen1-1/+1
2010-03-17#i109314# clear add pkey flag and clear name mapping when going backOcke Janssen1-0/+2
2010-03-17 #i110111# fix access column names problemOcke Janssen2-7/+24
2010-03-17#i109766# apply for patch for unhandled exceptionOcke Janssen1-24/+32
2010-03-16cws tl79: #i110053# remove old svtools LoginDialogThomas Lange [tl]4-53/+153
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]760-3609/+1381
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.