summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-05-18correctly get the min value and the max value for data barsMarkus Mohrhard
2012-05-18update data bars correctlyMarkus Mohrhard
2012-05-18Yet another -Werror=sign-compareStephan Bergmann
2012-05-18and another wae ( that I missed )Noel Power
2012-05-18fix waeNoel Power
2012-05-18attempt to prevent illegal maTabData access(s)Noel Power
2012-05-18MSVC needs new_clone for abstract class in ptr_vectorMarkus Mohrhard
2012-05-18paint gradients in data barsMarkus Mohrhard
2012-05-18really use a dashed lineMarkus Mohrhard
2012-05-18show dottet line if axis is not at zeroMarkus Mohrhard
2012-05-18prevent the creation of a default copy c'torMarkus Mohrhard
2012-05-18implement databar import from ooxMarkus Mohrhard
2012-05-18implement databars in the coreMarkus Mohrhard
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard
2012-05-18add render code for data barsMarkus Mohrhard
2012-05-18One more -Werror=sign-compareStephan Bergmann
2012-05-17Actually it's okay to add separator items as-is to the accessible object.Kohei Yoshida
2012-05-17Make the window taller as appropriate.Kohei Yoshida
2012-05-17Add sort options to the autofilter popup.Kohei Yoshida
2012-05-17Support separators in the autofilter/pivot table popup window.Kohei Yoshida
2012-05-17Better string values for "empty" and "non-empty" filtering option.Kohei Yoshida
2012-05-17fix bad stl access fdo#45987Noel Power
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara
2012-05-15Replace extra XFormulaTokens call with direct ScDocumentDaniel Bankston
2012-05-15Get cell instance once and use c++style castDaniel Bankston
2012-05-15Use ScUnoConversion instead of casts for address conversionDaniel Bankston
2012-05-15Pass forumlaResult value directly to ScDocumentDaniel Bankston
2012-05-15Remove extra XText call and pass string directly to ScDocumentDaniel Bankston
2012-05-15Remove getCellBlock() code that always returns null.Daniel Bankston
2012-05-15Remove extra XCell call and pass cell value directly to ScDocument.Daniel Bankston
2012-05-15export color scales only to the correct sheetMarkus Mohrhard
2012-05-15missing break (I suppose)Ivan Timofeev
2012-05-14some optimization of ScAttrArray::GetLastVisibleAttr()Eike Rathke
2012-05-14fdo#49854: Adjust array access for the addition of color scale attribute.Kohei Yoshida
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida
2012-05-14removed unused static rtl::OUStringTakeshi Abe
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
2012-05-14formulas in color scales should not be changed to external referencesMarkus Mohrhard
2012-05-14no need to use ScDocFunc here, ScDocument is the better choiceMarkus Mohrhard
2012-05-14further changes to patch fdo#44456 added calc function DATEDIFEike Rathke
2012-05-14further changes to patch fdo#44456 added calc function DATEDIFEike Rathke
2012-05-14n720443: Ignore autorotation of chart labels.Muthu Subramanian
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks
2012-05-14copy color scales correctlyMarkus Mohrhard
2012-05-14fix crash in ScColorScaleEntry's c'torMarkus Mohrhard
2012-05-14create real copies for conditional formatsMarkus Mohrhard
2012-05-14use correct indentationMarkus Mohrhard
2012-05-13changes to patch fdo#44456 added calc function DATEDIFEike Rathke