summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from unotoolsAlexander Wilms
2014-02-25remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()Noel Grandin
2014-02-25remove unused code utl::toISO8601(com::sun::star::util::Time const&)Noel Grandin
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-19coverity#984168 Uninitialized scalar fieldCaolán McNamara
2014-02-18coverity#984167 Uninitialized scalar fieldCaolán McNamara
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
2014-02-04startcenter: fdo#72469: Thumbnails also for other file types than ODF.Jan Holesovsky
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
2014-01-29coverity#984169 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440774 Logically dead codeCaolán McNamara
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-23fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-10Use boolStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-20typo fixesAndras Timar
2013-12-18resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-10Typos (mainly "propably")Julien Nabet
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-03convert xub_StrLen->sal_Int32 in unotoolsNoel Grandin
2013-11-20Elide utl::ConfigItem_ImplStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14Adapt MediaDescriptor log area codeStephan Bergmann
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-14Add "block untrusted referer links" switchStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11String clean-upStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-09Converge on SvtSecurityOptions::isTrustedLocationStephan Bergmann
2013-11-08Clean up IsSecureURLStephan Bergmann
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin