summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* fdo#39468: Translate German comments in dbaccess/Philipp Riemer2012-08-104-5/+5
| | | | | | Follow-up patch of b803fa2579256979bac83f0b193f2c30d524d76b. Change-Id: I86bea8483cc9a9703cc725eaef641c2df5896af0
* cleaned-up commentsPhilipp Riemer2012-08-107-209/+53
| | | | | | | Files were originally touched by b803fa2579256979bac83f0b193f2c30d524d76b. This is just a follow-up patch. Change-Id: I1e35d5e3c3d193bb5dfdb4b743328d8d22466a4d
* gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan2012-08-101-3/+1
| | | | Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2
* translated the german comments in a bunch of source files in dbaccess/sourceDaniel Herde2012-08-097-37/+36
| | | | Change-Id: I2d4b10d96668502a4fe84af70d43bd3abaa5ed23
* STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2012-08-081-0/+1
| | | | | | Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
* Remove unused macrosThomas Arnhold2012-08-052-33/+0
| | | | Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
* nPos is 1-based, so allowed to be equal to row countLionel Elie Mamane2012-08-021-1/+1
| | | | Change-Id: Idb37cd23a58816bd16c725fda49a2f9875450e79
* Typo ressource -> resourceStephan Bergmann2012-07-304-13/+13
| | | | Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
* Partially revert "Remove unused defines"Thomas Arnhold2012-07-291-1/+1
| | | | | | | | This partially reverts 00240d049790d11c4ef35de7a294819107197efd http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: Ib682cd258cca12e742be5fb1715b2aecfe0a761e
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-181-1/+0
| | | | Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
* removed unused forward declarations of classTakeshi Abe2012-07-172-4/+0
| | | | Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481
* fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane2012-07-172-40/+44
| | | | | | | | This avoids fetching data that will not be requested when the "cursor" is only moved and no data requested. That is typically what RowSetCache does when its own cursor is moved within its window. This basically makes the whole {next,previous,absolute,...}_checked story obsolete, by basically always being as fast as the i_bFetchRow==false case, but in a safer way. Change-Id: I89eaf277069736b3077bde8b45325929db290f2d
* Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara2012-07-151-1/+1
| | | | | | | | | | | | | 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
* simplify include guardsThomas Arnhold2012-07-142-2/+2
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-1436-214/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* fix typoThomas Arnhold2012-07-141-2/+1
| | | | Change-Id: I39ac02cfc84be133855594c89cf5a5f1db4c7fc6
* debug unexpected exceptionLionel Elie Mamane2012-07-121-0/+1
| | | | Change-Id: I404072caf6ddab0ed833586066507c7d332fcea4
* warning C4101: unreferenced local variableMichael Stahl2012-07-121-1/+1
| | | | Change-Id: I0648821a4d0c716371bb011df8cd9b21db79ccf5
* hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold2012-07-121-83/+0
| | | | Change-Id: Ib83ea7e5b4647f5335f7efe7bebf819fa6810864
* targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks2012-07-091-1/+1
|
* some UniString->rtl::OUStringCaolán McNamara2012-07-0910-31/+25
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* removed useless forward declarations of classTakeshi Abe2012-07-0550-117/+0
| | | | Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
* ditch String::CreateFromAsciiCaolán McNamara2012-07-0316-56/+55
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Remove duplication of License/Credits informationStefan Knorr (astron)2012-07-035-5/+0
| | | | | | | | A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
* hrc cleanup: Remove unused hrc filesThomas Arnhold2012-07-032-139/+0
| | | | Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-0219-54/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* Remove unused definesThomas Arnhold2012-07-023-9/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* hrc cleanup: Remove unused definesThomas Arnhold2012-07-024-11/+0
| | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-026-24/+6
|
* Remove unused definesThomas Arnhold2012-07-021-1/+0
| | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* Remove unused definesThomas Arnhold2012-07-013-15/+1
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* hrc cleanup: Remove unused resource definitionsThomas Arnhold2012-07-011-3/+0
| | | | Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
* Remove unused definesThomas Arnhold2012-07-011-1/+0
| | | | Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7