summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewsh.cxx
AgeCommit message (Expand)Author
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
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-06Move SfxInPlaceClientList to SfxViewShell_Impl.Kohei Yoshida
2014-12-06Forward-declare SfxInPlaceClientList and remove <vector> include.Kohei Yoshida
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida
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
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-21Disable the email sending menu entries when sandboxed on OS XTor Lillqvist
2014-09-17TyposJulien Nabet