Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1912 const PPDValue* pResetValue = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in resetValue() local
1913 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 31 milliseconds