Home
last modified time | relevance | path

Searched refs:m_pClipEvtLstnr (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/ui/view/
H A Dcellsh.cxx95 if ( pImpl->m_pClipEvtLstnr ) in ~ScCellShell()
97 pImpl->m_pClipEvtLstnr->AddRemoveListener( GetViewData()->GetActiveWin(), sal_False ); in ~ScCellShell()
101 pImpl->m_pClipEvtLstnr->ClearCallbackLink(); in ~ScCellShell()
103 pImpl->m_pClipEvtLstnr->release(); in ~ScCellShell()
454 if ( !pImpl->m_pClipEvtLstnr ) in GetClipState()
457 …pImpl->m_pClipEvtLstnr = new TransferableClipboardListener( LINK( this, ScCellShell, ClipboardChan… in GetClipState()
458 pImpl->m_pClipEvtLstnr->acquire(); in GetClipState()
460 pImpl->m_pClipEvtLstnr->AddRemoveListener( pWin, sal_True ); in GetClipState()
/aoo41x/main/sc/source/ui/inc/
H A Dcellsh.hxx42 TransferableClipboardListener* m_pClipEvtLstnr; member
47 m_pClipEvtLstnr( NULL ), in CellShell_Impl()

Completed in 19 milliseconds