/sandbox/

='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
AgeCommit message (Expand)Author
2017-11-07sfx2: SfxInPlaceClientList is just a std::vectorTakeshi Abe
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin
2016-10-06coverity#1373513 Uninitialized scalar fieldCaolán McNamara
2016-08-19sw: remove never read SwViewShell::mbInLibreOfficeKitCallbackMiklos Vajna
2016-07-29sfx2: introduce SfxViewShell::GetViewShellId()Miklos Vajna
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin
2016-06-15sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-09-21sfx2: add SfxViewShell::libreOfficeKitViewCallback()Miklos Vajna
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2014-12-06Move SfxInPlaceClientList to SfxViewShell_Impl.Kohei Yoshida
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann