summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-041-4/+4
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-3/+0
| | | | | | | | | 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
* fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2012-09-271-2/+3
| | | | | | | | | 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
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-319-10/+0
| | | | Change-Id: I55ad905bef36b54fadc245bfb22f687e47d20c3a
* 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
* 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
* align code pieces to surrounding lines/stylePhilipp Riemer2012-08-1210-35/+34
| | | | Change-Id: I992fd490461ba499cba1007abd57285949d3a488
* Reformatted existing commentsPhilipp Riemer2012-08-123-8/+9
| | | | | | This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873
* Removed ascii art + added/removed blank linesPhilipp Riemer2012-08-1214-54/+31
| | | | | | This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: I8963aae057a91f0f6753d3b04439673614383565
* convert comments into doxygen style + reformat some existing onesPhilipp Riemer2012-08-1210-133/+139
| | | | Change-Id: Ia9580f8d6ef19025654b5486816e5a75f76f1174
* fdo#39468: Translate German comments in dbaccess/source/ui/incPhilipp Riemer2012-08-122-3/+4
| | | | | | | | Translated the few German comments that were missed. This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: Ib69b19f386a49ae17b00ee9583c3d26d91ede057
* fdo#39468: Translate German comments in dbaccess/source/ui/incDaniel Herde2012-08-1214-75/+84
| | | | Change-Id: Ibf6993a5b935d4ca4e0c792e8676b293ab224d68
* Typo ressource -> resourceStephan Bergmann2012-07-302-3/+3
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* removed unused forward declarations of classTakeshi Abe2012-07-172-4/+0
| | | | Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481
* removed useless forward declarations of classTakeshi Abe2012-07-0527-75/+0
| | | | Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-029-20/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* Remove unused definesThomas Arnhold2012-07-021-1/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* hrc cleanup: Remove unused definesThomas Arnhold2012-07-022-9/+0
| | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* Remove unused definesThomas Arnhold2012-07-021-1/+0
| | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* fdo#51497 Show output from SELECT statements in Execute SQL dialog.Phil Hart2012-07-011-0/+8
| | | | | | | | These changes allow the user to optionally display the output from SQL SELECT statements in the "Execute SQL Statement" dialog. Change-Id: I9209a9e3b5ed100a88fa467078deb9f38c571d42
* Remove some more include guardsThomas Arnhold2012-06-291-3/+1
| | | | Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
* Remove UNO includes commentsThomas Arnhold2012-06-2912-29/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* Reduce newline bloat at eofThomas Arnhold2012-06-275-11/+0
| | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-214-58/+0
| | | | | | | | | | | All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-50/+0
| | | | | | | | | | | These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
* re-base on ALv2 code.Michael Meeks2012-06-14139-3286/+2036
|
* callcatcher: update unused codeCaolán McNamara2012-06-111-9/+0
| | | | Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-312-2/+0
| | | | Change-Id: I181c5b5dd24836ff0398aa5ed03915c2c7c55183
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-141-1/+1
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* removed duplicate includes in dbaccessTakeshi Abe2012-03-304-4/+0
|
* remove extra string castsCaolán McNamara2012-03-202-2/+2
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-148-0/+39
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-012-8/+8
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-281-2/+2
|
* remove adabas/adabasuiCaolán McNamara2012-02-193-15/+14
|
* update unused listCaolán McNamara2012-02-082-4/+0
|
* Do not forward declare Splitter or include its header file if unneededMatteo Casalin2012-01-302-2/+3
|
* Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2012-01-251-2/+15
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-061-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-054-4/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-1/+1
|
* Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot2011-12-212-8/+8
| | | | | | Part XII Module dbaccess
* correct extra whitespaceLionel Elie Mamane2011-12-111-1/+1
|
* Remove ByteStringJulien Nabet2011-12-111-1/+1
|
* childs -> childrenMichael T. Whiteley2011-12-082-2/+2
|
* Change "menues" to "menus"Michael T. Whiteley2011-12-071-1/+1
|
* Remove some unused headersJoseph Powers2011-11-152-321/+0
|
* remove empty Text [ x-comment ] entriesAndras Timar2011-11-081-1/+0
|