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()721 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readCurrencyFieldModel()775 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readDateFieldModel()832 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readNumericFieldModel()881 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readTimeFieldModel()972 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readFormattedFieldModel()
Completed in 15 milliseconds