summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-14some optimization of ScAttrArray::GetLastVisibleAttr()Eike Rathke1-19/+34
2012-05-14fdo#49854: Adjust array access for the addition of color scale attribute.Kohei Yoshida1-0/+1
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida3-7/+7
2012-05-14removed unused static rtl::OUStringTakeshi Abe3-5/+0
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara18-179/+177
2012-05-14formulas in color scales should not be changed to external referencesMarkus Mohrhard3-2/+4
2012-05-14no need to use ScDocFunc here, ScDocument is the better choiceMarkus Mohrhard1-3/+1
2012-05-14further changes to patch fdo#44456 added calc function DATEDIFEike Rathke1-50/+26
2012-05-14further changes to patch fdo#44456 added calc function DATEDIFEike Rathke1-3/+2
2012-05-14n720443: Ignore autorotation of chart labels.Muthu Subramanian1-0/+5
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-05-14copy color scales correctlyMarkus Mohrhard4-0/+59
2012-05-14fix crash in ScColorScaleEntry's c'torMarkus Mohrhard1-2/+6
2012-05-14create real copies for conditional formatsMarkus Mohrhard1-0/+53
2012-05-14use correct indentationMarkus Mohrhard1-7/+7
2012-05-13changes to patch fdo#44456 added calc function DATEDIFEike Rathke3-56/+136
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers9-1/+144
2012-05-13correctly export formulas in conditional formats to xlsxMarkus Mohrhard1-1/+6
2012-05-13save unique value conditional format to xlsxMarkus Mohrhard1-0/+2
2012-05-13support export of duplicate values conditional format to xlsxMarkus Mohrhard1-0/+2
2012-05-13export color scales to xlsxMarkus Mohrhard6-2/+200
2012-05-13removed unused definesTakeshi Abe10-20/+0
2012-05-12ScConditionalFormat::pRanges needs to be updated correctlyMarkus Mohrhard1-0/+36
2012-05-12reduce scope of this variableMarkus Mohrhard1-3/+2
2012-05-12add color scales to copy documentMarkus Mohrhard3-0/+37
2012-05-11update references in color scalesMarkus Mohrhard5-0/+45
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-4/+1
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida1-9/+9
2012-05-11we need to update the formulas now tooMarkus Mohrhard3-2/+23
2012-05-11also support theme based colors in xlsxMarkus Mohrhard1-1/+9
2012-05-11repaint for every change when using formulas in color scalesMarkus Mohrhard2-0/+12
2012-05-11import formulas for color scales from xlsxMarkus Mohrhard2-3/+15
2012-05-11add formula input to color scalesMarkus Mohrhard2-5/+35
2012-05-11map percentile and percent into the same elementMarkus Mohrhard1-0/+6
2012-05-11update the color scales when moving tabsMarkus Mohrhard3-0/+44
2012-05-11repaint color scale range if min/max changedMarkus Mohrhard3-0/+54
2012-05-11calculate color for color scales with more than 2 entries correctlyMarkus Mohrhard1-2/+1
2012-05-10resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke1-8/+9
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara15-53/+60