summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
2015-01-07reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard2-6/+20
2014-12-16implement an actually working setErrorCell() from BIFF error codesEike Rathke2-10/+15
2014-12-16fdo#79249 call formula compiler with error stringEike Rathke1-1/+6
2014-12-16correct error string, #N/A instead of #NAEike Rathke1-1/+1
2014-11-25make sure to check for formula first, fdo#80301Julien Nabet1-8/+10
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-17-Werror,-Wunused-const-variableStephan Bergmann1-22/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl24-0/+24
2014-11-16callcatcher: update unused codeCaolán McNamara1-18/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-4/+4
2014-11-14-Werror,-Wunused-const-variableNoel Grandin1-21/+0
2014-11-13callcatcher: BiffDrawingObjectBase is never constructedCaolán McNamara1-266/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+2
2014-11-03coverity#707956 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-10-31converity#707956 Uninitialized scalar fieldEike Rathke1-1/+5
2014-10-31converity#738797 Uninitialized pointer fieldEike Rathke1-1/+21
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks1-2/+3
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks3-220/+3
2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara1-0/+1
2014-10-28loplugin:unreffunStephan Bergmann1-1/+2
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida2-8/+12
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida3-22/+46
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-4/+4
2014-10-22Set rotation reference directly via internal API.Kohei Yoshida2-9/+23
2014-10-22Set cell style name to the document directly, bypassing the UNO API.Kohei Yoshida2-6/+43
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-10-14Use C++11 std::thread::hardware_concurrency()Stephan Bergmann1-1/+3
2014-10-13fdo#84872 give each SheetDataContext a new FormulaParserCaolán McNamara2-5/+12
2014-10-11fdo#75757: remove inheritance to std::mapTakeshi Abe1-3/+3
2014-10-01fdo#82577: Handle TimeNoel Grandin2-2/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2-23/+23
2014-09-26fdo#84370 - xlsx threaded import - protect editeng.Michael Meeks1-0/+5
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-2/+5
2014-09-18fdo#82577: Handle FontNoel Grandin4-10/+10
2014-09-12sc: enable threaded sheet loading un-conditionally.Michael Meeks1-5/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe6-13/+18
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe1-3/+3
2014-09-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-10/+10
2014-09-05fdo#75757: remove inheritance to std::vectorTakeshi Abe2-4/+10
2014-09-02fdo#75757: remove inheritance to std::vectorTakeshi Abe1-7/+7
2014-08-22nitpick on comment formEike Rathke1-2/+2
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke1-0/+2
2014-08-21write COLOR function with extension namespaceEike Rathke1-1/+2
2014-08-08bnc#885548: Set the date time mode to non-fixed after the import is done.Kohei Yoshida1-0/+1
2014-07-29bnc#885548: Reset the default user to the document owner at the end.Kohei Yoshida1-0/+2
2014-07-18bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida2-1/+472
2014-07-18coverity#737268 Uncaught exceptionCaolán McNamara1-1/+1