summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat
AgeCommit message (Expand)AuthorFilesLines
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-28Bug 91489 - CONDITIONAL FORMATTING: Crash on select Icon Set from dialogPhilippe Jung1-1/+0
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin2-10/+0
2015-05-18callcatcher: update unused codeCaolán McNamara1-7/+0
2015-05-17fix more conditional format crashes, tdf#90982Markus Mohrhard1-0/+4
2015-05-14now we also support axis min length and max length for middleMarkus Mohrhard1-1/+1
2015-05-12loplugin:salbool etc.Stephan Bergmann1-1/+1
2015-05-12tdf#60573 Conditional formatting does not allow scrollingHenry Castro2-77/+238
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-03tdf#90982 - repair more of the conditional formatting dialog.Michael Meeks1-0/+6
2015-05-03tdf#90982 - repair parts of the conditional formatting dialog.Michael Meeks1-0/+9
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-407/+600
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-2/+2
2015-04-20sc: convert new to ::CreateNoel Grandin3-73/+73
2015-04-14revert accidently commited codeMarkus Mohrhard1-40/+7
2015-04-10More calc fixing.Michael Meeks2-1/+2
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-13/+13
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-4/+4
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin2-47/+48
2015-04-10vclwidget: only call dispose() onceNoel Grandin4-13/+13
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-1/+51
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in scNoel Grandin2-326/+467
2015-04-09tdf#89199: UI option to show data bar only (no values)Katarina Behrens1-0/+3
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard1-7/+40
2015-04-03sc: no need to pass these by valueMiklos Vajna1-1/+1
2015-04-03use correct double to string functionsMarkus Mohrhard1-6/+14
2015-04-03added UI part for minLength and maxLength databar property, tdf#90197Benjamin Ni1-1/+54
2015-03-28show warning also for existing entries, related tdf#42897Markus Mohrhard1-0/+3
2015-03-28let it sound a bit less dramatic, related tdf#42897Markus Mohrhard1-1/+1
2015-03-28tdf#42897 Warn the user if string without quote is entered as condition value.Laszlo Kis-Adam1-19/+61
2015-03-23loplugin:constantfunction: scNoel Grandin1-4/+0
2015-02-03tdf#87356: Enable switching between gradient and solid fill data barKatarina Behrens1-1/+3
2015-01-18rename AddRange to SetRangeMarkus Mohrhard1-2/+2
2014-12-05Refactor + minor bugfix in conditional formattingRenato Ferreira1-194/+129
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin2-3/+3