Age | Commit message (Collapse) | Author |
|
Change-Id: Ica14f151653f57f01dfd46754b705231e8423fac
|
|
(Windows throws an Error on this.)
Change-Id: Ica3aeac294d3a32a4faa6837309a0fb5d8d15b92
|
|
Change-Id: I6b2d131e0e4b53bb6b4cec69c5b0e99b8b9e74a7
|
|
Change-Id: I34df96334478b10f151e630188f45e6ce0487f1a
|
|
Change-Id: Ibfd017c23cf510bf481d60b1e836654fd7240df0
|
|
This is mainly in order to determine whether the firebird ODS is safely
portable -- if testIntegerDatabase fails on non x64 / non Linux / non LE
platforms then this isn't the case.
Change-Id: I44eb7a774650cec27748b2058e9bb153f32742dc
|
|
This opens an "empty" firebird-based .odb and tests that it is possible
for the firebird-sdbc driver to open the embedded database.
"empty" denotes that the .odb is marked as using embedded firebird
but doesn't in fact contain any .fdb file within. This is usual state
of a .odb directly after creation using the "New Database" dialog when
the sdbc driver first opens the database.
Change-Id: I83941c05b6328d8419dca49121988640c6f887bc
|
|
Change-Id: I0ad5c2f5b5a8037612f339fcd5fb246bb526aaf0
|
|
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
|
|
Change-Id: Ia20eec6e868579ed31e478514b7f2722a0972094
Reviewed-on: https://gerrit.libreoffice.org/5828
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
See http://nabble.documentfoundation.org/About-writeDBLoaderInfo-function-in-dbloader-cxx-dbaccess-module-td4072511.html
Change-Id: I11b8ff569eaaa8ddcaf105e45ef4ee189e71c183
|
|
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
|
|
Change-Id: Iea68e50e9f91c3fa2467201247bd1aaf4e943cf0
|
|
Change-Id: I9ccb6453fbebf03d44d3f5b385fa5a49579da873
|
|
Change-Id: I06dca63053dae5d3dceb49bf67adb0c100b56e8b
|
|
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
|
|
Change-Id: I8a37b482ca4abb440691b2490e43ecd93a8dbbc5
|
|
This is a follow up commit to
- 22d1beb78a475e4846af945afde1c4d6c263b5d6
- 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
|
|
categories presence used to be hardcoded to sal_True,
but now it is tested a few lines below.
Change-Id: I413bbac3069e49a56c74637b75b8d8990f6111b4
|
|
embeddeddbList is only present in generalpagewizard.ui but not in
generalpagedialog.ui, hence it should be controlled by
OGeneralPageWizard and not OGeneralPage.
Change-Id: I7c52493e12b40d9043d80fb023cfc9eb9c9e42ec
Reviewed-on: https://gerrit.libreoffice.org/5654
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Conflicts:
dbaccess/source/filter/xml/xmlfilter.cxx
dbaccess/source/ui/dlg/ConnectionPage.cxx
dbaccess/source/ui/dlg/detailpages.cxx
dbaccess/source/ui/dlg/odbcconfig.cxx
dbaccess/source/ui/querydesign/querycontroller.cxx
Change-Id: I3a05649efa3a43dd8d8fb069fc1bce14ca0a6338
Reviewed-on: https://gerrit.libreoffice.org/5484
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
Change-Id: I2aed7907c79905158714dc1b26ae1aefc1fcccc6
|
|
Change-Id: Iec274c35c3ce4f1f9d5f17bd5562b52b788595d4
|
|
Compiler plugin to replace with matching number(), boolean() or OUString ctor,
ran it, few manual tweaks, mark as really deprecated.
Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
|
|
Change-Id: Ie51865e57a33e31c2aa115b68eed0fc0a1972c40
|
|
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
Change-Id: I3623d5e133b8d7b2e7920824b05c46ade7b10d7c
|
|
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
|
|
Change-Id: If93b4a11ac15ede2b08ef42bb2fa4670f0d4cd24
Reviewed-on: https://gerrit.libreoffice.org/5481
Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
|
|
Change all instances of hardcoded "program", "share" etc subfolder names to
use those from <config_folders.h> instead. In normal builds, the end result
will not change.
Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
|
|
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
|
|
Change-Id: I5d5f65766d4ad3b319b2cbe4f6491d0aab7f02df
|
|
...offload to init() instead and wrap ctor in create(). That removes the need
for refcount fiddling and additional OContainerListener class. Which in turn
removes code using dynamic_cast on UNO interface classes, which my claim at
<http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130812/
086127.html> "ubsan: check type_info equality via strcmp" that "there should not
be uses of dynamic_cast involving [UNO] classes in the LibreOffice code base"
made me wonder about...
Change-Id: I5d72650f6bf081f971f7bd6bb65f4e58a342f791
|
|
Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82
|
|
Change-Id: I4d6196a9a96ad1dd236f8622a523b4702e92d76f
|
|
Change-Id: I33fd212f6ab82f802fa85af804980c2e8c4c9ec7
|
|
Change-Id: If31845aa575b3f9459507deefb1b469ac3715e35
|
|
Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9
|
|
mostly ResId using ctors left stranded post .ui conversion
Change-Id: I06689eea30ee9146ba05294f52056c0d263695f5
|
|
Remove the silly overloading, and introduce virtual methods.
Change-Id: If54a6a3fb7464283f80d3387ae23db234690f8a3
|
|
ede5f05c fb3a1bb9 5e04331f fd6089b9 66a1d406
Change-Id: I5077ce5f6182f9193cebaaf63190450d375679dd
|
|
Change-Id: I64769fee917c5d8c6450a19ad53fdf795e280c98
|
|
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
|
|
Change-Id: I669bd637a8f4c9880eaceed2c67b9ddedd6eff3e
|
|
Change-Id: I327192e60ed75f2c24331f38f89bcfeb085725ba
|
|
Currently base segfaults here when using a database driver that doesn't
support sdbcx, the internal sdbcx wrapper doesn't implement getKeys()
either.
Change-Id: I195dfa891b4e38e6e0f5a9286bcbfa66ca818e28
Reviewed-on: https://gerrit.libreoffice.org/5243
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
This allows for choosing between the HSQLDB driver (currently default)
and the firebird driver for embedded databases.
Change-Id: I3734440fedf9f07b28f9cfd806dafbe6610393f7
Reviewed-on: https://gerrit.libreoffice.org/5199
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: I266d2992bcd212a6539e4b50c9daf2c53ff98904
|
|
Change-Id: If4dda13ff8018d7fd855457a76db2acf8077a477
|
|
Change-Id: If579b2b2990c3cdd4785077aa1b34c33bcc241b6
|