Home
last modified time | relevance | path

Searched defs:OptValue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/inc/oox/helper/
H A Dhelper.hxx194 class OptValue class
197 inline explicit OptValue() : maValue(), mbHasValue( false ) {} in OptValue() function in oox::OptValue
198 inline explicit OptValue( const Type& rValue ) : maValue( rValue ), mbHasValue( true ) {} in OptValue() function in oox::OptValue
199 …inline explicit OptValue( bool bHasValue, const Type& rValue ) : maValue( rValue ), mbHasValue… in OptValue() function in oox::OptValue

Completed in 11 milliseconds