summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.cxx
AgeCommit message (Expand)Author
2015-09-17boost->stdCaolán McNamara
2015-09-14convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-28tdf#91652 - store PDF FilterConfigItem options in dispose.Michael Meeks
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-13convert SHOWEXTRAS constants 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-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in filterNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-17Bin wrong, misleading and pointless commentsTor Lillqvist
2015-02-17tdf#88431: Pass the selected Time Stamp Authority, if any, along to vclTor Lillqvist
2015-02-17tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2014-12-04We want PDF signing to be non-experimental nowTor Lillqvist
2014-12-03fdo#83939: Add new error code for failed PDF signing, and handle itTor Lillqvist
2014-10-29ref-counting vcl::Window subclassesNoel Grandin
2014-10-06loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-25convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-04-29coverity#1210181 Uninitialized scalar fieldCaolán McNamara
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-15fdo#74654 fix typo: printnone -> printhighAndras Timar
2014-04-07untangle the bFmt == 2 hackCaolán McNamara
2014-03-22coverity#736776 Dereference before null checkCaolán McNamara
2014-03-14convert pdf warn dialog to .uiCaolán McNamara
2014-02-27Remove visual noise from filterAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-17cid#736777 dereference before null checkNoel Grandin
2014-02-17cid#736775 dereference before null checkNoel Grandin
2014-01-28bool improvementsStephan Bergmann