| LibreOffice Module vcl (master) 1
    | 
#include <IDialogRenderable.hxx>
| Public Member Functions | |
| virtual | ~ILibreOfficeKitNotifier () | 
| virtual void | notifyWindow (vcl::LOKWindowId nLOKWindowId, const OUString &rAction, const std::vector< LOKPayloadItem > &rPayload=std::vector< LOKPayloadItem >()) const =0 | 
| Callbacks.  More... | |
| virtual void | libreOfficeKitViewCallback (int nType, const OString &pPayload) const =0 | 
| virtual void | notifyInvalidation (tools::Rectangle const *) const =0 | 
| Emits a LOK_CALLBACK_INVALIDATE_TILES.  More... | |
Definition at line 31 of file IDialogRenderable.hxx.
| 
 | virtual | 
Definition at line 3224 of file window.cxx.
References begin, comphelper::LibreOfficeKit::isActive(), WindowImpl::mnLOKWindowId, and WindowImpl::mpLOKNotifier.
| 
 | pure virtual | 
Implemented in Application.
Referenced by vcl::unohelper::TextDataObject::CopyStringTo(), and vcl::DocWindow::SetPointer().
| 
 | pure virtual | 
Emits a LOK_CALLBACK_INVALIDATE_TILES.
Implemented in Application.
Referenced by Control::LogicInvalidate().
| 
 | pure virtual | 
Callbacks.
Implemented in Application.
Referenced by vcl::Cursor::LOKNotify(), FloatingWindow::PixelInvalidate(), Dialog::Resize(), Dialog::StateChanged(), and FloatingWindow::StateChanged().