summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused functions from MultiLineEdit in svtools moduleSzabolcs Dezsi2012-02-162-22/+0
|
* callcatcher: update unused code listCaolán McNamara2012-02-164-22/+0
|
* Fixed some more apparent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann2012-02-151-2/+2
|
* Various string function clean upStephan Bergmann2012-02-156-38/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* unusedcode.easy: Removed unused codeAlexander Bergmann2012-02-153-27/+0
|
* WaE: unused code thinkoMichael Meeks2012-02-131-1/+0
|
* Remove unused codeElton Chung2012-02-134-33/+0
|
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-104-4/+0
|
* fdo#39491 remove nonexistent include pathsMatúš Kukan2012-02-103-3/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-106-7/+0
|
* move this include path to RepositoryExternal.mkMatúš Kukan2012-02-101-1/+0
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-102-9/+9
|
* unographic: delete unused GraphicDescriptor::isValid()Greg Kroah-Hartman2012-02-092-9/+0
|
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-091-1/+1
|
* Missing newline at end of fileStephan Bergmann2012-02-082-2/+2
| | | | | ...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Removed unused variableMatteo Casalin2012-02-051-16/+10
|
* Remove unused codeElton Chung2012-02-052-80/+1
|
* Fixed cppcheck messages about rethrowing copy of exception.PKEuS2012-02-051-2/+2
|
* A few safe replacements of pathes->pathsJesús Corrius2012-02-011-2/+2
|
* callcatcher: update listCaolán McNamara2012-02-012-4/+0
|
* Support Komi-Zyrian and Komi-Permyak as text language for spell checkingHarri Pitkänen2012-02-011-0/+2
|
* Fix "Possible inefficient checking for 'rChunkData' emptiness"Julien Nabet2012-01-311-1/+1
|
* convert windows only codeCaolán McNamara2012-01-311-2/+2
|
* SWAPLONG->OSL_SWAPDWORDCaolán McNamara2012-01-312-2/+2
|
* adapt bmpmakerCaolán McNamara2012-01-311-16/+17
|
* make svtools ByteString freeCaolán McNamara2012-01-315-37/+29
|
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-7/+6
|
* callcatcher: update listCaolán McNamara2012-01-314-15/+0
|
* Replace literal control characters (thank you Eike !)Julien Nabet2012-01-301-3/+3
|
* fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2012-01-302-108/+108
|
* refactor ConvertLineEndCaolán McNamara2012-01-303-5/+3
|
* svtools: LineListBox: fix handling of "none" styleMichael Stahl2012-01-272-1/+5
| | | | | This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box.
* Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-261-6/+11
|
* callcatcher: remove some unused codeCaolán McNamara2012-01-262-42/+0
|
* callcatcher: remove some unused codeCaolán McNamara2012-01-252-11/+0
|
* ByteString->rtl::OStringCaolán McNamara2012-01-253-19/+14
|
* Unused #includes.Stephan Bergmann2012-01-231-1/+0
|
* Replaced diagnore ENSURE_OR_CONTINUE with regular code.Marcel Metz2012-01-232-2/+11
|
* Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz2012-01-232-7/+42
|
* Same expression on both sides of || in if conditionMariusz Dykierek2012-01-231-1/+1
|
* ByteString->rtl::OStringCaolán McNamara2012-01-234-31/+31
|
* Removed Get*EntryLine? and Get*EntryDistance methods.Mariusz Dykierek2012-01-232-57/+0
|
* Improve checking for emptinessThomas Arnhold2012-01-212-2/+2
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-8/+8
| | | | | | | | | 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.
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-211-25/+22
|
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-212-8/+7
|
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-184-13/+39
| | | | | Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32)
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-1711-30/+30
|