summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2012-04-02Translate German commentsPhilipp Weissenbacher1-15/+15
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara2-5/+9
2012-04-02always pass --headless to cppunitsLuboš Luňák1-1/+0
2012-03-30removed duplicate includes in dbaccessTakeshi Abe52-78/+0
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara1-3/+3
2012-03-23.hrc files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl4-0/+0
2012-03-21chmod -xTor Lillqvist2-0/+0
2012-03-20remove extra string castsCaolán McNamara4-9/+8
2012-03-20fdo#47560 properly separate each new sorting columnLionel Elie Mamane1-1/+1
2012-03-20fdo#47370 properly duplicate (invisible) out-of-order sort columnsLionel Elie Mamane2-2/+11
2012-03-16do not initialize a field with itselfLuboš Luňák1-1/+1
2012-03-15fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane1-2/+2
2012-03-15fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane1-2/+2
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann19-0/+69
2012-03-13Clean up ODocumentInfoPreviewStephan Bergmann1-1/+1
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák5-25/+12
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan10-19/+19
2012-03-09fdo#47021: the naive join attempt leads to deadlockStephan Bergmann1-1/+6
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+11
2012-03-02WNT-only IMPL_LINK_NOARG fixesStephan Bergmann1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann20-38/+38
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara1-2/+2
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann1-4/+5
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-1/+1
2012-02-21WaE: duplicateBranchThomas Arnhold1-4/+0
2012-02-20Remove unused codeElton Chung2-22/+0
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2-2/+2
2012-02-19remove adabas/adabasuiCaolán McNamara64-4689/+32
2012-02-19Get rid of size() == 0Elton Chung2-2/+2
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-16Make sure spawned thread is joined againStephan Bergmann1-0/+1
2012-02-16dbaccess' macros_test is still failing in some situationsMarkus Mohrhard1-1/+5
2012-02-15Various string function clean upStephan Bergmann6-65/+115
2012-02-13Fix typos in commentsElton Chung4-5/+5
2012-02-12disable new test on win and mac since it is a test with UIMarkus Mohrhard1-0/+2
2012-02-12finish initial work on the Base testMarkus Mohrhard2-0/+5
2012-02-12use better assertion macrosMarkus Mohrhard1-1/+1
2012-02-11first part of a c++ based test for baseMarkus Mohrhard3-0/+254
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan12-12/+0
2012-02-10dbaccess: DatabaseDataProvider is not in chart2Miklos Vajna2-2/+2
2012-02-09translate german commentsLionel Elie Mamane1-4/+5
2012-02-09reorganise code for better readabilityLionel Elie Mamane1-5/+5
2012-02-09typo in commentLionel Elie Mamane1-1/+1
2012-02-09ORowSetCache::moveWindow: yet another off-by-one errorLionel Elie Mamane1-1/+1
2012-02-09Revert "Tentative fix for invalid iterator range regression"Lionel Elie Mamane1-8/+1
2012-02-09ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheckLionel Elie Mamane1-1/+1
2012-02-08Tentative fix for invalid iterator range regressionStephan Bergmann1-1/+8
2012-02-08ORowSetCache: handle case total data < m_nFetchSizeLionel Elie Mamane1-73/+87