summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-19fix for bnc#834705 missing drop downs for autofilterNoel Power1-0/+5
2013-05-28buffer conditional formatting finalization so it happens after styles importNoel Power1-0/+1
2013-05-16partial fix for bnc#819865Noel Power1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+3
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-10/+5
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-2/+1
2013-03-09use direct calls for column width import from ooxmlMarkus Mohrhard1-4/+15
2013-03-09use direct calls to set row height, fdo#61721Markus Mohrhard1-6/+9
2013-02-21delay importing all drawing elements until content is loaded, fdo#60488Markus Mohrhard1-2/+12
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-2/+2
2013-01-22blind fix for wae on macosNoel Power1-0/+1
2013-01-22lose uno api for font related xlsx importNoel Power1-6/+9
2013-01-08support new hyperlink cell attributeNoel Power1-14/+15
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-09fix for fdo#55875 numbers as text converted strangelyNoel Power1-1/+8
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-2/+2
2012-08-13write the conditional formatting earlier into the modelMarkus Mohrhard1-1/+0
2012-06-25callcatcher: update unused codeCaolán McNamara1-15/+0
2012-06-22more new formulabuffer const cleanupNoel Power1-5/+5
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power1-1/+27
2012-06-13callcatcher: update unused code listCaolán McNamara1-5/+0
2012-06-07get rid of unecessary loop and change commentNoel Power1-11/+3
2012-06-07Revert "get rid of unecessary loop and change comment"Noel Power1-3/+11
2012-06-07get rid of unecessary loop and change commentNoel Power1-11/+3
2012-06-04better import xlsx heightsNoel Power1-17/+1
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard1-0/+9
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 extra XCell call and pass cell value directly to ScDocument.Daniel Bankston1-30/+29
2012-04-08callcatcher: reduce WorksheetHelperCaolán McNamara1-67/+0
2012-03-16move excel related oox bits to scNoel Power1-0/+1667