summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* changes to patch fdo#44456 added calc function DATEDIFEike Rathke2012-05-133-56/+136
* fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers2012-05-139-1/+144
* correctly export formulas in conditional formats to xlsxMarkus Mohrhard2012-05-131-1/+6
* save unique value conditional format to xlsxMarkus Mohrhard2012-05-131-0/+2
* support export of duplicate values conditional format to xlsxMarkus Mohrhard2012-05-131-0/+2
* export color scales to xlsxMarkus Mohrhard2012-05-136-2/+200
* removed unused definesTakeshi Abe2012-05-1310-20/+0
* ScConditionalFormat::pRanges needs to be updated correctlyMarkus Mohrhard2012-05-121-0/+36
* reduce scope of this variableMarkus Mohrhard2012-05-121-3/+2
* add color scales to copy documentMarkus Mohrhard2012-05-123-0/+37
* update references in color scalesMarkus Mohrhard2012-05-115-0/+45
* Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida2012-05-111-4/+1
* Added UNSPECIFIED to textfield::Type.Kohei Yoshida2012-05-111-9/+9
* we need to update the formulas now tooMarkus Mohrhard2012-05-113-2/+23
* also support theme based colors in xlsxMarkus Mohrhard2012-05-111-1/+9
* repaint for every change when using formulas in color scalesMarkus Mohrhard2012-05-112-0/+12
* import formulas for color scales from xlsxMarkus Mohrhard2012-05-112-3/+15
* add formula input to color scalesMarkus Mohrhard2012-05-112-5/+35
* map percentile and percent into the same elementMarkus Mohrhard2012-05-111-0/+6
* update the color scales when moving tabsMarkus Mohrhard2012-05-113-0/+44
* repaint color scale range if min/max changedMarkus Mohrhard2012-05-113-0/+54
* calculate color for color scales with more than 2 entries correctlyMarkus Mohrhard2012-05-111-2/+1
* resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke2012-05-101-8/+9
* WaE: unsafe mix of bool and sal_BoolCaolán McNamara2012-05-1015-53/+60
* finally support min/max and percentile in color scalesMarkus Mohrhard2012-05-103-12/+50
* import min, max and percent entries for color scales from xlsxMarkus Mohrhard2012-05-103-12/+66
* first part for min/max in color scalesMarkus Mohrhard2012-05-102-1/+167
* callcatcher: update unused code listCaolán McNamara2012-05-102-80/+0
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-2/+2
* render color scales correctlyMarkus Mohrhard2012-05-101-37/+58
* remove debug outputMarkus Mohrhard2012-05-101-5/+0
* Color Scales are now displayed after import from xlsxMarkus Mohrhard2012-05-106-28/+87
* Access properties in the edit source when the field item is already inserted.Kohei Yoshida2012-05-091-17/+185
* FILE (title) field doesn't have any properties.Kohei Yoshida2012-05-091-2/+14
* Use UNO field type when searching for specific field items.Kohei Yoshida2012-05-091-25/+32
* changes to fdo#44738 patch to make it work with other localesEike Rathke2012-05-091-16/+19
* fdo#44738 use general format code keywordsUrmas2012-05-091-45/+45
* n758575: Use default printer settings only when explicity mentioned.Muthu Subramanian2012-05-091-4/+4
* index is 1-based in this caseMarkus Mohrhard2012-05-092-3/+5
* apply color scale to area during xlsx importMarkus Mohrhard2012-05-091-1/+24
* add accidently deleted parts and WaEMarkus Mohrhard2012-05-091-3/+5
* import color scales from xlsxMarkus Mohrhard2012-05-0913-49/+279
* add initial code for color scalesMarkus Mohrhard2012-05-093-0/+264
* updateReference needs to deal with inserting/deleting several sheetsMarkus Mohrhard2012-05-091-9/+9
* DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard2012-05-096-71/+80
* Use the field type value for branching instead of ISA macro.Kohei Yoshida2012-05-081-20/+23
* Support document title field in cells.Kohei Yoshida2012-05-088-3/+54
* Remove the evil hack.Kohei Yoshida2012-05-081-13/+0
* Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida2012-05-085-15/+77
* work around spurious signed overflow warningsMichael Stahl2012-05-081-1/+2