summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-12desktop: move lockfile.cxx to libdeploymentmiscMichael Stahl
2012-03-12desktop: libsofficeapp shouln't need a main()Michael Stahl
2012-03-12vcl: fix multiply linked objectsMichael Stahl
2012-03-12sdext: factor out a static library to fix triple-linked objectsMichael Stahl
2012-03-12handle msvc not even compiling a test that should failLuboš Luňák
but that is fine, because outside the unittest it should fail everywhere
2012-03-12Fix Android compilation errorTor Lillqvist
2012-03-12Fix crash with document from bnc#693238Tor Lillqvist
2012-03-12fix smoketest - need to check read-only-ness of non-existent pathsMichael Meeks
2012-03-12remove C2U usage, string literal OUString ctors will do the jobLuboš Luňák
and this also avoids reaching the parse recursion limit with clang, because all the macros C2U expands to, although clang's limit is probably tad a bit low
2012-03-12@since 3.6 -> @since LibreOffice 3.6Luboš Luňák
To help distinguish between OOo derivatives.
2012-03-12use string literal OUString overloadsLuboš Luňák
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák
match() has matchIgnoreAsciiCase(), so it makes sense that endsWith() also has the IgnoreAsciiCase variant, especially given there already is endsWithIgnoreAsciiCaseAsciiL()
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák
2012-03-12forgot to disable mixed char and const char overloadsLuboš Luňák
the comment was wrong, char gets converted to const char, not the other way around
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák
2012-03-12unittests for some possible OUString string literal handling problemsLuboš Luňák
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-12replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák
The AsciiL variants are new for 3.6 anyway, so there's no need to keep new functions that'd be obsolete before their first release.
2012-03-12string literal overloads for some OUString methodsLuboš Luňák
2012-03-12some fixes for OUString docsLuboš Luňák
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák
this will make it easier to detect errors, rather than making it empty
2012-03-12prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák
This is to prevent things like by mistake doing match( RTL_CONSTASCII_STRINGPARAM("foo")), which will call match(const char(&)[N], int=0), where the second argument is the fromIndex argument.
2012-03-12remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák
Drop the recently introduced rtl_uString_newFromAscii_WithLength() and replace it with this one. The name fits better and it'll be also a distinct function that specifically includes embedded \0's (because that's what OUString supports and if a string literal explicitly includes it, it makes sense to copy it as such).
2012-03-12Replace VARARR_SORT with stdBartosz Kosiorek
2012-03-12ditch SfxULongRangesCaolán McNamara
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara
move ImplFindByLocale to windows only code, rename to findDevFontListByLocale
2012-03-12pointless comparisonCaolán McNamara
2012-03-12remove unused VisAreaContext.[c|h]xxCaolán McNamara
2012-03-12fix SvxShowCharSetItem leakCaolán McNamara
2012-03-12this massive rigmarole is just to map a msword author id to a writer author idCaolán McNamara
2012-03-12callcatcher: remove some unused codeCaolán McNamara
2012-03-12callcatcher: update listCaolán McNamara
2012-03-12osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann
2012-03-12Fix WITH_OPENLDAP caseStephan Bergmann
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann
2012-03-12C&P errorFridrich Štrba
2012-03-12SvxStdParagraphTabPage::Reset: no need to have two SvxULSpaceItem hereMiklos Vajna
2012-03-12Add patch to recognize AndroidTor Lillqvist
2012-03-12suppress "SQL_API redefined" error with -WerrorDavid Tardon
2012-03-12WaE: missing braces around initializer for 'unsigned char [8]'David Tardon
2012-03-12WaE: variable 'hr' set but not usedDavid Tardon
2012-03-12WaE: declaration of 'Parameters' shadows a global declarationDavid Tardon
2012-03-12WaE: "_WIN32_WINNT" redefinedDavid Tardon
2012-03-12WaE: 'nPos' may be used uninitialized in this functionDavid Tardon
2012-03-12WaE: declaration of 'first' shadows a member of 'this'David Tardon
2012-03-12WaE: enumeral and non-enumeral type in conditional expressionDavid Tardon
2012-03-12add missing member initializersDavid Tardon
2012-03-12WaE: initialization orderDavid Tardon