Searched refs:GetActiveDialogParent (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 467 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() 1154 _pParent ? _pParent : GetActiveDialogParent(), &aText ); in ExecuteChangeProtectionDialog() 1179 InfoBox aBox( GetActiveDialogParent(), in ExecuteChangeProtectionDialog() 1225 WaitObject aWaitObj( GetActiveDialogParent() ); in DoRecalc() 1246 WaitObject aWaitObj( GetActiveDialogParent() ); in DoHardRecalc() 1512 ScWaitCursorOff aWaitOff( GetActiveDialogParent() ); in PageStyleModified() 1513 InfoBox aInfoBox(GetActiveDialogParent(), in PageStyleModified() 1576 WaitObject aWait( GetActiveDialogParent() ); in ExecutePageStyle() [all …]
|
H A D | docsh.cxx | 676 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 D | dbdocfun.cxx | 479 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 D | docsh5.cxx | 78 Window* pParent = GetActiveDialogParent(); in ErrorMessage() 576 InfoBox aBox( GetActiveDialogParent(), in DoConsolidate() 584 WaitObject aWait( GetActiveDialogParent() ); in DoConsolidate() 784 InfoBox aBox(GetActiveDialogParent(), in UseScenario() 791 InfoBox aBox(GetActiveDialogParent(), in UseScenario()
|
H A D | docfunc.cxx | 388 Window* pWaitWin = rDocShell.GetActiveDialogParent(); in DetectiveMarkInvalid() 1443 …WaitObject aWait( rDocShell.GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei UpdateR… in InsertCells() 2690 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in InsertTable() 2744 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in DeleteTable() 3716 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in AutoFormat() 3828 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in EnterMatrix() 3918 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in TabOp() 3991 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in FillSimple() 4091 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in FillSeries() 4260 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in FillAuto() [all …]
|
H A D | docsh3.cxx | 1273 … ScConflictsDlg aDlg( GetActiveDialogParent(), GetViewData(), &rSharedDoc, aConflictsList ); in MergeSharedDocument() 1276 QueryBox aBox( GetActiveDialogParent(), WinBits( WB_YES_NO | WB_DEF_YES ), in MergeSharedDocument() 1391 InfoBox aInfoBox( GetActiveDialogParent(), ScGlobal::GetRscString( STR_DOC_UPDATED ) ); in MergeSharedDocument()
|
H A D | dbdocimp.cxx | 156 Window* pWaitWin = rDocShell.GetActiveDialogParent(); in DoImport() 667 InfoBox aInfoBox( rDocShell.GetActiveDialogParent(), aErrorMessage ); in DoImport()
|
H A D | impex.cxx | 1345 ScReplaceWarnBox aBox( pDocSh->GetActiveDialogParent() ); in ExtText2Doc()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 295 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Update… in Undo() 303 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Update… in Redo() 527 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Update… in Undo() 546 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Update… in Redo() 673 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Update… in Undo() 719 …WaitObject aWait( pDocShell->GetActiveDialogParent() ); // wichtig wegen TrackFormulas bei Update… in Redo()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | spelleng.cxx | 377 return mrDocShell.GetActiveDialogParent(); in GetDialogParent()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 281 Window* GetActiveDialogParent();
|
/aoo41x/main/sc/source/ui/app/ |
H A D | scmod.cxx | 1146 WaitObject aWait( pDocSh->GetActiveDialogParent() ); in ModifyOptions() 1262 WaitObject aWait( pDocSh->GetActiveDialogParent() ); in ModifyOptions()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 1552 WaitObject aWait( pDocShell->GetActiveDialogParent() ); in seekGoal()
|
Completed in 258 milliseconds