summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2015-12-06Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke1-0/+72
2015-11-28tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier1-0/+5
2015-10-17use exponential 'E' format for General when appropriateEike Rathke1-17/+35
2015-09-18tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl1-0/+5
2015-08-20tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier1-1/+1
2015-08-20Resolves: tdf#93080 short day name and month name may interfereEike Rathke2-6/+52
2015-08-06fix string access out of boundsEike Rathke1-1/+1
2015-08-06a malformed string here can force an out of bounds indexOfCaolán McNamara1-1/+1
2015-08-06Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke1-2/+6
2015-05-29SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna1-2/+30
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-3/+3
2015-05-20Remove include stdio (part4)Julien Nabet5-7/+0
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
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