summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/docshell/docsh4.cxx
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in scNoel Grandin2015-10-281-10/+10
* sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2015-10-161-1/+1
* 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-161-1/+1
* Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2015-10-061-23/+34
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-10/+10
* Fix typosAndrea Gelmini2015-09-301-1/+1
* convert SC_SHEETEVENT to scoped enumNoel Grandin2015-09-221-1/+1
* hide ScopedPtr::reset and add disposeAndClearCaolán McNamara2015-09-211-1/+1
* boost->stdCaolán McNamara2015-09-181-5/+5
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-5/+5
* boost->stdCaolán McNamara2015-09-171-5/+5
* tdf#39440 sc: reduce scope of local variablesMichael Weghorn2015-08-231-2/+2
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-191-1/+1
* introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke2015-08-181-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-141-3/+3
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-3/+3
* convert to typed Link<> in sfx2Noel Grandin2015-07-201-2/+1
* LinkUpdateMode is a global settingStephan Bergmann2015-06-231-3/+15
* document's visible tab may be out of syncEike Rathke2015-05-061-1/+7
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-28/+32
|\
| * Manual cleanup of misc. issues.Michael Meeks2015-04-101-2/+6
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-3/+3
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-20/+20
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-13/+13
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-1/+1
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-34/+34
* | convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin2015-04-221-2/+2
* | convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin2015-04-151-10/+7
* | convert SHOWEXTRAS constants to scoped enumNoel Grandin2015-04-131-1/+1
* | convert SfxObjectCreateMode to scoped enumNoel Grandin2015-04-101-2/+2
|/
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* Resolves tdf#72152: respect page orientation of Calc files in recent docsJulien Nabet2015-03-241-4/+10
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-4/+4
* tdf#89460 test pChangeTrack before using itLaurent Godard2015-02-191-2/+5
* callcatcher: remove some unused methodsCaolán McNamara2015-02-021-0/+2
* Some more loplugin:cstylecast: scStephan Bergmann2015-01-201-2/+2
* fdo#39440 sc: reduce scope of local variablesMichael Weghorn2014-12-211-2/+2
* loplugin: cstylecastNoel Grandin2014-10-281-35/+35
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-3/+3
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-4/+4
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-14/+14
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-7/+7
* vcl: use enum for complex text layout constantsNoel Grandin2014-08-201-1/+1
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-1/+1
* remove whitespaceMarkus Mohrhard2014-06-251-7/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-241-65/+62