Lines Matching refs:OUString

33 using ::rtl::OUString;
69 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readButtonModel()
71 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readButtonModel()
73 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readButtonModel()
79 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readButtonModel()
85 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readButtonModel()
86 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readButtonModel()
87 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DefaultButton") ), in readButtonModel()
88 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":default") ) ); in readButtonModel()
89 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readButtonModel()
90 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readButtonModel()
91 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readButtonModel()
92 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readButtonModel()
93 readVerticalAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VerticalAlign") ), in readButtonModel()
94OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":valign") ) ); in readButtonModel()
95 readButtonTypeAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("PushButtonType") ), in readButtonModel()
96OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":button-type") ) ); in readButtonModel()
97 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ), in readButtonModel()
98 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-src") ) ); in readButtonModel()
99 readImagePositionAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImagePosition") ), in readButtonModel()
100OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-position") ) ); in readButtonModel()
101 readImageAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageAlign") ), in readButtonModel()
102OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-align") ) ); in readButtonModel()
110 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MultiLine") ), in readButtonModel()
111 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":multiline") ) ); in readButtonModel()
116 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("State") ) ) >>= nState) in readButtonModel()
121 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readButtonModel()
122 OUString( RTL_CONSTASCII_USTRINGPARAM("false") ) ); in readButtonModel()
125 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readButtonModel()
126 OUString( RTL_CONSTASCII_USTRINGPARAM("true") ) ); in readButtonModel()
142 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readCheckBoxModel()
144 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readCheckBoxModel()
146 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readCheckBoxModel()
154 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readCheckBoxModel()
160 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readCheckBoxModel()
161 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readCheckBoxModel()
162 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readCheckBoxModel()
163 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readCheckBoxModel()
164 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readCheckBoxModel()
165 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readCheckBoxModel()
166 readVerticalAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VerticalAlign") ), in readCheckBoxModel()
167OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":valign") ) ); in readCheckBoxModel()
168 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ), in readCheckBoxModel()
169 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-src") ) ); in readCheckBoxModel()
170 readImagePositionAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImagePosition") ), in readCheckBoxModel()
171OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-position") ) ); in readCheckBoxModel()
172 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MultiLine") ), in readCheckBoxModel()
173 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":multiline") ) ); in readCheckBoxModel()
176 … if ((readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TriState") ) ) >>= bTriState) && bTriState) in readCheckBoxModel()
178 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tristate") ), in readCheckBoxModel()
179 OUString( RTL_CONSTASCII_USTRINGPARAM("true") ) ); in readCheckBoxModel()
182 if (_xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("State") ) ) >>= nState) in readCheckBoxModel()
187 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readCheckBoxModel()
188 OUString( RTL_CONSTASCII_USTRINGPARAM("false") ) ); in readCheckBoxModel()
191 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readCheckBoxModel()
192 OUString( RTL_CONSTASCII_USTRINGPARAM("true") ) ); in readCheckBoxModel()
210 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readComboBoxModel()
212 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readComboBoxModel()
214 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readComboBoxModel()
222 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readComboBoxModel()
228 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readComboBoxModel()
229 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readComboBoxModel()
230 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readComboBoxModel()
231 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readComboBoxModel()
232 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readComboBoxModel()
233 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readComboBoxModel()
234 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Autocomplete") ), in readComboBoxModel()
235 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":autocomplete") ) ); in readComboBoxModel()
236 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readComboBoxModel()
237 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readComboBoxModel()
240 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Dropdown") ), in readComboBoxModel()
241 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readComboBoxModel()
242 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MaxTextLen") ), in readComboBoxModel()
243 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxlength") ) ); in readComboBoxModel()
244 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LineCount") ), in readComboBoxModel()
245 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":linecount") ) ); in readComboBoxModel()
248 Sequence< OUString > itemValues; in readComboBoxModel()
249 if ((readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ) ) >>= itemValues) && in readComboBoxModel()
254 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":menupopup") ) ); in readComboBoxModel()
256 OUString const * pItemValues = itemValues.getConstArray(); in readComboBoxModel()
261 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":menuitem") ) ); in readComboBoxModel()
262 … item->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ), in readComboBoxModel()
277 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readListBoxModel()
279 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readListBoxModel()
281 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readListBoxModel()
289 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readListBoxModel()
295 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readListBoxModel()
296 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readListBoxModel()
297 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MultiSelection") ), in readListBoxModel()
298 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":multiselection") ) ); in readListBoxModel()
299 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readListBoxModel()
300 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readListBoxModel()
301 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Dropdown") ), in readListBoxModel()
302 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readListBoxModel()
303 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LineCount") ), in readListBoxModel()
304 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":linecount") ) ); in readListBoxModel()
305 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readListBoxModel()
306 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readListBoxModel()
309 Sequence< OUString > itemValues; in readListBoxModel()
310 if ((readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ) ) >>= itemValues) && in readListBoxModel()
315 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":menupopup") ) ); in readListBoxModel()
317 OUString const * pItemValues = itemValues.getConstArray(); in readListBoxModel()
323 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":menuitem") ) ); in readListBoxModel()
324 … item->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ), in readListBoxModel()
330 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("SelectedItems") ) ) >>= selected) in readListBoxModel()
337 … item->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":selected") ), in readListBoxModel()
338 OUString( RTL_CONSTASCII_USTRINGPARAM("true") ) ); in readListBoxModel()
352 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readRadioButtonModel()
354 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readRadioButtonModel()
356 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readRadioButtonModel()
364 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readRadioButtonModel()
370 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readRadioButtonModel()
371 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readRadioButtonModel()
372 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readRadioButtonModel()
373 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readRadioButtonModel()
374 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readRadioButtonModel()
375 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readRadioButtonModel()
376 readVerticalAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VerticalAlign") ), in readRadioButtonModel()
377OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":valign") ) ); in readRadioButtonModel()
378 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ), in readRadioButtonModel()
379 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-src") ) ); in readRadioButtonModel()
380 readImagePositionAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImagePosition") ), in readRadioButtonModel()
381OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-position") ) ); in readRadioButtonModel()
382 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MultiLine") ), in readRadioButtonModel()
383 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":multiline") ) ); in readRadioButtonModel()
386 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("State") ) ) >>= nState) in readRadioButtonModel()
391 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readRadioButtonModel()
392 OUString( RTL_CONSTASCII_USTRINGPARAM("false") ) ); in readRadioButtonModel()
395 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":checked") ), in readRadioButtonModel()
396 OUString( RTL_CONSTASCII_USTRINGPARAM("true") ) ); in readRadioButtonModel()
411 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readGroupBoxModel()
413 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readGroupBoxModel()
419 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readGroupBoxModel()
426 OUString aTitle; in readGroupBoxModel()
427 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ) ) >>= aTitle) in readGroupBoxModel()
431 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":title") ) ); in readGroupBoxModel()
432 title->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ), in readGroupBoxModel()
445 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFixedTextModel()
447 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFixedTextModel()
449 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFixedTextModel()
457 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFixedTextModel()
463 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readFixedTextModel()
464 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFixedTextModel()
465 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readFixedTextModel()
466 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readFixedTextModel()
467 readVerticalAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VerticalAlign") ), in readFixedTextModel()
468OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":valign") ) ); in readFixedTextModel()
469 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MultiLine") ), in readFixedTextModel()
470 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":multiline") ) ); in readFixedTextModel()
471 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readFixedTextModel()
472 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readFixedTextModel()
473 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("NoLabel") ), in readFixedTextModel()
474 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":nolabel") ) ); in readFixedTextModel()
483 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFixedHyperLinkModel()
485 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFixedHyperLinkModel()
487 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFixedHyperLinkModel()
495 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFixedHyperLinkModel()
501 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readFixedHyperLinkModel()
502 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFixedHyperLinkModel()
503 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("URL") ), in readFixedHyperLinkModel()
504 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":url") ) ); in readFixedHyperLinkModel()
505 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Description") ), in readFixedHyperLinkModel()
506 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":description") ) ); in readFixedHyperLinkModel()
507 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readFixedHyperLinkModel()
508 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readFixedHyperLinkModel()
509 readVerticalAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VerticalAlign") ), in readFixedHyperLinkModel()
510OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":valign") ) ); in readFixedHyperLinkModel()
511 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MultiLine") ), in readFixedHyperLinkModel()
512 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":multiline") ) ); in readFixedHyperLinkModel()
513 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readFixedHyperLinkModel()
514 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readFixedHyperLinkModel()
515 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("NoLabel") ), in readFixedHyperLinkModel()
516 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":nolabel") ) ); in readFixedHyperLinkModel()
525 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readEditModel()
527 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readEditModel()
529 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readEditModel()
537 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readEditModel()
543 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readEditModel()
544 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readEditModel()
547 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readEditModel()
548 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readEditModel()
549 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("HardLineBreaks") ), in readEditModel()
550OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":hard-linebreaks") ) ); in readEditModel()
551 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("HScroll") ), in readEditModel()
552 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":hscroll") ) ); in readEditModel()
553 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VScroll") ), in readEditModel()
554 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":vscroll") ) ); in readEditModel()
555 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MaxTextLen") ), in readEditModel()
556 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxlength") ) ); in readEditModel()
557 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MultiLine") ), in readEditModel()
558 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":multiline") ) ); in readEditModel()
559 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readEditModel()
560 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readEditModel()
561 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readEditModel()
562 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readEditModel()
563 readLineEndFormatAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LineEndFormat") ), in readEditModel()
564OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":lineend-format") ) ); in readEditModel()
566 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("EchoChar") ) ) >>= nEcho) in readEditModel()
569 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":echochar") ), in readEditModel()
570 OUString( &cEcho, 1 ) ); in readEditModel()
580 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readImageControlModel()
586 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readImageControlModel()
592 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ScaleImage") ), in readImageControlModel()
593 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":scale-image") ) ); in readImageControlModel()
594 readImageScaleModeAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ScaleMode") ), in readImageControlModel()
595 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":scale-mode") ) ); in readImageControlModel()
596 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ), in readImageControlModel()
597 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":src") ) ); in readImageControlModel()
598 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readImageControlModel()
599 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readImageControlModel()
608 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFileControlModel()
610 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFileControlModel()
612 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFileControlModel()
620 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFileControlModel()
626 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readFileControlModel()
627 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readFileControlModel()
630 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readFileControlModel()
631 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFileControlModel()
632 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readFileControlModel()
633 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readFileControlModel()
642 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readTreeControlModel()
648 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readTreeControlModel()
654 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readTreeControlModel()
655 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readTreeControlModel()
656 readSelectionTypeAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("SelectionType") ), in readTreeControlModel()
657OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":selectiontype") ) ); in readTreeControlModel()
659 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("RootDisplayed") ), in readTreeControlModel()
660 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":rootdisplayed") ) ); in readTreeControlModel()
661 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowsHandles") ), in readTreeControlModel()
662 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":showshandles") ) ); in readTreeControlModel()
663 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowsRootHandles") ), in readTreeControlModel()
664OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":showsroothandles") ) ); in readTreeControlModel()
665 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Editable") ), in readTreeControlModel()
666 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":editable") ) ); in readTreeControlModel()
667 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("InvokesStopNodeEditing") ), in readTreeControlModel()
668OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":invokesstopnodeediting") ) ); in readTreeControlModel()
669 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("RowHeight") ), in readTreeControlModel()
670 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":rowheight") ) ); in readTreeControlModel()
679 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readCurrencyFieldModel()
681 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readCurrencyFieldModel()
683 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readCurrencyFieldModel()
691 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readCurrencyFieldModel()
697 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readCurrencyFieldModel()
698 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readCurrencyFieldModel()
699 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readCurrencyFieldModel()
700 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readCurrencyFieldModel()
703 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readCurrencyFieldModel()
704 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readCurrencyFieldModel()
705 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("CurrencySymbol") ), in readCurrencyFieldModel()
706OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":currency-symbol") ) ); in readCurrencyFieldModel()
707 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DecimalAccuracy") ), in readCurrencyFieldModel()
708OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":decimal-accuracy") ) ); in readCurrencyFieldModel()
709 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowThousandsSeparator") ), in readCurrencyFieldModel()
710OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":thousands-separator") ) ); in readCurrencyFieldModel()
711 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Value") ), in readCurrencyFieldModel()
712 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readCurrencyFieldModel()
713 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMin") ), in readCurrencyFieldModel()
714 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readCurrencyFieldModel()
715 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMax") ), in readCurrencyFieldModel()
716 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readCurrencyFieldModel()
717 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueStep") ), in readCurrencyFieldModel()
718 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-step") ) ); in readCurrencyFieldModel()
719 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readCurrencyFieldModel()
720 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readCurrencyFieldModel()
725 OUString( RTL_CONSTASCII_USTRINGPARAM("PrependCurrencySymbol") ), in readCurrencyFieldModel()
726 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":prepend-symbol") ) ); in readCurrencyFieldModel()
727 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readCurrencyFieldModel()
728 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readCurrencyFieldModel()
737 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readDateFieldModel()
739 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readDateFieldModel()
741 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readDateFieldModel()
749 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readDateFieldModel()
755 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readDateFieldModel()
756 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readDateFieldModel()
757 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readDateFieldModel()
758 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readDateFieldModel()
761 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readDateFieldModel()
762 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readDateFieldModel()
763 readDateFormatAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateFormat") ), in readDateFieldModel()
764OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":date-format") ) ); in readDateFieldModel()
765 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateShowCentury") ), in readDateFieldModel()
766 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":show-century") ) ); in readDateFieldModel()
767 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Date") ), in readDateFieldModel()
768 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readDateFieldModel()
769 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateMin") ), in readDateFieldModel()
770 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readDateFieldModel()
771 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateMax") ), in readDateFieldModel()
772 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readDateFieldModel()
773 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readDateFieldModel()
774 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readDateFieldModel()
778 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Dropdown") ), in readDateFieldModel()
779 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":dropdown") ) ); in readDateFieldModel()
780 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readDateFieldModel()
781 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text") ) ); in readDateFieldModel()
782 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readDateFieldModel()
783 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readDateFieldModel()
792 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readNumericFieldModel()
794 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readNumericFieldModel()
796 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readNumericFieldModel()
804 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readNumericFieldModel()
810 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readNumericFieldModel()
811 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readNumericFieldModel()
812 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readNumericFieldModel()
813 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readNumericFieldModel()
816 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readNumericFieldModel()
817 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readNumericFieldModel()
818 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DecimalAccuracy") ), in readNumericFieldModel()
819OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":decimal-accuracy") ) ); in readNumericFieldModel()
820 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowThousandsSeparator") ), in readNumericFieldModel()
821OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":thousands-separator") ) ); in readNumericFieldModel()
822 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Value") ), in readNumericFieldModel()
823 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readNumericFieldModel()
824 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMin") ), in readNumericFieldModel()
825 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readNumericFieldModel()
826 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMax") ), in readNumericFieldModel()
827 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readNumericFieldModel()
828 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueStep") ), in readNumericFieldModel()
829 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-step") ) ); in readNumericFieldModel()
830 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readNumericFieldModel()
831 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readNumericFieldModel()
835 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readNumericFieldModel()
836 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readNumericFieldModel()
845 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readTimeFieldModel()
847 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readTimeFieldModel()
849 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readTimeFieldModel()
857 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readTimeFieldModel()
863 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readTimeFieldModel()
864 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readTimeFieldModel()
865 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readTimeFieldModel()
866 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readTimeFieldModel()
869 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readTimeFieldModel()
870 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readTimeFieldModel()
871 readTimeFormatAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TimeFormat") ), in readTimeFieldModel()
872OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":time-format") ) ); in readTimeFieldModel()
873 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Time") ), in readTimeFieldModel()
874 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readTimeFieldModel()
875 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TimeMin") ), in readTimeFieldModel()
876 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readTimeFieldModel()
877 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TimeMax") ), in readTimeFieldModel()
878 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readTimeFieldModel()
879 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readTimeFieldModel()
880 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readTimeFieldModel()
884 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readTimeFieldModel()
885 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text") ) ); in readTimeFieldModel()
886 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readTimeFieldModel()
887 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readTimeFieldModel()
896 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readPatternFieldModel()
898 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readPatternFieldModel()
900 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readPatternFieldModel()
908 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readPatternFieldModel()
914 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readPatternFieldModel()
915 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readPatternFieldModel()
916 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readPatternFieldModel()
917 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readPatternFieldModel()
920 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readPatternFieldModel()
921 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readPatternFieldModel()
922 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readPatternFieldModel()
923 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readPatternFieldModel()
924 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MaxTextLen") ), in readPatternFieldModel()
925 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxlength") ) ); in readPatternFieldModel()
926 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EditMask") ), in readPatternFieldModel()
927 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":edit-mask") ) ); in readPatternFieldModel()
928 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LiteralMask") ), in readPatternFieldModel()
929OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":literal-mask") ) ); in readPatternFieldModel()
938 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFormattedFieldModel()
940 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFormattedFieldModel()
942 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFormattedFieldModel()
950 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFormattedFieldModel()
956 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readFormattedFieldModel()
957 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readFormattedFieldModel()
958 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readFormattedFieldModel()
959 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readFormattedFieldModel()
962 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readFormattedFieldModel()
963 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readFormattedFieldModel()
964 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readFormattedFieldModel()
965 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text") ) ); in readFormattedFieldModel()
966 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readFormattedFieldModel()
967 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readFormattedFieldModel()
968 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MaxTextLen") ), in readFormattedFieldModel()
969 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxlength") ) ); in readFormattedFieldModel()
970 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readFormattedFieldModel()
971 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readFormattedFieldModel()
976 Any a( readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveDefault") ) ) ); in readFormattedFieldModel()
981 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-default") ), in readFormattedFieldModel()
982 OUString::valueOf( *(double const *)a.getValue() ) ); in readFormattedFieldModel()
986 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-default") ), in readFormattedFieldModel()
987 *(OUString const *)a.getValue() ); in readFormattedFieldModel()
992 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveMin") ), in readFormattedFieldModel()
993 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readFormattedFieldModel()
994 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveMax") ), in readFormattedFieldModel()
995 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readFormattedFieldModel()
996 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveValue") ), in readFormattedFieldModel()
997 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFormattedFieldModel()
1001 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatKey") ) ) >>= nKey) in readFormattedFieldModel()
1004 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatsSupplier") ) ) >>= xSupplier) in readFormattedFieldModel()
1008 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readFormattedFieldModel()
1012 OUString( RTL_CONSTASCII_USTRINGPARAM("TreatAsNumber") ), in readFormattedFieldModel()
1013 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":treat-as-number") ) ); in readFormattedFieldModel()
1014 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readFormattedFieldModel()
1015 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readFormattedFieldModel()
1025 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFixedLineModel()
1027 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFixedLineModel()
1033 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFixedLineModel()
1039 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readFixedLineModel()
1040 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFixedLineModel()
1041 readOrientationAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Orientation") ), in readFixedLineModel()
1042 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readFixedLineModel()
1051 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readProgressBarModel()
1055 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FillColor") ) ) >>= aStyle._descr) in readProgressBarModel()
1059 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readProgressBarModel()
1065 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValue") ), in readProgressBarModel()
1066 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readProgressBarModel()
1067 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValueMin") ), in readProgressBarModel()
1068 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readProgressBarModel()
1069 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValueMax") ), in readProgressBarModel()
1070 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readProgressBarModel()
1079 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readScrollBarModel()
1085 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readScrollBarModel()
1091 readOrientationAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Orientation") ), in readScrollBarModel()
1092 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readScrollBarModel()
1093 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("BlockIncrement") ), in readScrollBarModel()
1094 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":pageincrement") ) ); in readScrollBarModel()
1095 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LineIncrement") ), in readScrollBarModel()
1096 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":increment") ) ); in readScrollBarModel()
1097 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ScrollValue") ), in readScrollBarModel()
1098 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":curpos") ) ); in readScrollBarModel()
1099 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ScrollValueMax") ), in readScrollBarModel()
1100 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxpos") ) ); in readScrollBarModel()
1103 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VisibleSize") ), in readScrollBarModel()
1104 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":visible-size") ) ); in readScrollBarModel()
1106 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readScrollBarModel()
1107 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readScrollBarModel()
1108 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LiveScroll") ), in readScrollBarModel()
1109 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":live-scroll") ) ); in readScrollBarModel()
1110 readHexLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("SymbolColor") ), in readScrollBarModel()
1111OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":symbol-color") ) ); in readScrollBarModel()
1119 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_DIALOGS_PREFIX) ), in readDialogModel()
1120 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_URI) ) ); in readDialogModel()
1121 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_SCRIPT_PREFIX) ), in readDialogModel()
1122 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_SCRIPT_URI) ) ); in readDialogModel()
1126 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readDialogModel()
1128 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readDialogModel()
1130 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readDialogModel()
1136 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readDialogModel()
1143 OUString( RTL_CONSTASCII_USTRINGPARAM("Closeable") ), in readDialogModel()
1144 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":closeable") ) ); in readDialogModel()
1146 OUString( RTL_CONSTASCII_USTRINGPARAM("Moveable") ), in readDialogModel()
1147 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":moveable") ) ); in readDialogModel()
1149 OUString( RTL_CONSTASCII_USTRINGPARAM("Sizeable") ), in readDialogModel()
1150 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":resizeable") ) ); in readDialogModel()
1152 OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ), in readDialogModel()
1153 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":title") ) ); in readDialogModel()
1155 …Any aDecorationAny( _xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Decoration")… in readDialogModel()
1158 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":withtitlebar") ), in readDialogModel()
1159 OUString( RTL_CONSTASCII_USTRINGPARAM("false") ) ); in readDialogModel()
1161 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ), in readDialogModel()
1162 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-src") ) ); in readDialogModel()