caff013bee
Currently SfxObjectShell::CheckIsReadonly() has a hack for the LOK case to show the signatures dialog read-only, as only that is async. The next step is to make DocumentDigitalSignatures::signDocumentContent() async, but passing an std::function via the UNO API is tricky. Notice how DocumentDigitalSignatures in xmlsecurity/ also implements sfx2::DigitalSignatures, add a new SignDocumentContentAsync() there and adapt all uses of signDocumentContent() to go with that instead. This requires introducing some lambdas for code after signDocumentContent() in general and for ODF/OOXML specific code in particular, to avoid code duplication. Change-Id: If771ced711041364988af45ad9dd0dd1a2a8660d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173060 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> |
||
---|---|---|
.. | ||
accessibility | ||
animations | ||
auth | ||
awt | ||
chart | ||
chart2 | ||
configuration | ||
cui | ||
datatransfer | ||
deployment | ||
document | ||
drawing | ||
embed | ||
form | ||
formula | ||
frame | ||
gallery | ||
geometry | ||
graphic | ||
i18n | ||
image | ||
inspection | ||
ldap | ||
linguistic2 | ||
logging | ||
media | ||
mozilla | ||
office | ||
packages | ||
presentation | ||
qa | ||
rdf | ||
rendering | ||
report | ||
resource | ||
scanner | ||
script | ||
sdb | ||
sdbc | ||
sdbcx | ||
security | ||
setup | ||
sheet | ||
smarttags | ||
style | ||
svg | ||
system | ||
table | ||
task | ||
text | ||
tiledrendering | ||
ucb | ||
ui | ||
util | ||
view | ||
xforms | ||
xml | ||
xsd | ||
modules.idl |