summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna
2015-04-08svl: move SfxItemSet methods togetherMichael Stahl
2015-04-08svl: translate some comment in itemset.cxxMichael Stahl
2015-04-08svl: prefix members of SfxItemIterMichael Stahl
2015-04-08svl: prefix members of SfxItemSetMichael Stahl
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
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