summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-285-5/+5
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-265-14/+14
* tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier2015-03-231-12/+24
* tdf#30716 Engineering notationLaurent Balland-Poirier2015-03-231-8/+17
* loplugin:constantfunction: svlNoel Grandin2015-03-195-31/+3
* loplugin:constantfunction: toolsNoel Grandin2015-03-191-1/+1
* more cast hellCaolán McNamara2015-03-183-17/+13
* another round of build fixingCaolán McNamara2015-03-184-19/+13
* some more blind fixing towards a windows buildCaolán McNamara2015-03-182-6/+6
* CF_TEXT and SotClipboardFormatId::STRING are both 1Caolán McNamara2015-03-181-2/+2
* fix windows DdePoke signatureCaolán McNamara2015-03-181-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-183-12/+12
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+4
* Clean up previous commitStephan Bergmann2015-03-113-15/+7
* svl: use constructor syntax in svl.componentChris Sherlock2015-03-118-168/+40
* do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl2015-03-111-2/+1
* utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2015-03-118-12/+20
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-114-15/+7
* SfxItemHandle is only used in one place, so inline itNoel Grandin2015-03-111-44/+0
* V801: Decreased performanceCaolán McNamara2015-03-091-2/+2
* 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