Date: prev next · Thread: first prev next last
2020 Archives by date, by thread · List index


Hello,

I'm giving a try to tdf#46014 (LibreOffice cannot connect to the internet
via a proxy that requires authentification).
First I thought about reducing the use of m_xConfigurationUpdateAccess.
For this, I'd like to use "officecfg::...".
The problem is, I'm not sure if I should use it to replace in
SvxProxyTabPage::ReadConfigData_Impl
which uses:
Reference< container::XNameAccess >
xNameAccess(m_xConfigurationUpdateAccess, UNO_QUERY_THROW);

(see
https://opengrok.libreoffice.org/xref/core/cui/source/options/optinet2.cxx?r=ed1ece19#192)

or SvxProxyTabPage::ReadConfigDefaults_Impl
which uses:
Reference< beans::XPropertyState >
xPropertyState(m_xConfigurationUpdateAccess, UNO_QUERY_THROW);

(see
https://opengrok.libreoffice.org/xref/core/cui/source/options/optinet2.cxx?r=ed1ece19#251)

I think only one is concerned.

If I remember well officecfg::... uses ./user/registrymodifications.xcu
I must recognize that reading:
-
https://opengrok.libreoffice.org/xref/core/udkapi/com/sun/star/container/XNameAccess.idl?r=3bf4af8d
-
https://opengrok.libreoffice.org/xref/core/udkapi/com/sun/star/beans/XPropertyState.idl?r=3bf4af8d
didn't help me to find the one which would correspond.

Any thoughts here?

Julien



--
Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.