summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-06-02targeted string re-workNorbert Thiebaud1-4/+4
2012-06-02no need for "> 0"Ivan Timofeev1-1/+1
2012-06-01use isEmpty instead of getLength == 0Markus Mohrhard1-1/+1
2012-06-01Remove ScDocFunc calls and unnecessary checks from ODS import for merged cellsDaniel Bankston2-64/+8
2012-06-01Remove header includes that are no longer used.Daniel Bankston1-3/+0
2012-06-01Remove ScDocFunc layer on ODS import for matricesDaniel Bankston1-11/+15
2012-06-01Remove unnecessary code in ODS import for matrix and mergeDaniel Bankston3-80/+24
2012-06-01Convert ScMyTables matrix methods to use direct Sc callsDaniel Bankston3-44/+68
2012-06-01Make suggested code style changesDaniel Bankston3-68/+56
2012-06-01Convert ODS import merge methods to use direct Sc callsDaniel Bankston4-53/+117
2012-06-01targetted revert of minor german comment translationMichael Meeks1-40/+40
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks2-2/+2
2012-05-31targetted minor size vs. empty reversionMichael Meeks2-2/+2
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
2012-05-30don't rotate calc shapes if twoCellAnchor, partial fix bnc#762542Noel Power1-0/+4
2012-05-30fix missing form control, partial fix for fdo#49430Noel Power1-0/+1
2012-05-29WaE: converting to non-pointer type 'long long int' from NULLDavid Tardon1-1/+1
2012-05-26support remaining data bar attributes in odf import/exportMarkus Mohrhard4-8/+69
2012-05-25import new conditional format informationMarkus Mohrhard6-9/+804
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