summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21fdo#46382 s/Slovakian/Slovak/Andras Timar
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-20Remove unused codePetr Vorel
2012-02-20move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard
2012-02-19svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold
2012-02-19svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold
And simplify sdgrffilter because this if is always true.
2012-02-18Fix typos in commentsElton Chung
2012-02-18Remove unused codeElton Chung
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi
2012-02-17ValueSet: from #defines to enum, with reduced scopeMatteo Casalin
2012-02-17ValueSet: use support function to clarify codeMatteo Casalin
2012-02-17ValueSet: factor out duplicated code in InsertItemMatteo Casalin
2012-02-17ValueSet: fix a test condition and remove an obsoleted header fileMatteo Casalin
2012-02-17ValueSet: merge almost empty implementation to main classMatteo Casalin
2012-02-17ValueSet: removed unused membersMatteo Casalin
2012-02-17ValueSet: sal_Bool to boolMatteo Casalin
2012-02-17Avoid unnecessary auto_ptrMatteo Casalin
2012-02-16Removed unused functions from MultiLineEdit in svtools moduleSzabolcs Dezsi
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-15Fixed some more apparent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-15unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-13WaE: unused code thinkoMichael Meeks
2012-02-13Remove unused codeElton Chung
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10move this include path to RepositoryExternal.mkMatúš Kukan
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-09unographic: delete unused GraphicDescriptor::isValid()Greg Kroah-Hartman
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe
2012-02-08Missing newline at end of fileStephan Bergmann
...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05Removed unused variableMatteo Casalin
2012-02-05Remove unused codeElton Chung
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-02-01callcatcher: update listCaolán McNamara
2012-02-01Support Komi-Zyrian and Komi-Permyak as text language for spell checkingHarri Pitkänen
2012-01-31Fix "Possible inefficient checking for 'rChunkData' emptiness"Julien Nabet
2012-01-31convert windows only codeCaolán McNamara
2012-01-31SWAPLONG->OSL_SWAPDWORDCaolán McNamara
2012-01-31adapt bmpmakerCaolán McNamara
2012-01-31make svtools ByteString freeCaolán McNamara
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-31callcatcher: update listCaolán McNamara
2012-01-30Replace literal control characters (thank you Eike !)Julien Nabet