summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl141-18071/+0
2011-08-04Use rtl::OUStringHash.Kohei Yoshida1-1/+1
2011-07-22Adjusted for HTMLParser::GetOptions return type change.Kohei Yoshida1-1/+1
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky3-3/+5
Conflicts: dbaccess/source/ui/app/makefile.mk
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky3-3/+5
Conflicts: dbaccess/source/core/api/CacheSet.cxx dbaccess/source/core/api/KeySet.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/core/api/query.cxx dbaccess/source/core/dataaccess/SharedConnection.cxx dbaccess/source/ui/app/AppController.cxx dbaccess/source/ui/app/makefile.mk dbaccess/source/ui/control/FieldDescControl.cxx dbaccess/source/ui/querydesign/query.src dbaccess/source/ui/tabledesign/TEditControl.cxx reportdesign/source/ui/report/ReportController.cxx reportdesign/source/ui/report/ReportSection.cxx reportdesign/source/ui/report/SectionWindow.cxx reportdesign/source/ui/report/StartMarker.cxx reportdesign/source/ui/report/ViewsWindow.cxx
2011-04-19gbuildize dbaccessDavid Tardon1-43/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-23remove virtual from operator=Luboš Luňák1-1/+1
pointless, nothing overrides it
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud56-294/+306
* 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-05Remove 'added by' commentsLO-BASE-INTEGRATION-DEV300_M101gr2J. Graeme Lingard4-11/+5
2011-03-01Remove date comments in base.Guillaume Poussel1-2/+1
2011-02-15dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100Frank Schoenheit [fs]50-218/+276
2011-02-14dba34c: pulled and merged DEV300.m100Frank Schoenheit [fs]47-183/+183
2011-02-08Clean-up bogus comments in base.Guillaume Poussel1-1/+1
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner8-42/+109
2011-02-03merge from masterOcke Janssen [oj]3-35/+93
2011-02-03replaced DGB_ASSERT with OSL_ENSUREKenneth Venken2-2/+2
2011-02-01CWS-TOOLING: integrate CWS dba34booo/DEV300_m99Vladimir Glazunov5-7/+16
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara1-1/+1
2011-01-26dba34d: #i108967# introduce new settings into UI and driver config: ↵Ocke.Janssen2-1/+3
RespectDriverResultSetType
2011-01-14removetooltypes01: #i112600# remove tooltypes from dbaccessMikhail Voytenko47-183/+183
2011-01-09Remove unused code and fix typosTakeshi Abe2-5/+1
2011-01-03White space cleanupJoseph Powers1-1/+1
2010-12-06remove obsolete __FAR_DATAfeature/currency-64bitMichael Callahan1-3/+3
2010-12-05Replace all occured, occurance etc.Takeshi Abe6-7/+7
2010-12-02dba34c: #i102625# only fetch rows when the view moves outside the scope of ↵Ocke.Janssen1-2/+2
the rowset window
2010-11-28Dead Code RemovalJoseph Powers1-4/+3
2010-11-26Remove dead codes and undesired comments with fixed typoTakeshi Abe3-9/+0
Hi, yet another cleanup on base. Cheers, -- Takeshi Abe >From dff2f8d6d37863a5517a412ea4f92ebdbee536ff Mon Sep 17 00:00:00 2001 From: Takeshi Abe <tabe@fixedpoint.jp> Date: Fri, 26 Nov 2010 01:45:21 +0900 Subject: [PATCH] Remove dead codes and undesired comments with fixed typo
2010-11-25undoapi: split OSingleDocumentController into DBSubComponentController ↵Frank Schoenheit [fs]3-32/+93
(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.
2010-11-25dba34b: #i115655# new ui setting for max row scan for text dbOcke.Janssen2-1/+3
2010-11-22undoapi: merge after pulling DEV300.m94Frank Schoenheit [fs]2-112/+11
2010-11-17undoapi: carry the SfxUndoManager around as &, not as *Frank Schoenheit [fs]1-3/+0
2010-11-16HC Cleanup - baseJoseph Powers1-4/+0
2010-11-16Fixed several build breakages.Kohei Yoshida1-1/+1
2010-11-16fix these againCaolán McNamara4-47/+5
2010-11-16Remove _HC occurencesSebastian Spaeth5-6/+51
2010-11-16get this to build againCaolán McNamara5-51/+7
2010-11-16Remove more _HC _SHC usesSebastian Spaeth1-34/+21
2010-11-13Purged BmpColorMode from libs-gui - baseJoseph Powers1-9/+1
2010-11-08CWS-TOOLING: integrate CWS dba34aooo/DEV300_m95ooo/DEV300_m94ooo/DEV300_m93Vladimir Glazunov2-112/+11
2010-10-29merge after pulling DEV300.m91Frank Schoenheit [fs]3-4/+4
2010-10-27add modelines to .hxx files as wellCaolán McNamara128-0/+280
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud3-14/+15
2010-10-10merge vosremoval-thread patchNorbert Thiebaud1-1/+1
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid2-0/+2
2010-10-09CWS changehid: resync to m89Mathias Bauer2-2/+2
2010-10-09Some base commented code cleanupKalman Szalai - KAMI1-18/+0
2010-10-05more removed include guards using fixguard.pyPetr Mladek105-1048/+0
2010-10-02Remove commented out #include directivesJ. Graeme Lingard3-13/+0
Signed-off-by: Kalman Szalai - KAMI <kami911@gmail.com>