summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-172-2/+2
* convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-173-13/+44
* convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin2015-04-153-94/+72
* convert SFX_ITEM constants to scoped enumNoel Grandin2015-04-156-25/+24
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-9/+9
* No need to spell out com::sun::star, css is enough.Miklos Vajna2015-04-111-1/+1
* svl: move SfxItemSet methods togetherMichael Stahl2015-04-081-27/+26
* svl: translate some comment in itemset.cxxMichael Stahl2015-04-081-68/+1
* svl: prefix members of SfxItemIterMichael Stahl2015-04-081-15/+15
* svl: prefix members of SfxItemSetMichael Stahl2015-04-083-221/+228
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-18/+18
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-18/+18
* loplugin:staticmethodsNoel Grandin2015-04-025-14/+14
* loplugin:staticmethodsNoel Grandin2015-04-021-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-015-18/+18
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-2/+2
* 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