summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-23LinkUpdateMode is a global settingStephan Bergmann1-3/+15
2015-05-06document's visible tab may be out of syncEike Rathke1-1/+7
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-28/+32
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-2/+2
2015-04-15convert LOCKFILE_ constants to scoped enum and cleanupNoel Grandin1-10/+7
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-1/+1
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-2/+6
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-3/+3
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-20/+20
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-13/+13
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-34/+34
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24Resolves tdf#72152: respect page orientation of Calc files in recent docsJulien Nabet1-4/+10
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-4/+4
2015-02-19tdf#89460 test pChangeTrack before using itLaurent Godard1-2/+5
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-0/+2
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann1-2/+2
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-2/+2
2014-10-28loplugin: cstylecastNoel Grandin1-35/+35
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-3/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-14/+14
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-7/+7
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-65/+62
2014-05-15Avoid possible memory leaks in case of exceptionsTakeshi Abe1-12/+10
2014-04-23sc: sal_Bool->boolNoel Grandin1-29/+29
2014-04-06whitespace cleanup in scMarkus Mohrhard1-22/+0
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-24coverity#735810 Dereference after null checkCaolán McNamara1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-12/+12
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-11/+11
2014-02-19sal_Bool->boolNoel Grandin1-2/+2
2014-02-18sal_Bool->boolNoel Grandin1-5/+5
2014-02-11convert change chart data source dialog to .uiCaolán McNamara1-1/+1
2014-02-05convert scenario dialog to .uiCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-20sal_Bool->boolNoel Grandin1-4/+4
2014-01-15DdeSetData should apparently return boolStephan Bergmann1-9/+7
2014-01-15DdeGetData should apparently return boolStephan Bergmann1-9/+7
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida1-1/+14
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-2/+2