Lines Matching refs:m_xPathSettings
94 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()
799 Reference< XPropertySetInfo > xInfo = pImpl->m_xPathSettings->getPropertySetInfo(); in GetPathList()
818 if ( !pImpl->m_xPathSettings.is() ) in SetPathList()
821 pImpl->m_xPathSettings = Reference< XPropertySet >( xSMgr->createInstance( in SetPathList()
828 if ( pImpl->m_xPathSettings.is() ) in SetPathList()
840 pImpl->m_xPathSettings->setPropertyValue( sProp, aValue ); in SetPathList()
846 pImpl->m_xPathSettings->setPropertyValue( sProp, aValue ); in SetPathList()