Home
last modified time | relevance | path

Searched refs:ReInitDlg (Results 1 – 21 of 21) sorted by path

/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1133 ((ScAcceptChgDlgWrapper*)pChild)->ReInitDlg(); in UpdateAcceptChangesDialog()
/trunk/main/sc/source/ui/inc/
H A Dreffact.hxx73 virtual void ReInitDlg();
/trunk/main/sc/source/ui/view/
H A Dreffact.cxx343 void ScAcceptChgDlgWrapper::ReInitDlg() in ReInitDlg() function in ScAcceptChgDlgWrapper
H A Dtabvwsh4.cxx203 ((ScAcceptChgDlgWrapper*)pChild)->ReInitDlg(); in Activate()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx295 virtual void ReInitDlg() = 0;
319 virtual void ReInitDlg(SwWrtShell& rWrtShell) = 0;
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1632 pWrp->ReInitDlg( this ); in UpdateChildWindows()
1638 pRed->ReInitDlg( this ); in UpdateChildWindows()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx372 void AbstractSwFldDlg_Impl::ReInitDlg() in ReInitDlg() function in AbstractSwFldDlg_Impl
374 pDlg->ReInitDlg(); in ReInitDlg()
590 void AbstractIndexMarkFloatDlg_Impl::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() function in AbstractIndexMarkFloatDlg_Impl
592 pDlg->ReInitDlg( rWrtShell); in ReInitDlg()
601 void AbstractAuthMarkFloatDlg_Impl::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() function in AbstractAuthMarkFloatDlg_Impl
603 pDlg->ReInitDlg( rWrtShell); in ReInitDlg()
H A Dswdlgfact.hxx228 virtual void ReInitDlg();
389 virtual void ReInitDlg(SwWrtShell& rWrtShell);
399 virtual void ReInitDlg(SwWrtShell& rWrtShell);
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx245 void SwFldDlg::ReInitDlg() in ReInitDlg() function in SwFldDlg
H A Dfldwrap.cxx90 sal_Bool SwChildWinWrapper::ReInitDlg(SwDocShell *) in ReInitDlg() function in SwChildWinWrapper
141 sal_Bool SwFldDlgWrapper::ReInitDlg(SwDocShell *pDocSh) in ReInitDlg() function in SwFldDlgWrapper
145 if ((bRet = SwChildWinWrapper::ReInitDlg(pDocSh)) == sal_True) // Sofort aktualisieren, Dok-Wechsel in ReInitDlg()
147 pDlgInterface->ReInitDlg(); in ReInitDlg()
199 sal_Bool SwFldDataOnlyDlgWrapper::ReInitDlg(SwDocShell *pDocSh) in ReInitDlg() function in SwFldDataOnlyDlgWrapper
202 …if ((bRet = SwChildWinWrapper::ReInitDlg(pDocSh)) == sal_True) // Sofort aktualisieren, Dok-Wechs… in ReInitDlg()
204 pDlgInterface->ReInitDlg(); in ReInitDlg()
/trunk/main/sw/source/ui/inc/
H A Dchldwrap.hxx43 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
H A Dfldtdlg.hxx58 void ReInitDlg();
H A Dfldwrap.hxx38 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
54 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
H A Didxmrk.hxx47 void ReInitDlg(SwWrtShell& rWrtShell);
65 void ReInitDlg(SwWrtShell& rWrtShell);
H A Dredlndlg.hxx179 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
H A Dswuiidxmrk.hxx168 void ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark* pCurTOXMark = 0);
185 void ReInitDlg(SwWrtShell& rWrtShell);
197 void ReInitDlg(SwWrtShell& rWrtShell);
259 void ReInitDlg(SwWrtShell& rWrtShell);
274 void ReInitDlg(SwWrtShell& rWrtShell);
286 void ReInitDlg(SwWrtShell& rWrtShell);
/trunk/main/sw/source/ui/index/
H A Didxmrk.cxx109 void SwInsertIdxMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() function in SwInsertIdxMarkWrapper
111 pAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
145 void SwInsertAuthMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() function in SwInsertAuthMarkWrapper
147 pAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
H A Dswuiidxmrk.cxx1084 void SwIndexMarkDlg::ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark* pCurTOXMark) in ReInitDlg() function in SwIndexMarkDlg
1112 aDlg.ReInitDlg(*::GetActiveWrtShell()); in SwIndexMarkFloatDlg()
1124 void SwIndexMarkFloatDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() function in SwIndexMarkFloatDlg
1126 aDlg.ReInitDlg( rWrtShell ); in ReInitDlg()
1137 aDlg.ReInitDlg(rSh, pCurTOXMark); in SwIndexMarkModalDlg()
1310 void SwAuthMarkDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() function in SwAuthMarkDlg
1912 aDlg.ReInitDlg(*pWrtShell); in SwAuthMarkFloatDlg()
1923 void SwAuthMarkFloatDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() function in SwAuthMarkFloatDlg
1925 aDlg.ReInitDlg( rWrtShell ); in ReInitDlg()
1936 aDlg.ReInitDlg(rSh); in SwAuthMarkModalDlg()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx108 sal_Bool SwRedlineAcceptChild::ReInitDlg(SwDocShell *pDocSh) in ReInitDlg() function in SwRedlineAcceptChild
112 if ((bRet = SwChildWinWrapper::ReInitDlg(pDocSh)) == sal_True) // Sofort aktualisieren, Dok-Wechsel in ReInitDlg()
/trunk/main/sw/source/ui/uiview/
H A Dview1.cxx111 pWrp->ReInitDlg(GetDocShell()); in Activate()
117 pRed->ReInitDlg(GetDocShell()); in Activate()
123 pIdxMrk->ReInitDlg(*pWrtShell); in Activate()
130 pAuthMrk->ReInitDlg(*pWrtShell); in Activate()
H A Dview2.cxx713 pRed->ReInitDlg(GetDocShell()); in Execute()
2492 pRed->ReInitDlg( GetDocShell() ); in IMPL_LINK()

Completed in 159 milliseconds