summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2012-10-11kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
2012-10-09don't insert the same data twice into boost::ptr_set, fdo#55710Markus Mohrhard
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-10-06drop unused #includeDavid Tardon
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard
2012-10-06adapt xls import to new cond formatsMarkus Mohrhard
2012-10-06adapt old style odf cond format importMarkus Mohrhard
2012-10-06remove some newly unused includesMarkus Mohrhard
2012-10-06adapt oox import to cond format changeMarkus Mohrhard
2012-10-06adapt ods import of new cond format dataMarkus Mohrhard
2012-10-04really export default row heights for xlsx fdo#55621Noel Power
2012-10-04xlsx fix import/export of column widths fdo#55623Noel Power
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-02XubString->OUStringCaolán McNamara
2012-09-30create guids that excel acceptsMarkus Mohrhard
2012-09-29fdo #50343: Fixed crash on xlsx import of file with array formulaKatarina Behrens
2012-09-28vba procedures and macro names will result in crash, fdo#55174Markus Mohrhard
2012-09-28use a as prefix for local variablesMarkus Mohrhard
2012-09-28fetime of mpCondFormat is more complex, fdo#55379Markus Mohrhard
2012-09-28halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power
2012-09-28fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power
2012-09-28fix vell value import from ooxml with array formulas, fdo#54559Markus Mohrhard
2012-09-28ooxml spec allow ext ref to non existent entry, fdo#54558Markus Mohrhard
2012-09-26don't let numforats in dxf entries clobber global number formats & update testNoel Power
2012-09-25Leave the formula cell dirty when a cached result is not given.Kohei Yoshida
2012-09-24fix parent style import xlsx fdo#55198Noel Power
2012-09-23fix another problem in dxf exportMarkus Mohrhard
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard
2012-09-22set conditional format range for xls import, fdo#54555Markus Mohrhard
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-19tabs to spaces + whitespace clean-upMarkus Mohrhard
2012-09-19import values and formulas from lotus-123, fdo#55066Markus Mohrhard
2012-09-19tabs to spacesMarkus Mohrhard
2012-09-18adapt xls import of borders to new border drawing code, fdo#53287Markus Mohrhard
2012-09-14don't add old cond formats if new ones are already loaded, fdo#54749Markus Mohrhard
2012-09-12Improvement on previous commitStephan Bergmann
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-09-10-Werror,-Wmismatched-tagsStephan Bergmann
2012-09-09fix crash introduced by stl conversion, fdo#54299Markus Mohrhard
2012-09-09don't use unitialized global variable, fdo#53713Markus Mohrhard
2012-09-07Use DOS style file path on Windows.Kohei Yoshida
2012-09-07Get it to build on Windows, with MSVC compiler.Kohei Yoshida
2012-09-07Use the latest license header.Kohei Yoshida
2012-09-07Add or update the header guards.Kohei Yoshida
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
2012-09-06assign correct valueMarkus Mohrhard