summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Collapse)AuthorAgeFilesLines
* add missing dep on svl/solar.hrcDavid Tardon2012-10-101-1/+2
| | | | Change-Id: Ie3087a00e4aa537763fe36b1b96d644606e547b8
* Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-072-1/+5
| | | | | | | | | | | | | | | | There are basicically two classes of cases: 1) Where the code is for obscure historical reasons or what I see as misguided "optimization" split into a more libraries than necessary, and these then are loaded at run-time. Instead, just use direct linking. 2) Where dynamic loading is part of the functionality offered to some upper (scripting etc) layer, or where some system-specific non-LO library is loaded dynamically, as it is not necessarily present on end-user machines. Can't have such in the DISABLE_DYNLOADING case. Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-042-16/+12
| | | | | | | The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
* Fixes/improvements on previous commitStephan Bergmann2012-10-0415-44/+32
| | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-0421-80/+73
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* probable attempts to find the parent dialogCaolán McNamara2012-10-032-2/+2
| | | | Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
* missing system headerNorbert Thiebaud2012-10-013-2/+3
| | | | Change-Id: Ieb97d877238941d06aab1aa2ef67186bbc3a995a
* missing system headerNorbert Thiebaud2012-10-011-1/+1
| | | | Change-Id: Icba29c0ebfd30af36b18eb59a23643287985f8c8
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-0110-12/+15
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* re-base on ALv2 code.Michael Meeks2012-09-298-162/+105
|
* fs34b: #i117552# check if query before call getByName in every caseOcke Janssen [oj]2012-09-291-3/+4
|
* fs34b: after the test, close all documents opened during the testFrank Schoenheit [fs]2012-09-291-2/+7
|
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-287-14/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+1
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-287-7/+14
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-287-0/+7
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-283-6/+3
| | | | | | | | | Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
* Improvements on previous commitStephan Bergmann2012-09-2714-30/+22
| | | | | | | | | | | | | | | | | | | | | * Made XDatabaseContext inherit XDatabaseRegistrations non-optionally, adapted call-sites to just use XDatabaseContext w/o querying. (The previous commit had inadvertantly effectively removed support for XDatabaseRegistrations from the ODatabaseContext implementation, as an optional UNO super-interface does not lead to a super-class in the corresponding C++ class hierarchy, but making the super-interface non-optional fixes that anyway.) * Adapted some more call-sites to just use XDatabaseContext w/o querying. * Added @since tag. * Replaced new uses of comphelper::ComponentContext::getUNOContext with comphelper::getComponentContext (see 03a9f139bd9ea1a4f9096fc982e6b326def58532 "ComponentContext::getUnoContext -> getComponentContext simplification;" I intend to get rid of comphelper/componentcontext.hxx much sooner than of comphelper/processfactory.hxx). Change-Id: I68d09f2dbe651629f79ed21cd40cdb6d6b32c624
* fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2012-09-2716-47/+52
| | | | | | | | | Create a merged XDatabaseContext interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Quite a few IDL files had to be marked as published for this to work. Change-Id: Ie9a0da88d8c33cc83fc9d2334ff83ab2744c222f
* fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza2012-09-262-8/+0
| | | | | | | | This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: I7bff1507212e967069f3d18e6c1040f69501694a Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-2527-60/+60
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-1910-18/+21
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2012-09-171-3/+2
| | | | | | | | | The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-146-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* fdo#37529 clear DataColumns read-only information when we clear DataColumnsLionel Elie Mamane2012-09-131-0/+3
| | | | Change-Id: I6f3b4f1646df1244d97ae98f56ba054bc26e3314
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-061-2/+2
| | | | | | | | | | | The service implementation used "com.sun.star.frame.UICommandDescription" since forever, so the IDL file was essentially wrong documentation. But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service to new-style, it cannot be instantated any more and e.g. clicking on Tools->Customize crashes. (Adapting the implementation instead would be an incompatible change.) Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5
* remove some obsolete boilerplate Test.javaMichael Stahl2012-09-051-55/+0
| | | | Change-Id: I694cff583fddb713a59e5d6b8e15ea06a2be63b6
* Java cleanup, make package name match folder nameNoel Grandin2012-09-051-1/+1
| | | | | | Although, as far as a I can tell, this file is completely unused. Change-Id: Ib680f53d239f8de7edcb9b98f7c19eca3d146caa
* Some clean up of previous commitStephan Bergmann2012-09-052-3/+3
| | | | Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-052-4/+6
| | | | | | | | | | Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-036-20/+25
| | | | | | | Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-031-8/+6
| | | | Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-033-14/+11
| | | | Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
* fdo#53557: use metadata's idea of column count to allocate a rowLionel Elie Mamane2012-08-311-2/+3
| | | | | | m_pColumnNames contains only the columns that come straight from a table, not calculated columns Change-Id: I2706790e8c1447d1c4e144bbdef773deeca3e2e8
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-3133-53/+12
| | | | Change-Id: I55ad905bef36b54fadc245bfb22f687e47d20c3a
* -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+1
| | | | Change-Id: Id92099158b8c12b19148397562c6ce16812848fa
* fdo#53887 convert filter value as LIKE pattern only on (NOT) LIKELionel Elie Mamane2012-08-301-2/+6
| | | | Change-Id: I24d1f3af5d428e735a94fc9a69960244d0225513
* fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane2012-08-302-33/+2
| | | | | | This demonstrates a confusion between *values* and *patterns* Change-Id: I207aa53950166e915bbad22b022c88d07ee6300d
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-281-3/+1
| | | | Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-1/+2
| | | | Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
* fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin2012-08-271-4/+2
| | | | Change-Id: I19015d3e3e9aa6e4b3b4bb011183c73ab00365ca
* fdo#46480 do not double-escape (e.g. date) literals as stringsLionel Elie Mamane2012-08-211-1/+1
| | | | Change-Id: I50d3f1002468d41d5b5882de170699d44fe5223c
* m_nEndPos==m_nStartPos is OK: empty window (for example, empty table)Lionel Elie Mamane2012-08-211-1/+1
| | | | Change-Id: I5525eb750dfbed282fea272de4a736e6c70e51a9
* add more runtime deps on resource files for unit-testsMatúš Kukan2012-08-211-5/+0
| | | | Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
* gbuild: register all jarsMichael Stahl2012-08-172-11/+11
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* Moved method declaration in class definitionPhilipp Riemer2012-08-141-2/+2
| | | | | | | | | The following method was added at the bottom and is now moved to all other methods marked as protected. This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: Ib536f93f1565a128a3bb5dff12496005c51acb83
* fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim2012-08-143-33/+33
| | | | | Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* removed commented out callsPhilipp Riemer2012-08-132-3/+0
| | | | | | This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: I5304467333c9d1554ed4426962e42d7c0ce58b9f
* formatted a missed comment into doxygen stylePhilipp Riemer2012-08-121-6/+11
| | | | | | This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: I33d995fd195b6f40644ce124de2578bde7a2c85c
* change indentationPhilipp Riemer2012-08-127-87/+85
| | | | | | This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: Idf2c7da3e449dec1afcc0aa3683ea46c6172420a