LibreOffice Module uui (master) 1
|
#include <com/sun/star/document/ChangedByOthersRequest.hpp>
#include <com/sun/star/document/LockedDocumentRequest.hpp>
#include <com/sun/star/document/LockedOnSavingRequest.hpp>
#include <com/sun/star/document/LockFileIgnoreRequest.hpp>
#include <com/sun/star/document/LockFileCorruptRequest.hpp>
#include <com/sun/star/document/OwnLockOnDocumentRequest.hpp>
#include <com/sun/star/document/ReloadEditableRequest.hpp>
#include <com/sun/star/task/XInteractionApprove.hpp>
#include <com/sun/star/task/XInteractionDisapprove.hpp>
#include <com/sun/star/task/XInteractionAbort.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
#include <com/sun/star/task/XInteractionRetry.hpp>
#include <unotools/resmgr.hxx>
#include <vcl/svapp.hxx>
#include <officecfg/Office/Common.hxx>
#include <strings.hrc>
#include "getcontinuations.hxx"
#include "openlocked.hxx"
#include "trylater.hxx"
#include "alreadyopen.hxx"
#include "filechanged.hxx"
#include "lockfailed.hxx"
#include "lockcorrupt.hxx"
#include "reloadeditable.hxx"
#include "iahndl.hxx"
Go to the source code of this file.
Macros | |
#define | UUI_DOC_LOAD_LOCK 0 |
#define | UUI_DOC_OWN_LOAD_LOCK 1 |
#define | UUI_DOC_SAVE_LOCK 2 |
#define | UUI_DOC_OWN_SAVE_LOCK 3 |
#define UUI_DOC_LOAD_LOCK 0 |
Definition at line 49 of file iahndl-locking.cxx.
#define UUI_DOC_OWN_LOAD_LOCK 1 |
Definition at line 50 of file iahndl-locking.cxx.
#define UUI_DOC_OWN_SAVE_LOCK 3 |
Definition at line 52 of file iahndl-locking.cxx.
#define UUI_DOC_SAVE_LOCK 2 |
Definition at line 51 of file iahndl-locking.cxx.