summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* coverity#984169 : Uninitialized scalar fieldNorbert Thiebaud2014-01-291-0/+1
* bool improvementsStephan Bergmann2014-01-2810-24/+24
* coverity#440774 Logically dead codeCaolán McNamara2014-01-281-21/+2
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi2014-01-232-110/+2
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-1/+1
* bool improvementsStephan Bergmann2014-01-215-5/+5
* bool improvementsStephan Bergmann2014-01-218-8/+8
* Use boolStephan Bergmann2014-01-101-1/+1
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-072-7/+7
* typo fixesAndras Timar2013-12-204-12/+12
* resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke2013-12-181-2/+2
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-2/+2
* Typos (mainly "propably")Julien Nabet2013-12-101-2/+2
* Clean up includes of comphelper/stl_types.hxxStephan Bergmann2013-12-061-1/+0
* Get rid of DECLARE_STL_VECTORStephan Bergmann2013-12-062-4/+7
* convert xub_StrLen->sal_Int32 in unotoolsNoel Grandin2013-12-031-2/+2
* Elide utl::ConfigItem_ImplStephan Bergmann2013-11-202-163/+109
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-2/+2
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* Adapt MediaDescriptor log area codeStephan Bergmann2013-11-141-6/+7
* rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2013-11-141-0/+6
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-142-0/+758
* Add "block untrusted referer links" switchStephan Bergmann2013-11-141-5/+40
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-145-10/+10
* String clean-upStephan Bergmann2013-11-111-63/+47
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-113-13/+13
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-112-3/+3
* Converge on SvtSecurityOptions::isTrustedLocationStephan Bergmann2013-11-091-18/+17
* Clean up IsSecureURLStephan Bergmann2013-11-081-57/+32
* remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin2013-11-075-13/+13
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-3/+3
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* fixincludeguards.sh: unotoolsThomas Arnhold2013-10-282-5/+5
* convert code to use OUString::endsWithNoel Grandin2013-10-232-9/+8
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-223-4/+4
* unotools: add menu option to enable/disable Smart-Art lockJacobo Aragunde Pérez2013-10-161-3/+20
* No longer used header includeStephan Bergmann2013-10-081-1/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl2013-10-011-12/+0
* remove run-time replacement of %WRITERCOMPATIBILITYVERSIONOOO11Michael Stahl2013-10-011-6/+0
* use makeFallback() in MakeRalLocale()/MakeRealUILocale()Eike Rathke2013-09-261-4/+4
* typo fixes in commentsAndras Timar2013-09-263-4/+4
* drop various tools/string.hxx includeCaolán McNamara2013-09-212-2/+0
* cook up a scheme to allow windows to have per-module settingsCaolán McNamara2013-09-201-10/+9
* remove OUStringHashCode in favor of OUStringHashCaolán McNamara2013-09-174-39/+6
* certainly it is enough to obtain the disables dictionaries once?Eike Rathke2013-09-121-1/+2