Home
last modified time | relevance | path

Searched refs:CreateSwWordCountDialog (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx352 … AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( GetView().GetWindow() ); in Execute()
H A Ddrwtxtex.cxx430 … AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( GetView().GetWindow() ); in Execute()
H A Dfrmsh.cxx287 … AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( GetView().GetWindow() ); in Execute()
H A Dannotsh.cxx467 … AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( rView.GetWindow() ); in Exec()
H A Dtextsh1.cxx1372 … AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( GetView().GetWindow() ); in Execute()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx352 virtual AbstractSwWordCountDialog* CreateSwWordCountDialog( Window* pWindow ) = 0;
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx435 virtual AbstractSwWordCountDialog* CreateSwWordCountDialog(Window* pParent);
H A Dswdlgfact.cxx659 AbstractSwWordCountDialog* SwAbstractDialogFactory_Impl::CreateSwWordCountDialog(Window* pParent) in CreateSwWordCountDialog() function in SwAbstractDialogFactory_Impl