summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers
2012-05-13correctly export formulas in conditional formats to xlsxMarkus Mohrhard
2012-05-13save unique value conditional format to xlsxMarkus Mohrhard
2012-05-13support export of duplicate values conditional format to xlsxMarkus Mohrhard
2012-05-13export color scales to xlsxMarkus Mohrhard
2012-05-13removed unused definesTakeshi Abe
2012-05-12ScConditionalFormat::pRanges needs to be updated correctlyMarkus Mohrhard
2012-05-12reduce scope of this variableMarkus Mohrhard
2012-05-12add color scales to copy documentMarkus Mohrhard
2012-05-11update references in color scalesMarkus Mohrhard
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida
2012-05-11we need to update the formulas now tooMarkus Mohrhard
2012-05-11also support theme based colors in xlsxMarkus Mohrhard
2012-05-11repaint for every change when using formulas in color scalesMarkus Mohrhard
2012-05-11import formulas for color scales from xlsxMarkus Mohrhard
2012-05-11add formula input to color scalesMarkus Mohrhard
2012-05-11map percentile and percent into the same elementMarkus Mohrhard
2012-05-11update the color scales when moving tabsMarkus Mohrhard
2012-05-11repaint color scale range if min/max changedMarkus Mohrhard
2012-05-11calculate color for color scales with more than 2 entries correctlyMarkus Mohrhard
2012-05-10resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke