summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida1-1/+10
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 Mohrhard3-19/+101
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 Mohrhard5-0/+17
2012-05-21some smalll data bar rendering improvementsMarkus Mohrhard1-5/+9
2012-05-21support fixed axis in the middle of the cellMarkus Mohrhard2-11/+28
2012-05-20more on correct import of data bars from Excel2010Markus Mohrhard1-8/+9
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard7-0/+332
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 Yoshida2-41/+99
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 Mohrhard1-24/+63
2012-05-18update data bars correctlyMarkus Mohrhard1-7/+58
2012-05-18Yet another -Werror=sign-compareStephan Bergmann1-1/+1
2012-05-18and another wae ( that I missed )Noel Power1-1/+1
2012-05-18fix waeNoel Power1-1/+1
2012-05-18attempt to prevent illegal maTabData access(s)Noel Power1-16/+21
2012-05-18paint gradients in data barsMarkus Mohrhard2-3/+22
2012-05-18really use a dashed lineMarkus Mohrhard1-1/+3
2012-05-18show dottet line if axis is not at zeroMarkus Mohrhard1-0/+14
2012-05-18implement databar import from ooxMarkus Mohrhard4-10/+203
2012-05-18implement databars in the coreMarkus Mohrhard3-1/+139
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard6-31/+65
2012-05-18add render code for data barsMarkus Mohrhard1-6/+66
2012-05-18One more -Werror=sign-compareStephan Bergmann1-1/+1
2012-05-17Actually it's okay to add separator items as-is to the accessible object.Kohei Yoshida1-4/+0
2012-05-17Make the window taller as appropriate.Kohei Yoshida1-0/+7
2012-05-17Add sort options to the autofilter popup.Kohei Yoshida2-1/+47
2012-05-17Support separators in the autofilter/pivot table popup window.Kohei Yoshida3-11/+142
2012-05-17Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida4-18/+18
2012-05-17fix bad stl access fdo#45987Noel Power1-4/+7
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon9-20/+22
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-2/+0
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-3/+5
2012-05-15Replace extra XFormulaTokens call with direct ScDocumentDaniel Bankston1-3/+8
2012-05-15Get cell instance once and use c++style castDaniel Bankston1-2/+3
2012-05-15Use ScUnoConversion instead of casts for address conversionDaniel Bankston1-2/+6
2012-05-15Pass forumlaResult value directly to ScDocumentDaniel Bankston1-3/+12
2012-05-15Remove extra XText call and pass string directly to ScDocumentDaniel Bankston1-3/+1
2012-05-15Remove getCellBlock() code that always returns null.Daniel Bankston2-27/+4
2012-05-15Remove extra XCell call and pass cell value directly to ScDocument.Daniel Bankston1-30/+29
2012-05-15export color scales only to the correct sheetMarkus Mohrhard1-2/+6
2012-05-15missing break (I suppose)Ivan Timofeev1-0/+1