summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat/condformatdlgentry.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-02-26respect local number format in cond format dlg, fdo#60574Markus Mohrhard1-19/+27
2013-02-01show style when dialog is created with existing cond format, fdo#59778Markus Mohrhard1-0/+4
2013-01-16create correct icon set information, fdo#58610Markus Mohrhard1-3/+5
2013-01-09accidently moved that line aroundMarkus Mohrhard1-1/+1
2013-01-09set the list box entry for 3 entry color scalesMarkus Mohrhard1-0/+1
2012-12-20some small fixes for UI around date cond formatsMarkus Mohrhard1-3/+7
2012-12-18UI does not update correctly for icon sets, fdo#58308Markus Mohrhard1-0/+4
2012-12-15don't overwrite color scale information in dlg if already set, fdo#58337Markus Mohrhard1-10/+7
2012-12-15don't overwrite data bar data if already set, fdo#58336Markus Mohrhard1-6/+9
2012-12-15use correct cond format dlg setUp for colorscales, fdo#58232Markus Mohrhard1-10/+7
2012-12-04also workaround strange crash with ref edit field for formula conditionMarkus Mohrhard1-1/+1
2012-12-03workaround strange crash in dynamically created ref edit fieldsMarkus Mohrhard1-2/+2
2012-12-02we don't need the last entry for icon setsMarkus Mohrhard1-0/+9
2012-12-02small fixes for iconset UIMarkus Mohrhard1-0/+5
2012-12-02create icon sets in UIMarkus Mohrhard1-2/+47
2012-12-02correctly show existing icon sets in the UIMarkus Mohrhard1-5/+41
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard1-0/+91
2012-11-25Fix typoJulien Nabet1-4/+4
2012-11-25style list should be sorted, fdo#51588Markus Mohrhard1-24/+44
2012-11-15ui part for conditional date formatsMarkus Mohrhard1-55/+90
2012-11-04add the new cond formats to the dialogsMarkus Mohrhard1-1/+26
2012-11-04fix the remaining UI places that needed update for new cond formatsMarkus Mohrhard1-1/+20
2012-11-03hide the second edit field for all necessary cond formatsMarkus Mohrhard1-0/+5
2012-11-02add the new conditional formats to the dialogMarkus Mohrhard1-0/+36
2012-11-02this case should never happen, use assert to be sureMarkus Mohrhard1-0/+1
2012-10-15hide edit fields for duplicate and uniqueMarkus Mohrhard1-1/+9
2012-10-14Fix consecutive breaksJulien Nabet1-2/+0
2012-10-13improve showing the condition text when the entry is collapsedMarkus Mohrhard1-2/+2
2012-10-13add the text for collapsed entries backMarkus Mohrhard1-1/+26
2012-10-11kill RefEdit constructor that does not initialize the highlightingMarkus Mohrhard1-3/+3
2012-10-11dat bars should use automatic as defaultMarkus Mohrhard1-2/+2
2012-10-10also support formulas in the data bar dialogMarkus Mohrhard1-1/+1
2012-10-10little clean-upMarkus Mohrhard1-13/+0
2012-10-10forgot to hide this list box when deactivating an entryMarkus Mohrhard1-0/+11
2012-10-10unify the list box entry handling a bitMarkus Mohrhard1-44/+17
2012-10-10remove commented out codeMarkus Mohrhard1-19/+0
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard1-41/+47
2012-10-10make also the condition edit fields ref input fieldsMarkus Mohrhard1-0/+6
2012-10-09forgot the licence headerMarkus Mohrhard1-0/+11
2012-10-09position all elements in the src file and not in the codeMarkus Mohrhard1-56/+19
2012-10-09only show two entries for between and not betweenMarkus Mohrhard1-1/+2
2012-10-09separate color scale with 2 and 3 entriesMarkus Mohrhard1-10/+175
2012-10-09add own class for formula type cond formatsMarkus Mohrhard1-12/+126
2012-10-09make more parts of the conditional format dlg work againMarkus Mohrhard1-16/+116
2012-10-09split the cond format entry code a bit upMarkus Mohrhard1-0/+737