summaryrefslogtreecommitdiffstats
path: root/sc/source/filter
Commit message (Expand)AuthorAgeFilesLines
* trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke2015-11-023-7/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-0221-27/+27
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-029-14/+14
* loplugin:unusedmethodsNoel Grandin2015-10-302-15/+0
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+1
* loplugin:unusedmethodsNoel Grandin2015-10-308-59/+0
* Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2015-10-291-7/+6
* tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens2015-10-281-2/+10
* com::sun::star->css in scNoel Grandin2015-10-28151-1730/+1339
* don't allocate rtl::Reference or SvRef on the heapNoel Grandin2015-10-271-1/+1
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-1/+0
* sal_uLong to ErrCodeMatteo Casalin2015-10-271-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-272-276/+0
* WaE: Unreferenced function declaration [loplugin:unreffun]Tor Lillqvist2015-10-251-2/+0
* WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist2015-10-251-2/+0
* the cells need to be imported before we handle charts, tdf#81396Markus Mohrhard2015-10-253-57/+75
* make our pivot table export a bit betterMarkus Mohrhard2015-10-211-1/+15
* refactor out some com::sun::star typedefsNoel Grandin2015-10-212-27/+22
* Avoid some confusing uses of "document name" instead of "document URL"Stephan Bergmann2015-10-201-3/+1
* Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinksEike Rathke2015-10-204-11/+46
* loplugin:defaultparamsStephan Bergmann2015-10-2011-16/+14
* tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi2015-10-201-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-194-8/+8
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-192-9/+9
* cleanup some local var declarationsNoel Grandin2015-10-191-1/+1
* sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2015-10-162-4/+4
* sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky2015-10-162-4/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-12128-1458/+1458
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* Related tdf#93688: better place this into import finalize phaseKatarina Behrens2015-10-122-0/+18
* loplugin:mergeclassesNoel Grandin2015-10-122-18/+8
* cppcheck:variableScopeNoel Grandin2015-10-122-41/+40
* fix gnumeric importMarkus Mohrhard2015-10-101-1/+1
* 3stars iconset not exported to OOXML, tdf#94850Markus Mohrhard2015-10-071-0/+1
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-062-4/+3
* Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2015-10-061-3/+1
* Replace some OSL_ENSURE with assertStephan Bergmann2015-10-061-2/+3
* Return SdrObjectPtr from some XclImpDrawObjBase::Create... etc. functionsStephan Bergmann2015-10-062-57/+54
* Return std::unique_ptr from some XclEscherEx::Create... functionsStephan Bergmann2015-10-062-8/+8
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-063-10/+10
* fix crash in XclImpSupbook::GetExternNameCaolán McNamara2015-10-051-1/+5
* tdf#93243 replace boost::bind with C++11 lambdas in excimp8.cxxAlbert Thuswaldner2015-10-052-11/+8
* crash in StandardwidthCaolán McNamara2015-10-041-0/+5
* add QuattroPro support to fftesterCaolán McNamara2015-10-031-2/+6
* fix crash on loading certain xlsCaolán McNamara2015-10-031-2/+6
* xls: Defrowheight345 without pColRowBuffCaolán McNamara2015-10-031-0/+7
* xls: DefColWidth without pColRowBuffCaolán McNamara2015-10-021-0/+6
* fix crash on loading certain xlsCaolán McNamara2015-10-021-11/+13
* loplugin:unusedmethodsNoel Grandin2015-10-027-43/+1
* Render the notes in spreadsheets as inline html commentsJoan Paraiso2015-10-012-1/+63