Searched refs:pDlgParent (Results 1 – 6 of 6) sorted by relevance
834 Window* pDlgParent = pTabViewShell->GetDialogParent(); in Execute() local875 …AbstractScAutoFormatDlg* pDlg = pFact->CreateScAutoFormatDlg( pDlgParent, ScGlobal::GetAutoFormat(… in Execute()898 ErrorBox( pDlgParent, WinBits( WB_OK | WB_DEF_OK ), in Execute()
2120 Window* pDlgParent = 0; in SetNumberingRuleByIndex() local2122 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()
1033 Window* pDlgParent = pFrm ? &pFrm->GetWindow() : 0; in UpdateLinks() local1039 GetLinkManager().UpdateAllLinks( bAskUpdate , sal_True, sal_False, pDlgParent ); in UpdateLinks()1042 GetLinkManager().UpdateAllLinks( bAskUpdate, sal_True, sal_False, pDlgParent ); in UpdateLinks()
1446 Window* pDlgParent = 0; in authorizeLinks() local1448 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()
2391 Window* pDlgParent = 0; in authorizeLinks() local2393 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()
1324 Window* pDlgParent = 0; in authorizeLinks() local1326 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()