summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
AgeCommit message (Expand)Author
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-19setting the properties through uno is not necessary anymoreMarkus Mohrhard
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-02-26tdf#97654 - replaced CellAddress types with ScAddress.Mohammed Abdul Azeem
2016-02-17tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-20Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinksEike Rathke
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-28make these types future proofMarkus Mohrhard
2015-07-04Fix typosAndrea Gelmini
2015-06-25TableRef: move getTables().applyTableColumns() to the correct positionEike Rathke
2015-06-24TableRef: import OOXML table column names to ScDBDataEike Rathke
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-20better algorithm for OOXML column width import, tdf#91267Markus Mohrhard
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-22Set rotation reference directly via internal API.Kohei Yoshida
2014-10-22Set cell style name to the document directly, bypassing the UNO API.Kohei Yoshida
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-09fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-04coverity#707962 Uninitialized scalar fieldCaolán McNamara
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-10fdo#74747: Make use of cached string formula results.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-03-03remove unused code in oox::xls::WorksheetGlobalsNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-07fdo#74535: Don't forget clear the edit engine before re-using it.Kohei Yoshida
2013-12-30Resolves: #i123910# reference in validation condition changed...Steve Yin
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-05Insert hyperlinks via ScDocumentImport.Kohei Yoshida
2013-12-04oox: render progress bar in main thread for threaded import.Michael Meeks
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida
2013-11-22Avoid re-drawing progress bar too frequently.Kohei Yoshida
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida
2013-11-04Populate raw cell values using ScDocumentImport.Kohei Yoshida
2013-08-16fix for bnc#834705 missing drop downs for autofilterNoel Power