Home
last modified time | relevance | path

Searched refs:m_xPathSettings (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/options/
H A Doptpath.cxx94 Reference< XPropertySet > m_xPathSettings; member
743 if ( !pImpl->m_xPathSettings.is() ) in GetPathList()
746 pImpl->m_xPathSettings = Reference< XPropertySet >( xSMgr->createInstance( in GetPathList()
753 if ( pImpl->m_xPathSettings.is() ) in GetPathList()
759 Any aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
776 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
792 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
818 if ( !pImpl->m_xPathSettings.is() ) in SetPathList()
828 if ( pImpl->m_xPathSettings.is() ) in SetPathList()
840 pImpl->m_xPathSettings->setPropertyValue( sProp, aValue ); in SetPathList()
[all …]
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx134 Reference< XFastPropertySet > m_xPathSettings; member in SvtPathOptions_Impl
290 Any a = m_xPathSettings->getFastPropertyValue( nHandle ); in GetPath()
315 Reference<XPropertySet> xPrSet(m_xPathSettings, UNO_QUERY); in IsPathReadonly()
362 m_xPathSettings->setFastPropertyValue( m_aMapEnumToPropHandle[ (sal_Int32)ePath], a ); in SetPath()
474 m_xPathSettings = Reference< XFastPropertySet >( xSMgr->createInstance( in SvtPathOptions_Impl()
478 if ( !m_xPathSettings.is() ) in SvtPathOptions_Impl()
492 Reference< XPropertySet > xPropertySet = Reference< XPropertySet >( m_xPathSettings, UNO_QUERY ); in SvtPathOptions_Impl()

Completed in 25 milliseconds