summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-53/+53
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht5-16/+16
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-7/+25
2015-10-01coverity#1325256 Dereference null return valueCaolán McNamara1-2/+2
2015-09-30Fix typosAndrea Gelmini3-4/+4
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-9/+9
2015-09-21sfx2: add SfxViewShell::libreOfficeKitViewCallback()Miklos Vajna2-0/+17
2015-09-21SfxLokHelper::setView: check if view is already currentMiklos Vajna1-0/+3
2015-09-21LOK: make getViews() be a member function of DocumentMiklos Vajna1-2/+11
2015-09-21gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna1-1/+1
2015-09-21Use SfxViewFrame::Current()Miklos Vajna1-2/+2
2015-09-21lok::Document: add get/setView()Miklos Vajna1-0/+24
2015-09-21lok::Document: add destroyView()Miklos Vajna1-0/+12
2015-09-21lok::Office: add getViews()Miklos Vajna1-0/+6
2015-09-21sfx2: add SfxLokHelperMiklos Vajna1-0/+29
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-09-07Typo: hirarchy->hierarchyJulien Nabet1-2/+2
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-11/+10
2015-09-02Do not call external code with SolarMutex lockedStephan Bergmann1-2/+5
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin3-10/+6
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+2
2015-08-11loplugin: defaultparamsNoel Grandin6-19/+19
2015-08-07cppcheck:noExplicitConstructorNoel Grandin2-3/+3
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-5/+0
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens2-0/+3
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-2/+1
2015-06-29remove custom RTTI from SfxFrameNoel Grandin1-1/+0
2015-06-22new uno sidebar api tdf#91806Laurent Godard1-0/+15
2015-06-15cppcheck:unreadVariableNoel Grandin1-3/+2
2015-06-06Typo: emty->emptyJulien Nabet1-1/+1
2015-06-02remove empty lines and bring some sanity in comment positionsMarkus Mohrhard1-129/+35
2015-06-02no need to make that separate statementsMarkus Mohrhard1-2/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin2-5/+5
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-4/+4
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-20Remove include stdio (part4)Julien Nabet1-2/+0
2015-05-14TyposJulien Nabet1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl2-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+2
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin4-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-71/+76