summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2012-07-17removed unused forward declarations of classTakeshi Abe2-4/+0
Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane2-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
2012-07-15Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara1-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
2012-07-14simplify include guardsThomas Arnhold2-2/+2
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold36-214/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-14fix typoThomas Arnhold1-2/+1
Change-Id: I39ac02cfc84be133855594c89cf5a5f1db4c7fc6
2012-07-12debug unexpected exceptionLionel Elie Mamane1-0/+1
Change-Id: I404072caf6ddab0ed833586066507c7d332fcea4
2012-07-12warning C4101: unreferenced local variableMichael Stahl1-1/+1
Change-Id: I0648821a4d0c716371bb011df8cd9b21db79ccf5
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold1-83/+0
Change-Id: Ib83ea7e5b4647f5335f7efe7bebf819fa6810864
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara10-31/+25
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-05removed useless forward declarations of classTakeshi Abe50-117/+0
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
2012-07-03ditch String::CreateFromAsciiCaolán McNamara16-56/+55
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)5-5/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-03hrc cleanup: Remove unused hrc filesThomas Arnhold2-139/+0
Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold19-54/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02Remove unused definesThomas Arnhold3-9/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold4-11/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks6-24/+6
2012-07-02Remove unused definesThomas Arnhold1-1/+0
Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
2012-07-01Remove unused definesThomas Arnhold3-15/+1
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-3/+0
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Remove unused definesThomas Arnhold1-1/+0
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-07-01fdo#51497 Show output from SELECT statements in Execute SQL dialog.Phil Hart4-12/+95
These changes allow the user to optionally display the output from SQL SELECT statements in the "Execute SQL Statement" dialog. Change-Id: I9209a9e3b5ed100a88fa467078deb9f38c571d42
2012-06-29Convert code to Java5 generics in dbaccess moduleNoel Grandin4-9/+14
Some of the code need the warnings suppressed - unavoidable when dealing with the reflection interface. Change-Id: I2016c3f904bcebc4e34556eb5d231fc25761a9ce
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-29Remove some more include guardsThomas Arnhold3-10/+1
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-29Remove UNO includes commentsThomas Arnhold130-294/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-27Reduce newline bloat at eofThomas Arnhold11-24/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-25hrc cleanup: Remove two outdated filesThomas Arnhold1-25/+0
All definitions in SchSlotIds.hxx are unused, so remove it. Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks3-3/+3
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold13-99/+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
2012-06-21Remove unused dbexch.hrcThomas Arnhold4-18/+0
The only part where one definition was used was commented out. All other definitions in the hrc file were unused. Change-Id: I257e61b96271685e9321211846a0021059924abe
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek5-0/+10
GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)5-10/+0
The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-16targeted clean-upNorbert Thiebaud2-5/+57
Change-Id: I57d56ece9fd59a93d5081a394c3fe8d212290198
2012-06-16revert gmk4Norbert Thiebaud1-83/+0
Change-Id: I0c1f0495358bba6889d48d8bc500f880f7d5179c
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold2-51/+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
2012-06-15Remove dead codeThomas Arnhold1-10/+0
Change-Id: I65fe534a712ddcdd01b1f393a8244f603e891dc8
2012-06-14re-base on ALv2 code.Michael Meeks784-17841/+11520
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara5-10/+9
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara8-26/+22
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-11callcatcher: update unused codeCaolán McNamara4-80/+0
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
2012-06-08remove unused .mkNorbert Thiebaud2-134/+0
Change-Id: I909a659e8ebfae35ca42680a54fa62dbd726adb5
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-7/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-06-Werror,-Wself-assign (Clang)Stephan Bergmann1-2/+0
Change-Id: I92f1271ad36e4ae1221182a3a446f36cf770e003
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-10/+12
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-7/+9
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04bCheck is guaranteed by the for loop conditionLionel Elie Mamane1-5/+4
Change-Id: Ia54eaa5cb1aa8bb4a052cea25396b07f048ff74c