summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)Author
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650
2014-01-28coverity#707747 Uninitialized scalar fieldCaolán McNamara
Change-Id: I6bc4dbdd46a945d77b85ef8ec9c6333784cd0039
2014-01-28coverity#705144 Missing break in switchCaolán McNamara
Change-Id: Ie3c28d7172ec17ed7de6033c6eada6fb66d1cdf2
2014-01-28coverity#705141 Missing break in switchCaolán McNamara
Change-Id: I9b94f1056fa62b2c0c609f6d448e1750bb0e9ce5
2014-01-28coverity#705140 Missing break in switchCaolán McNamara
Change-Id: I1b08e9afda2eeb3c4c79154376f34cad3e1f0a4c
2014-01-26Workaround for MSVC error C2216: 'override' cannot be used with 'inline'Tor Lillqvist
That error is as such apparently bogus, but using 'inline' is pointless cargo cult there anyway, so drop it. Change-Id: I37b826050006e853db724248bac4f22cceece792
2014-01-26Edit::IsModified should return boolStephan Bergmann
Change-Id: I0aafdd37c73cd47b9dc68b60a32db35c8c11f455
2014-01-24dbaccess: disable hanging close() for nowMiklos Vajna
I don't know why it hangs, but seems even without closing, the test still fails after reverting fc9080a0c60f263d00eb71111fcda72b3c0a2ebb (fdo#67685 open xSourceLibrariesStor only when needed, 2013-08-02). Once the test no longer hangs, of course feel free to add this back. Change-Id: If124b7f57a8fa2d522ebdb448366aec6f1ff4987
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan
To replace com.sun.star.task.JobExecutor single-instance service, incorrectly converted in 748aa84e9808ad31c6ff6b71459525c82de10e58 [including changes by Stephan Bergmann <sbergman@redhat.com>] Change-Id: I4cea2c63a20b5b22f6e1f822fb35fcc4d0397687 Reviewed-on: https://gerrit.libreoffice.org/7609 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-01-24convert dbwizard final page to .uiCaolán McNamara
Change-Id: Ib31810170574e46b84a9847b25585fee791d630d
2014-01-24bool improvementsStephan Bergmann
Change-Id: I20fbe8d5b25460959d4192f18431a585dbfb260f
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
all single tab dialogs are .ui enabled now. So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog and ~SfxNoLayoutSingleTabDialogBase together Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe
2014-01-22remove SvStream::operator<< methodsNoel Grandin
.. and convert the last few places still using those methods. Change-Id: Id2cd8f9c0dd281df43af439d4fef65881f34a6fd Reviewed-on: https://gerrit.libreoffice.org/7495 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-01-22convert more SvStream::operator<< callsNoel Grandin
.. to more explicit SvStream::Write* calls This was done using another run of the clang rewriter, and then a lot of hand tweaking to fix all the places where the rewriter did not play nice with various macros. Change-Id: I7bcab93851c8dfb59cde6bc76290c6484d88fb18 Reviewed-on: https://gerrit.libreoffice.org/7494 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
Change-Id: I9869d9709f28b68ef7b518527175589d80644668
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
Valgrind is capable of detecting such bugs. No need for extra macros. Conflicts: dbaccess/source/ui/dlg/tablespage.cxx Change-Id: I25ea9174a042050efdb371246417ee7f2edae997 Reviewed-on: https://gerrit.libreoffice.org/7532 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-21wrap long text in tables filter dialogCaolán McNamara
Change-Id: I64f513969ff8eae48da4b55449439ea61b828645
2014-01-21convert table filter page to .uiCaolán McNamara
Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52
2014-01-21tidy up OTableTreeListBox to make it easier to .ui-ifyCaolán McNamara
Change-Id: I2463d665c857425bc4cf9df89338a0aab89f0a90
2014-01-21convert OTableSubscriptionDialog to SfxSingleTabDialogCaolán McNamara
Change-Id: I8335012139ccaf58bc18d0779e63a5bc388c9fb4
2014-01-20convert advanced db settings dialog to .ui formatCaolán McNamara
Change-Id: Ia3152b7cc5edd89f37c78841e10bb5feacc6fc12
2014-01-18Window::PreNotify should return boolStephan Bergmann
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann
Change-Id: I3b345be909ed2cb93cd0d478af4b26c9909d2726
2014-01-17Window::Notify should return boolStephan Bergmann
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
2014-01-17convert field dialog to .uiCaolán McNamara
Change-Id: Ic268c17941038319240bb70d59d04c9b9a7a2412
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann
...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance service. Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
This is in preparation for more conversion of SvStream::operator<< calls to use more explicit method names. This converts the subclasses that have their own convenience overloads of operator<< to use normal methods. Change-Id: I5efd5d9a24c264cb86d2471303dd5849bf91ba80
2014-01-15make dbaccess xub_StrLen freeCaolán McNamara
Change-Id: I2c91c23f3dabacdb4ee65c18dc73f096041b74a9
2014-01-14This shall probably use the value of getMaxColumnsInIndex()Stephan Bergmann
Change-Id: I1ae85e416440768ab40c817506d5b106289c4d72
2014-01-14bool improvementsStephan Bergmann
Change-Id: Ie957ab2b63facc15a990f22347ce2393f6bb6a44
2014-01-13disentangle CalcSizeCaolán McNamara
Change-Id: I42248ff611dbe7c109076da5d548717898341be3
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara
Change-Id: Ide74f0a48f06cbe9539f16ef6c6d04bba043dcf9
2014-01-10dbaccess: ODF export: set "Version" property on target StorageMichael Stahl
... like SfxObjectShell::SetupStorage() does, and not on the property set that is passed to the XML export filters where it probably does nothing. Change-Id: I21da1b92fc921eb47e492169e69ef15ac2f0e19d
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
This is the actual re-write. Use a clang rewriter to rewrite SvStream::operator<< to methods like WriteuInt32. Note that the rewriter is not perfect, and I hand-tweaked the output. In particular, I had to adjust places doing things like (*this) << 1; Change-Id: I5923eda3f4ebaa8b452b6ef109e726e116235a2a Reviewed-on: https://gerrit.libreoffice.org/7342 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-01-09convert sort options dialog to .uiCaolán McNamara
Change-Id: Ic110c6d2fb1f1fc28344c119eaa1b61d0ba81e6b
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
Change-Id: I5a269d8b7e95049c67ae14b06a79b417bc91a474
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann
Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52
2014-01-07Fix buildStephan Bergmann
Change-Id: I7a5a647d0c0c5d86f0c7add7977c00f741d0ee40
2014-01-07typo: type attribute of xlink:href is also in xlinkk namespaceLionel Elie Mamane
Change-Id: I229358f80a47d5644b068a9813faf60a3a7bd419
2014-01-07to set version property, it should exist...Lionel Elie Mamane
Change-Id: I1ca20da284f61c54ea04a27e5a27a84041c505e5
2014-01-07ODB ODF standard conformance: xlink:href needs xlink:typeLionel Elie Mamane
Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7
2014-01-01Typos (comand -> command)Julien Nabet
Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-26convert col width and row height dialogs to .uiCaolán McNamara
Change-Id: Ic64d2e0e296b8d2ed06162e1f778194486fb6fed
2013-12-22Fix other typosJulien Nabet
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
2013-12-21Revert "WIP: xlink:href needs xlink:type"Lionel Elie Mamane
This reverts commit b7492725471aafe780ace25c67208dbbb08db4ff. Change-Id: Ice3ba98e495d5c66afc9897c45f5a469693e6c43
2013-12-21WIP: xlink:href needs xlink:typeLionel Elie Mamane
Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke
Set to true for export, false for import. If export true, an XMLPropertyMapEntry with mbImportOnly==true is not added to the mappings. This to be able to have more than one mappings for import (for example a current extension namespace and the future namespace proposed to the ODF-TC, or corrected typos in element or attribute names), but map only to one entry on export, of course. Change-Id: Ia01ea949c88eda2f8a6c10f51c59e35e7abdcaf3