Home
last modified time | relevance | path

Searched refs:pDlgParent (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx834 Window* pDlgParent = pTabViewShell->GetDialogParent(); in Execute() local
875 …AbstractScAutoFormatDlg* pDlg = pFact->CreateScAutoFormatDlg( pDlgParent, ScGlobal::GetAutoFormat(… in Execute()
898 ErrorBox( pDlgParent, WinBits( WB_OK | WB_DEF_OK ), in Execute()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx2120 Window* pDlgParent = 0; in SetNumberingRuleByIndex() local
2122 pDlgParent = &pFrm->GetWindow(); in SetNumberingRuleByIndex()
2123 if ( !pDlgParent ) in SetNumberingRuleByIndex()
2124 pDlgParent = myDocShell->GetDialogParent( pMedium ); in SetNumberingRuleByIndex()
2125 if ( pDlgParent ) in SetNumberingRuleByIndex()
2126 if ( !pLinkMgr.GetUserAllowsLinkUpdate( pDlgParent )) { in SetNumberingRuleByIndex()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx1033 Window* pDlgParent = pFrm ? &pFrm->GetWindow() : 0; in UpdateLinks() local
1039 GetLinkManager().UpdateAllLinks( bAskUpdate , sal_True, sal_False, pDlgParent ); in UpdateLinks()
1042 GetLinkManager().UpdateAllLinks( bAskUpdate, sal_True, sal_False, pDlgParent ); in UpdateLinks()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1446 Window* pDlgParent = 0; in authorizeLinks() local
1448 pDlgParent = &pFrm->GetWindow(); in authorizeLinks()
1449 if ( !pDlgParent ) in authorizeLinks()
1450 pDlgParent = mpDocShell->GetDialogParent( pMedium ); in authorizeLinks()
1451 if ( pDlgParent ) in authorizeLinks()
1452 return pLinkMgr->GetUserAllowsLinkUpdate( pDlgParent ); in authorizeLinks()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2391 Window* pDlgParent = 0; in authorizeLinks() local
2393 pDlgParent = &pFrm->GetWindow(); in authorizeLinks()
2394 if ( !pDlgParent ) in authorizeLinks()
2395 pDlgParent = pDocShell->GetDialogParent( pMedium ); in authorizeLinks()
2396 if ( pDlgParent ) in authorizeLinks()
2397 return pLinkMgr.GetUserAllowsLinkUpdate( pDlgParent ); in authorizeLinks()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1324 Window* pDlgParent = 0; in authorizeLinks() local
1326 pDlgParent = &pFrm->GetWindow(); in authorizeLinks()
1327 if ( !pDlgParent ) in authorizeLinks()
1328 pDlgParent = pDocShell->GetDialogParent( pMedium ); in authorizeLinks()
1329 if ( pDlgParent ) in authorizeLinks()
1330 return pLinkMgr->GetUserAllowsLinkUpdate( pDlgParent ); in authorizeLinks()