Lines Matching refs:Impl

81 class SvtInetOptions::Impl: public salhelper::ReferenceObject,  class in SvtInetOptions
95 Impl();
151 virtual inline ~Impl() { Commit(); } in ~Impl()
163 SvtInetOptions::Impl::Notify(star::uno::Sequence< rtl::OUString > const & in Notify()
181 void SvtInetOptions::Impl::Commit() in Commit()
207 SvtInetOptions::Impl::notifyListeners( in notifyListeners()
250 SvtInetOptions::Impl::Impl(): in Impl() function in SvtInetOptions::Impl
275 star::uno::Any SvtInetOptions::Impl::getProperty(Index nPropIndex) in getProperty()
329 void SvtInetOptions::Impl::setProperty(Index nIndex, in setProperty()
354 SvtInetOptions::Impl::addPropertiesChangeListener( in addPropertiesChangeListener()
367 SvtInetOptions::Impl::removePropertiesChangeListener( in removePropertiesChangeListener()
397 SvtInetOptions::Impl * SvtInetOptions::m_pImpl = 0;
406 m_pImpl = new Impl; in SvtInetOptions()
425 getProperty(Impl::INDEX_NO_PROXY)); in GetProxyNoProxy()
432 getProperty(Impl::INDEX_PROXY_TYPE)); in GetProxyType()
440 Impl::INDEX_FTP_PROXY_NAME)); in GetProxyFtpName()
447 getProperty(Impl::INDEX_FTP_PROXY_PORT)); in GetProxyFtpPort()
455 Impl::INDEX_HTTP_PROXY_NAME)); in GetProxyHttpName()
462 getProperty(Impl::INDEX_HTTP_PROXY_PORT)); in GetProxyHttpPort()
469 m_pImpl->setProperty(Impl::INDEX_NO_PROXY, in SetProxyNoProxy()
477 m_pImpl->setProperty(Impl::INDEX_PROXY_TYPE, in SetProxyType()
486 m_pImpl->setProperty(Impl::INDEX_FTP_PROXY_NAME, in SetProxyFtpName()
494 m_pImpl->setProperty(Impl::INDEX_FTP_PROXY_PORT, in SetProxyFtpPort()
503 m_pImpl->setProperty(Impl::INDEX_HTTP_PROXY_NAME, in SetProxyHttpName()
511 m_pImpl->setProperty(Impl::INDEX_HTTP_PROXY_PORT, in SetProxyHttpPort()