LibreOffice Module sw (master) 1
Macros | Functions
frmsh.cxx File Reference
#include <config_features.h>
#include <hintids.hxx>
#include <svl/whiter.hxx>
#include <sfx2/viewfrm.hxx>
#include <basic/sbstar.hxx>
#include <svl/ptitem.hxx>
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/lineitem.hxx>
#include <editeng/boxitem.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/request.hxx>
#include <sfx2/objface.hxx>
#include <vcl/EnumContext.hxx>
#include <svx/hlnkitem.hxx>
#include <svx/svdview.hxx>
#include <svx/sdangitm.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <sal/log.hxx>
#include <doc.hxx>
#include <drawdoc.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <fmturl.hxx>
#include <fmtclds.hxx>
#include <fmtcnct.hxx>
#include <swmodule.hxx>
#include <wrtsh.hxx>
#include <wview.hxx>
#include <uitool.hxx>
#include <frmfmt.hxx>
#include <frmsh.hxx>
#include <frmmgr.hxx>
#include <edtwin.hxx>
#include <swdtflvr.hxx>
#include <viewopt.hxx>
#include <cmdid.h>
#include <strings.hrc>
#include <swabstdlg.hxx>
#include <svx/svxdlg.hxx>
#include <docsh.hxx>
#include <svx/drawitem.hxx>
#include <memory>
#include <sfx2/msg.hxx>
#include <swslots.hxx>
#include <grfatr.hxx>
#include <fldmgr.hxx>
#include <flyfrm.hxx>
Include dependency graph for frmsh.cxx:

Go to the source code of this file.

Macros

#define ShellClass_SwFrameShell
 

Functions

static void lcl_FrameGetMaxLineWidth (const SvxBorderLine *pBorderLine, SvxBorderLine &rBorderLine)
 
static const SwFrameFormatlcl_GetFrameFormatByName (SwWrtShell const &rSh, std::u16string_view rName)
 

Macro Definition Documentation

◆ ShellClass_SwFrameShell

#define ShellClass_SwFrameShell

Definition at line 71 of file frmsh.cxx.

Function Documentation

◆ lcl_FrameGetMaxLineWidth()

static void lcl_FrameGetMaxLineWidth ( const SvxBorderLine *  pBorderLine,
SvxBorderLine &  rBorderLine 
)
static

Definition at line 1259 of file frmsh.cxx.

Referenced by SwFrameShell::ExecFrameStyle().

◆ lcl_GetFrameFormatByName()

static const SwFrameFormat * lcl_GetFrameFormatByName ( SwWrtShell const &  rSh,
std::u16string_view  rName 
)
static