#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <connectivity/dbtools.hxx>
#include <osl/diagnose.h>
#include <filtuno.hxx>
#include <miscuno.hxx>
#include <scdll.hxx>
#include <imoptdlg.hxx>
#include <asciiopt.hxx>
#include <docsh.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <scabstdlg.hxx>
#include <i18nlangtag/lang.h>
#include <optutil.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/propertysequence.hxx>
#include <memory>
Go to the source code of this file.
◆ Calc_FilterOptionsDialog_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * Calc_FilterOptionsDialog_get_implementation |
( |
css::uno::XComponentContext * |
, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ DBF_CHAR_SET
constexpr OUStringLiteral DBF_CHAR_SET = u"CharSet" |
|
constexpr |
◆ DBF_SEP_PATH_EXPORT
constexpr OUStringLiteral DBF_SEP_PATH_EXPORT = u"Office.Calc/Dialogs/DBFExport" |
|
constexpr |
◆ DBF_SEP_PATH_IMPORT
constexpr OUStringLiteral DBF_SEP_PATH_IMPORT = u"Office.Calc/Dialogs/DBFImport" |
|
constexpr |
◆ SC_UNONAME_FILENAME
constexpr OUStringLiteral SC_UNONAME_FILENAME = u"URL" |
|
constexpr |
◆ SC_UNONAME_FILTERNAME
constexpr OUStringLiteral SC_UNONAME_FILTERNAME = u"FilterName" |
|
constexpr |
◆ SC_UNONAME_FILTEROPTIONS
constexpr OUStringLiteral SC_UNONAME_FILTEROPTIONS = u"FilterOptions" |
|
constexpr |
◆ SC_UNONAME_INPUTSTREAM
constexpr OUStringLiteral SC_UNONAME_INPUTSTREAM = u"InputStream" |
|
constexpr |
◆ SCFILTEROPTIONSOBJ_IMPLNAME
constexpr OUStringLiteral SCFILTEROPTIONSOBJ_IMPLNAME = u"com.sun.star.comp.Calc.FilterOptionsDialog" |
|
constexpr |
◆ SCFILTEROPTIONSOBJ_SERVICE
constexpr OUStringLiteral SCFILTEROPTIONSOBJ_SERVICE = u"com.sun.star.ui.dialogs.FilterOptionsDialog" |
|
constexpr |