summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan6-7/+0
2012-02-10move this include path to RepositoryExternal.mkMatúš Kukan1-1/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2-9/+9
2012-02-09unographic: delete unused GraphicDescriptor::isValid()Greg Kroah-Hartman2-9/+0
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe1-1/+1
2012-02-08Missing newline at end of fileStephan Bergmann2-2/+2
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Removed unused variableMatteo Casalin1-16/+10
2012-02-05Remove unused codeElton Chung2-80/+1
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-2/+2
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-02-01callcatcher: update listCaolán McNamara2-4/+0
2012-02-01Support Komi-Zyrian and Komi-Permyak as text language for spell checkingHarri Pitkänen1-0/+2
2012-01-31Fix "Possible inefficient checking for 'rChunkData' emptiness"Julien Nabet1-1/+1
2012-01-31convert windows only codeCaolán McNamara1-2/+2
2012-01-31SWAPLONG->OSL_SWAPDWORDCaolán McNamara2-2/+2
2012-01-31adapt bmpmakerCaolán McNamara1-16/+17
2012-01-31make svtools ByteString freeCaolán McNamara5-37/+29
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-7/+6
2012-01-31callcatcher: update listCaolán McNamara4-15/+0
2012-01-30Replace literal control characters (thank you Eike !)Julien Nabet1-3/+3
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2-108/+108
2012-01-30refactor ConvertLineEndCaolán McNamara3-5/+3
2012-01-27svtools: LineListBox: fix handling of "none" styleMichael Stahl2-1/+5
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann1-6/+11
2012-01-26callcatcher: remove some unused codeCaolán McNamara2-42/+0
2012-01-25callcatcher: remove some unused codeCaolán McNamara2-11/+0
2012-01-25ByteString->rtl::OStringCaolán McNamara3-19/+14
2012-01-23Unused #includes.Stephan Bergmann1-1/+0
2012-01-23Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2-2/+11
2012-01-23Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz2-7/+42
2012-01-23Same expression on both sides of || in if conditionMariusz Dykierek1-1/+1
2012-01-23ByteString->rtl::OStringCaolán McNamara4-31/+31
2012-01-23Removed Get*EntryLine? and Get*EntryDistance methods.Mariusz Dykierek2-57/+0
2012-01-21Improve checking for emptinessThomas Arnhold2-2/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-8/+8
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-25/+22
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2-8/+7
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae4-13/+39
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz11-30/+30
2012-01-16Fix #ifdef SAL_LOG_INFO region.Stephan Bergmann1-1/+1
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz11-42/+35
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-1/+4
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-1/+4
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-1/+7
2012-01-14VALUESETITEM_SPACE is never set: remove related codeMatteo Casalin3-112/+68
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot37-89/+89
2012-01-13remove some tools/string.hxxCaolán McNamara2-15/+14
2012-01-12ditch a tools/string.hxxCaolán McNamara2-18/+17