Date: prev next · Thread: first prev next last
May 2017 Archives by date, by thread · List index


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

--- Comment #19 from Miklos Vajna <vmiklos@collabora.co.uk> ---
Code pointers:

sfx2/source/dialog/filtergrouping.cxx:897, sfx2::appendFiltersForSave() shows
how to get the UI name and the extension of an SfxFilter

sfx2/source/dialog/filtergrouping.cxx:1150, sfx2::addExtension() can create a
string with both the filter name and the extension included, would be good to
not duplicate that. It is probably necessary to change the reference parameter
there to be an optional pointer instead, to be general.

sfx2/source/bastyp/fltfnc.cxx:171, SfxFilterContainer::GetFilter4FilterName()
can give you an SfxFilter just based on the internal (unique) filter name.

I think based on those it should be put together a patch to provide extensions
next to filters in the dialog.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.