summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06remove some unnecessary typedefs to pointerNoel Grandin1-2/+1
2016-02-06loplugin:loopvartoosmallNoel Grandin2-5/+5
2016-02-06new uno sidebar api tdf#91806Laurent Godard1-0/+15
2016-02-06cppcheck:unreadVariableNoel Grandin1-3/+2
2016-02-05Typo: emty->emptyJulien Nabet1-1/+1
2016-02-05convert MENUBAR_MODE constants to scoped enumNoel Grandin1-1/+1
2015-10-21tdf#95095: Rename "AvoidRecentDocs" to "PickListEntry" for consistency.Jan Holesovsky2-3/+3
2015-10-21tdf#95095: Implement "AvoidRecentDocs" property for loadComponentFromURL().Jan Holesovsky2-2/+8
2015-10-06sfx2: add SfxViewShell::libreOfficeKitViewCallback()Miklos Vajna2-0/+17
2015-10-06SfxLokHelper::setView: check if view is already currentMiklos Vajna1-0/+3
2015-10-06LOK: make getViews() be a member function of DocumentMiklos Vajna1-2/+11
2015-10-06gtktiledviewer: use setView() before postKeyEvent()Miklos Vajna1-1/+1
2015-10-06Use SfxViewFrame::Current()Miklos Vajna1-2/+2
2015-10-06lok::Document: add get/setView()Miklos Vajna1-0/+24
2015-10-06lok::Document: add destroyView()Miklos Vajna1-0/+12
2015-10-06lok::Office: add getViews()Miklos Vajna1-0/+6
2015-10-06sfx2: add SfxLokHelperMiklos Vajna1-0/+29
2015-08-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens2-0/+3
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-4/+4
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
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin3-19/+19
2015-04-17sfx2: convert new to ::Create.Noel Grandin4-11/+10
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks2-3/+3
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin2-10/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13convert HiddenWarningFact to scoped enumNoel Grandin2-3/+3
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin2-3/+3
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks1-1/+1
2015-04-10Lots more small re-basing issues fixed.Michael Meeks1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-3/+3
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks2-9/+9
2015-04-10vclwidget: some small fixesNoel Grandin2-2/+8
2015-04-10protect more printer code-paths.Michael Meeks1-5/+4
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-6/+6
2015-04-10more lifecycle cleanup & fixing.Michael Meeks1-1/+0
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2