summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
AgeCommit message (Expand)Author
2016-12-05tdf#91475 Fix column width during .xlsx exportBartosz Kosiorek
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-12-03Remove unnecessary indirections.Kohei Yoshida
2016-11-29tdf#48140 Replace uno with direct callsBartosz Kosiorek
2016-11-21tdf#48140 Replace uno call from worksheethelper.cxxBartosz Kosiorek
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-28tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek
2016-07-13loplugin:singlevalfields in sc(part2)Noel Grandin
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