Lines Matching refs:sProp
756 String sProp( sCfgName ); in GetPathList() local
757 sProp = sCfgName; in GetPathList()
758 sProp += POSTFIX_INTERNAL; in GetPathList()
759 Any aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
774 sProp = sCfgName; in GetPathList()
775 sProp += POSTFIX_USER; in GetPathList()
776 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
790 sProp = sCfgName; in GetPathList()
791 sProp += POSTFIX_WRITABLE; in GetPathList()
792 aAny = pImpl->m_xPathSettings->getPropertyValue( sProp ); in GetPathList()
798 sProp = sCfgName; in GetPathList()
800 Property aProp = xInfo->getPropertyByName( sProp ); in GetPathList()
837 String sProp( sCfgName ); in SetPathList() local
838 sProp += POSTFIX_USER; in SetPathList()
840 pImpl->m_xPathSettings->setPropertyValue( sProp, aValue ); in SetPathList()
844 sProp = sCfgName; in SetPathList()
845 sProp += POSTFIX_WRITABLE; in SetPathList()
846 pImpl->m_xPathSettings->setPropertyValue( sProp, aValue ); in SetPathList()