LibreOffice Module sc (master) 1
|
#include <o3tl/safeint.hxx>
#include <osl/security.hxx>
#include <osl/diagnose.h>
#include <sfx2/dialoghelper.hxx>
#include <svl/sharecontrolfile.hxx>
#include <unotools/useroptions.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <o3tl/string_view.hxx>
#include <docsh.hxx>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <scresid.hxx>
#include <sharedocdlg.hxx>
#include <strings.hrc>
#include <viewdata.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScShareDocumentDlg, SizeAllocated, const Size &, rSize, void) | |
IMPL_LINK_NOARG (ScShareDocumentDlg, ToggleHandle, weld::Toggleable &, void) | |
IMPL_LINK | ( | ScShareDocumentDlg | , |
SizeAllocated | , | ||
const Size & | , | ||
rSize | , | ||
void | |||
) |
Definition at line 41 of file sharedocdlg.cxx.
References ScGlobal::getLocaleData(), and getWidestDateTime().
IMPL_LINK_NOARG | ( | ScShareDocumentDlg | , |
ToggleHandle | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 92 of file sharedocdlg.cxx.