office-gobmx/dbaccess
Armin Le Grand 1e2682235c WIP: Further preparations for deeper Item changes
(1) Migrated all still existing binary load/save stuff
in SfxPoolItem to legacy files. Isolated from Item
implementations. Adapted all usages. No more methods
Create/Store needed, also GetVersion removed

(2) Removed operator= for SfxPoolItem. Adapted all
usages. Goal ist to handle Items more as Objects
('Object-Oriented') in the sense to move/handle
instances, not to copy one instance over another one
(which is more and more problematic with hard to copy
content as UNO API stuff or similar). This lead to
much more usages of std::shared_ptr which correlates
well with future plans fr Items (see dev branch).
Next logic step will be to also remove copy constructor

Linux build and corrections done
Fixed Writer test and removed unused defines
Fixed another unused m,acro
Started to unify the AutoFormat stuff
Changes to OUString constructor usages, tests completely
No idea why, but SfxStringItem constructor which
takes a OUString& now insists of not getting ::OUString's
handed in - changed all 'SfxStringItem.*OUString.*".*"'
accordingly

Change-Id: Ibed7358b18fb019994a7490332b9d797a6694c29
Reviewed-on: https://gerrit.libreoffice.org/71075
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2019-04-25 19:59:04 +02:00
..
inc tdf#124197 Improve "Unexpected error" user-visible error message wording 2019-04-24 10:30:37 +02:00
qa Fix typo 2019-04-22 09:03:47 +02:00
source WIP: Further preparations for deeper Item changes 2019-04-25 19:59:04 +02:00
uiconfig tdf#14649 dbaccess menubar: show icons for most importent items 2019-04-15 21:20:06 +02:00
util
win32/source/odbcconfig Replace legacy dynamically-loaded functions with statically linked ones 2019-04-05 23:13:15 +02:00
AllLangMoTarget_dba.mk
CppunitTest_dbaccess_dialog_save.mk
CppunitTest_dbaccess_dialogs_test.mk
CppunitTest_dbaccess_embeddeddb_performancetest.mk dbaccess: fix --without-java build once more 2018-04-12 18:49:40 +02:00
CppunitTest_dbaccess_empty_stdlib_save.mk
CppunitTest_dbaccess_firebird_regression_test.mk tdf#72987 split firebird test into a regression test and a "new" test 2018-10-03 10:13:31 +02:00
CppunitTest_dbaccess_firebird_test.mk tdf#72987 split firebird test into a regression test and a "new" test 2018-10-03 10:13:31 +02:00
CppunitTest_dbaccess_hsqlbinary_import.mk fix CppunitTest_dbaccess_hsqlbinary_import 2018-06-10 14:36:20 +02:00
CppunitTest_dbaccess_hsqldb_test.mk Missing test dependency 2018-10-30 08:18:00 +01:00
CppunitTest_dbaccess_hsqlschema_import.mk dbahsql: add unit tests for schema import 2018-03-22 10:58:18 +01:00
CppunitTest_dbaccess_macros_test.mk
CppunitTest_dbaccess_nolib_save.mk
CppunitTest_dbaccess_RowSetClones.mk (try to) fix dbaccess firebird-related tests 2018-05-11 10:15:44 +02:00
CppunitTest_dbaccess_tdf119625.mk tdf#119625: coerce migrated Time between 0 and 24 hours 2018-10-22 16:18:39 +02:00
Executable_odbcconfig.mk Replace legacy dynamically-loaded functions with statically linked ones 2019-04-05 23:13:15 +02:00
JunitTest_dbaccess_complex.mk Drop juh.jar dependency from Java UNO tests 2018-12-06 17:40:33 +01:00
JunitTest_dbaccess_unoapi.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
Library_dba.mk Ditch now unused class UserInformation and userinformation.?xx 2018-10-13 00:33:16 +02:00
Library_dbahsql.mk tdf#116982 dbahsql: fix autoincrementation 2018-04-15 21:28:52 +02:00
Library_dbaxml.mk
Library_dbmm.mk make OGenericUnoDialog take an awt::XWindow 2018-10-06 20:54:24 +02:00
Library_dbu.mk DSID_DATASOURCE_UNO is dead 2018-10-24 08:35:09 +02:00
Library_sdbt.mk
Makefile
Module_dbaccess.mk gbuild: rename value OS=IOS to OS=iOS 2018-11-01 16:39:54 +01:00
PythonTest_dbaccess_python.mk
README
UIConfig_dbaccess.mk tdf#116944 Warn user before database migration 2018-04-14 21:14:50 +02:00
UIConfig_dbapp.mk
UIConfig_dbbrowser.mk
UIConfig_dbquery.mk
UIConfig_dbrelation.mk
UIConfig_dbtable.mk
UIConfig_dbtdata.mk

Database access tools, for "base" database application