summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SignSignatureLineDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Remove some unused includesMiklos Vajna1-12/+1
2020-06-08sd signature line: extract part of signature line UI from cui to svxMiklos Vajna1-40/+8
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl1-2/+14
2020-04-29tdf#131733 Show only CN part of X.509 subject infoGabor Kelemen1-3/+5
2020-04-17loplugin:flatten in cuiNoel Grandin1-15/+15
2019-08-24loplugin:returnconstval in connectivity..cuiNoel Grandin1-4/+2
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen1-7/+0
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-02-14[API CHANGE] add setParentWindow to XDocumentDigitalSignaturesCaolán McNamara1-0/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-13tdf#118568 Use custom image for signing signature lineSamuel Mehrbrodt1-7/+80
2018-11-13Related tdf#118581 Use subject name, not issuer name for signature lineSamuel Mehrbrodt1-2/+2
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt1-3/+7
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-09-17tdf#118569 Signature Line: When signing ooxml, only show X.509 certificatesSamuel Mehrbrodt1-1/+14
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-18set explicit parent for signing warning messagesCaolán McNamara1-2/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
2018-05-30Fix conditionSamuel Mehrbrodt1-1/+1
2018-05-22Related tdf#83877 Select certificate ok button label doesn't matchSamuel Mehrbrodt1-1/+1
2018-05-22Don't try to sign when no certificate is selectedSamuel Mehrbrodt1-0/+1
2018-05-22tdf#83877 Use Signer comments as signature descriptionSamuel Mehrbrodt1-1/+1
2018-05-22tdf#83877 Add valid/invalid images to signaturesSamuel Mehrbrodt1-40/+38
2018-05-20coverity#1435684 deliberate 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2018-05-18Refactor SfxObjectShell sign methodsSamuel Mehrbrodt1-1/+1
2018-05-18tdf#83877 Write SignatureLineId to ODF & OOXML signaturesSamuel Mehrbrodt1-1/+1
2018-05-15Sign Signature LineSamuel Mehrbrodt1-29/+48
2018-04-28WaE: maybe-uninitializedCaolán McNamara1-1/+1
2018-04-17coverity#1434900 Uninitialized scalar fieldCaolán McNamara1-1/+2
2018-04-16tdf#83877 Also check button state when changing textSamuel Mehrbrodt1-0/+3
2018-04-16tdf#83877 Also hide label when user can't add comentSamuel Mehrbrodt1-9/+15
2018-04-13tdf#83877 Show signing instructions in sign dialogSamuel Mehrbrodt1-0/+15
2018-04-13tdf#83877 Make user input xml safeSamuel Mehrbrodt1-5/+0
2018-04-13tdf#83877 Signatureline dialog: Move shared stuff to common baseSamuel Mehrbrodt1-189/+2
2018-04-13tdf#83877 Add dialog to sign signature linesSamuel Mehrbrodt1-0/+343