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()
1018 Window* pDlgParent = pFrm ? &pFrm->GetWindow() : 0; in UpdateLinks() local1024 GetLinkManager().UpdateAllLinks( bAskUpdate , sal_True, sal_False, pDlgParent ); in UpdateLinks()1027 GetLinkManager().UpdateAllLinks( bAskUpdate, sal_True, sal_False, pDlgParent ); in UpdateLinks()
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()
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()
2375 Window* pDlgParent = 0; in authorizeLinks() local2377 pDlgParent = &pFrm->GetWindow(); in authorizeLinks()2378 if ( !pDlgParent ) in authorizeLinks()2379 pDlgParent = pDocShell->GetDialogParent( pMedium ); in authorizeLinks()2380 if ( pDlgParent ) in authorizeLinks()2381 return pLinkMgr.GetUserAllowsLinkUpdate( pDlgParent ); in authorizeLinks()
1326 Window* pDlgParent = 0; in authorizeLinks() local1328 pDlgParent = &pFrm->GetWindow(); in authorizeLinks()1329 if ( !pDlgParent ) in authorizeLinks()1330 pDlgParent = pDocShell->GetDialogParent( pMedium ); in authorizeLinks()1331 if ( pDlgParent ) in authorizeLinks()1332 return pLinkMgr->GetUserAllowsLinkUpdate( pDlgParent ); in authorizeLinks()