summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier
2015-03-19loplugin:constantfunction: svlNoel Grandin
2015-03-19loplugin:constantfunction: toolsNoel Grandin
2015-03-18more cast hellCaolán McNamara
2015-03-18another round of build fixingCaolán McNamara
2015-03-18some more blind fixing towards a windows buildCaolán McNamara
2015-03-18CF_TEXT and SotClipboardFormatId::STRING are both 1Caolán McNamara
2015-03-18fix windows DdePoke signatureCaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11svl: use constructor syntax in svl.componentChris Sherlock
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-24Remove long-unnecessary cruftStephan Bergmann
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier
2015-02-22Simplify erase iterator management (zforlist.cxx)Julien Nabet
2015-02-20Resolves: tdf#89500 catch ISO 8601 datetime in all localesEike Rathke
2015-02-18boost->stdCaolán McNamara
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05yet another Windows build 'Locale' ambiguous symbolEike Rathke
2015-02-05yet another Windows build fixEike Rathke
2015-02-05fix Windows buildEike Rathke
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier
2015-02-01loplugin:unreffunStephan Bergmann
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26-Werror,-Wmissing-bracesStephan Bergmann
2015-01-26merge existing date input tests to new unit test, tdf#63230Eike Rathke
2015-01-26add older problems to unit test, tdf#63230Eike Rathke
2015-01-26add unit test for tdf#63230Eike Rathke