summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-2411-16/+15
* Use new commands for the file open icons in writer and calc.Kohei Yoshida2012-05-231-1/+1
* WaE: MSVC2008 C4099 class/structCaolán McNamara2012-05-231-1/+1
* status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky2012-05-231-2/+2
* Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida2012-05-236-2/+39
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-233-4/+0
* -Werror=unused-parameterStephan Bergmann2012-05-221-1/+1
* make row heights ( incl default row height ) from excel are saved absoluteNoel Power2012-05-223-0/+24
* Corrected max inital worksheet number in debughelper messageAlbert Thuswaldner2012-05-221-1/+1
* initial support for percentile in data bars/color scalesMarkus Mohrhard2012-05-214-19/+109
* added unit tests for DATEDIF fdo#44456Eike Rathke2012-05-211-20/+57
* this needs to be the upper limitMarkus Mohrhard2012-05-211-2/+2
* better import for excel 2007 data bar filesMarkus Mohrhard2012-05-212-0/+3
* support to suppress values in data bar cellsMarkus Mohrhard2012-05-217-1/+25
* some smalll data bar rendering improvementsMarkus Mohrhard2012-05-211-5/+9
* support fixed axis in the middle of the cellMarkus Mohrhard2012-05-213-13/+42
* more on correct import of data bars from Excel2010Markus Mohrhard2012-05-201-8/+9
* correctly import data bar information from Excel2010Markus Mohrhard2012-05-208-0/+333
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-05-192-10/+10
* ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard2012-05-181-0/+3
* Revert 4 commits related to fdo#45987Markus Mohrhard2012-05-181-27/+19
* Adjust sheet fields in cells when sheet structure changes.Kohei Yoshida2012-05-184-45/+106
* Light red is better as default color for negative valuesMarkus Mohrhard2012-05-181-1/+1
* correctly get the min value and the max value for data barsMarkus Mohrhard2012-05-182-24/+66
* update data bars correctlyMarkus Mohrhard2012-05-181-7/+58
* Yet another -Werror=sign-compareStephan Bergmann2012-05-181-1/+1
* and another wae ( that I missed )Noel Power2012-05-181-1/+1
* fix waeNoel Power2012-05-181-1/+1
* attempt to prevent illegal maTabData access(s)Noel Power2012-05-181-16/+21
* MSVC needs new_clone for abstract class in ptr_vectorMarkus Mohrhard2012-05-181-0/+7
* paint gradients in data barsMarkus Mohrhard2012-05-182-3/+22
* really use a dashed lineMarkus Mohrhard2012-05-181-1/+3
* show dottet line if axis is not at zeroMarkus Mohrhard2012-05-181-0/+14
* prevent the creation of a default copy c'torMarkus Mohrhard2012-05-181-0/+1
* implement databar import from ooxMarkus Mohrhard2012-05-184-10/+203
* implement databars in the coreMarkus Mohrhard2012-05-186-10/+208
* restructure colorscale code a bit to allow adding databarsMarkus Mohrhard2012-05-188-51/+139
* add render code for data barsMarkus Mohrhard2012-05-182-7/+78
* One more -Werror=sign-compareStephan Bergmann2012-05-181-1/+1
* Actually it's okay to add separator items as-is to the accessible object.Kohei Yoshida2012-05-171-4/+0
* Make the window taller as appropriate.Kohei Yoshida2012-05-171-0/+7
* Add sort options to the autofilter popup.Kohei Yoshida2012-05-172-1/+47
* Support separators in the autofilter/pivot table popup window.Kohei Yoshida2012-05-173-11/+142
* Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida2012-05-175-20/+20
* fix bad stl access fdo#45987Noel Power2012-05-171-4/+7
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-179-20/+22
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-161-2/+0
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-3/+5
* Replace extra XFormulaTokens call with direct ScDocumentDaniel Bankston2012-05-151-3/+8
* Get cell instance once and use c++style castDaniel Bankston2012-05-151-2/+3