summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/view.cxx
AgeCommit message (Expand)Author
2015-11-13sw: loplugin:badstatics: remove static SwView::m_pSrchDlgMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-14coverity#1326267 Unchecked dynamic_castCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-18convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-17tdf#93482 vcl rendercontext: add Window::RequestDoubleBuffering()Miklos Vajna
2015-07-15Convert insert buttons to the generic controllerMaxim Monastirsky
2015-06-21Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04replace FLYPROTECT with scoped enumNoel Grandin
2015-06-02loplugin: loopvartoosmallKatarina Behrens
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin
2015-05-13wrap some static fields in VclPtrNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-10convert SfxSlotFilterState to scoped enumNoel Grandin
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-03-08sw: prefix global variables in edtwinMiklos Vajna
2015-02-25convert EXCHG_DEST_ constants to enum classNoel Grandin
2015-02-09SwView: SelectShell() is needed on Android, tooMiklos Vajna
2015-01-28tdf#80960: Attempt to fix the cursor placement after document load.Jan Holesovsky
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky