summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewprn.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-10-29com::sun::star->css in sfx2Noel Grandin
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-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks
2015-04-13convert HiddenWarningFact to scoped enumNoel Grandin
2015-04-10Lots more small re-basing issues fixed.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: some small fixesNoel Grandin
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-07-03error: reference cannot be bound to dereferenced null pointerStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-04-30coverity#704797 Dereference after null checkCaolán McNamara
2014-04-09Do not leak SfxDialogExecutor_ImplStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-18vcl: CUPS printing: notify user if spooling failedMichael Stahl