summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2014-01-09convert sort options dialog to .uiCaolán McNamara9-290/+334
Change-Id: Ic110c6d2fb1f1fc28344c119eaa1b61d0ba81e6b
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-7/+22
Change-Id: I5a269d8b7e95049c67ae14b06a79b417bc91a474
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-7/+24
Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52
2014-01-07Fix buildStephan Bergmann1-1/+1
Change-Id: I7a5a647d0c0c5d86f0c7add7977c00f741d0ee40
2014-01-07typo: type attribute of xlink:href is also in xlinkk namespaceLionel Elie Mamane1-2/+2
Change-Id: I229358f80a47d5644b068a9813faf60a3a7bd419
2014-01-07to set version property, it should exist...Lionel Elie Mamane1-0/+1
Change-Id: I1ca20da284f61c54ea04a27e5a27a84041c505e5
2014-01-07ODB ODF standard conformance: xlink:href needs xlink:typeLionel Elie Mamane1-0/+2
Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7
2014-01-01Typos (comand -> command)Julien Nabet1-1/+1
Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-1/+1
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 McNamara10-219/+331
Change-Id: Ic64d2e0e296b8d2ed06162e1f778194486fb6fed
2013-12-22Fix other typosJulien Nabet4-5/+5
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
2013-12-21Revert "WIP: xlink:href needs xlink:type"Lionel Elie Mamane1-2/+0
This reverts commit b7492725471aafe780ace25c67208dbbb08db4ff. Change-Id: Ice3ba98e495d5c66afc9897c45f5a469693e6c43
2013-12-21WIP: xlink:href needs xlink:typeLionel Elie Mamane1-0/+2
Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7
2013-12-20typo fixesAndras Timar21-52/+52
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke4-19/+19
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
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-5/+5
Change-Id: Id5a54a591a42c836884af1fd09dc055f2fce6db5
2013-12-20Fix typo: Stroage -> StorageTakeshi Abe2-2/+2
Change-Id: Iff909b3a9cf43122af5d854bd38254b9894f4795
2013-12-19A singleton is not a serviceStephan Bergmann1-1/+0
Change-Id: I9059370e21e753a9578f231fd0c0eb0a1d6a981e
2013-12-19CID#736013 unlikely invalid iterator useCaolán McNamara1-1/+7
Change-Id: I78928d4eee28adbb06b4087c51a4b384ca4e43f8
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann4-0/+16
...which it did unlike all the other implbaseN.hxx. Required lots of downstream clean-up, of course. Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann5-10/+10
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin2-2/+2
Convert code like: OUStringBuffer sVal(OUString("0x")); to: OUStringBuffer sVal("0x"); Change-Id: Idc5a3f6a8bf1dc33f93c2b488f866c8ea58d582a
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-4/+4
Convert code like aStrBuffer.append(OUString(" AS ")); to aStrBuffer.append(" AS "); Change-Id: I8c1884b5a875f40f0b5e511b6ef38c6c8eeee656
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin5-11/+11
Convert code like aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp"); to aFilename = OUString::number(nFilePostfixCount) + ".bmp"; Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-7/+7
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-12-16fdo#72696 set parameters when they have changedLionel Elie Mamane2-38/+64
Change-Id: Id470f98456200ed51418e31904e8a9a457fda638
2013-12-12fdo#72463 RowSet: on execute when not dirty, rebuild cacheLionel Elie Mamane14-21/+48
Change-Id: I3f27b7572b88cd1200483121614c29d414c37e20
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann5-16/+16
...use cppu::UnoType instead. Change-Id: I507914b30ef8acda910ee4ecc0589fd328eb6f31
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+8
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2-2/+0
Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-8/+9
This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now: Ach, old GCC doesn't like plain string literals to initialize members of OUString type... Change-Id: I50563a00406259bb5d41831e2a2796762450d097
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-9/+8
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-10fdo#54938: Convert dbaccess to use cppu::supportsServiceMarcos Paulo de Souza15-43/+33
Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: dbaccess/source/core/dataaccess/connection.hxx Change-Id: Id7602b969790b13538868b937842bc945ce3e31e
2013-12-10Drop duplicate #includeTakeshi Abe2-2/+0
Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2-3/+3
In commit 363cc397172f2b0a94d9c4dc44fc8d95072795a3 "convert equalsAsciiL calls to startWith calls where possible" I incorrectly converted equalsAsciiL calls to startsWith calls. This commit fixes those places to use the == OUString operator. Change-Id: If76993baf73e3d8fb3bbcf6e8314e59fdc1207b6
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane1-1/+1
Change-Id: Ie9666b1c8878dd26593629b4b64d74b7448f98c1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann14-13/+3
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
2013-12-06Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctorStephan Bergmann7-16/+15
Change-Id: I3ab3777a65fd68f8cbaf17a8e2a989dc4ad7b1cc
2013-12-06Missing includeStephan Bergmann1-0/+4
Change-Id: I3b68c2a01eb1e9678d419fdb246508f2d3e60df8
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2-5/+6
...and assorted OUStringHash clean up Change-Id: I779904e1275e8df88f567beb388d1d11af9e9671
2013-12-06Remove unused typedefsStephan Bergmann1-9/+0
Change-Id: I5af478155963343fa9fe5fa2a39d0209829b2409
2013-12-06Avoid ambiguities among different OWeakRefArray declarationsStephan Bergmann3-13/+7
Change-Id: I61e3e9cdda17b6b23b33159d89904cce8f2e2ba0
2013-12-06Get rid of DECLARE_STL_ITERATORSStephan Bergmann2-15/+12
Change-Id: I22148aa5336907939b37945e513c25a05b2b3776
2013-12-06Get rid of DECLARE_STL_MAPStephan Bergmann9-17/+22
Change-Id: Ifbda934a89087fcc1c031978d3e5b5783722b328
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann3-4/+8
Change-Id: I099f94922acba0bf9cde22fbbb3eefc230776868
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann15-43/+51
Change-Id: If4588034fc09e4663b5217669c71f26c0a3b8c8a
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann15-39/+63
Change-Id: I00d02eaeff3eaa5f49550eb9c1d4e4e7e0b2203c
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-1/+1
...default std::less<OUString> is just fine. Change-Id: Ib9d3c10f2817d757f3c19eb3d4607095883af91a
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann5-2/+16
Change-Id: I4817694d183d525fa5a29eb9693a20d491549e5d
2013-12-05Get rid of DECLARE_STL_SETStephan Bergmann1-5/+5
Change-Id: Ie3e2fb6d9376e3b6e98bb17671b3e9e93cd69923