1e2682235c
(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> |
||
---|---|---|
.. | ||
inc | ||
qa | ||
source | ||
uiconfig | ||
util | ||
win32/source/odbcconfig | ||
AllLangMoTarget_dba.mk | ||
CppunitTest_dbaccess_dialog_save.mk | ||
CppunitTest_dbaccess_dialogs_test.mk | ||
CppunitTest_dbaccess_embeddeddb_performancetest.mk | ||
CppunitTest_dbaccess_empty_stdlib_save.mk | ||
CppunitTest_dbaccess_firebird_regression_test.mk | ||
CppunitTest_dbaccess_firebird_test.mk | ||
CppunitTest_dbaccess_hsqlbinary_import.mk | ||
CppunitTest_dbaccess_hsqldb_test.mk | ||
CppunitTest_dbaccess_hsqlschema_import.mk | ||
CppunitTest_dbaccess_macros_test.mk | ||
CppunitTest_dbaccess_nolib_save.mk | ||
CppunitTest_dbaccess_RowSetClones.mk | ||
CppunitTest_dbaccess_tdf119625.mk | ||
Executable_odbcconfig.mk | ||
JunitTest_dbaccess_complex.mk | ||
JunitTest_dbaccess_unoapi.mk | ||
Library_dba.mk | ||
Library_dbahsql.mk | ||
Library_dbaxml.mk | ||
Library_dbmm.mk | ||
Library_dbu.mk | ||
Library_sdbt.mk | ||
Makefile | ||
Module_dbaccess.mk | ||
PythonTest_dbaccess_python.mk | ||
README | ||
UIConfig_dbaccess.mk | ||
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