summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* WaE: equality comparison with extraneous parenthesesTor Lillqvist2012-04-241-1/+1
* WaE: using the result of an assignment as a condition without parenthesesTor Lillqvist2012-04-241-11/+11
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-04-241-0/+7
* Bug 42982 Patch - copytablewizard.cxxAbeer Sethi2012-04-231-3/+3
* Replace css macro with namespace for nicer namespacingThomas Arnhold2012-04-211-5/+1
* mingw: avoid weird build error and -WerrorDavid Tardon2012-04-161-2/+3
* Translate German commentsPhilipp Weissenbacher2012-04-133-76/+74
* move dependency on localedata_en to i18npoolMatúš Kukan2012-04-121-4/+1
* do not put things directly into $(WORKDIR)David Tardon2012-04-093-12/+4
* add package deps for resourcesDavid Tardon2012-04-095-8/+26
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-20/+15
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+6
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
* drop uses_ureDavid Tardon2012-04-081-2/+0
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-5/+0
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-083-3/+3
* gbuild: "use" vs. "add":Michael Stahl2012-04-0810-22/+22
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0616-32/+22
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-067-19/+19
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-36/+36
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* removed unused definesTakeshi Abe2012-04-053-19/+0
* Translate German commentsPhilipp Weissenbacher2012-04-021-15/+15
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-022-5/+9
* always pass --headless to cppunitsLuboš Luňák2012-04-021-1/+0
* removed duplicate includes in dbaccessTakeshi Abe2012-03-3052-78/+0
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-261-3/+3
* .hrc files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .java files don't need executable bitsMichael Stahl2012-03-234-0/+0
* chmod -xTor Lillqvist2012-03-212-0/+0
* remove extra string castsCaolán McNamara2012-03-204-9/+8
* fdo#47560 properly separate each new sorting columnLionel Elie Mamane2012-03-201-1/+1
* fdo#47370 properly duplicate (invisible) out-of-order sort columnsLionel Elie Mamane2012-03-202-2/+11
* do not initialize a field with itselfLuboš Luňák2012-03-161-1/+1
* fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane2012-03-151-2/+2
* fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane2012-03-151-2/+2
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1419-0/+69
* Clean up ODocumentInfoPreviewStephan Bergmann2012-03-131-1/+1
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-125-25/+12
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-1010-19/+19
* fdo#47021: the naive join attempt leads to deadlockStephan Bergmann2012-03-091-1/+6
* Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-051-0/+11
* WNT-only IMPL_LINK_NOARG fixesStephan Bergmann2012-03-021-1/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0120-38/+38
* we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2012-02-281-2/+2
* Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-4/+5
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-1/+1
* WaE: duplicateBranchThomas Arnhold2012-02-211-4/+0