Lines Matching refs:SfxChildWindow
42 class SfxChildWindow;
86 typedef SfxChildWindow* (*SfxChildWinCtor)( ::Window *pParentWindow,
141 friend class SfxChildWindow;
166 class SFX2_DLLPUBLIC SfxChildWindow class
184 SfxChildWindow(::Window *pParentWindow, sal_uInt16 nId);
187 virtual ~SfxChildWindow();
226 … static SfxChildWindow* CreateChildWindow( sal_uInt16, ::Window*, SfxBindings*, SfxChildWinInfo&);
304 static SfxChildWindow* CreateImpl(::Window *pParent, sal_uInt16 nId, \
314 SfxChildWindow* __EXPORT Class::CreateImpl( ::Window *pParent, \
317 SfxChildWindow *pWin = new Class(pParent, nId, pBindings, pInfo);\
328 SfxChildWindow::RegisterChildWindow(pMod, pFact); \
335 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \
343 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \
351 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \
359 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \