Searched refs:extract_throw (Results 1 – 2 of 2) sorted by relevance
37 inline void extract_throw( T * p, ::com::sun::star::uno::Any const & a ) in extract_throw() function50 inline T extract_throw( ::com::sun::star::uno::Any const & a ) in extract_throw() function53 extract_throw<T>( &v, a ); in extract_throw()
103 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readButtonModel()106 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Toggle") ) )) in readButtonModel()719 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readCurrencyFieldModel()773 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readDateFieldModel()830 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readNumericFieldModel()879 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readTimeFieldModel()970 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readFormattedFieldModel()
Completed in 27 milliseconds