summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2012-08-21fdo#46480 do not double-escape (e.g. date) literals as stringsLionel Elie Mamane1-1/+1
2012-08-21m_nEndPos==m_nStartPos is OK: empty window (for example, empty table)Lionel Elie Mamane1-1/+1
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-5/+0
2012-08-17gbuild: register all jarsMichael Stahl2-11/+11
2012-08-14Moved method declaration in class definitionPhilipp Riemer1-2/+2
2012-08-14fdo#53061: Fix for C++11 #define NULL nullptrJung-uk Kim3-33/+33
2012-08-13removed commented out callsPhilipp Riemer2-3/+0
2012-08-12formatted a missed comment into doxygen stylePhilipp Riemer1-6/+11
2012-08-12change indentationPhilipp Riemer7-87/+85
2012-08-12align code pieces to surrounding lines/stylePhilipp Riemer10-35/+34
2012-08-12Reformatted existing commentsPhilipp Riemer3-8/+9
2012-08-12Removed ascii art + added/removed blank linesPhilipp Riemer14-54/+31
2012-08-12convert comments into doxygen style + reformat some existing onesPhilipp Riemer10-133/+139
2012-08-12fdo#39468: Translate German comments in dbaccess/source/ui/incPhilipp Riemer2-3/+4
2012-08-12fdo#39468: Translate German comments in dbaccess/source/ui/incDaniel Herde14-75/+84
2012-08-10fdo#39468: Translate German comments in dbaccess/Philipp Riemer4-5/+5
2012-08-10cleaned-up commentsPhilipp Riemer7-209/+53
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan1-3/+1
2012-08-09translated the german comments in a bunch of source files in dbaccess/sourceDaniel Herde7-37/+36
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-0/+1
2012-08-05Remove unused macrosThomas Arnhold2-33/+0
2012-08-02nPos is 1-based, so allowed to be equal to row countLionel Elie Mamane1-1/+1
2012-07-30Typo ressource -> resourceStephan Bergmann4-13/+13
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold1-1/+1
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-1/+0
2012-07-17removed unused forward declarations of classTakeshi Abe2-4/+0
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane2-40/+44
2012-07-15Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara1-1/+1
2012-07-14simplify include guardsThomas Arnhold2-2/+2
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold36-214/+0
2012-07-14fix typoThomas Arnhold1-2/+1
2012-07-12debug unexpected exceptionLionel Elie Mamane1-0/+1
2012-07-12warning C4101: unreferenced local variableMichael Stahl1-1/+1
2012-07-12hrc cleanup: Remove commented out lines in hidother.src filesThomas Arnhold1-83/+0
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
2012-07-05removed useless forward declarations of classTakeshi Abe50-117/+0
2012-07-03ditch String::CreateFromAsciiCaolán McNamara16-56/+55
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)5-5/+0
2012-07-03hrc cleanup: Remove unused hrc filesThomas Arnhold2-139/+0
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold19-54/+0
2012-07-02Remove unused definesThomas Arnhold3-9/+0
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold4-11/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks6-24/+6
2012-07-02Remove unused definesThomas Arnhold1-1/+0
2012-07-01Remove unused definesThomas Arnhold3-15/+1
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-3/+0
2012-07-01Remove unused definesThomas Arnhold1-1/+0
2012-07-01fdo#51497 Show output from SELECT statements in Execute SQL dialog.Phil Hart4-12/+95
2012-06-29Convert code to Java5 generics in dbaccess moduleNoel Grandin4-9/+14