/aoo42x/main/sfx2/source/appl/ |
H A D | childwin.cxx | 53 DBG_NAME(SfxChildWindow) 159 SfxChildWindow::SfxChildWindow(Window *pParentWindow, sal_uInt16 nId) in SfxChildWindow() function in SfxChildWindow 175 DBG_CTOR(SfxChildWindow,0); in SfxChildWindow() 178 void SfxChildWindow::Destroy() in Destroy() 200 SfxChildWindow::~SfxChildWindow() in ~SfxChildWindow() 202 DBG_DTOR(SfxChildWindow,0); in ~SfxChildWindow() 211 SfxChildWindow* SfxChildWindow::CreateChildWindow( sal_uInt16 nId, in CreateChildWindow() 214 SfxChildWindow *pChild=0; in CreateChildWindow() 326 DBG_CHKTHIS(SfxChildWindow,0); in SetAlignment() 334 DBG_CHKTHIS(SfxChildWindow,0); in SetPosSizePixel() [all …]
|
H A D | workwin.cxx | 692 SfxChildWindow *pChild = pCW->pWin; in SaveStatus_Impl() 728 SfxChildWindow *pChild = pCW->pWin; in DeleteControllers_Impl() 1014 SfxChildWindow *pChild = pCW->pWin; in Close_Impl() 1030 SfxChildWindow *pChild = pCW->pWin; in PrepareClose_Impl() 1554 SfxChildWindow *pChildWin = pCW->pWin; in UpdateChildWindows_Impl() 1647 …SfxChildWindow *pChildWin = SfxChildWindow::CreateChildWindow( pCW->nId, pWorkWin, &GetBindings(),… in CreateChildWin_Impl() 1718 SfxChildWindow *pChildWin = pCW->pWin; in RemoveChildWin_Impl() 1916 SfxChildWindow *pChild = pCW->pWin; in ConfigChild_Impl() 2242 SfxChildWindow *pChild = pCW->pWin; in ToggleChildWindow_Impl() 2352 SfxChildWindow *pChild = pCW->pWin; in HasChildWindow_Impl() [all …]
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | childwin.hxx | 42 class SfxChildWindow; 86 typedef SfxChildWindow* (*SfxChildWinCtor)( ::Window *pParentWindow, 141 friend class SfxChildWindow; 166 class SFX2_DLLPUBLIC SfxChildWindow class 187 virtual ~SfxChildWindow(); 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(); \ [all …]
|
H A D | dockwin.hxx | 50 SfxChildWindow* pMgr; 76 SAL_DLLPRIVATE SfxChildWindow* GetChildWindow_Impl() { return pMgr; } in GetChildWindow_Impl() 81 SfxChildWindow *pCW, 85 SfxChildWindow *pCW, 127 class SfxDockingWrapper : public SfxChildWindow
|
H A D | basedlgs.hxx | 40 class SfxChildWindow; 109 SfxModelessDialog( SfxBindings*, SfxChildWindow*, 111 SfxModelessDialog( SfxBindings*, SfxChildWindow*, 143 SfxChildWindow *pCW, 147 SfxChildWindow *pCW,
|
H A D | navigat.hxx | 32 class SfxNavigatorWrapper : public SfxChildWindow 46 SfxChildWindow* pWrapper; 50 SfxChildWindow* pChildWin ,
|
H A D | layout.hxx | 35 class SfxChildWindow; 45 …w* parent, char const* xml_file, char const* id, SfxBindings* bindings=0, SfxChildWindow* child=0);
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | reffact.hxx | 32 class Class : public SfxChildWindow \ 63 class ScAcceptChgDlgWrapper: public SfxChildWindow 76 class ScSimpleRefDlgWrapper: public SfxChildWindow 99 class SC_DLLPUBLIC ScValidityRefChildWin : public SfxChildWindow 110 void Hide(){ if( !m_bVisibleLock) SfxChildWindow::Hide(); } in Hide() 111 …void Show( sal_uInt16 nFlags ){ if( !m_bVisibleLock ) SfxChildWindow::Show( nFlags … in Show()
|
/aoo42x/main/sw/source/ui/index/ |
H A D | idxmrk.cxx | 88 SfxChildWindow(pParentWindow, nId) in SFX_IMPL_CHILDWINDOW() 104 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in GetInfo() 124 SfxChildWindow(pParentWindow, nId) in SFX_IMPL_CHILDWINDOW() 139 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in GetInfo()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | reffact.cxx | 75 SfxChildWinInfo anInfo = SfxChildWindow::GetInfo(); in SFX_IMPL_MODELESSDIALOG() 97 : SfxChildWindow(pParentP, nId) \ 214 : SfxChildWindow(pParentP, nId) in ScSimpleRefDlgWrapper() 327 SfxChildWindow( pParentP, nId ) in ScAcceptChgDlgWrapper() 403 : SfxChildWindow(pParentP, nId), in ScValidityRefChildWin()
|
H A D | cellsh3.cxx | 304 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() 315 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() 379 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() 389 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() 399 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute() 946 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId ); in Execute()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | dockwin.cxx | 79 SfxChildWindow* pChildWin , 140 : SfxChildWindow( pParentWnd , nId ) in SfxDockingWrapper() 244 SfxChildWindow* SfxDockingWrapper::CreateImpl( in CreateImpl() 247 SfxChildWindow *pWin = new SfxDockingWrapper(pParent, nId, pBindings, pInfo); return pWin; in CreateImpl() 265 SfxChildWindow::RegisterChildWindow(pMod, pFact); in RegisterChildWindow() 271 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in GetInfo() 277 SfxChildWindow* pChildWin , in SfxTitleDockingWindow() 398 SfxChildWindow* pChildWindow = pWorkWindow->GetChildWindow_Impl(nID); in SfxDockingWindowFactory() 425 SfxChildWindow* pChildWindow = pWorkWindow->GetChildWindow_Impl(nID); in IsDockingWindowVisible() 904 SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, SfxChildWindow *pCW, in SfxDockingWindow() [all …]
|
H A D | partwnd.cxx | 69 : SfxChildWindow( pParentWnd, nId ) in SfxPartChildWnd_Impl() 140 SfxChildWindow* pChildWin, in SfxPartDockWnd_Impl() 214 SfxChildWindow* pChild = GetChildWindow_Impl(); in QueryClose() 235 SfxChildWindow* pChild = GetChildWindow_Impl(); in Notify()
|
H A D | basedlgs.cxx | 60 SfxChildWindow* pMgr; 84 SfxChildWindow* pMgr; 345 SfxChildWindow *pCW, in SfxModelessDialog() 364 SfxChildWindow *pCW, Window *pParent, in SfxModelessDialog() 531 SfxChildWindow *pCW, in SfxFloatingWindow() 550 SfxChildWindow *pCW, in SfxFloatingWindow()
|
/aoo42x/main/sfx2/source/inc/ |
H A D | recfloat.hxx | 32 class SfxRecordingFloatWrapper_Impl : public SfxChildWindow 48 SfxChildWindow* pWrapper; 53 SfxChildWindow* pChildWin ,
|
H A D | partwnd.hxx | 49 class SfxPartChildWnd_Impl : public SfxChildWindow 75 SfxChildWindow* pChildWin,
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsi.cxx | 89 SfxChildWindow* pWindow = GetViewFrame()->GetChildWindow( nId ); in ExecEffectWin() 122 SfxChildWindow* pWindow = GetViewFrame()->GetChildWindow( nId ); in Update3DWindow() 139 SfxChildWindow* pWin = GetViewFrame()->GetChildWindow( nId ); in AssignFrom3DWindow()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldwrap.cxx | 67 SfxChildWindow(pParentWindow, nId), in SFX_IMPL_CHILDWINDOW() 111 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in GetInfo() 169 SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); in SFX_IMPL_CHILDWINDOW()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | scmod.cxx | 1561 SfxChildWindow* lcl_GetChildWinFromAnyView( sal_uInt16 nId ) in lcl_GetChildWinFromAnyView() 1567 SfxChildWindow* pChildWnd = pViewFrm ? pViewFrm->GetChildWindow( nId ) : NULL; in lcl_GetChildWinFromAnyView() 1596 SfxChildWindow* pChildWnd = lcl_GetChildWinFromAnyView( nCurRefDlgId ); in IsModalMode() 1635 SfxChildWindow* pChildWnd = lcl_GetChildWinFromAnyView( nCurRefDlgId ); in IsTableLocked() 1654 SfxChildWindow* pChildWnd = lcl_GetChildWinFromAnyView( nCurRefDlgId ); in IsRefDialogOpen() 1673 SfxChildWindow* pChildWnd = lcl_GetChildWinFromAnyView( nCurRefDlgId ); in IsFormulaMode() 1723 SfxChildWindow* pChildWnd = lcl_GetChildWinFromAnyView( nCurRefDlgId ); in SetReference() 1763 SfxChildWindow* pChildWnd = lcl_GetChildWinFromAnyView( nCurRefDlgId ); in AddRefEntry() 1790 SfxChildWindow* pChildWnd = lcl_GetChildWinFromAnyView( nCurRefDlgId ); in EndReference()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | mailmergechildwindow.hxx | 40 SwMailMergeChildWin(SfxBindings*, SfxChildWindow*, Window *pParent); 50 class SwMailMergeChildWindow : public SfxChildWindow
|
H A D | syncbtn.hxx | 45 SwSyncBtnDlg(SfxBindings*, SfxChildWindow*, Window *pParent); 54 class SwSyncChildWin : public SfxChildWindow
|
H A D | idxmrk.hxx | 35 class SwInsertIdxMarkWrapper : public SfxChildWindow 53 class SwInsertAuthMarkWrapper : public SfxChildWindow
|
/aoo42x/main/svx/inc/svx/ |
H A D | galbrws.hxx | 35 class SVX_DLLPUBLIC GalleryChildWindow : public SfxChildWindow 88 GalleryBrowser( SfxBindings* pBindings, SfxChildWindow* pCW,
|
/aoo42x/main/avmedia/inc/avmedia/ |
H A D | mediaplayer.hxx | 49 class AVMEDIA_DLLPUBLIC MediaPlayer : public SfxChildWindow 68 MediaFloater( SfxBindings* pBindings, SfxChildWindow* pCW, Window* pParent );
|
/aoo42x/main/starmath/inc/ |
H A D | toolbox.hxx | 59 SfxChildWindow *pChildWindow, 73 class SmToolBoxWrapper : public SfxChildWindow
|