summaryrefslogtreecommitdiffstats
path: root/unotools
Commit message (Expand)AuthorAgeFilesLines
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2628-113/+113
* sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin2014-03-171-3/+3
* "overflow" is one wordTor Lillqvist2014-03-111-2/+2
* unotools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-102-12/+2
* Avoid "delayed" rendering in the tiled rendering caseTor Lillqvist2014-03-101-1/+16
* unotools: extractDate and extractTime functionsJacobo Aragunde Pérez2014-03-081-0/+17
* unotools: improve date parser to support timezonesJacobo Aragunde Pérez2014-03-081-9/+49
* coverity#1190364 Uncaught exceptionCaolán McNamara2014-03-061-31/+25
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2618-172/+172
* Remove visual noise from unotoolsAlexander Wilms2014-02-2631-504/+494
* remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()Noel Grandin2014-02-251-6/+0
* remove unused code utl::toISO8601(com::sun::star::util::Time const&)Noel Grandin2014-02-251-27/+0
* Remove unnecessary extractInterfaceStephan Bergmann2014-02-241-3/+7
* Remove unneccessary commentsAlexander Wilms2014-02-2333-380/+380
* unotools: sal_Bool -> boolStephan Bergmann2014-02-1937-786/+786
* coverity#984168 Uninitialized scalar fieldCaolán McNamara2014-02-191-0/+6
* coverity#984167 Uninitialized scalar fieldCaolán McNamara2014-02-181-4/+5
* Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan2014-02-061-2/+2
* startcenter: fdo#72469: Thumbnails also for other file types than ODF.Jan Holesovsky2014-02-041-51/+27
* Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann2014-02-031-2/+2
* fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi2014-02-031-4/+5
* 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