summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-05-28status bar: Fix status selection menu drawing in Calc.Jan Holesovsky1-1/+1
2012-05-28calc input line: Native rendering of the input line.Jan Holesovsky2-44/+35
2012-05-25Unbreak the formula options page by pushing all controls down by 6 pt.Kohei Yoshida1-12/+12
2012-05-26use the smaller version for data barsMarkus Mohrhard1-4/+4
2012-05-26support remaining data bar attributes in odf import/exportMarkus Mohrhard4-8/+69
2012-05-25import new conditional format informationMarkus Mohrhard9-9/+817
2012-05-25Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida1-2/+1
2012-05-25fdo#50183 Use one sheet as default in CalcStefan Knorr (astron)1-1/+1
2012-05-25Revert "tweak imported shape position for xls( binary ) format fdo#49430"Noel Power2-31/+0
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power6-190/+61
2012-05-25Revert "(reworked )reorg. code a little so ole controls are catered for wrt f...Noel Power1-6/+6
2012-05-25Revert "WaE: variables set but unused"Noel Power1-0/+2
2012-05-25Revert "Fixed #i116848# Shapes are at wrong position"Noel Power3-3/+3
2012-05-25Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"Noel Power1-12/+0
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida1-3/+2
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida3-2/+2
2012-05-25Drop unused function "findByTable"Julien Nabet2-8/+0
2012-05-24sc: fix bogus -I$(WORKDIR)/other_moduleMichael Stahl1-1/+0
2012-05-24fix excel row height export problems ( I hope ) fdo#50304Noel Power1-15/+38
2012-05-24don't export empty color formats & conditional formatsMarkus Mohrhard1-1/+11
2012-05-24export new conditional format info only into 1.2 with extensionMarkus Mohrhard1-2/+5
2012-05-24use correct namespace for calc odf extensionsMarkus Mohrhard1-23/+44
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard26-300/+328
2012-05-24first part for databar exportMarkus Mohrhard4-0/+103
2012-05-24resolved fdo#41214 crash due to offset errorEike Rathke1-4/+3
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann11-16/+15
2012-05-23Use new commands for the file open icons in writer and calc.Kohei Yoshida1-1/+1
2012-05-23WaE: MSVC2008 C4099 class/structCaolán McNamara1-1/+1
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky1-2/+2
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida6-2/+39
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe3-4/+0
2012-05-22-Werror=unused-parameterStephan Bergmann1-1/+1
2012-05-22make row heights ( incl default row height ) from excel are saved absoluteNoel Power3-0/+24
2012-05-22Corrected max inital worksheet number in debughelper messageAlbert Thuswaldner1-1/+1
2012-05-21initial support for percentile in data bars/color scalesMarkus Mohrhard4-19/+109
2012-05-21added unit tests for DATEDIF fdo#44456Eike Rathke1-20/+57
2012-05-21this needs to be the upper limitMarkus Mohrhard1-2/+2
2012-05-21better import for excel 2007 data bar filesMarkus Mohrhard2-0/+3
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard7-1/+25
2012-05-21some smalll data bar rendering improvementsMarkus Mohrhard1-5/+9
2012-05-21support fixed axis in the middle of the cellMarkus Mohrhard3-13/+42
2012-05-20more on correct import of data bars from Excel2010Markus Mohrhard1-8/+9
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard8-0/+333
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-10/+10
2012-05-18ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard1-0/+3
2012-05-18Revert 4 commits related to fdo#45987Markus Mohrhard1-27/+19
2012-05-18Adjust sheet fields in cells when sheet structure changes.Kohei Yoshida4-45/+106
2012-05-18Light red is better as default color for negative valuesMarkus Mohrhard1-1/+1
2012-05-18correctly get the min value and the max value for data barsMarkus Mohrhard2-24/+66
2012-05-18update data bars correctlyMarkus Mohrhard1-7/+58