Lines Matching refs:OUSTR

41     if (element->readProp( &style._border, OUSTR("Border") )) {  in readBorderProps()
44 if (element->readProp( &style._borderColor, OUSTR("BorderColor") )) in readBorderProps()
55 &style._descr, OUSTR("FontDescriptor") ); in readFontProps()
57 &style._fontEmphasisMark, OUSTR("FontEmphasisMark") ); in readFontProps()
59 &style._fontRelief, OUSTR("FontRelief") ); in readFontProps()
103 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readButtonModel()
104 readLongAttr( OUSTR("RepeatDelay"), in readButtonModel()
105 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readButtonModel()
106 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Toggle") ) )) in readButtonModel()
107 addAttribute( OUSTR(XMLNS_DIALOGS_PREFIX ":toggled"), OUSTR("1") ); in readButtonModel()
108 readBoolAttr( OUSTR("FocusOnClick"), in readButtonModel()
109 OUSTR(XMLNS_DIALOGS_PREFIX ":grab-focus") ); in readButtonModel()
150 if (readProp( OUSTR("VisualEffect") ) >>= aStyle._visualEffect) in readCheckBoxModel()
238 readBoolAttr( OUSTR("HideInactiveSelection"), in readComboBoxModel()
239 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readComboBoxModel()
360 if (readProp( OUSTR("VisualEffect") ) >>= aStyle._visualEffect) in readRadioButtonModel()
545 readBoolAttr( OUSTR("HideInactiveSelection"), in readEditModel()
546 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readEditModel()
626 readBoolAttr( OUSTR("HideInactiveSelection"), in readFileControlModel()
627 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readFileControlModel()
699 readBoolAttr( OUSTR("HideInactiveSelection"), in readCurrencyFieldModel()
700 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readCurrencyFieldModel()
719 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readCurrencyFieldModel()
720 readLongAttr( OUSTR("RepeatDelay"), in readCurrencyFieldModel()
721 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readCurrencyFieldModel()
757 readBoolAttr( OUSTR("HideInactiveSelection"), in readDateFieldModel()
758 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readDateFieldModel()
773 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readDateFieldModel()
774 readLongAttr( OUSTR("RepeatDelay"), in readDateFieldModel()
775 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readDateFieldModel()
812 readBoolAttr( OUSTR("HideInactiveSelection"), in readNumericFieldModel()
813 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readNumericFieldModel()
830 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readNumericFieldModel()
831 readLongAttr( OUSTR("RepeatDelay"), in readNumericFieldModel()
832 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readNumericFieldModel()
865 readBoolAttr( OUSTR("HideInactiveSelection"), in readTimeFieldModel()
866 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readTimeFieldModel()
879 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readTimeFieldModel()
880 readLongAttr( OUSTR("RepeatDelay"), in readTimeFieldModel()
881 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readTimeFieldModel()
916 readBoolAttr( OUSTR("HideInactiveSelection"), in readPatternFieldModel()
917 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readPatternFieldModel()
958 readBoolAttr( OUSTR("HideInactiveSelection"), in readFormattedFieldModel()
959 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readFormattedFieldModel()
970 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readFormattedFieldModel()
971 readLongAttr( OUSTR("RepeatDelay"), in readFormattedFieldModel()
972 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readFormattedFieldModel()
1099 readLongAttr( OUSTR("ScrollValueMin"), in readScrollBarModel()
1100 OUSTR(XMLNS_DIALOGS_PREFIX ":minpos") ); in readScrollBarModel()
1103 readLongAttr( OUSTR("RepeatDelay"), OUSTR(XMLNS_DIALOGS_PREFIX ":repeat") ); in readScrollBarModel()