LibreOffice Module sc (master) 1
Macros | Functions
cellsh.cxx File Reference
#include <scitems.hxx>
#include <svl/slstitm.hxx>
#include <svl/stritem.hxx>
#include <svl/whiter.hxx>
#include <svtools/cliplistener.hxx>
#include <svtools/insdlg.hxx>
#include <sot/formats.hxx>
#include <svx/hlnkitem.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/svapp.hxx>
#include <svx/clipfmtitem.hxx>
#include <svx/statusitem.hxx>
#include <cellsh.hxx>
#include <sc.hrc>
#include <docsh.hxx>
#include <attrib.hxx>
#include <tabvwsh.hxx>
#include <formulacell.hxx>
#include <scmod.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <transobj.hxx>
#include <drwtrans.hxx>
#include <scabstdlg.hxx>
#include <postit.hxx>
#include <cliputil.hxx>
#include <clipparam.hxx>
#include <markdata.hxx>
#include <gridwin.hxx>
#include <Sparkline.hxx>
#include <SparklineGroup.hxx>
#include <scslots.hxx>
Include dependency graph for cellsh.cxx:

Go to the source code of this file.

Macros

#define ShellClass_ScCellShell
 
#define ShellClass_CellMovement
 

Functions

static bool lcl_TestFormat (SvxClipboardFormatItem &rFormats, const TransferableDataHelper &rDataHelper, SotClipboardFormatId nFormatId)
 
static bool lcl_IsCellPastePossible (const TransferableDataHelper &rData)
 
 IMPL_LINK (ScCellShell, ClipboardChanged, TransferableDataHelper *, pDataHelper, void)
 

Macro Definition Documentation

◆ ShellClass_CellMovement

#define ShellClass_CellMovement

Definition at line 60 of file cellsh.cxx.

◆ ShellClass_ScCellShell

#define ShellClass_ScCellShell

Definition at line 59 of file cellsh.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( ScCellShell  ,
ClipboardChanged  ,
TransferableDataHelper ,
pDataHelper  ,
void   
)

Definition at line 545 of file cellsh.cxx.

References SfxBindings::Invalidate(), lcl_IsCellPastePossible(), and NONE.

◆ lcl_IsCellPastePossible()

static bool lcl_IsCellPastePossible ( const TransferableDataHelper rData)
static

◆ lcl_TestFormat()

static bool lcl_TestFormat ( SvxClipboardFormatItem rFormats,
const TransferableDataHelper rDataHelper,
SotClipboardFormatId  nFormatId 
)
static