LibreOffice Module sfx2 (master) 1
|
#include <sal/config.h>
#include <sal/log.hxx>
#include "shutdownicon.hxx"
#include <sfx2/strings.hrc>
#include <sfx2/app.hxx>
#include <svtools/imagemgr.hxx>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/TerminationVetoException.hpp>
#include <com/sun/star/frame/XDispatchResultListener.hpp>
#include <com/sun/star/frame/XNotifyingDispatch.hpp>
#include <com/sun/star/frame/XFramesSupplier.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/ControlActions.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/document/UpdateDocMode.hpp>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/fcontnr.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/extract.hxx>
#include <officecfg/Office/Common.hxx>
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
#include <osl/file.hxx>
#include <osl/module.hxx>
#include <rtl/ref.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <sfx2/sfxresid.hxx>
Go to the source code of this file.
Classes | |
class | SfxNotificationListener_Impl |
Functions | |
static bool | UseSystemFileDialog () |
IMPL_LINK (ShutdownIcon, DialogClosedHdl_Impl, FileDialogHelper *,, void) | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_desktop_QuickstartWrapper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
const ::sal_Int32 | PROPHANDLE_TERMINATEVETOSTATE = 0 |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_desktop_QuickstartWrapper_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 677 of file shutdownicon.cxx.
IMPL_LINK | ( | ShutdownIcon | , |
DialogClosedHdl_Impl | , | ||
FileDialogHelper * | , | ||
void | |||
) |
Definition at line 264 of file shutdownicon.cxx.
References aURL, bReadOnly, DBG_ASSERT, ERRCODE_NONE, SfxFilterMatcher::GetFilter4UIName(), SfxApplication::GetFilterMatcher(), comphelper::makePropertyValue(), SfxGetpApp(), and UseSystemFileDialog().
|
static |
Definition at line 141 of file shutdownicon.cxx.
References Application::IsHeadlessModeEnabled().
Referenced by IMPL_LINK(), and ShutdownIcon::StartFileDialog().
const ::sal_Int32 PROPHANDLE_TERMINATEVETOSTATE = 0 |
Definition at line 630 of file shutdownicon.cxx.
Referenced by ShutdownIcon::getFastPropertyValue(), and ShutdownIcon::setFastPropertyValue().