Home
last modified time | relevance | path

Searched refs:pReturnDialog (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/screenshots/
H A Dscreenshots.cxx133 VclPtr<VclAbstractDialog> pReturnDialog; in createDialogByID() local
144 pReturnDialog = mpFact->CreateScInsertTableDlg( in createDialogByID()
152 pReturnDialog = mpFact->CreateScDeleteCellDlg(mpViewShell->GetFrameWeld(), false); in createDialogByID()
158 pReturnDialog = mpFact->CreateScInsertContentsDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
170 pReturnDialog = mpFact->CreateScDataPilotDatabaseDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
181 pReturnDialog = mpFact->CreateScDeleteContentsDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
187 pReturnDialog = mpFact->CreateScNameCreateDlg( in createDialogByID()
196 pReturnDialog = mpFact->CreateScStringInputDlg(mpViewShell->GetFrameWeld(), in createDialogByID()
204 pReturnDialog = mpFact->CreateScTabBgColorDlg(mpViewShell->GetFrameWeld(), in createDialogByID()
212 pReturnDialog = mpFact->CreateScTextImportOptionsDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/screenshots/
H A Dscreenshots.cxx133 VclPtr<VclAbstractDialog> pReturnDialog; in createDialogByID() local
144 pReturnDialog = mpFact->CreateScInsertTableDlg( in createDialogByID()
152 pReturnDialog = mpFact->CreateScDeleteCellDlg(mpViewShell->GetFrameWeld(), false); in createDialogByID()
158 pReturnDialog = mpFact->CreateScInsertContentsDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
170 pReturnDialog = mpFact->CreateScDataPilotDatabaseDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
181 pReturnDialog = mpFact->CreateScDeleteContentsDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
187 pReturnDialog = mpFact->CreateScNameCreateDlg( in createDialogByID()
197 pReturnDialog = mpFact->CreateScStringInputDlg(mpViewShell->GetFrameWeld(), in createDialogByID()
205 pReturnDialog = mpFact->CreateScTabBgColorDlg(mpViewShell->GetFrameWeld(), in createDialogByID()
213 pReturnDialog = mpFact->CreateScTextImportOptionsDlg(mpViewShell->GetFrameWeld()); in createDialogByID()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/qa/unit/
H A Dcui-dialogs-test.cxx66 VclPtr<VclAbstractDialog> pReturnDialog; in createDialogByID() local
72 pReturnDialog = mpFact->CreateSvxFormatCellsDialog(nullptr, mxAttr.get(), *mxModel); in createDialogByID()
78 pReturnDialog = mpFact->CreateTextTabDialog(nullptr, mxAttr.get(), nullptr); in createDialogByID()
86 return pReturnDialog; in createDialogByID()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/qa/unit/
H A Dcui-dialogs-test.cxx71 VclPtr<VclAbstractDialog> pReturnDialog; in createDialogByID() local
77 pReturnDialog = mpFact->CreateSvxFormatCellsDialog( in createDialogByID()
84 pReturnDialog = mpFact->CreateTextTabDialog( in createDialogByID()
93 return pReturnDialog; in createDialogByID()