summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann18-172/+172
2014-02-26Remove visual noise from unotoolsAlexander Wilms31-504/+494
2014-02-25remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()Noel Grandin1-6/+0
2014-02-25remove unused code utl::toISO8601(com::sun::star::util::Time const&)Noel Grandin1-27/+0
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann1-3/+7
2014-02-23Remove unneccessary commentsAlexander Wilms33-380/+380
2014-02-19unotools: sal_Bool -> boolStephan Bergmann37-786/+786
2014-02-19coverity#984168 Uninitialized scalar fieldCaolán McNamara1-0/+6
2014-02-18coverity#984167 Uninitialized scalar fieldCaolán McNamara1-4/+5
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan1-2/+2
2014-02-04startcenter: fdo#72469: Thumbnails also for other file types than ODF.Jan Holesovsky1-51/+27
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-2/+2
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-4/+5
2014-01-29coverity#984169 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-28bool improvementsStephan Bergmann10-24/+24
2014-01-28coverity#440774 Logically dead codeCaolán McNamara1-21/+2
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-23fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi2-110/+2
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2014-01-21bool improvementsStephan Bergmann5-5/+5
2014-01-21bool improvementsStephan Bergmann8-8/+8
2014-01-10Use boolStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2-7/+7
2013-12-20typo fixesAndras Timar4-12/+12
2013-12-18resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke1-2/+2
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+2
2013-12-10Typos (mainly "propably")Julien Nabet1-2/+2
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann1-1/+0
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann2-4/+7
2013-12-03convert xub_StrLen->sal_Int32 in unotoolsNoel Grandin1-2/+2
2013-11-20Elide utl::ConfigItem_ImplStephan Bergmann2-163/+109
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-2/+2
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14Adapt MediaDescriptor log area codeStephan Bergmann1-6/+7
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-0/+6
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2-0/+758
2013-11-14Add "block untrusted referer links" switchStephan Bergmann1-5/+40
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin5-10/+10
2013-11-11String clean-upStephan Bergmann1-63/+47
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin3-13/+13
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2-3/+3
2013-11-09Converge on SvtSecurityOptions::isTrustedLocationStephan Bergmann1-18/+17
2013-11-08Clean up IsSecureURLStephan Bergmann1-57/+32
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin5-13/+13
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold2-5/+5
2013-10-23convert code to use OUString::endsWithNoel Grandin2-9/+8