LibreOffice Module sw (master)
1
|
#include <wordcountdialog.hxx>
Private Attributes | |
VclPtr< AbstractSwWordCountFloatDlg > | xAbstDlg |
Additional Inherited Members | |
![]() | |
static void | RegisterChildWindow (SfxModule *, std::unique_ptr< SfxChildWinFactory >) |
static std::unique_ptr< SfxChildWindow > | CreateChildWindow (sal_uInt16, vcl::Window *, SfxBindings *, SfxChildWinInfo const &) |
static SAL_DLLPRIVATE void | InitializeChildWinFactory_Impl (sal_uInt16, SfxChildWinInfo &) |
![]() | |
void | SetWindow (const VclPtr< vcl::Window > &p) |
SfxChildWindow (vcl::Window *pParentWindow, sal_uInt16 nId) | |
Definition at line 58 of file wordcountdialog.hxx.
SwWordCountWrapper::SwWordCountWrapper | ( | vcl::Window * | pParentWindow, |
sal_uInt16 | nId, | ||
SfxBindings * | pBindings, | ||
SfxChildWinInfo * | pInfo | ||
) |
Definition at line 16 of file wordcountwrapper.cxx.
References SwAbstractDialogFactory::Create(), and SwAbstractDialogFactory::CreateSwWordCountDialog().
|
overridevirtual |
Definition at line 27 of file wordcountwrapper.cxx.
References VclPtr< reference_type >::disposeAndClear(), and xAbstDlg.
Definition at line 43 of file wordcountwrapper.cxx.
References AbstractSwWordCountFloatDlg::SetCounts(), and xAbstDlg.
Referenced by SwView::StateStatusLine().
SwWordCountWrapper::SFX_DECL_CHILDWINDOW_WITHID | ( | SwWordCountWrapper | ) |
void SwWordCountWrapper::UpdateCounts | ( | ) |
Definition at line 38 of file wordcountwrapper.cxx.
References AbstractSwWordCountFloatDlg::UpdateCounts(), and xAbstDlg.
Referenced by SwWrtShell::EndSelect(), SwWrtShell::Invalidate(), SwEditWin::KeyInput(), SwEditWin::MouseMove(), and SwView::UpdateWordCount().
|
private |
Definition at line 60 of file wordcountdialog.hxx.
Referenced by SetCounts(), UpdateCounts(), and ~SwWordCountWrapper().