summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/dlgsave.src
Commit message (Collapse)AuthorAgeFilesLines
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-6/+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/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+3
| |
* | .bmp to .png, plus formatting issues.Joseph Powers2010-11-231-1/+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.45.182); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/31 13:27:17 rt 1.45.182.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS mergede01 (1.44.110); FILE MERGEDIvo Hinkelmann2007-04-191-13/+2
| | | | 2007/03/20 14:45:25 ihi 1.44.110.1: #i72301# Remove German
* INTEGRATION: CWS qiq (1.43.118); FILE MERGEDOliver Bolte2006-07-101-12/+2
| | | | 2006/05/17 11:50:20 fs 1.43.118.1: refactored OSaveAsDlg in preparation of #i51143#
* INTEGRATION: CWS encup (1.41.132); FILE MERGEDJens-Heiner Rechtien2005-09-231-5/+5
| | | | 2005/04/29 16:01:26 ihi 1.41.132.1: #i40603# German strings now UTF8 encoded
* INTEGRATION: CWS ooo19126 (1.41.204); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 17:33:51 rt 1.41.204.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS insight01 (1.38.2); FILE MERGEDJens-Heiner Rechtien2004-08-021-39/+10
| | | | | | | | 2004/07/06 09:26:29 oj 1.38.2.5: RESYNC: (1.39-1.40); FILE MERGED 2004/06/01 08:54:08 oj 1.38.2.4: RESYNC: (1.38-1.39); FILE MERGED 2004/03/16 12:47:41 oj 1.38.2.3: #111075# change rename handling 2004/03/16 11:13:51 oj 1.38.2.2: #111075# insert wordbreak 2004/03/16 11:06:44 oj 1.38.2.1: #111075# set non existing name when create new object
* INTEGRATION: CWS mergebuild (1.37.26); FILE MERGEDHans-Joachim Lankenau2004-06-261-352/+26
| | | | | | | 2004/05/18 14:55:52 hjs 1.37.26.4: RESYNC: (1.38-1.39); FILE MERGED 2004/04/21 05:48:08 hjs 1.37.26.3: RESYNC: (1.37-1.38); FILE MERGED 2003/11/11 19:16:09 ihi 1.37.26.2: en -> en-US 2003/11/10 16:42:04 ihi 1.37.26.1: #111234# Merge during build
* INTEGRATION: CWS cso001 (1.38.44); FILE MERGEDOliver Bolte2004-04-271-4/+4
| | | | 2004/03/23 12:46:01 hjs 1.38.44.1: #116006# merge
* INTEGRATION: CWS geordi2q11 (1.37.60); FILE MERGEDVladimir Glazounov2003-12-171-32/+56
| | | | 2003/12/16 11:05:10 hr 1.37.60.1: #111934#: join CWS ooo111fix1
* INTEGRATION: CWS mergerc3 (1.36.6); FILE MERGEDJens-Heiner Rechtien2003-07-171-3/+5
| | | | 2003/07/16 17:11:10 ihi 1.36.6.1: rc-3 merge all languages
* INTEGRATION: CWS rc2merge (1.35.8); FILE MERGEDJens-Heiner Rechtien2003-07-031-3/+4
| | | | 2003/07/03 14:44:12 ihi 1.35.8.1: rc-2 merge all languages
* INTEGRATION: CWS rcmerge (1.34.24); FILE MERGEDJens-Heiner Rechtien2003-06-131-3/+17
| | | | 2003/06/12 10:57:52 gh 1.34.24.1: final Merge RC
* INTEGRATION: CWS mergem8 (1.33.8); FILE MERGEDJens-Heiner Rechtien2003-04-291-32/+78
| | | | | 2003/04/29 08:33:58 gh 1.33.8.2: final merge for Beta2 2003/04/14 15:03:58 gh 1.33.8.1: merging all languages
* MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien2003-03-191-35/+41
|
* Merge SRX644: 05.12.02 - 15:01:53Kurt Zenker2002-12-051-21/+21
|
* #105951# change replace nameOcke Janssen2002-12-041-48/+48
|
* Merge SRX644: 25.11.02 - 16:08:19Kurt Zenker2002-11-251-5/+5
|
* #i8963# remove CVS keywordOcke Janssen2002-11-051-48/+48
|
* Merge SRX644: 04.11.02 - 18:47:18Rüdiger Timm2002-11-041-2/+2
|
* Merge SRX643: 05.09.02 - 15:42:41Kurt Zenker2002-09-051-85/+97
|
* #99473# change string resource filesOcke Janssen2002-08-191-4/+4
|
* Merge SRC638: 27.07.01 - 00:29:45Kurt Zenker2001-07-261-3/+4
|
* #89657# check nameOcke Janssen2001-07-161-8/+12
|
* Merge SRC638: 13.07.01 - 23:15:32Kurt Zenker2001-07-131-9/+10
|
* Merge SRC633: 04.07.01 - 00:42:16Kurt Zenker2001-07-031-7/+8
|
* Merge SRC633: 15.06.01 - 23:53:33Kurt Zenker2001-06-151-2/+3
|
* Merge SRC633: 14.06.01 - 00:28:36Kurt Zenker2001-06-131-2/+3
|
* Merge SRC633: 30.05.01 - 21:47:27Kurt Zenker2001-05-301-6/+6
|
* Merge SRC632: 16.05.01 - 17:34:05 (NoBranch)Kurt Zenker2001-05-161-2/+2
|
* Merge SRC631: 12.05.01 - 08:39:46 (NoBranch)Kurt Zenker2001-05-121-9/+9
|
* Merge SRC631: 10.05.01 - 07:52:53 (NoBranch)Kurt Zenker2001-05-101-2/+14
|
* Merge SRC630: 04.05.01 - 21:58:39 (NoBranch)Rüdiger Timm2001-05-041-2/+14
|
* Merge SRC630: 26.04.01 - 21:41:06 (NoBranch)Kurt Zenker2001-04-261-2/+2
|
* Merge SRC627: 11.04.01 - 21:56:30Kurt Zenker2001-04-111-2/+2
|
* Merge SRC627: 10.04.01 - 01:12:00Rüdiger Timm2001-04-091-5/+5
|
* Merge SRC627: 07.04.01 - 21:18:04Kurt Zenker2001-04-071-4/+4
|
* Merge SRC627: 05.04.01 - 21:18:52Kurt Zenker2001-04-051-4/+4
|
* Merge SRC627: 03.04.01 - 21:22:54Kurt Zenker2001-04-031-12/+12
|
* Merge SRC627: 31.03.01 - 07:58:32 (NoBranch)Kurt Zenker2001-03-311-26/+60
|
* extended the functionallity of the SaveAs dialogFrank Schönheit2001-03-231-12/+27
|
* Merge SRC626: 21.03.01 - 21:24:43 (NoBranch)Rüdiger Timm2001-03-211-2/+2
|
* Merge SRC625: 19.03.01 - 10:43:38Nils Fuhrmann2001-03-191-19/+19
|
* Merge SRC624: 03/09/01 - 21:41:37 (NoBranch)avy2001-03-091-18/+88
|
* #83996# new param for save dlgOcke Janssen2001-03-021-2/+9
|