Lines Matching refs:_xProps
103 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readButtonModel()
106 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Toggle") ) )) in readButtonModel()
182 if (_xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("State") ) ) >>= nState) in readCheckBoxModel()
253 _xProps, _xPropState, in readComboBoxModel()
260 _xProps, _xPropState, in readComboBoxModel()
314 _xProps, _xPropState, in readListBoxModel()
322 _xProps, _xPropState, in readListBoxModel()
430 _xProps, _xPropState, in readGroupBoxModel()
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()
1153 …Any aDecorationAny( _xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Decoration")… in readDialogModel()