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()
628 readBoolAttr( OUSTR("HideInactiveSelection"), in readFileControlModel()
629 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readFileControlModel()
701 readBoolAttr( OUSTR("HideInactiveSelection"), in readCurrencyFieldModel()
702 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readCurrencyFieldModel()
721 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readCurrencyFieldModel()
722 readLongAttr( OUSTR("RepeatDelay"), in readCurrencyFieldModel()
723 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readCurrencyFieldModel()
759 readBoolAttr( OUSTR("HideInactiveSelection"), in readDateFieldModel()
760 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readDateFieldModel()
775 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readDateFieldModel()
776 readLongAttr( OUSTR("RepeatDelay"), in readDateFieldModel()
777 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readDateFieldModel()
814 readBoolAttr( OUSTR("HideInactiveSelection"), in readNumericFieldModel()
815 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readNumericFieldModel()
832 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readNumericFieldModel()
833 readLongAttr( OUSTR("RepeatDelay"), in readNumericFieldModel()
834 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readNumericFieldModel()
867 readBoolAttr( OUSTR("HideInactiveSelection"), in readTimeFieldModel()
868 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readTimeFieldModel()
881 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readTimeFieldModel()
882 readLongAttr( OUSTR("RepeatDelay"), in readTimeFieldModel()
883 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readTimeFieldModel()
918 readBoolAttr( OUSTR("HideInactiveSelection"), in readPatternFieldModel()
919 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readPatternFieldModel()
960 readBoolAttr( OUSTR("HideInactiveSelection"), in readFormattedFieldModel()
961 OUSTR(XMLNS_DIALOGS_PREFIX ":hide-inactive-selection") ); in readFormattedFieldModel()
972 if (extract_throw<bool>( _xProps->getPropertyValue( OUSTR("Repeat") ) )) in readFormattedFieldModel()
973 readLongAttr( OUSTR("RepeatDelay"), in readFormattedFieldModel()
974 OUSTR(XMLNS_DIALOGS_PREFIX ":repeat"), true /* force */ ); in readFormattedFieldModel()
1101 readLongAttr( OUSTR("ScrollValueMin"), in readScrollBarModel()
1102 OUSTR(XMLNS_DIALOGS_PREFIX ":minpos") ); in readScrollBarModel()
1105 readLongAttr( OUSTR("RepeatDelay"), OUSTR(XMLNS_DIALOGS_PREFIX ":repeat") ); in readScrollBarModel()