Searched defs:assignIfUsed (Results 1 – 3 of 3) sorted by relevance
73 void TextFont::assignIfUsed( const TextFont& rTextFont ) in assignIfUsed() function in oox::drawingml::TextFont
81 … inline void assignIfUsed( const Color& rColor ) { if( rColor.isUsed() ) *this = rColor; } in assignIfUsed() function in oox::drawingml::Color
213 …inline void assignIfUsed( const OptValue& rValue ) { if( rValue.mbHasValue ) set( rValue.m… in assignIfUsed() function in oox::OptValue
Completed in 13 milliseconds