Searched refs:io_attribute (Results 1 – 1 of 1) sorted by relevance
107 void impl_set( TYPE & io_attribute, TYPE const & i_newValue, sal_Char const * i_attributeName ) in impl_set() argument110 if ( io_attribute == i_newValue ) in impl_set()113 TYPE const aOldValue( io_attribute ); in impl_set()114 io_attribute = i_newValue; in impl_set()115 …om::sun::star::uno::makeAny( aOldValue ), ::com::sun::star::uno::makeAny( io_attribute ), aGuard ); in impl_set()
Completed in 22 milliseconds