summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-12smoketest: fix duplicate linkage warningMichael Stahl1-4/+1
2012-03-12extensions: split out static library from npsopluginMichael Stahl5-2/+41
2012-03-12extensions: split out static library for X11 plugin connection stuffMichael Stahl5-4/+85
2012-03-12desktop: move lockfile.cxx to libdeploymentmiscMichael Stahl6-4/+6
2012-03-12desktop: libsofficeapp shouln't need a main()Michael Stahl1-4/+0
2012-03-12vcl: fix multiply linked objectsMichael Stahl1-2/+2
2012-03-12sdext: factor out a static library to fix triple-linked objectsMichael Stahl7-72/+86
2012-03-12handle msvc not even compiling a test that should failLuboš Luňák1-0/+5
2012-03-12Fix Android compilation errorTor Lillqvist1-3/+3
2012-03-12Fix crash with document from bnc#693238Tor Lillqvist1-4/+9
2012-03-12fix smoketest - need to check read-only-ness of non-existent pathsMichael Meeks1-8/+15
2012-03-12remove C2U usage, string literal OUString ctors will do the jobLuboš Luňák2-156/+156
2012-03-12@since 3.6 -> @since LibreOffice 3.6Luboš Luňák2-16/+16
2012-03-12use string literal OUString overloadsLuboš Luňák17-260/+239
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák2-0/+41
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák2-19/+36
2012-03-12forgot to disable mixed char and const char overloadsLuboš Luňák1-2/+14
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák1-0/+23
2012-03-12unittests for some possible OUString string literal handling problemsLuboš Luňák1-0/+30
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák18-183/+121
2012-03-12replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák1-43/+94
2012-03-12string literal overloads for some OUString methodsLuboš Luňák1-0/+119
2012-03-12some fixes for OUString docsLuboš Luňák1-6/+6
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák2-4/+4
2012-03-12prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák2-2/+14
2012-03-12remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák3-27/+27
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák10-66/+267
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák5-12/+47
2012-03-12Replace VARARR_SORT with stdBartosz Kosiorek3-35/+25
2012-03-12ditch SfxULongRangesCaolán McNamara4-39/+0
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara5-33/+35
2012-03-12pointless comparisonCaolán McNamara1-4/+1
2012-03-12remove unused VisAreaContext.[c|h]xxCaolán McNamara5-195/+0
2012-03-12fix SvxShowCharSetItem leakCaolán McNamara3-4/+6
2012-03-12this massive rigmarole is just to map a msword author id to a writer author idCaolán McNamara8-89/+18
2012-03-12callcatcher: remove some unused codeCaolán McNamara3-22/+1
2012-03-12callcatcher: update listCaolán McNamara1-2/+7
2012-03-12osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann2-1/+2
2012-03-12Fix WITH_OPENLDAP caseStephan Bergmann1-12/+14
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann2-36/+28
2012-03-12C&P errorFridrich Štrba1-2/+2
2012-03-12SvxStdParagraphTabPage::Reset: no need to have two SvxULSpaceItem hereMiklos Vajna1-6/+4
2012-03-12Add patch to recognize AndroidTor Lillqvist2-0/+22
2012-03-12suppress "SQL_API redefined" error with -WerrorDavid Tardon2-0/+8
2012-03-12WaE: missing braces around initializer for 'unsigned char [8]'David Tardon1-1/+1
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon1-56/+46
2012-03-12WaE: declaration of 'Parameters' shadows a global declarationDavid Tardon1-2/+2
2012-03-12WaE: "_WIN32_WINNT" redefinedDavid Tardon1-0/+3
2012-03-12WaE: 'nPos' may be used uninitialized in this functionDavid Tardon1-6/+6
2012-03-12WaE: declaration of 'first' shadows a member of 'this'David Tardon1-3/+3