summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/RelationDlg.src
Commit message (Collapse)AuthorAgeFilesLines
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-4/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* re-base on ALv2 code.Michael Meeks2012-06-141-23/+14
|
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-091-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ooo/DEV300_m101': (76 commits) masterfix DEV300: #i10000# usage of L10N build_type removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw hr75: #i116747#: remove obsolete copyright notices gnumake3: remove comphelper version; fix including extract.hxx removetooltypes01: #i112600# Replace missing tools types replacement removetooltypes01: #i112600# remove tooltypes from reportdesign removetooltypes01: #i112600# remove tooltypes from dbaccess undoapi: don't use deprecated JUnit API, this seems to fail now (but didn't before the rebase) undoapi: those two classes do not belong into JAVATESTFILES, but JAVAFILES only undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT gridsort: give the UnoControl(Model/Base) classes a ctor taking a service factory, so we have access to the factory which created us, and don't need to resort to the process'es service factory dba34b: #109956# notify column value in correct order dba34b: #i114309# set default values for bit boolean and reset when we are on the insertrow undoapi: assert unknown slots in ImplInvalidateFeature dba34b: #i110907# check if design handle event dba34b: #i109956# notify column values when row is refreshed dba34b: #i115753# add test again undoapi: renamed Undo.* to RptUndo.*, to not confuse a certain IDE with different same-named files in the source tree ... undoapi: migrated report designer to use an own, model-bound UndoManager, instead of the UndoManager formerly bound to the controller undoapi: split OSingleDocumentController into DBSubComponentController (which the report design's controller will be derived from) and the still-so-named OSingleDocumentController. Module reportdesign does not compile with this change, this is yet to come. ... Conflicts: dbaccess/inc/IEnvironment.hxx dbaccess/inc/dataview.hxx dbaccess/qa/complex/dbaccess/RowSet.java dbaccess/source/core/api/CacheSet.cxx dbaccess/source/core/api/KeySet.hxx dbaccess/source/core/api/OptimisticSet.hxx dbaccess/source/core/api/RowSet.cxx dbaccess/source/core/api/RowSetCache.cxx dbaccess/source/ext/adabas/Acomponentmodule.cxx dbaccess/source/ext/adabas/Aservices.cxx dbaccess/source/filter/migration/cfgimport.cxx dbaccess/source/filter/migration/cfgimport.hxx dbaccess/source/filter/migration/cfgservices.cxx dbaccess/source/filter/migration/makefile.mk dbaccess/source/inc/cfg_reghelper.hxx dbaccess/source/sdbtools/misc/sdbt_services.cxx dbaccess/source/shared/cfg_reghelper.cxx dbaccess/source/shared/cfgstrings.cxx dbaccess/source/shared/registrationhelper.cxx dbaccess/source/ui/app/AppController.cxx dbaccess/source/ui/app/AppDetailPageHelper.cxx dbaccess/source/ui/app/AppDetailPageHelper.hxx dbaccess/source/ui/app/AppDetailView.cxx dbaccess/source/ui/app/AppIconControl.cxx dbaccess/source/ui/app/AppSwapWindow.cxx dbaccess/source/ui/browser/brwctrlr.cxx dbaccess/source/ui/browser/dataview.cxx dbaccess/source/ui/browser/unodatbr.cxx dbaccess/source/ui/control/dbtreelistbox.cxx dbaccess/source/ui/control/opendoccontrols.cxx dbaccess/source/ui/control/tabletree.cxx dbaccess/source/ui/dlg/ConnectionHelper.cxx dbaccess/source/ui/dlg/ConnectionPage.src dbaccess/source/ui/dlg/ExtensionNotPresent.cxx dbaccess/source/ui/dlg/ExtensionNotPresent.hrc dbaccess/source/ui/dlg/ExtensionNotPresent.src dbaccess/source/ui/dlg/TablesSingleDlg.cxx dbaccess/source/ui/dlg/adodatalinks.hxx dbaccess/source/ui/dlg/dbadmin2.src dbaccess/source/ui/dlg/dbadminsetup.src dbaccess/source/ui/dlg/dlgattr.cxx dbaccess/source/ui/dlg/dlgsize.src dbaccess/source/ui/dlg/makefile.mk dbaccess/source/ui/dlg/sqlmessage.cxx dbaccess/source/ui/inc/ExtensionNotPresent.hxx dbaccess/source/ui/inc/TokenWriter.hxx dbaccess/source/ui/inc/imageprovider.hxx dbaccess/source/ui/misc/DExport.cxx dbaccess/source/ui/misc/HtmlReader.cxx dbaccess/source/ui/misc/RowSetDrop.cxx dbaccess/source/ui/misc/RtfReader.cxx dbaccess/source/ui/misc/TokenWriter.cxx dbaccess/source/ui/misc/imageprovider.cxx dbaccess/source/ui/misc/linkeddocuments.cxx dbaccess/source/ui/misc/singledoccontroller.cxx dbaccess/source/ui/querydesign/ConnectionData.hxx dbaccess/source/ui/querydesign/JoinTableView.cxx dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx dbaccess/source/ui/querydesign/TableConnectionData.cxx dbaccess/source/ui/querydesign/TableWindowListBox.cxx dbaccess/source/ui/relationdesign/RelationController.cxx dbaccess/source/ui/relationdesign/RelationTableView.cxx dbaccess/source/ui/tabledesign/table.src reportdesign/inc/RptPage.hxx reportdesign/qa/complex/reportdesign/ReportDesignerTest.java reportdesign/source/core/api/ReportDefinition.cxx reportdesign/source/core/sdr/ReportUndoFactory.cxx reportdesign/source/core/sdr/UndoEnv.cxx reportdesign/source/filter/xml/xmlservices.cxx reportdesign/source/ui/dlg/GroupsSorting.cxx reportdesign/source/ui/dlg/Navigator.cxx reportdesign/source/ui/inspection/metadata.cxx reportdesign/source/ui/misc/RptUndo.cxx reportdesign/source/ui/misc/UITools.cxx reportdesign/source/ui/misc/rptuiservices.cxx reportdesign/source/ui/report/DesignView.cxx reportdesign/source/ui/report/FixedTextColor.cxx reportdesign/source/ui/report/ReportController.cxx reportdesign/source/ui/report/ReportSection.cxx reportdesign/source/ui/report/SectionView.cxx reportdesign/source/ui/report/SectionWindow.cxx reportdesign/source/ui/report/StartMarker.cxx reportdesign/source/ui/report/ViewsWindow.cxx reportdesign/source/ui/report/dlgedfunc.cxx reportdesign/source/ui/report/report.src
| * CWS changehid: generate former auto hids into src filesMathias Bauer2010-10-111-0/+1
| |
* | .bmp to .png, plus formatting issues.Joseph Powers2010-11-231-7/+0
|/
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.40.182); FILE MERGEDRüdiger Timm2008-04-101-13/+30
| | | | 2008/03/31 13:27:14 rt 1.40.182.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS mergede01 (1.39.242); FILE MERGEDIvo Hinkelmann2007-04-191-26/+2
| | | | 2007/03/20 14:45:23 ihi 1.39.242.1: #i72301# Remove German
* INTEGRATION: CWS encup (1.38.152); FILE MERGEDJens-Heiner Rechtien2005-09-231-4/+4
| | | | 2005/04/29 16:01:23 ihi 1.38.152.1: #i40603# German strings now UTF8 encoded
* INTEGRATION: CWS mergebuild (1.35.26); FILE MERGEDHans-Joachim Lankenau2004-06-261-423/+39
| | | | | | | | 2004/04/30 16:03:40 hjs 1.35.26.5: #i8252# fix unmerge probs 2004/04/21 05:45:44 hjs 1.35.26.4: RESYNC: (1.35-1.37); FILE MERGED 2004/02/20 18:26:30 ihi 1.35.26.3: Merge-While-Build update 2003/11/11 19:16:05 ihi 1.35.26.2: en -> en-US 2003/11/10 16:42:00 ihi 1.35.26.1: #111234# Merge during build
* INTEGRATION: CWS formdesign01 (1.35.62); FILE MERGEDOliver Bolte2004-03-191-3/+3
| | | | | 2004/01/05 14:50:28 fs 1.35.62.2: RESYNC: (1.35-1.36); FILE MERGED 2003/12/04 14:34:13 fs 1.35.62.1: moved ids of some local resources from the global id list to a local list
* INTEGRATION: CWS geordi2q11 (1.35.72); FILE MERGEDVladimir Glazounov2003-12-171-13/+40
| | | | 2003/12/16 11:05:05 hr 1.35.72.1: #111934#: join CWS ooo111fix1
* INTEGRATION: CWS mergerc3 (1.34.6); FILE MERGEDJens-Heiner Rechtien2003-07-171-2/+4
| | | | 2003/07/16 17:11:06 ihi 1.34.6.1: rc-3 merge all languages
* INTEGRATION: CWS rc2merge (1.33.8); FILE MERGEDJens-Heiner Rechtien2003-07-031-13/+14
| | | | 2003/07/03 14:44:08 ihi 1.33.8.1: rc-2 merge all languages
* INTEGRATION: CWS rcmerge (1.32.24); FILE MERGEDJens-Heiner Rechtien2003-06-131-2/+17
| | | | 2003/06/12 10:57:48 gh 1.32.24.1: final Merge RC
* INTEGRATION: CWS mergem8 (1.31.8); FILE MERGEDJens-Heiner Rechtien2003-04-291-20/+69
| | | | | 2003/04/29 08:33:55 gh 1.31.8.2: final merge for Beta2 2003/04/14 15:03:51 gh 1.31.8.1: merging all languages
* MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien2003-03-191-9/+15
|
* Merge SRX644: 12/05/02 - 11:32:49Kurt Zenker2002-12-051-6/+6
|
* Merge SRX644: 25.11.02 - 16:14:47Kurt Zenker2002-11-251-4/+4
|
* Merge SRX643: 05.09.02 - 15:54:06Kurt Zenker2002-09-051-5/+5
|
* #99473# change string resource filesOcke Janssen2002-08-191-4/+4
|
* Merge SRX642: 10.06.02 - 17:11:34Vladimir Glazounov2002-06-101-5/+5
|
* Merge SRX642: 27.05.02 - 22:13:55Kurt Zenker2002-05-271-5/+5
|
* Merge SRX642: 29.04.02 - 22:32:57Kurt Zenker2002-04-291-32/+45
|
* #97666##97667# insert new helpids and unique idsOcke Janssen2002-02-271-2/+14
|
* #90580# introduce new file for relation controlOcke Janssen2002-02-061-70/+81
|
* Merge SRC638: 16.11.01 - 22:32:10Kurt Zenker2001-11-161-2/+3
|
* Merge SRC638: 29.08.01 - 15:55:30Kurt Zenker2001-08-291-2/+3
|
* Merge SRC638: 24.08.01 - 12:59:17Kurt Zenker2001-08-241-2/+3
|
* Merge SRC638: 22.08.01 - 00:04:23Kurt Zenker2001-08-211-2/+3
|
* Merge SRC638: 13.08.01 - 22:45:50Kurt Zenker2001-08-131-2/+3
|
* Merge SRC638: 10.08.01 - 22:52:59Kurt Zenker2001-08-101-2/+3
|
* Merge SRC638: 07.08.01 - 16:50:44Kurt Zenker2001-08-071-55/+56
|
* Merge SRC638: 07/31/01 - 22:30:27Kurt Zenker2001-07-311-2/+3
|
* Merge SRC638: 13.07.01 - 22:49:45Kurt Zenker2001-07-131-5/+6
|
* Merge SRC633: 29.06.01 - 04:08:55Kurt Zenker2001-06-291-7/+8
|
* Fix #86988#: Redesign of dialogsFrank Meies2001-06-211-37/+37
|
* Merge SRC633: 14.06.01 - 00:19:31Kurt Zenker2001-06-131-2/+3
|
* Merge SRC633: 30.05.01 - 21:39:51Kurt Zenker2001-05-301-6/+6
|
* Merge SRC632: 16.05.01 - 17:25:12 (NoBranch)Kurt Zenker2001-05-161-8/+8
|
* Merge SRC631: 12.05.01 - 08:34:17 (NoBranch)Kurt Zenker2001-05-121-5/+5
|
* Merge SRC631: 10.05.01 - 07:45:10 (NoBranch)Kurt Zenker2001-05-101-2/+15
|
* Merge SRC630: 04.05.01 - 21:49:56 (NoBranch)Rüdiger Timm2001-05-041-2/+15
|
* Merge SRC627: 31.03.01 - 07:50:08 (NoBranch)Kurt Zenker2001-03-311-33/+33
|
* Merge SRC625: 19.03.01 - 10:35:19 (NoBranch)Nils Fuhrmann2001-03-191-43/+43
|
* changed the dialog titleFrank Schönheit2001-03-071-3/+4
|
* new relation dialogOcke Janssen2001-02-281-0/+405