summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna1-2/+0
2016-07-20sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-1/+0
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-28com::sun::star->css in scNoel Grandin1-10/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-43/+43
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+0
2015-09-03revert an unmaintainable dead end approachEike Rathke1-6/+0
2015-09-03TableRef: use ScRangeList instead of vector for Join()Eike Rathke1-1/+1
2015-09-03add ScDocShellModificator::AppendCellContentModified()Eike Rathke1-0/+6
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-4/+0
2015-07-20convert to typed Link<> in sfx2Noel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu1-0/+3
2015-04-13convert HIDDENINFORMATION_ constants into scoped enumNoel Grandin1-1/+1
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-1/+1
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: sotNoel Grandin1-2/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-4/+0
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-0/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+2
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist1-4/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+2
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+2
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-3/+3
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky1-1/+5
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-4/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-04-04"2" as arg for PrepareClose is never checked forCaolán McNamara1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-37/+37