summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier1-13/+64
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin2-2/+2
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-5/+5
2015-04-30Gradually typed LinkStephan Bergmann2-5/+5
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin2-7/+0
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann1-4/+3
2015-04-28operator == return type wants to be boolStephan Bergmann1-4/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24Ensure that svl/grabbagitem.hxx is self-containedMiklos Vajna1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-4/+8
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-12/+12
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann13-0/+25
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann1-3/+3
2015-04-20duplicate surrogate codeCaolán McNamara1-3/+4
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann2-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin3-13/+44
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin3-94/+72
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin6-25/+24
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-9/+9
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna1-1/+1
2015-04-08svl: move SfxItemSet methods togetherMichael Stahl1-27/+26
2015-04-08svl: translate some comment in itemset.cxxMichael Stahl1-68/+1
2015-04-08svl: prefix members of SfxItemIterMichael Stahl1-15/+15
2015-04-08svl: prefix members of SfxItemSetMichael Stahl3-221/+228
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-18/+18
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-18/+18
2015-04-02loplugin:staticmethodsNoel Grandin5-14/+14
2015-04-02loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann5-18/+18
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-14/+14
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier1-12/+24
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier1-8/+17
2015-03-19loplugin:constantfunction: svlNoel Grandin5-31/+3
2015-03-19loplugin:constantfunction: toolsNoel Grandin1-1/+1
2015-03-18more cast hellCaolán McNamara3-17/+13
2015-03-18another round of build fixingCaolán McNamara4-19/+13
2015-03-18some more blind fixing towards a windows buildCaolán McNamara2-6/+6
2015-03-18CF_TEXT and SotClipboardFormatId::STRING are both 1Caolán McNamara1-2/+2
2015-03-18fix windows DdePoke signatureCaolán McNamara1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin3-12/+12
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-03-11Clean up previous commitStephan Bergmann3-15/+7
2015-03-11svl: use constructor syntax in svl.componentChris Sherlock8-168/+40
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-2/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl8-12/+20
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara4-15/+7