Home
last modified time | relevance | path

Searched refs:aChooser (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbasobj2.cxx244 MacroChooser aChooser(pParent, xDocFrame); in ChooseMacro() local
246 aChooser.SetMode(MacroChooser::ChooseOnly); in ChooseMacro()
251 aChooser.SetMode(MacroChooser::Recording); in ChooseMacro()
254 short nRetValue = aChooser.run(); in ChooseMacro()
264 pMethod = aChooser.GetMacro(); in ChooseMacro()
265 if ( !pMethod && aChooser.GetMode() == MacroChooser::Recording ) in ChooseMacro()
266 pMethod = aChooser.CreateMacro(); in ChooseMacro()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbasobj2.cxx242 MacroChooser aChooser(pParent, xDocFrame); in ChooseMacro() local
244 aChooser.SetMode(MacroChooser::ChooseOnly); in ChooseMacro()
249 aChooser.SetMode(MacroChooser::Recording); in ChooseMacro()
252 short nRetValue = aChooser.run(); in ChooseMacro()
262 pMethod = aChooser.GetMacro(); in ChooseMacro()
263 if ( !pMethod && aChooser.GetMode() == MacroChooser::Recording ) in ChooseMacro()
264 pMethod = aChooser.CreateMacro(); in ChooseMacro()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java882 JFileChooser aChooser = null; in askUserForFileURL() local
887 aChooser = new JFileChooser(); in askUserForFileURL()
889 aChooser = new JFileChooser(maLastDir); in askUserForFileURL()
893 nDecision = aChooser.showOpenDialog(aParent); in askUserForFileURL()
895 nDecision = aChooser.showSaveDialog(aParent); in askUserForFileURL()
901 maLastDir = aChooser.getCurrentDirectory(); in askUserForFileURL()
905 sFileURL = aChooser.getSelectedFile().toURI().toURL().toExternalForm(); in askUserForFileURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java882 JFileChooser aChooser = null; in askUserForFileURL() local
887 aChooser = new JFileChooser(); in askUserForFileURL()
889 aChooser = new JFileChooser(maLastDir); in askUserForFileURL()
893 nDecision = aChooser.showOpenDialog(aParent); in askUserForFileURL()
895 nDecision = aChooser.showSaveDialog(aParent); in askUserForFileURL()
901 maLastDir = aChooser.getCurrentDirectory(); in askUserForFileURL()
905 sFileURL = aChooser.getSelectedFile().toURI().toURL().toExternalForm(); in askUserForFileURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx384 CertificateChooser aChooser(m_xDialog.get(), xSecContexts, UserAction::Sign); in IMPL_LINK_NOARG() local
385 if (aChooser.run() == RET_OK) in IMPL_LINK_NOARG()
388 …if (!maSignatureManager.add(aChooser.GetSelectedCertificates()[0], aChooser.GetSelectedSecurityCon… in IMPL_LINK_NOARG()
389 aChooser.GetDescription(), nSecurityId, m_bAdESCompliant)) in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/dialogs/
H A Ddigitalsignaturesdialog.cxx388 CertificateChooser aChooser(m_xDialog.get(), xSecContexts, UserAction::Sign); in IMPL_LINK_NOARG() local
389 if (aChooser.run() == RET_OK) in IMPL_LINK_NOARG()
392 …if (!maSignatureManager.add(aChooser.GetSelectedCertificates()[0], aChooser.GetSelectedSecurityCon… in IMPL_LINK_NOARG()
393 aChooser.GetDescription(), nSecurityId, m_bAdESCompliant)) in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx648 CertificateChooser aChooser(Application::GetFrameWeld(mxParentWindow), xSecContexts, eAction); in chooseCertificatesImpl() local
653 if (aChooser.run() != RET_OK) in chooseCertificatesImpl()
656 xCerts = aChooser.GetSelectedCertificates(); in chooseCertificatesImpl()
657 rProperties["Description"] = aChooser.GetDescription(); in chooseCertificatesImpl()
658 rProperties["Usage"] = aChooser.GetUsageText(); in chooseCertificatesImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx690 CertificateChooser aChooser(Application::GetFrameWeld(mxParentWindow), xSecContexts, eAction); in chooseCertificatesImpl() local
695 if (aChooser.run() != RET_OK) in chooseCertificatesImpl()
698 xCerts = aChooser.GetSelectedCertificates(); in chooseCertificatesImpl()
699 rProperties["Description"] = aChooser.GetDescription(); in chooseCertificatesImpl()
700 rProperties["Usage"] = aChooser.GetUsageText(); in chooseCertificatesImpl()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes51782 positionChooser: aChooser
51785 aChooser boundsInWorld bottomLeft y + aChooser listHeight > aChooser world bottom
51786 ifTrue: [aChooser listMorph
51787 …bounds: (aChooser boundsInWorld topLeft - (0 @ aChooser listHeight) extent: aChooser width @ aChoo…
51788 ifFalse: [aChooser listMorph
51789 … bounds: (aChooser boundsInWorld bottomLeft extent: aChooser width @ aChooser listHeight)] ! !