Lines Matching refs:ScCellShell
68 #define ScCellShell macro
72 TYPEINIT1( ScCellShell, ScFormatShell );
74 SFX_IMPL_INTERFACE(ScCellShell, ScFormatShell , ScResId(SCSTR_CELLSHELL) ) in SFX_IMPL_INTERFACE() argument
83 ScCellShell::ScCellShell(ScViewData* pData) : in ScCellShell() function in ScCellShell
93 ScCellShell::~ScCellShell() in ~ScCellShell()
113 void ScCellShell::GetBlockState( SfxItemSet& rSet ) in GetBlockState()
272 void ScCellShell::GetCellState( SfxItemSet& rSet ) in GetCellState()
370 void ScCellShell::GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats ) in GetPossibleClipboardFormats()
433 IMPL_LINK( ScCellShell, ClipboardChanged, TransferableDataHelper*, pDataHelper ) in IMPL_LINK() argument
448 void __EXPORT ScCellShell::GetClipState( SfxItemSet& rSet ) in GetClipState()
457 …pImpl->m_pClipEvtLstnr = new TransferableClipboardListener( LINK( this, ScCellShell, ClipboardChan… in GetClipState()
501 void ScCellShell::GetHLinkState( SfxItemSet& rSet ) in GetHLinkState()
515 void ScCellShell::GetState(SfxItemSet &rSet) in GetState()