Home
last modified time | relevance | path

Searched refs:GetActiveDialogParent (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx467 QueryBox aBox( GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in Execute()
504 QueryBox aBox( GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in Execute()
606 WarningBox aBox( pParent ? pParent : GetActiveDialogParent(), in Execute()
673 WarningBox aBox( GetActiveDialogParent(), in Execute()
888 …bstractScNewScenarioDlg* pNewDlg = pFact->CreateScNewScenarioDlg( GetActiveDialogParent(), aName, … in Execute()
941 ScShareDocumentDlg aDlg( GetActiveDialogParent(), pViewData ); in Execute()
952 … QueryBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ), in Execute()
1044 … WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ), aMessage ); in Execute()
1049 … WarningBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ), in Execute()
1083 WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ), in Execute()
[all …]
H A Ddocsh.cxx676 WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ), in Notify()
809 … WarningBox aBox( GetActiveDialogParent(), WinBits( WB_RETRY_CANCEL | WB_DEF_RETRY ), aMessage ); in Notify()
884 WarningBox aBox( GetActiveDialogParent(), WinBits( WB_OK ), in Notify()
965 WaitObject aWait( GetActiveDialogParent() ); in LoadFrom()
2135 WaitObject aWait( GetActiveDialogParent() ); in ConvertTo()
2214 WaitObject aWait( GetActiveDialogParent() ); in ConvertTo()
2243 WaitObject aWait( GetActiveDialogParent() ); in ConvertTo()
2314 WaitObject aWait( GetActiveDialogParent() ); in ConvertTo()
2329 WaitObject aWait( GetActiveDialogParent() ); in ConvertTo()
2346 WaitObject aWait( GetActiveDialogParent() ); in ConvertTo()
[all …]
H A Ddbdocfun.cxx479 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in Sort()
755 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in Query()
1028 bOk = ( MessBox( rDocShell.GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in DoSubTotals()
1037 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in DoSubTotals()
1172 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in DataPilotUpdate()
1362 … QueryBox aBox( rDocShell.GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in DataPilotUpdate()
1451 InfoBox aInfoBox(rDocShell.GetActiveDialogParent(), in UpdateImport()
H A Ddocsh5.cxx78 Window* pParent = GetActiveDialogParent(); in ErrorMessage()
574 InfoBox aBox( GetActiveDialogParent(), in DoConsolidate()
582 WaitObject aWait( GetActiveDialogParent() ); in DoConsolidate()
782 InfoBox aBox(GetActiveDialogParent(), in UseScenario()
789 InfoBox aBox(GetActiveDialogParent(), in UseScenario()
H A Ddocfunc.cxx384 Window* pWaitWin = rDocShell.GetActiveDialogParent(); in DetectiveMarkInvalid()
1439 …WaitObject aWait( rDocShell.GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in InsertCells()
2003 …WaitObject aWait( rDocShell.GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in DeleteCells()
2686 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in InsertTable()
2740 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in DeleteTable()
3514 … InfoBox aBox( rDocShell.GetActiveDialogParent(), String( ScResId( SCSTR_WRONGPASSWORD ) ) ); in Unprotect()
3544 … InfoBox aBox( rDocShell.GetActiveDialogParent(), String( ScResId( SCSTR_WRONGPASSWORD ) ) ); in Unprotect()
3712 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in AutoFormat()
3824 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in EnterMatrix()
3914 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in TabOp()
[all …]
H A Ddocsh3.cxx1267 … ScConflictsDlg aDlg( GetActiveDialogParent(), GetViewData(), &rSharedDoc, aConflictsList ); in MergeSharedDocument()
1270 QueryBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ), in MergeSharedDocument()
1385 InfoBox aInfoBox( GetActiveDialogParent(), ScGlobal::GetRscString( STR_DOC_UPDATED ) ); in MergeSharedDocument()
H A Ddbdocimp.cxx156 Window* pWaitWin = rDocShell.GetActiveDialogParent(); in DoImport()
667 InfoBox aInfoBox( rDocShell.GetActiveDialogParent(), aErrorMessage ); in DoImport()
H A Dimpex.cxx1345 ScReplaceWarnBox aBox( pDocSh->GetActiveDialogParent() ); in ExtText2Doc()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx295 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Undo()
303 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Redo()
527 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Undo()
546 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Redo()
673 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Undo()
719 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Upd… in Redo()
/trunk/main/sc/source/ui/view/
H A Dspelleng.cxx377 return mrDocShell.GetActiveDialogParent(); in GetDialogParent()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx281 Window* GetActiveDialogParent();
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx1146 WaitObject aWait( pDocSh->GetActiveDialogParent() ); in ModifyOptions()
1262 WaitObject aWait( pDocSh->GetActiveDialogParent() ); in ModifyOptions()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1581 WaitObject aWait( pDocShell->GetActiveDialogParent() ); in seekGoal()