summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* replace tabs with spacesMarkus Mohrhard2012-06-113-442/+442
* eMode may be used uninitialized in this functionStephan Bergmann2012-06-111-1/+3
* abstract type in ptr_container needs this workaroundMarkus Mohrhard2012-06-111-0/+7
* make mac tinderbox happyMarkus Mohrhard2012-06-111-1/+1
* remove unnecessary menu entries for 3-6Markus Mohrhard2012-06-111-2/+0
* remove empty conditions for color format export to excelMarkus Mohrhard2012-06-111-4/+0
* fix rebase problemsMarkus Mohrhard2012-06-115-3/+15
* correctly copy the cond formats, fdo#50679Markus Mohrhard2012-06-111-1/+14
* correctly create between/not between entriesMarkus Mohrhard2012-06-111-2/+2
* set correct range as title + update for (not) betweenMarkus Mohrhard2012-06-113-2/+24
* fix repainting of conditional formatsMarkus Mohrhard2012-06-112-81/+4
* correctly set new conditional formatMarkus Mohrhard2012-06-1112-45/+142
* more support for data bars in new dialogsMarkus Mohrhard2012-06-116-15/+163
* add data bar ui elementsMarkus Mohrhard2012-06-114-1/+37
* use the result of the dialog and apply it to the documentMarkus Mohrhard2012-06-1113-48/+382
* fix cond format import from odsMarkus Mohrhard2012-06-118-34/+209
* fix export of cond formats to odsMarkus Mohrhard2012-06-111-1/+1
* remove uno from oox cond format import codeMarkus Mohrhard2012-06-115-128/+102
* adjust import/export code to merged conditional formatsMarkus Mohrhard2012-06-1118-404/+161
* integrate color formats into conditional formatsMarkus Mohrhard2012-06-119-240/+201
* prepare cond format code for merge with color formatsMarkus Mohrhard2012-06-1110-151/+216
* export more conditional formatsMarkus Mohrhard2012-06-111-4/+69
* add contructor that inits dialog from modelMarkus Mohrhard2012-06-112-8/+94
* add constructors to init dialog with model dataMarkus Mohrhard2012-06-113-12/+129
* handle styles correctly in the new cond format dialogMarkus Mohrhard2012-06-112-0/+59
* solve more dependencies between ui elements in cond format dialogMarkus Mohrhard2012-06-114-16/+65
* more for correct color scale dialog behaviorMarkus Mohrhard2012-06-112-2/+38
* add gui elements for color scalesMarkus Mohrhard2012-06-114-20/+242
* more for conditional format dialogMarkus Mohrhard2012-06-115-113/+197
* first part for new conditional format dialogMarkus Mohrhard2012-06-1127-1846/+562
* data bar settings menuMarkus Mohrhard2012-06-1116-14/+585
* Bin pointless <vcl/sv.h> headerTor Lillqvist2012-06-103-3/+0
* Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist2012-06-091-0/+1
* Remove superfluous include commentsThomas Arnhold2012-06-096-29/+0
* remove dead codeThomas Arnhold2012-06-093-23/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-0987-233/+0
* Remove superfluous include commentsThomas Arnhold2012-06-0978-327/+0
* Remove superfluous include commentsThomas Arnhold2012-06-09221-919/+0
* Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin2012-06-081-2/+3
* -Werror=unused-parameterStephan Bergmann2012-06-084-5/+3
* dead code: unused Biff virtualsThomas Arnhold2012-06-072-25/+0
* dead code: ScDocument::DeleteNumberFormatThomas Arnhold2012-06-073-9/+0
* get rid of unecessary loop and change commentNoel Power2012-06-071-11/+3
* Revert "get rid of unecessary loop and change comment"Noel Power2012-06-071-3/+11
* get rid of unecessary loop and change commentNoel Power2012-06-071-11/+3
* I alway miss these, add Hide and Show items to tab context menuNoel Power2012-06-071-0/+15
* nuke dead codeTakeshi Abe2012-06-071-4/+0
* attempt to use mce::FallBack for control/oleObject importNoel Power2012-06-071-5/+19
* fix unused pDocSh variableKevin Hunter2012-06-071-5/+2
* Use iterators over index access.Kohei Yoshida2012-06-063-5/+23