summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa
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>
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
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
2013-08-17remove various unused dialogsCaolán McNamara
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
2013-08-16pass gb_DEBUG_CFLAGS for the remaining NOOPT filesMichael Stahl
Change-Id: I5d5f65766d4ad3b319b2cbe4f6491d0aab7f02df
2013-08-16Do not use this ptr in ctorStephan Bergmann
...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
2013-08-15convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin
Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82
2013-08-15convert include/svtools/svparser.hxx from String to OUStringNoel Grandin
Change-Id: I4d6196a9a96ad1dd236f8622a523b4702e92d76f
2013-08-15Reduce scope + use SAL_N_ELEMENTSJulien Nabet
Change-Id: I33fd212f6ab82f802fa85af804980c2e8c4c9ec7
2013-08-14doing it once is sufficientLionel Elie Mamane
Change-Id: If31845aa575b3f9459507deefb1b469ac3715e35
2013-08-13XubString->OUStringCaolán McNamara
Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9
2013-08-10callcatcher: update unused codeCaolán McNamara
mostly ResId using ctors left stranded post .ui conversion Change-Id: I06689eea30ee9146ba05294f52056c0d263695f5
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
Remove the silly overloading, and introduce virtual methods. Change-Id: If54a6a3fb7464283f80d3387ae23db234690f8a3
2013-08-08tweak comment translationsMichael Stahl
ede5f05c fb3a1bb9 5e04331f fd6089b9 66a1d406 Change-Id: I5077ce5f6182f9193cebaaf63190450d375679dd
2013-08-03minor tweaks to existing unittestsLionel Elie Mamane
Change-Id: I64769fee917c5d8c6450a19ad53fdf795e280c98
2013-08-04Mark as const/staticTakeshi Abe
Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff
2013-08-02WaE: unknown log area 'dbaui.OGeneralPage' [loplugin]Tor Lillqvist
Change-Id: I669bd637a8f4c9880eaceed2c67b9ddedd6eff3e
2013-08-02WaE: unknown log area 'dbaaccess' [loplugin]Tor Lillqvist
Change-Id: I327192e60ed75f2c24331f38f89bcfeb085725ba
2013-08-02Check that xKeys exists before using.Andrzej J.R. Hunt
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>
2013-08-02Add embedded database selector to db setup dialog.Andrzej J.R. Hunt
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>
2013-08-02for later...Lionel Elie Mamane
Change-Id: I266d2992bcd212a6539e4b50c9daf2c53ff98904
2013-08-02make comment actually describe the codeLionel Elie Mamane
Change-Id: If4dda13ff8018d7fd855457a76db2acf8077a477
2013-08-02janitorial: more const where possibleLionel Elie Mamane
Change-Id: If579b2b2990c3cdd4785077aa1b34c33bcc241b6
2013-08-02SingleSelectQueryComposer: the name of a non-SELECT column is its "real" nameLionel Elie Mamane
That is, the name in the table. Change-Id: I95326915f381ec0cf72c66f13352ce76d82e9517
2013-07-30set some initial sizes for the direct sql dialog texteditsCaolán McNamara
and we can use existing GtkTextView<->VclMultiLineEdit mapping rather than the svtools MultiLineEdit Change-Id: I6d20a9ba8731dda1ec9579fc2877b817fea0632f
2013-07-30modern .ui widgetlayout for directsqlCsikós Tamás
Change-Id: I51140fe6abd2d321c5784b923f920ab9183f417e Reviewed-on: https://gerrit.libreoffice.org/5171 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-30Fix firebird-sdbc registry details.Andrzej J.R. Hunt
Change-Id: I753095ba40b5fb45cfccd10a95bd8eb7b68bd564
2013-07-30fixup SAL_WARN log areaLionel Elie Mamane
Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe
2013-07-24remove unused includeLionel Elie Mamane
Change-Id: I8c99b620bf61e0775b8e4613f58d649a89db9b00
2013-07-24Mark as constTakeshi Abe
Change-Id: Ia3996b997ebbd10ca02ec5a24d1969822bc39273
2013-07-17Move hasBigImages() from ToolboxController to SfxToolBoxController.Jan Holesovsky
We want to decide whether the images are big or not based on the real (underlying) ToolBox, not on the global setting, because we can have both toolbars with large as well as small icons visible at the same time (small in sidebar, large in toolbars). Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc
2013-07-16Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt
Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2
2013-07-16Enable firebird by default, disable as default embedded driver.Andrzej J.R. Hunt
Change-Id: I4907b8b7a3b9ab767132d35b5c3539d52d122660
2013-07-16Create new fdb and/or extract from .odb as appropriate.Andrzej J.R. Hunt
Change-Id: I99dd3300c2a7e903bc924b15c4fea2fd3ad4abb8
2013-07-16Add embedded firebird loading code, set as default db.Andrzej J.R. Hunt
Change-Id: I993d7d7bacec710bb57d9e8f91d3cd01b0fbf616
2013-07-16fb-sdbc: Added temporal debugging in dbaccessAndres Gomez
2013-07-16Debug info and some API methods implementation.Javier Fernandez
* getTypeInfo * getTables * prepared statements. Change-Id: I549f4a9468b5346e22479363fe0fb81039bc6665
2013-07-15fdo#63690 drop RTL_LOGFILE_CONTEXT_AUTHORRicardo Montania
Change-Id: I46823bb2c6fc44a4871d9535c1f59bd24ba75858 Reviewed-on: https://gerrit.libreoffice.org/4908 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-15Fix build.Jan Holesovsky
Change-Id: Ia08b6e87b5be3ca2994e0c5fbc6b91c1a800208e
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara
Change-Id: I5091835c9f71c712f15996e5c6263fc5f21f6f96
2013-07-11microoptimisationLionel Elie Mamane
Change-Id: I977fbd8387b069574d9818923ada54392d39347a
2013-07-11ORDER BY columns are prioritarily *SELECT* columnsLionel Elie Mamane
as opposed to *table* columns, and notwithstanding HSQLDB 1.8 (our embedded database) bugs. Actually, supporting ORDER BY on non-select (but table) columns is OPTIONAL for DBMSs (but quite common) Change-Id: I6725dfda36b09429a78262bff6f3d3e3dd9032b6
2013-07-11delete in destructor checkbox created in constructorLionel Elie Mamane
Change-Id: Ifceae4c7ffe15bfc62ce34f4463fd4e071403359 fixes: debug build aborts when closing that window
2013-07-11XubString->OUStringCaolán McNamara
Change-Id: I1049249741f445ad7bd9c070f99812c4404597c9
2013-07-10Fix error: reference to 'ErrorCondition' is ambiguousTor Lillqvist
Either 'connectivity::ErrorCondition' or 'com::sun::star::sdb::ErrorCondition'. Change-Id: Ifeaa895497c8635b7801b2e79400634b11541373
2013-07-10don't use empty table nameLionel Elie Mamane
Change-Id: I9c8c3882f659747d53a047481ccabf1785835c99
2013-07-05cleanup src filesThomas Arnhold
Those items are unused. Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
2013-07-04unusedeasy remove ORowSet_CreateInstanceJulien Nabet
Change-Id: I17e9eb168c664514dacc03d66911f72faf80e117
2013-07-03database suggestname: no '/' for queriesLionel Elie Mamane
In particular, this keeps the new query wizard from silently failing by default when the underlying table name has a slash: it would generate a name proposal based on the table name, and then use suggestName to get a similar, yet guaranteed allowed name. In this case, the "guaranteed allowed" part was failing, since suggestName failed to strip slashes, which are forbidden in query names. Change-Id: I53d3976979ee45f5659765ed5dd3371b78837b5b
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
- replaced RTL_CONTEXT_ with SAL_INFO - replace OSL_* with SAL_* Change-Id: I26761cf1d4c1cfe21dec7d8ede6df6f177bf2c3e Reviewed-on: https://gerrit.libreoffice.org/4620 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>