summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
AgeCommit message (Expand)Author
2013-05-16partial fix for bnc#819865Noel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-22More on removing direct use of cell classes...Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-09use direct calls for column width import from ooxmlMarkus Mohrhard
2013-03-09use direct calls to set row height, fdo#61721Markus Mohrhard
2013-02-21delay importing all drawing elements until content is loaded, fdo#60488Markus Mohrhard
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2013-01-22blind fix for wae on macosNoel Power
2013-01-22lose uno api for font related xlsx importNoel Power
2013-01-08support new hyperlink cell attributeNoel Power
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-09fix for fdo#55875 numbers as text converted strangelyNoel Power
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-08-13write the conditional formatting earlier into the modelMarkus Mohrhard
2012-06-25callcatcher: update unused codeCaolán McNamara
2012-06-22more new formulabuffer const cleanupNoel Power
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power
2012-06-13callcatcher: update unused code listCaolán McNamara
2012-06-07get rid of unecessary loop and change commentNoel Power
2012-06-07Revert "get rid of unecessary loop and change comment"Noel Power
2012-06-07get rid of unecessary loop and change commentNoel Power
2012-06-04better import xlsx heightsNoel Power
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard
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 extra XCell call and pass cell value directly to ScDocument.Daniel Bankston
2012-04-08callcatcher: reduce WorksheetHelperCaolán McNamara
2012-03-16move excel related oox bits to scNoel Power