Searched refs:pResetValue (Results 1 – 1 of 1) sorted by relevance
1912 const PPDValue* pResetValue = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in resetValue() local1913 if( ! pResetValue ) in resetValue()1914 pResetValue = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "False" ) ) ); in resetValue()1915 if( ! pResetValue && bDefaultable ) in resetValue()1916 pResetValue = pKey->getDefaultValue(); in resetValue()1918 … bool bRet = pResetValue ? ( setValue( pKey, pResetValue ) == pResetValue ? true : false ) : false; in resetValue()
Completed in 24 milliseconds