Searched refs:pParentWnd (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sfx2/source/dialog/ |
H A D | navigat.cxx | 40 SfxNavigatorWrapper::SfxNavigatorWrapper( Window* pParentWnd , in SfxNavigatorWrapper() argument 44 : SfxChildWindow( pParentWnd , nId ) in SfxNavigatorWrapper() 46 pWindow = new SfxNavigator( pBindings, this, pParentWnd, in SfxNavigatorWrapper()
|
H A D | partwnd.cxx | 64 Window* pParentWnd, in SfxPartChildWnd_Impl() argument 69 : SfxChildWindow( pParentWnd, nId ) in SfxPartChildWnd_Impl() 72 …pWindow = new SfxPartDockWnd_Impl( pBindings, this, pParentWnd, WB_STDDOCKWIN | WB_CLIPCHILDREN | … in SfxPartChildWnd_Impl()
|
H A D | recfloat.cxx | 146 SfxRecordingFloatWrapper_Impl::SfxRecordingFloatWrapper_Impl( Window* pParentWnd , in SfxRecordingFloatWrapper_Impl() argument 150 : SfxChildWindow( pParentWnd, nId ) in SfxRecordingFloatWrapper_Impl() 153 pWindow = new SfxRecordingFloat_Impl( pBindings, this, pParentWnd ); in SfxRecordingFloatWrapper_Impl()
|
H A D | dockwin.cxx | 136 SfxDockingWrapper::SfxDockingWrapper( Window* pParentWnd , in SfxDockingWrapper() argument 140 : SfxChildWindow( pParentWnd , nId ) in SfxDockingWrapper() 145 … SfxTitleDockingWindow* pTitleDockWindow = new SfxTitleDockingWindow( pBindings, this, pParentWnd, in SfxDockingWrapper()
|
H A D | templdlg.cxx | 390 SfxTemplateDialogWrapper::SfxTemplateDialogWrapper(Window *pParentWnd, in SfxTemplateDialogWrapper() argument 392 SfxChildWindow(pParentWnd, nId) in SfxTemplateDialogWrapper() 394 SfxTemplateDialog *pWin = new SfxTemplateDialog(p, this, pParentWnd); in SfxTemplateDialogWrapper()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 920 …ite(const ScRange& rDestRange, const ScDocument* pDoc, const ScMarkData& rMark, Window* pParentWnd) in lcl_checkDestRangeForOverwrite() argument 935 ScReplaceWarnBox aBox(pParentWnd); in lcl_checkDestRangeForOverwrite()
|
Completed in 51 milliseconds