[Libreoffice-bugs] [Bug 137474] New: Allow multiple tags in tight extensions dialog

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Oct 14 13:18:30 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=137474

            Bug ID: 137474
           Summary: Allow multiple tags in tight extensions dialog
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: UI
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: heiko.tietze at documentfoundation.org
                CC: cloph at documentfoundation.org,
                    muhammet.kara at collabora.com
            Blocks: 133026

Current implementation allows only one tag

    uno::Sequence<beans::PropertyValue> aArgs(1);
    aArgs[0].Name = "AdditionsTag";
    aArgs[0].Value <<= OUString("Templates");
    comphelper::dispatchCommand(".uno:AdditionsDialog", aArgs);

but for example in case of templates it makes sense to combine "Templates" and
"Writer" or "Impress".


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133026
[Bug 133026] [META] Tight integration of extensions
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201014/3ec65502/attachment.htm>


More information about the Libreoffice-bugs mailing list