summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* V813: Decreased performanceCaolán McNamara2015-03-042-6/+3
* convert SVX_SEARCHAPP_ constants to enum classNoel Grandin2015-03-021-3/+7
* replace SVX_SEARCHCMD_ constants with enum classNoel Grandin2015-03-021-4/+8
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-256-346/+346
* Remove long-unnecessary cruftStephan Bergmann2015-02-241-19/+10
* tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier2015-02-231-10/+15
* Simplify erase iterator management (zforlist.cxx)Julien Nabet2015-02-221-2/+2
* Resolves: tdf#89500 catch ISO 8601 datetime in all localesEike Rathke2015-02-201-7/+26
* boost->stdCaolán McNamara2015-02-184-44/+45
* boost::noncopyable->'= delete'Caolán McNamara2015-02-161-0/+1
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-160/+160
* Extract SfxItemSet::dumpAsXml() from swMiklos Vajna2015-02-081-0/+10
* loplugin:deletedspecialStephan Bergmann2015-02-071-10/+0
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1
* yet another Windows build 'Locale' ambiguous symbolEike Rathke2015-02-051-1/+1
* yet another Windows build fixEike Rathke2015-02-051-3/+3
* fix Windows buildEike Rathke2015-02-051-2/+2
* Updated all precompiled headers.Ashod Nakashian2015-02-051-2/+9
* callcatcher: shave off some moreCaolán McNamara2015-02-031-6/+0
* tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier2015-02-031-0/+13
* loplugin:unreffunStephan Bergmann2015-02-011-22/+0
* Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna2015-02-011-0/+11
* Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna2015-01-311-0/+21
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-123/+0
* -Werror,-Wmissing-bracesStephan Bergmann2015-01-261-497/+497
* merge existing date input tests to new unit test, tdf#63230Eike Rathke2015-01-261-28/+2
* add older problems to unit test, tdf#63230Eike Rathke2015-01-261-2/+8
* add unit test for tdf#63230Eike Rathke2015-01-261-0/+525
* implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke2015-01-261-3/+3
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-0/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-10/+0
* Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna2015-01-231-0/+8
* Factor out SfxStringItem::dumpAsXml() from swMiklos Vajna2015-01-221-1/+9
* Some more loplugin:cstylecast: svlStephan Bergmann2015-01-203-8/+8
* remove unnecessary parenthesesNoel Grandin2015-01-162-8/+8
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-131-2/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-122-7/+4
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-093-4/+4
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-12/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* java: remove dead codeNoel Grandin2015-01-053-3/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-025-12/+13
* iss is unordered_multimap, so can't rely on orderCaolán McNamara2015-01-021-0/+1
* callcatcher: update unused codeCaolán McNamara2014-12-221-8/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* svl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-188-33/+30
* coverity#1242875 Untrusted loop boundCaolán McNamara2014-12-151-0/+7
* Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna2014-12-142-0/+9
* coverity#1242875 Untrusted pointer writeCaolán McNamara2014-12-121-1/+5
* silence coverity#1242911 Untrusted loop boundCaolán McNamara2014-12-121-0/+1