summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewsh.cxx
AgeCommit message (Expand)Author
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-21sfx2 lok: fix missing view cursors in a new viewMiklos Vajna
2016-06-15sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna
2016-06-06tdf#89329: use unique_ptr for pImpl in viewshXisco Fauli
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-05-04sfx2: fix SfxViewShell::CheckIPClient_Impl()Michael Stahl
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-17loplugin:constantparam in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-14tdf#95845 Use CommandInfoProvider to receive UNO command labelssusobhang70
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-13tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-21sfx2: add SfxViewShell::libreOfficeKitViewCallback()Miklos Vajna
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-02Do not call external code with SolarMutex lockedStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-13convert HiddenWarningFact to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin