Commit Graph

66 Commits

Author SHA1 Message Date
3db8d606d5 hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done

Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-19 20:04:22 +02:00
9959534635 convert copy table page to .ui
Change-Id: Id537486dcaf0d3c6ab850a9fb50cef3d995ad51f
2014-05-13 13:39:26 +01:00
ad26e7b2ed convert apply columns page to .ui format
Change-Id: I14f12809d2e78a184ed53d6d9cee81d5f4e79ae6
2014-05-09 16:29:14 +01:00
9d2977d0a3 remove some more bloat
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
2014-04-21 09:39:35 +02:00
2a33953f6e Remove visual noise from dbaccess
Change-Id: I1130439e5883672b4ca462838d72197acd6bc1f2
Reviewed-on: https://gerrit.libreoffice.org/8251
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27 06:44:14 -06:00
a0296296fb fdo#60691 add modelines to *.src and *.hrc files
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files

svx/source/dialog/hdft.src

Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08 21:02:26 +00:00
5a7e8389f0 hrc cleanup: Remove include guards from src files
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-14 05:43:47 +02:00
577cf8ff67 re-base on ALv2 code. 2012-06-14 17:41:07 +01:00
256f6ca67d Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
* 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
2011-03-09 23:17:51 -06:00
0b176013df .bmp to .png, plus formatting issues. 2010-11-23 21:44:31 -08:00
4a0002931a Purged BmpColorMode from libs-gui - base 2010-11-13 00:29:58 -08:00
91ff13dd6a CWS changehid: generate former auto hids into src files 2010-10-11 17:56:12 +02:00
d1f6ae4254 CWS changehid: #i111874#: change code to support HelpIds as byte strings 2010-07-10 18:21:24 +02:00
1708f6091b changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
9bc02eaf9c dba33d: #i104869# use the interaction handler to delegate UI 2009-11-25 13:48:21 +01:00
e200eed28c CWS-TOOLING: integrate CWS dba32d
2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c
2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling
2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked
2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c
2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c
2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position
2009-06-17 13:37:19 +0200 oj  r273067 : compile error
2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images
2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy
2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy
2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c
2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50)
2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50)
2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c
2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore
2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration
2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states
2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings
2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell
2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix
2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name
2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected
2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished
2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints
2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used
2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns
2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter
2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float
2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c
2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c
2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c
2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text
2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional
2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token
2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional
2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu
2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line
2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist
2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line
2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names
2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize
2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c
2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c
2009-07-06 09:00:26 +00:00
48ed74388e INTEGRATION: CWS changefileheader (1.49.82); FILE MERGED
2008/03/31 13:27:53 rt 1.49.82.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:03:49 +00:00
4b7aafa20b INTEGRATION: CWS dba24lms (1.47.104); FILE MERGED
2007/11/09 07:10:34 oj 1.47.104.1: #i83469# insert strings
2007-11-27 11:13:14 +00:00
0bd1e179a7 INTEGRATION: CWS dba24c (1.47.62); FILE MERGED
2007/10/15 10:48:06 oj 1.47.62.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition
2007/10/12 12:27:15 oj 1.47.62.1: #i80917# append first line as first data row
2007-11-21 15:08:38 +00:00
fec838ba5c INTEGRATION: CWS mergede01 (1.46.108); FILE MERGED
2007/03/20 14:45:27 ihi 1.46.108.1: #i72301# Remove German
2007-04-19 14:05:18 +00:00
536d62a368 INTEGRATION: CWS qiq (1.45.18); FILE MERGED
2006/05/18 09:18:00 fs 1.45.18.1: #i51143# dbumiscres.src
2006-07-10 14:37:04 +00:00
49d615b8d0 INTEGRATION: CWS dba203b (1.44.100); FILE MERGED
2006/03/27 14:36:01 fs 1.44.100.1: #i47324# change string from Attach to Append
2006-03-31 11:15:47 +00:00
fc62782bd1 INTEGRATION: CWS encup (1.42.122); FILE MERGED
2005/04/29 16:01:28 ihi 1.42.122.1: #i40603# German strings now UTF8 encoded
2005-09-23 13:17:25 +00:00
fe10fd1dfc INTEGRATION: CWS ooo19126 (1.42.194); FILE MERGED
2005/09/05 17:35:16 rt 1.42.194.1: #i54170# Change license header: remove SISSL
2005-09-08 15:11:29 +00:00
26fd4778e9 INTEGRATION: CWS insight02 (1.41.28); FILE MERGED
2004/08/13 09:01:05 oj 1.41.28.1: #i32563# toolbox changes
2004-09-09 08:46:52 +00:00
68827b3591 INTEGRATION: CWS mergebuild (1.39.26); FILE MERGED
2004/04/21 05:55:02 hjs 1.39.26.5: RESYNC: (1.39-1.40); FILE MERGED
2004/02/20 18:26:32 ihi 1.39.26.4: Merge-While-Build update
2003/12/16 16:16:37 ihi 1.39.26.3: x-no-translate conversion
2003/11/11 19:16:21 ihi 1.39.26.2: en -> en-US
2003/11/10 16:42:17 ihi 1.39.26.1: #111234# Merge during build
2004-06-26 16:32:52 +00:00
2df5263769 INTEGRATION: CWS geordi2q11 (1.39.72); FILE MERGED
2003/12/16 11:05:20 hr 1.39.72.1: #111934#: join CWS ooo111fix1
2003-12-17 14:19:25 +00:00
c0760d0866 INTEGRATION: CWS mergerc3 (1.38.6); FILE MERGED
2003/07/16 17:11:19 ihi 1.38.6.1: rc-3 merge all languages
2003-07-17 11:19:20 +00:00
1d09893838 INTEGRATION: CWS rc2merge (1.37.8); FILE MERGED
2003/07/03 14:44:22 ihi 1.37.8.1: rc-2 merge all languages
2003-07-03 17:02:45 +00:00
978c0f745b INTEGRATION: CWS rcmerge (1.36.24); FILE MERGED
2003/06/12 10:58:03 gh 1.36.24.1: final Merge RC
2003-06-13 11:55:37 +00:00
fc381c00bb INTEGRATION: CWS mergem8 (1.35.8); FILE MERGED
2003/04/29 08:34:08 gh 1.35.8.2: final merge for Beta2
2003/04/14 15:04:32 gh 1.35.8.1: merging all languages
2003-04-29 16:25:19 +00:00
2facbebb88 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 16:57:12 +00:00
370dbde8fb Merge SRX644: 05.12.02 - 11:28:51 2002-12-05 09:32:12 +00:00
9da298ced9 Merge SRX644: 25.11.02 - 16:09:18 2002-11-25 14:13:09 +00:00
1a1ac119f3 #i8963# remove CVS keyword 2002-11-05 06:06:32 +00:00
7124f02a24 Merge SRX644: 04.11.02 - 18:48:20 2002-11-04 16:52:24 +00:00
417d350fd9 Merge SRX643: 05.09.02 - 12:56:20 2002-09-05 09:59:41 +00:00
gt
1142e9721a #99281# new mask color magenta 2002-08-30 13:59:02 +00:00
1c744a13fa #99473# change string resource files 2002-08-19 07:01:32 +00:00
704231f4ca Merge SRX643: 15.08.02 - 22:05:36 2002-08-15 19:08:42 +00:00
7160e2ec9d Merge SRX643: 08/08/02 - 22:08:34 2002-08-08 19:11:41 +00:00
0054620ed0 #101845# . inserted 2002-08-06 05:10:18 +00:00
979a7a37bf Merge SRX643: 01.08.02 - 22:25:40 2002-08-01 19:28:50 +00:00
0ef60b9132 #101845# delete string den 2002-07-30 05:55:23 +00:00
3d6a8ebb6d #99830# wrong type for bitmap corrected 2002-06-21 05:54:59 +00:00
096047e0fa #98772# new images 2002-04-29 13:36:01 +00:00
45a0bc5f83 #98146# new line 2002-04-02 05:54:04 +00:00
d4c24997af #95144# enable create button again when on firstpage 2002-03-21 06:08:44 +00:00
80d15c8827 Merge SRC638: 07/27/01 - 00:25:25 2001-07-26 21:25:40 +00:00
abb0072630 Merge SRC638: 24.07.01 - 22:25:15 2001-07-24 19:25:44 +00:00