summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/docshell
Commit message (Expand)AuthorAgeFilesLines
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-021-1/+1
* trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke2015-11-023-10/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-023-5/+5
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-012-8/+5
* Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2015-10-291-3/+1
* com::sun::star->css in scNoel Grandin2015-10-2810-37/+37
* don't allocate rtl::Reference or SvRef on the heapNoel Grandin2015-10-273-9/+9
* inline SvBaseLinkRef typedefNoel Grandin2015-10-271-1/+1
* convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin2015-10-269-110/+110
* tdf#95220: Check if DrawingLayer is not nullptrMike Kaganski2015-10-241-1/+1
* tdf#80231 sort including formats - ranges with merged column labelsSahas2015-10-231-12/+12
* loplugin:defaultparamsStephan Bergmann2015-10-203-6/+6
* loplugin:defaultparamsStephan Bergmann2015-10-191-3/+3
* sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2015-10-162-5/+5
* sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky2015-10-161-1/+1
* sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky2015-10-161-1/+1
* sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky2015-10-162-5/+5
* store external range names in the cache, td#88179Markus Mohrhard2015-10-151-2/+25
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-2/+1
* convert Link<> to typedNoel Grandin2015-10-141-3/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-23/+23
* fix gnumeric importMarkus Mohrhard2015-10-101-0/+8
* Resolves: tdf#93613 let referenced document evaluate macro configEike Rathke2015-10-091-0/+16
* Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2015-10-065-35/+43
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-0611-32/+29
* Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist2015-10-021-2/+1
* Add missing includeTor Lillqvist2015-10-021-0/+1
* Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist2015-10-021-1/+1
* Fix typosAndrea Gelmini2015-09-302-2/+2
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-3/+3
* Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2015-09-282-12/+13
* Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2015-09-281-6/+6
* convert SC_SHEETEVENT to scoped enumNoel Grandin2015-09-221-1/+1
* hide ScopedPtr::reset and add disposeAndClearCaolán McNamara2015-09-211-1/+1
* convert SC_LINK constants to scoped enumNoel Grandin2015-09-211-6/+6
* boost->stdCaolán McNamara2015-09-188-29/+27
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-178-27/+29
* boost->stdCaolán McNamara2015-09-178-29/+27
* convert Link<> to typedNoel Grandin2015-09-163-10/+9
* there's no default ScMatrixMode enum other than the known onesEike Rathke2015-09-151-2/+0
* stab MM_FAKE, it's a zombieEike Rathke2015-09-151-4/+0
* convert Link<> to typedNoel Grandin2015-09-091-3/+1
* TableRef: update table column names when cell content changedEike Rathke2015-09-041-0/+1
* sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-031-2/+2
* revert an unmaintainable dead end approachEike Rathke2015-09-031-18/+0
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-4/+4
* comment a nice-to-have ideaEike Rathke2015-09-031-0/+4
* TableRef: use ScRangeList instead of vector for Join()Eike Rathke2015-09-031-4/+8
* TableRef: add RefreshTableColumnNames() from rangeEike Rathke2015-09-031-0/+5
* add ScDocShellModificator::AppendCellContentModified()Eike Rathke2015-09-031-0/+5