Home
last modified time | relevance | path

Searched refs:mpDlg (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dhyperdlg.cxx35 mpDlg( nullptr ) in SFX_IMPL_CHILDWINDOW_WITHID()
39 mpDlg = pFact->CreateSvxHpLinkDlg(this, pBindings, _pParent->GetFrameWeld()); in SFX_IMPL_CHILDWINDOW_WITHID()
40 SetController( mpDlg->GetController() ); in SFX_IMPL_CHILDWINDOW_WITHID()
73 return !mpDlg || mpDlg->QueryClose(); in QueryClose()
78 mpDlg.disposeAndClear(); in ~SvxHlinkDlgWrapper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dhyperdlg.cxx40 mpDlg( nullptr ) in SFX_IMPL_CHILDWINDOW_WITHID()
44 mpDlg = pFact->CreateSvxHpLinkDlg(this, pBindings, _pParent->GetFrameWeld()); in SFX_IMPL_CHILDWINDOW_WITHID()
45 SetController( mpDlg->GetController() ); in SFX_IMPL_CHILDWINDOW_WITHID()
77 return !mpDlg || mpDlg->QueryClose(); in QueryClose()
82 mpDlg.disposeAndClear(); in ~SvxHlinkDlgWrapper()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A DPlacesListBox.cxx20 , mpDlg(pFileDlg) in PlacesListBox()
105 mpDlg->RemovablePlaceSelected(); in IMPL_LINK_NOARG()
107 mpDlg->RemovablePlaceSelected(false); in IMPL_LINK_NOARG()
118 PlaceEditDialog aDlg(mpDlg->getDialog(), pPlace); in IMPL_LINK_NOARG()
145 mpDlg->OpenURL_Impl( pPlace->GetUrl( ) ); in updateView()
H A DPlacesListBox.hxx29 SvtFileDialog* mpDlg; member in PlacesListBox
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A DPlacesListBox.cxx21 , mpDlg(pFileDlg) in PlacesListBox()
106 mpDlg->RemovablePlaceSelected(); in IMPL_LINK_NOARG()
108 mpDlg->RemovablePlaceSelected(false); in IMPL_LINK_NOARG()
119 PlaceEditDialog aDlg(mpDlg->getDialog(), pPlace); in IMPL_LINK_NOARG()
146 mpDlg->OpenURL_Impl( pPlace->GetUrl( ) ); in updateView()
H A DPlacesListBox.hxx30 SvtFileDialog* mpDlg; member in PlacesListBox
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DShuttleGui.cpp130 : mpDlg{ pParent } in ShuttleGuiBase()
652 mpDlg->GetTextExtent( wxT("9"), &width, nullptr ); in AddTextBox()
1268 wxWindow * pWnd = wxWindow::FindWindowById( miId, mpDlg); in DoTieCheckBox()
1304 wxWindow * pWnd = wxWindow::FindWindowById( miId, mpDlg); in DoTieCheckBoxOnRight()
1343 wxWindow * pWnd = wxWindow::FindWindowById( miId, mpDlg); in DoTieSpinCtrl()
1381 wxWindow * pWnd = wxWindow::FindWindowById( miId, mpDlg); in DoTieTextBox()
1419 wxWindow * pWnd = wxWindow::FindWindowById( miId, mpDlg); in DoTieNumericTextBox()
1514 wxWindow * pWnd = wxWindow::FindWindowById( miId, mpDlg); in TieChoice()
1522 wxWindow * pWnd = wxWindow::FindWindowById( miId, mpDlg); in TieChoice()
2144 ApplyItem( 0, mItem, mpWind, mpDlg ); in UpdateSizersCore()
[all …]
H A DShuttleGui.h530 wxWindow *const mpDlg;
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx81 , mpDlg(pDlg) in CertificateViewerTP()
99 sal_Int32 certStatus = mpDlg->mxSecurityEnvironment->verifyCertificate(mpDlg->mxCert, in CertificateViewerGeneralTP()
111 css::uno::Reference< css::security::XCertificate > xCert = mpDlg->mxCert; in CertificateViewerGeneralTP()
173 Reference< security::XCertificate > xCert = mpDlg->mxCert; in CertificateViewerDetailsTP()
218 CertificateChooser* pChooser = mpDlg->GetParentChooser(); in CertificateViewerDetailsTP()
221 aLBEntry = CertificateChooser::UsageInClearText( mpDlg->mxCert->getCertificateUsage() ); in CertificateViewerDetailsTP()
293 sal_Int32 certStatus = mpDlg->mxSecurityEnvironment->verifyCertificate(rCert, in ActivatePage()
328 CertificateViewer aViewer(mpDlg->getDialog(), mpDlg->mxSecurityEnvironment, in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx77 , mpDlg(pDlg) in CertificateViewerTP()
95 sal_Int32 certStatus = mpDlg->mxSecurityEnvironment->verifyCertificate(mpDlg->mxCert, in CertificateViewerGeneralTP()
107 css::uno::Reference< css::security::XCertificate > xCert = mpDlg->mxCert; in CertificateViewerGeneralTP()
169 Reference< security::XCertificate > xCert = mpDlg->mxCert; in CertificateViewerDetailsTP()
214 CertificateChooser* pChooser = mpDlg->GetParentChooser(); in CertificateViewerDetailsTP()
217 aLBEntry = CertificateChooser::UsageInClearText( mpDlg->mxCert->getCertificateUsage() ); in CertificateViewerDetailsTP()
287 sal_Int32 certStatus = mpDlg->mxSecurityEnvironment->verifyCertificate(rCert, in ActivatePage()
323 CertificateViewer aViewer(mpDlg->getDialog(), mpDlg->mxSecurityEnvironment, in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dhyperdlg.hxx37 VclPtr<AbstractSvxHpLinkDlg> mpDlg; member in SvxHlinkDlgWrapper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dhyperdlg.hxx37 VclPtr<AbstractSvxHpLinkDlg> mpDlg; member in SvxHlinkDlgWrapper
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/inc/
H A Dcertificateviewer.hxx66 CertificateViewer* mpDlg; member in CertificateViewerTP
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/inc/
H A Dcertificateviewer.hxx71 CertificateViewer* mpDlg; member in CertificateViewerTP