summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin1-44/+0
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-04V813: Decreased performanceCaolán McNamara2-6/+3
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-3/+7
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-4/+8
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin6-346/+346
2015-02-24Remove long-unnecessary cruftStephan Bergmann1-19/+10
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-10/+15
2015-02-22Simplify erase iterator management (zforlist.cxx)Julien Nabet1-2/+2
2015-02-20Resolves: tdf#89500 catch ISO 8601 datetime in all localesEike Rathke1-7/+26
2015-02-18boost->stdCaolán McNamara4-44/+45
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-0/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-160/+160
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna1-0/+10
2015-02-07loplugin:deletedspecialStephan Bergmann1-10/+0
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-02-05yet another Windows build 'Locale' ambiguous symbolEike Rathke1-1/+1
2015-02-05yet another Windows build fixEike Rathke1-3/+3
2015-02-05fix Windows buildEike Rathke1-2/+2
2015-02-05Updated all precompiled headers.Ashod Nakashian1-2/+9
2015-02-03callcatcher: shave off some moreCaolán McNamara1-6/+0