LibreOffice Module sw (master) 1
Namespaces | Functions | Variables
select.cxx File Reference
#include <limits.h>
#include <hintids.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/eitem.hxx>
#include <svl/macitem.hxx>
#include <unotools/charclass.hxx>
#include <sfx2/event.hxx>
#include <osl/diagnose.h>
#include <cmdid.h>
#include <view.hxx>
#include <basesh.hxx>
#include <wrtsh.hxx>
#include <frmatr.hxx>
#include <mdiexp.hxx>
#include <fmtcol.hxx>
#include <frmfmt.hxx>
#include <swdtflvr.hxx>
#include <doc.hxx>
#include <wordcountdialog.hxx>
#include <memory>
#include <vcl/uitest/logger.hxx>
#include <vcl/uitest/eventdescription.hxx>
Include dependency graph for select.cxx:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::util
 

Functions

 IMPL_LINK (SwWrtShell, ExecFlyMac, const SwFlyFrameFormat *, pFlyFormat, void)
 

Variables

static tools::Long nStartDragX = 0
 
static tools::Long nStartDragY = 0
 
static bool bStartDrag = false
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SwWrtShell  ,
ExecFlyMac  ,
const SwFlyFrameFormat ,
pFlyFormat  ,
void   
)

Variable Documentation

◆ bStartDrag

bool bStartDrag = false
static

◆ nStartDragX

tools::Long nStartDragX = 0
static

Definition at line 50 of file select.cxx.

Referenced by SwWrtShell::BeginFrameDrag(), and SwWrtShell::EnterSelFrameMode().

◆ nStartDragY

tools::Long nStartDragY = 0
static

Definition at line 50 of file select.cxx.

Referenced by SwWrtShell::BeginFrameDrag(), and SwWrtShell::EnterSelFrameMode().