summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-05-25Revert "tweak imported shape position for xls( binary ) format fdo#49430"Noel Power2-31/+0
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power2-9/+3
2012-05-25Revert "(reworked )reorg. code a little so ole controls are catered for wrt f...Noel Power1-6/+6
2012-05-24fix excel row height export problems ( I hope ) fdo#50304Noel Power1-15/+38
2012-05-24don't export empty color formats & conditional formatsMarkus Mohrhard1-1/+11
2012-05-24export new conditional format info only into 1.2 with extensionMarkus Mohrhard1-2/+5
2012-05-24use correct namespace for calc odf extensionsMarkus Mohrhard1-23/+44
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard6-79/+81
2012-05-24first part for databar exportMarkus Mohrhard2-0/+97
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann2-3/+2
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-21initial support for percentile in data bars/color scalesMarkus Mohrhard2-7/+7
2012-05-21better import for excel 2007 data bar filesMarkus Mohrhard2-0/+3
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard3-0/+9
2012-05-21support fixed axis in the middle of the cellMarkus Mohrhard1-3/+3
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-18implement databar import from ooxMarkus Mohrhard4-10/+203
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard1-4/+7
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-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-3/+2
2012-05-14n720443: Ignore autorotation of chart labels.Muthu Subramanian1-0/+5
2012-05-13changes to patch fdo#44456 added calc function DATEDIFEike Rathke1-1/+1
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers2-1/+2
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 Mohrhard2-0/+175
2012-05-13removed unused definesTakeshi Abe6-11/+0
2012-05-11we need to update the formulas now tooMarkus Mohrhard1-2/+0
2012-05-11also support theme based colors in xlsxMarkus Mohrhard1-1/+9
2012-05-11import formulas for color scales from xlsxMarkus Mohrhard2-3/+15
2012-05-11map percentile and percent into the same elementMarkus Mohrhard1-0/+6
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara1-10/+19
2012-05-10finally support min/max and percentile in color scalesMarkus Mohrhard1-1/+5
2012-05-10import min, max and percent entries for color scales from xlsxMarkus Mohrhard3-12/+66
2012-05-10callcatcher: update unused code listCaolán McNamara2-80/+0
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard1-4/+1
2012-05-09changes to fdo#44738 patch to make it work with other localesEike Rathke1-16/+19