LibreOffice Module sc (master) 1
|
#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>
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) | |
#define ShellClass_CellMovement |
Definition at line 60 of file cellsh.cxx.
#define ShellClass_ScCellShell |
Definition at line 59 of file cellsh.cxx.
IMPL_LINK | ( | ScCellShell | , |
ClipboardChanged | , | ||
TransferableDataHelper * | , | ||
pDataHelper | , | ||
void | |||
) |
Definition at line 545 of file cellsh.cxx.
References SfxBindings::Invalidate(), lcl_IsCellPastePossible(), and NONE.
|
static |
Definition at line 504 of file cellsh.cxx.
References ScDrawTransferObj::GetOwnClipboard(), ScTransferObj::GetOwnClipboard(), TransferableDataHelper::GetXTransferable(), and TransferableDataHelper::HasFormat().
Referenced by ScCellShell::GetClipState(), and IMPL_LINK().
|
static |
Definition at line 436 of file cellsh.cxx.
References SvxClipboardFormatItem::AddClipbrdFormat(), SvPasteObjectHelper::GetEmbeddedName(), TransferableDataHelper::HasFormat(), and TransferableObjectDescriptor::maTypeName.
Referenced by ScCellShell::GetPossibleClipboardFormats().