summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
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
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-27svtools: LineListBox: fix handling of "none" styleMichael Stahl
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box.
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-26callcatcher: remove some unused codeCaolán McNamara
2012-01-25callcatcher: remove some unused codeCaolán McNamara
2012-01-25ByteString->rtl::OStringCaolán McNamara
2012-01-23Unused #includes.Stephan Bergmann
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz
2012-01-23Same expression on both sides of || in if conditionMariusz Dykierek
2012-01-23ByteString->rtl::OStringCaolán McNamara
2012-01-23Removed Get*EntryLine? and Get*EntryDistance methods.Mariusz Dykierek
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Fix #ifdef SAL_LOG_INFO region.Stephan Bergmann
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon