summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
AgeCommit message (Collapse)Author
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
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
2012-10-04Fixes/improvements on previous commitStephan Bergmann
* 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
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
2012-10-03probable attempts to find the parent dialogCaolán McNamara
Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-29re-base on ALv2 code.Michael Meeks
2012-09-29fs34b: #i117552# check if query before call getByName in every caseOcke Janssen [oj]
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
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
2012-09-27Improvements on previous commitStephan Bergmann
* 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
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin
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
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* 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
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl
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
2012-09-03fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin
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
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin
Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I55ad905bef36b54fadc245bfb22f687e47d20c3a
2012-08-30fdo#53887 convert filter value as LIKE pattern only on (NOT) LIKELionel Elie Mamane
Change-Id: I24d1f3af5d428e735a94fc9a69960244d0225513
2012-08-30fdo#48807 autofilter should not use LIKE operatorLionel Elie Mamane
This demonstrates a confusion between *values* and *patterns* Change-Id: I207aa53950166e915bbad22b022c88d07ee6300d
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin
Change-Id: I19015d3e3e9aa6e4b3b4bb011183c73ab00365ca
2012-08-21fdo#46480 do not double-escape (e.g. date) literals as stringsLionel Elie Mamane
Change-Id: I50d3f1002468d41d5b5882de170699d44fe5223c
2012-08-14Moved method declaration in class definitionPhilipp Riemer
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
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-08-13removed commented out callsPhilipp Riemer
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: I5304467333c9d1554ed4426962e42d7c0ce58b9f
2012-08-12formatted a missed comment into doxygen stylePhilipp Riemer
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: I33d995fd195b6f40644ce124de2578bde7a2c85c
2012-08-12change indentationPhilipp Riemer
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: Idf2c7da3e449dec1afcc0aa3683ea46c6172420a
2012-08-12align code pieces to surrounding lines/stylePhilipp Riemer
Change-Id: I992fd490461ba499cba1007abd57285949d3a488
2012-08-12Reformatted existing commentsPhilipp Riemer
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873
2012-08-12Removed ascii art + added/removed blank linesPhilipp Riemer
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: I8963aae057a91f0f6753d3b04439673614383565
2012-08-12convert comments into doxygen style + reformat some existing onesPhilipp Riemer
Change-Id: Ia9580f8d6ef19025654b5486816e5a75f76f1174
2012-08-12fdo#39468: Translate German comments in dbaccess/source/ui/incPhilipp Riemer
Translated the few German comments that were missed. This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: Ib69b19f386a49ae17b00ee9583c3d26d91ede057
2012-08-12fdo#39468: Translate German comments in dbaccess/source/ui/incDaniel Herde
Change-Id: Ibf6993a5b935d4ca4e0c792e8676b293ab224d68
2012-08-10fdo#39468: Translate German comments in dbaccess/Philipp Riemer
Follow-up patch of b803fa2579256979bac83f0b193f2c30d524d76b. Change-Id: I86bea8483cc9a9703cc725eaef641c2df5896af0
2012-08-10cleaned-up commentsPhilipp Riemer
Files were originally touched by b803fa2579256979bac83f0b193f2c30d524d76b. This is just a follow-up patch. Change-Id: I1e35d5e3c3d193bb5dfdb4b743328d8d22466a4d
2012-08-09translated the german comments in a bunch of source files in dbaccess/sourceDaniel Herde
Change-Id: I2d4b10d96668502a4fe84af70d43bd3abaa5ed23
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-05Remove unused macrosThomas Arnhold
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-17removed unused forward declarations of classTakeshi Abe
Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481
2012-07-15Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara
inherit class UnoTreeListItem from SvLBoxString instead of SvLBoxItem so that it really isa SvLBoxString and can be edited with startEditingAtNode a) remove the unused SvLBoxEntry argument to SvLBoxString's SetText b) used rtl::OUString instead of XubString c) rename aStr to maText d) inherit UnoTreeListItem from SvLBoxString and drop its maText in favour of that of SvLBoxEntry Change-Id: Id78f43ae5be8cd6f581e6c2fd2bd6f46de9144ba
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-14fix typoThomas Arnhold
Change-Id: I39ac02cfc84be133855594c89cf5a5f1db4c7fc6
2012-07-12warning C4101: unreferenced local variableMichael Stahl
Change-Id: I0648821a4d0c716371bb011df8cd9b21db79ccf5
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-05removed useless forward declarations of classTakeshi Abe
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691