Home
last modified time | relevance | path

Searched refs:mxClipEvtLstnr (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Duivwimp.cxx72 if( mxClipEvtLstnr.is() ) in ~SwView_Impl()
74 mxClipEvtLstnr->AddRemoveListener( false ); in ~SwView_Impl()
75 mxClipEvtLstnr->ViewDestroyed(); in ~SwView_Impl()
203 if(!mxClipEvtLstnr.is()) in AddClipboardListener()
205 mxClipEvtLstnr = new SwClipboardChangeListener( *pView ); in AddClipboardListener()
206 mxClipEvtLstnr->AddRemoveListener( true ); in AddClipboardListener()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Duivwimp.cxx77 if( mxClipEvtLstnr.is() ) in ~SwView_Impl()
79 mxClipEvtLstnr->AddRemoveListener( false ); in ~SwView_Impl()
80 mxClipEvtLstnr->ViewDestroyed(); in ~SwView_Impl()
208 if(!mxClipEvtLstnr.is()) in AddClipboardListener()
210 mxClipEvtLstnr = new SwClipboardChangeListener( *pView ); in AddClipboardListener()
211 mxClipEvtLstnr->AddRemoveListener( true ); in AddClipboardListener()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewsa.cxx182 if ( mxClipEvtLstnr.is() ) in ~DrawViewShell()
184 mxClipEvtLstnr->RemoveListener( GetActiveWindow() ); in ~DrawViewShell()
185 mxClipEvtLstnr->ClearCallbackLink(); // prevent callback if another thread is waiting in ~DrawViewShell()
186 mxClipEvtLstnr.clear(); in ~DrawViewShell()
205 mxClipEvtLstnr.clear(); in Construct()
H A Doutlnvsh.cxx215 if ( mxClipEvtLstnr.is() ) in ~OutlineViewShell()
217 mxClipEvtLstnr->RemoveListener( GetActiveWindow() ); in ~OutlineViewShell()
218 mxClipEvtLstnr->ClearCallbackLink(); // prevent callback if another thread is waiting in ~OutlineViewShell()
868 if ( !mxClipEvtLstnr.is() ) in GetMenuState()
871mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, OutlineViewShell, ClipboardChanged… in GetMenuState()
872 mxClipEvtLstnr->AddListener( GetActiveWindow() ); in GetMenuState()
H A Ddrviews7.cxx693 if ( !mxClipEvtLstnr.is() ) in GetMenuState()
701mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, DrawViewShell, ClipboardChanged ) … in GetMenuState()
702 mxClipEvtLstnr->AddListener( GetActiveWindow() ); in GetMenuState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewsa.cxx179 if ( mxClipEvtLstnr.is() ) in ~DrawViewShell()
181 mxClipEvtLstnr->RemoveListener( GetActiveWindow() ); in ~DrawViewShell()
182 mxClipEvtLstnr->ClearCallbackLink(); // prevent callback if another thread is waiting in ~DrawViewShell()
183 mxClipEvtLstnr.clear(); in ~DrawViewShell()
203 mxClipEvtLstnr.clear(); in Construct()
H A Doutlnvsh.cxx213 if ( mxClipEvtLstnr.is() ) in ~OutlineViewShell()
215 mxClipEvtLstnr->RemoveListener( GetActiveWindow() ); in ~OutlineViewShell()
216 mxClipEvtLstnr->ClearCallbackLink(); // prevent callback if another thread is waiting in ~OutlineViewShell()
866 if ( !mxClipEvtLstnr.is() ) in GetMenuState()
869mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, OutlineViewShell, ClipboardChanged… in GetMenuState()
870 mxClipEvtLstnr->AddListener( GetActiveWindow() ); in GetMenuState()
H A Ddrviews7.cxx657 if ( !mxClipEvtLstnr.is() ) in GetMenuState()
665mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, DrawViewShell, ClipboardChanged ) … in GetMenuState()
666 mxClipEvtLstnr->AddListener( GetActiveWindow() ); in GetMenuState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Deditsh.hxx42 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in ScEditShell
H A Ddrtxtob.hxx39 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in ScDrawTextObjectBar
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Deditsh.hxx41 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in ScEditShell
H A Ddrtxtob.hxx38 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in ScDrawTextObjectBar
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx129 if ( mxClipEvtLstnr.is() ) in ~ScDrawTextObjectBar()
131 mxClipEvtLstnr->RemoveListener( mrViewData.GetActiveWin() ); in ~ScDrawTextObjectBar()
135 mxClipEvtLstnr->ClearCallbackLink(); in ~ScDrawTextObjectBar()
492 if ( !mxClipEvtLstnr.is() ) in GetClipState()
495mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, ScDrawTextObjectBar, ClipboardChan… in GetClipState()
497 mxClipEvtLstnr->AddListener( pWin ); in GetClipState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Deditsh.cxx105 if ( mxClipEvtLstnr.is() ) in ~ScEditShell()
107 mxClipEvtLstnr->RemoveListener( rViewData.GetActiveWin() ); in ~ScEditShell()
111 mxClipEvtLstnr->ClearCallbackLink(); in ~ScEditShell()
878 if ( !mxClipEvtLstnr.is() ) in GetClipState()
881mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, ScEditShell, ClipboardChanged ) ); in GetClipState()
883 mxClipEvtLstnr->AddListener( pWin ); in GetClipState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Deditsh.cxx105 if ( mxClipEvtLstnr.is() ) in ~ScEditShell()
107 mxClipEvtLstnr->RemoveListener( pViewData->GetActiveWin() ); in ~ScEditShell()
111 mxClipEvtLstnr->ClearCallbackLink(); in ~ScEditShell()
859 if ( !mxClipEvtLstnr.is() ) in GetClipState()
862mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, ScEditShell, ClipboardChanged ) ); in GetClipState()
864 mxClipEvtLstnr->AddListener( pWin ); in GetClipState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx129 if ( mxClipEvtLstnr.is() ) in ~ScDrawTextObjectBar()
131 mxClipEvtLstnr->RemoveListener( pViewData->GetActiveWin() ); in ~ScDrawTextObjectBar()
135 mxClipEvtLstnr->ClearCallbackLink(); in ~ScDrawTextObjectBar()
496 if ( !mxClipEvtLstnr.is() ) in GetClipState()
499mxClipEvtLstnr = new TransferableClipboardListener( LINK( this, ScDrawTextObjectBar, ClipboardChan… in GetClipState()
501 mxClipEvtLstnr->AddListener( pWin ); in GetClipState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DOutlineViewShell.hxx153 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in sd::OutlineViewShell
H A DDrawViewShell.hxx459 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in sd::DrawViewShell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DOutlineViewShell.hxx154 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in sd::OutlineViewShell
H A DDrawViewShell.hxx456 rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; member in sd::DrawViewShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Duivwimp.hxx99 mxClipEvtLstnr; member in SwView_Impl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Duivwimp.hxx99 mxClipEvtLstnr; member in SwView_Impl