summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Expand)AuthorFilesLines
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann4-6/+6
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin4-22/+22
2015-04-22convert SVLBOX_ constants to scoped enumNoel Grandin1-20/+20
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2-15/+15
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin4-39/+37
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin3-40/+40
2015-04-22convert FCT_ constants to scoped enumNoel Grandin1-11/+12
2015-04-22convert COL_ATTRS_ constants to scoped enumNoel Grandin2-9/+9
2015-04-22convert SCRWIN_ constants to scoped enumNoel Grandin1-3/+3
2015-04-22remove RULER_SCROLL constants, unusedNoel Grandin1-6/+0
2015-04-22convert ICNVIEW_FLAG_ constants to scoped enumNoel Grandin3-21/+21
2015-04-22convert HIB_ constants to scoped enumNoel Grandin4-63/+63
2015-04-22convert FILEVIEW_ constants to scoped enumNoel Grandin1-10/+24
2015-04-22convert ADJUSTMENT_ flags to scoped enumNoel Grandin2-23/+23
2015-04-22convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin2-18/+18
2015-04-22convert FILECTRL_ constants to scoped enumNoel Grandin1-5/+5
2015-04-22convert FILECTRL_ constant to scoped enumNoel Grandin1-2/+2
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin2-14/+14
2015-04-22convert FONTLIST_FONTNAMETYPE constants to scoped enumNoel Grandin1-9/+21
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin1-13/+13
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin3-25/+23
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann2-26/+3
2015-04-21store the paint rect in the SvViewDataEntry for SvTreeListBoxTomaž Vajngerl2-8/+16
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann3-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin12-44/+44
2015-04-14tdf#90024: Don't set compare handler in constructorKatarina Behrens1-1/+3
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-09loplugin:staticmethodsNoel Grandin26-86/+85
2015-04-09some cleanup in treelistboxTomaž Vajngerl1-7/+3
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin3-34/+28
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-2/+2
2015-04-06Resolves: #i81637# Replace column header "Title" by "Name"Ariel Constenla-Haile1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann11-38/+38
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann11-38/+38
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin4-9/+9
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-18/+18
2015-03-31tdf#89873 UI: some dialog windows not being paintedJuergen Funk1-0/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-10/+10
2015-03-29tdf#90292: Crash in pivot table when dragging field into Rows fieldsJulien Nabet1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann12-51/+51
2015-03-27convert ProminentEntry to enum classNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann17-44/+44
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant2-34/+19
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet1-2/+2
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin17-267/+26
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin9-221/+224