LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <config_features.h>
#include <config_wasm_strip.h>
#include <stdlib.h>
#include <hintids.hxx>
#include <comphelper/string.hxx>
#include <comphelper/lok.hxx>
#include <o3tl/any.hxx>
#include <o3tl/string_view.hxx>
#include <officecfg/Office/Common.hxx>
#include <vcl/graph.hxx>
#include <vcl/inputctx.hxx>
#include <svl/eitem.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/lingucfg.hxx>
#include <unotools/useroptions.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/request.hxx>
#include <svx/ruler.hxx>
#include <svx/srchdlg.hxx>
#include <svx/fmshell.hxx>
#include <svx/extrusionbar.hxx>
#include <svx/fontworkbar.hxx>
#include <svx/fmview.hxx>
#include <unotxvw.hxx>
#include <cmdid.h>
#include <svl/hint.hxx>
#include <swmodule.hxx>
#include <inputwin.hxx>
#include <uivwimp.hxx>
#include <edtwin.hxx>
#include <textsh.hxx>
#include <listsh.hxx>
#include <tabsh.hxx>
#include <grfsh.hxx>
#include <mediash.hxx>
#include <docsh.hxx>
#include <frmsh.hxx>
#include <olesh.hxx>
#include <drawsh.hxx>
#include <drawbase.hxx>
#include <drformsh.hxx>
#include <drwtxtsh.hxx>
#include <beziersh.hxx>
#include <navsh.hxx>
#include <globdoc.hxx>
#include <scroll.hxx>
#include <gloshdl.hxx>
#include <usrpref.hxx>
#include <srcview.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <DocumentFieldsManager.hxx>
#include <IDocumentState.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <drawdoc.hxx>
#include <wdocsh.hxx>
#include <wrtsh.hxx>
#include <barcfg.hxx>
#include <pview.hxx>
#include <swdtflvr.hxx>
#include <prtopt.hxx>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <com/sun/star/scanner/ScannerContext.hpp>
#include <com/sun/star/scanner/XScannerManager2.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/sdb/XDatabaseContext.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include <sal/log.hxx>
#include <formatclipboard.hxx>
#include <PostItMgr.hxx>
#include <annotsh.hxx>
#include <swruler.hxx>
#include <svx/theme/ThemeColorPaletteManager.hxx>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <comphelper/propertyvalue.hxx>
#include <sfx2/lokhelper.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <svtools/embedhlp.hxx>
#include <tools/UnitConversion.hxx>
Go to the source code of this file.
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Macros | |
#define | SWVIEWFLAGS SfxViewShellFlags::HAS_PRINTOPTIONS |
Functions | |
IMPL_LINK_NOARG (SwView, FormControlActivated, LinkParamNone *, void) | |
static int | lcl_CmpIds (const void *pFirst, const void *pSecond) |
IMPL_LINK_NOARG (SwView, AttrChangedNotify, LinkParamNone *, void) | |
IMPL_LINK_NOARG (SwView, TimeoutHdl, Timer *, void) | |
static bool | lcl_IsOwnDocument (SwView &rView) |
void | sw::InitPrintOptionsFromApplication (SwPrintData &o_rData, bool const bWeb) |
Variables | |
bool | bDocSzUpdated = true |
#define SWVIEWFLAGS SfxViewShellFlags::HAS_PRINTOPTIONS |
IMPL_LINK_NOARG | ( | SwView | , |
AttrChangedNotify | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 524 of file view.cxx.
References g_bNoInterrupt, GetBindings(), GetDispatcher(), SfxBoolItem::GetValue(), and IsReadOnly().
IMPL_LINK_NOARG | ( | SwView | , |
FormControlActivated | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 201 of file view.cxx.
References GetDispatcher(), SfxDispatcher::GetShell(), SdrObjEditView::IsTextEdit(), and SdrObjEditView::SdrEndTextEdit().
Definition at line 575 of file view.cxx.
References g_bNoInterrupt.
|
static |
Definition at line 518 of file view.cxx.
Referenced by SwView::CheckReadonlyState().
|
static |
Definition at line 1232 of file view.cxx.
References Changed, FullName, sw::proofreadingiterator::get(), SwView::GetDocShell(), SfxObjectShell::GetModel(), and SW_MOD.
Referenced by SwView::ReadUserData(), and SwView::ReadUserDataSequence().
bool bDocSzUpdated = true |
Definition at line 125 of file view.cxx.
Referenced by SwView::Activate(), SwView::DocSzChgd(), and SwView::SwView().