summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky2012-05-281-1/+1
* status bar: Fix status selection menu drawing in Calc.Jan Holesovsky2012-05-281-1/+1
* calc input line: Native rendering of the input line.Jan Holesovsky2012-05-282-44/+35
* Unbreak the formula options page by pushing all controls down by 6 pt.Kohei Yoshida2012-05-251-12/+12
* use the smaller version for data barsMarkus Mohrhard2012-05-261-4/+4
* support remaining data bar attributes in odf import/exportMarkus Mohrhard2012-05-264-8/+69
* import new conditional format informationMarkus Mohrhard2012-05-259-9/+817
* Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida2012-05-251-2/+1
* fdo#50183 Use one sheet as default in CalcStefan Knorr (astron)2012-05-251-1/+1
* Revert "tweak imported shape position for xls( binary ) format fdo#49430"Noel Power2012-05-252-31/+0
* Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power2012-05-256-190/+61
* Revert "(reworked )reorg. code a little so ole controls are catered for wrt f...Noel Power2012-05-251-6/+6
* Revert "WaE: variables set but unused"Noel Power2012-05-251-0/+2
* Revert "Fixed #i116848# Shapes are at wrong position"Noel Power2012-05-253-3/+3
* Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"Noel Power2012-05-251-12/+0
* Removed writer_Text type; combined it with generic_Text.Kohei Yoshida2012-05-251-3/+2
* Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida2012-05-253-2/+2
* Drop unused function "findByTable"Julien Nabet2012-05-252-8/+0
* sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl2012-05-241-1/+0
* fix excel row height export problems ( I hope ) fdo#50304Noel Power2012-05-241-15/+38
* don't export empty color formats & conditional formatsMarkus Mohrhard2012-05-241-1/+11
* export new conditional format info only into 1.2 with extensionMarkus Mohrhard2012-05-241-2/+5
* use correct namespace for calc odf extensionsMarkus Mohrhard2012-05-241-23/+44
* make color formats and conditional formats a sheet propertyMarkus Mohrhard2012-05-2426-300/+328
* first part for databar exportMarkus Mohrhard2012-05-244-0/+103
* resolved fdo#41214 crash due to offset errorEike Rathke2012-05-241-4/+3
* 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