summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2012-04-24WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-04-24WaE: using the result of an assignment as a condition without parenthesesTor Lillqvist1-11/+11
2012-04-24WaE: use of logical '&&' with constant operandTor Lillqvist1-0/+7
2012-04-23Bug 42982 Patch - copytablewizard.cxxAbeer Sethi1-3/+3
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold1-5/+1
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon1-2/+3
2012-04-13Translate German commentsPhilipp Weissenbacher3-76/+74
2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan1-4/+1
2012-04-09do not put things directly into $(WORKDIR)David Tardon3-12/+4
2012-04-09add package deps for resourcesDavid Tardon5-8/+26
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-20/+15
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-0/+2
2012-04-08simplify use of configuration from unit testsDavid Tardon1-3/+6
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-5/+0
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl3-3/+3
2012-04-08gbuild: "use" vs. "add":Michael Stahl10-22/+22
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi16-32/+22
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-19/+19
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi12-36/+36
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-05removed unused definesTakeshi Abe3-19/+0
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