LibreOffice Module sw (master) 1
|
#include <config_features.h>
#include <config_wasm_strip.h>
#include <SwSpellDialogChildWindow.hxx>
#include <svl/eitem.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/linguprops.hxx>
#include <unotools/lingucfg.hxx>
#include <officecfg/Office/Common.hxx>
#include <viewopt.hxx>
#include <globals.h>
#include <sfx2/infobar.hxx>
#include <sfx2/request.hxx>
#include <svl/whiter.hxx>
#include <svx/srchdlg.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/sidebar/SidebarChildWindow.hxx>
#include <uivwimp.hxx>
#include <avmedia/mediaplayer.hxx>
#include <swmodule.hxx>
#include <com/sun/star/linguistic2/XLinguProperties.hpp>
#include <osl/diagnose.h>
#include <sfx2/objface.hxx>
#include <wrtsh.hxx>
#include <edtwin.hxx>
#include <view.hxx>
#include <docsh.hxx>
#include <doc.hxx>
#include <globals.hrc>
#include <cmdid.h>
#include <globdoc.hxx>
#include <wview.hxx>
#include <OnlineAccessibilityCheck.hxx>
#include <sfx2/msg.hxx>
#include <swslots.hxx>
#include <PostItMgr.hxx>
#include <unotools/moduleoptions.hxx>
#include <sfx2/viewfac.hxx>
#include <memory>
#include <swabstdlg.hxx>
Go to the source code of this file.
Macros | |
#define | ShellClass_SwView |
#define | ShellClass_Text |
#define | ShellClass_TextDrawText |
Functions | |
SFX_IMPL_NAMED_VIEWFACTORY (SwView, "Default") | |
static bool | lcl_IsViewMarks (const SwViewOption &rVOpt) |
static void | lcl_SetViewMarks (SwViewOption &rVOpt, bool bOn) |
static void | lcl_SetViewMetaChars (SwViewOption &rVOpt, bool bOn) |
|
static |
Definition at line 140 of file view0.cxx.
References SwViewOption::IsFieldShadings(), SwViewOption::IsHardBlank(), and SwViewOption::IsSoftHyph().
Referenced by SwView::ExecViewOptions(), and SwView::StateViewOptions().
|
static |
Definition at line 146 of file view0.cxx.
References FieldShadings, SwViewOption::SetAppearanceFlag(), SwViewOption::SetHardBlank(), and SwViewOption::SetSoftHyph().
Referenced by SwView::ExecViewOptions().
|
static |
Definition at line 154 of file view0.cxx.
References SwViewOption::IsBlank(), SwViewOption::IsLineBreak(), SwViewOption::IsParagraph(), SwViewOption::IsShowBookmarks(), SwViewOption::IsShowHiddenChar(), SwViewOption::IsTab(), SwViewOption::SetBlank(), SwViewOption::SetLineBreak(), SwViewOption::SetParagraph(), SwViewOption::SetShowBookmarks(), SwViewOption::SetShowHiddenChar(), SwViewOption::SetTab(), and SwViewOption::SetViewMetaChars().
Referenced by SwView::ExecViewOptions().
SFX_IMPL_NAMED_VIEWFACTORY | ( | SwView | , |
"Default" | |||
) |
Definition at line 73 of file view0.cxx.
References utl::ConfigManager::IsFuzzing(), and SFX_VIEW_REGISTRATION.