summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-16disable PDF timestamping UI on WindowsAndras Timar1-0/+6
2015-03-11gcc 4.4.7 (Cent OS 5) does not know auto iteratorsAndras Timar1-2/+2
2015-03-05tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist1-0/+28
2015-03-05tdf#88431: Pass the selected Time Stamp Authority, if any, along to vclTor Lillqvist1-2/+9
2014-12-12PDF signing feature backported from 4.4Tor Lillqvist1-10/+8
2014-04-29coverity#1210181 Uninitialized scalar fieldCaolán McNamara1-5/+3
2014-04-22filter: sal_Bool->boolNoel Grandin1-47/+47
2014-04-15fdo#74654 fix typo: printnone -> printhighAndras Timar1-1/+1
2014-04-07untangle the bFmt == 2 hackCaolán McNamara1-3/+1
2014-03-22coverity#736776 Dereference before null checkCaolán McNamara1-1/+1
2014-03-14convert pdf warn dialog to .uiCaolán McNamara1-53/+28
2014-02-27Remove visual noise from filterAlexander Wilms1-7/+7
2014-02-23Remove unneccessary commentsAlexander Wilms1-46/+46
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-31/+31
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-17cid#736777 dereference before null checkNoel Grandin1-1/+1
2014-02-17cid#736775 dereference before null checkNoel Grandin1-1/+1
2014-01-28bool improvementsStephan Bergmann1-16/+16
2014-01-22bool improvementsStephan Bergmann1-2/+2
2013-09-17convert remains of filter module from String to OUStringNoel Grandin1-13/+13
2013-08-15Resolves: fdo#33983 use 'Slides' instead of 'Pages' for impress pdf exportCaolán McNamara1-0/+1
2013-07-08convert pdf signing page to .ui formatCaolán McNamara1-57/+47
2013-07-08convert pdf options dialog to .ui formatCaolán McNamara1-79/+117
2013-07-08convert pdf export general page to .uiCaolán McNamara1-178/+138
2013-07-04convert pdf view page to .ui formatCaolán McNamara1-75/+61
2013-06-28stray debuggingCaolán McNamara1-2/+0
2013-06-28convert pdf security page to .uiCaolán McNamara1-117/+100
2013-06-27Always embed 14 standard Postscript fonts in PDFKhaled Hosny1-20/+0
2013-06-21Convert to .ui pdf userinterface tab pageabdulmajeed ahmed1-52/+44
2013-06-08convert pdf links tab page to .uiabdulmajeed ahmed1-89/+36
2013-05-21remove unused member and methodNoel Grandin1-3/+1
2013-05-17fdo#37222 and possibly fdo#37219anuragkanungo1-0/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter1-104/+104
2013-01-31bnc#437516: Hide minimum password info in the password dialog.Kohei Yoshida1-0/+1
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-2/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-04Some clean up of previous commitStephan Bergmann1-1/+1
2012-09-04fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin1-11/+3
2012-08-27drop these memory trashersCaolán McNamara1-4/+0
2012-08-20Use Thunderbird-like certificate selection GUI in pdf signing.Gökçen Eraslan1-21/+35
2012-08-04Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini1-2/+3
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-07Add password edit and pass XCertificate to PDFWriter code in VCL.Gökçen Eraslan1-6/+20
2012-07-07Use new chooseCertificate UNO method to pop up certificate dialog.Gökçen Eraslan1-11/+13
2012-07-01Add CertificateChooser code in comment.Gökçen Eraslan1-0/+14
2012-07-01Make PDF Signing GUI operative.Gökçen Eraslan1-7/+4