#include <sal/config.h>
#include <string_view>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include "optsave.hxx"
#include <comphelper/processfactory.hxx>
#include <unotools/moduleoptions.hxx>
#include <unotools/saveopt.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XContainerQuery.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <sfx2/sfxsids.hrc>
#include <sfx2/docfilt.hxx>
#include <unotools/optionsdlg.hxx>
#include <osl/diagnose.h>
#include <tools/diagnose_ex.h>
#include <sfx2/fcontnr.hxx>
Go to the source code of this file.
|
static bool | isODFFormat (const OUString &sFilter) |
|
| IMPL_LINK (SvxSaveTabPage, AutoClickHdl_Impl, weld::Button &, rBox, void) |
|
static OUString | lcl_ExtracUIName (const Sequence< PropertyValue > &rProperties, std::u16string_view rExtension) |
|
| IMPL_LINK (SvxSaveTabPage, FilterHdl_Impl, weld::ComboBox &, rBox, void) |
|
| IMPL_LINK_NOARG (SvxSaveTabPage, ODFVersionHdl_Impl, weld::ComboBox &, void) |
|
#define CFG_PAGE_AND_GROUP u"General", u"LoadSave" |
static bool isODFFormat |
( |
const OUString & |
sFilter | ) |
|
|
static |
static OUString lcl_ExtracUIName |
( |
const Sequence< PropertyValue > & |
rProperties, |
|
|
std::u16string_view |
rExtension |
|
) |
| |
|
static |