Searched defs:OptValue (Results 1 – 1 of 1) sorted by relevance
194 class OptValue class197 inline explicit OptValue() : maValue(), mbHasValue( false ) {} in OptValue() function in oox::OptValue198 inline explicit OptValue( const Type& rValue ) : maValue( rValue ), mbHasValue( true ) {} in OptValue() function in oox::OptValue199 …inline explicit OptValue( bool bHasValue, const Type& rValue ) : maValue( rValue ), mbHasValue… in OptValue() function in oox::OptValue
Completed in 16 milliseconds