LibreOffice Module sfx2 (master) 1
|
#include <childwin.hxx>
Public Member Functions | |
SfxChildWinFactory (SfxChildWinCtor pTheCtor, sal_uInt16 nID, sal_uInt16 n) | |
Public Attributes | |
SfxChildWinCtor | pCtor |
SfxChildWinInfo | aInfo |
sal_uInt16 | nId |
sal_uInt16 | nPos |
Definition at line 85 of file childwin.hxx.
SfxChildWinFactory::SfxChildWinFactory | ( | SfxChildWinCtor | pTheCtor, |
sal_uInt16 | nID, | ||
sal_uInt16 | n | ||
) |
Definition at line 45 of file childwin.cxx.
SfxChildWinInfo SfxChildWinFactory::aInfo |
Definition at line 88 of file childwin.hxx.
Referenced by SfxWorkWindow::InitializeChild_Impl().
sal_uInt16 SfxChildWinFactory::nId |
Definition at line 89 of file childwin.hxx.
Referenced by SfxModule::RegisterChildWindow(), and SfxApplication::RegisterChildWindow_Impl().
sal_uInt16 SfxChildWinFactory::nPos |
Definition at line 90 of file childwin.hxx.
SfxChildWinCtor SfxChildWinFactory::pCtor |
Definition at line 87 of file childwin.hxx.
Referenced by SfxChildWindow::CreateChildWindow().