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 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ), in readImageControlModel()
595 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":src") ) ); in readImageControlModel()
596 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readImageControlModel()
597 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readImageControlModel()
606 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFileControlModel()
608 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFileControlModel()
610 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFileControlModel()
618 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFileControlModel()
624 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readFileControlModel()
625 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readFileControlModel()
628 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readFileControlModel()
629 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFileControlModel()
630 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readFileControlModel()
631 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readFileControlModel()
640 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readTreeControlModel()
646 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readTreeControlModel()
652 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readTreeControlModel()
653 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readTreeControlModel()
654 readSelectionTypeAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("SelectionType") ), in readTreeControlModel()
655OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":selectiontype") ) ); in readTreeControlModel()
657 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("RootDisplayed") ), in readTreeControlModel()
658 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":rootdisplayed") ) ); in readTreeControlModel()
659 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowsHandles") ), in readTreeControlModel()
660 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":showshandles") ) ); in readTreeControlModel()
661 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowsRootHandles") ), in readTreeControlModel()
662OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":showsroothandles") ) ); in readTreeControlModel()
663 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Editable") ), in readTreeControlModel()
664 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":editable") ) ); in readTreeControlModel()
665 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("InvokesStopNodeEditing") ), in readTreeControlModel()
666OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":invokesstopnodeediting") ) ); in readTreeControlModel()
667 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("RowHeight") ), in readTreeControlModel()
668 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":rowheight") ) ); in readTreeControlModel()
677 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readCurrencyFieldModel()
679 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readCurrencyFieldModel()
681 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readCurrencyFieldModel()
689 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readCurrencyFieldModel()
695 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readCurrencyFieldModel()
696 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readCurrencyFieldModel()
697 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readCurrencyFieldModel()
698 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readCurrencyFieldModel()
701 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readCurrencyFieldModel()
702 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readCurrencyFieldModel()
703 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("CurrencySymbol") ), in readCurrencyFieldModel()
704OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":currency-symbol") ) ); in readCurrencyFieldModel()
705 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DecimalAccuracy") ), in readCurrencyFieldModel()
706OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":decimal-accuracy") ) ); in readCurrencyFieldModel()
707 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowThousandsSeparator") ), in readCurrencyFieldModel()
708OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":thousands-separator") ) ); in readCurrencyFieldModel()
709 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Value") ), in readCurrencyFieldModel()
710 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readCurrencyFieldModel()
711 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMin") ), in readCurrencyFieldModel()
712 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readCurrencyFieldModel()
713 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMax") ), in readCurrencyFieldModel()
714 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readCurrencyFieldModel()
715 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueStep") ), in readCurrencyFieldModel()
716 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-step") ) ); in readCurrencyFieldModel()
717 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readCurrencyFieldModel()
718 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readCurrencyFieldModel()
723 OUString( RTL_CONSTASCII_USTRINGPARAM("PrependCurrencySymbol") ), in readCurrencyFieldModel()
724 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":prepend-symbol") ) ); in readCurrencyFieldModel()
725 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readCurrencyFieldModel()
726 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readCurrencyFieldModel()
735 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readDateFieldModel()
737 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readDateFieldModel()
739 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readDateFieldModel()
747 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readDateFieldModel()
753 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readDateFieldModel()
754 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readDateFieldModel()
755 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readDateFieldModel()
756 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readDateFieldModel()
759 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readDateFieldModel()
760 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readDateFieldModel()
761 readDateFormatAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateFormat") ), in readDateFieldModel()
762OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":date-format") ) ); in readDateFieldModel()
763 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateShowCentury") ), in readDateFieldModel()
764 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":show-century") ) ); in readDateFieldModel()
765 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Date") ), in readDateFieldModel()
766 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readDateFieldModel()
767 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateMin") ), in readDateFieldModel()
768 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readDateFieldModel()
769 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DateMax") ), in readDateFieldModel()
770 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readDateFieldModel()
771 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readDateFieldModel()
772 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readDateFieldModel()
776 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Dropdown") ), in readDateFieldModel()
777 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":dropdown") ) ); in readDateFieldModel()
778 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readDateFieldModel()
779 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text") ) ); in readDateFieldModel()
780 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readDateFieldModel()
781 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readDateFieldModel()
790 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readNumericFieldModel()
792 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readNumericFieldModel()
794 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readNumericFieldModel()
802 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readNumericFieldModel()
808 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readNumericFieldModel()
809 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readNumericFieldModel()
810 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readNumericFieldModel()
811 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readNumericFieldModel()
814 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readNumericFieldModel()
815 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readNumericFieldModel()
816 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("DecimalAccuracy") ), in readNumericFieldModel()
817OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":decimal-accuracy") ) ); in readNumericFieldModel()
818 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowThousandsSeparator") ), in readNumericFieldModel()
819OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":thousands-separator") ) ); in readNumericFieldModel()
820 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Value") ), in readNumericFieldModel()
821 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readNumericFieldModel()
822 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMin") ), in readNumericFieldModel()
823 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readNumericFieldModel()
824 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueMax") ), in readNumericFieldModel()
825 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readNumericFieldModel()
826 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ValueStep") ), in readNumericFieldModel()
827 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-step") ) ); in readNumericFieldModel()
828 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readNumericFieldModel()
829 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readNumericFieldModel()
833 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readNumericFieldModel()
834 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readNumericFieldModel()
843 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readTimeFieldModel()
845 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readTimeFieldModel()
847 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readTimeFieldModel()
855 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readTimeFieldModel()
861 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readTimeFieldModel()
862 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readTimeFieldModel()
863 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readTimeFieldModel()
864 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readTimeFieldModel()
867 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readTimeFieldModel()
868 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readTimeFieldModel()
869 readTimeFormatAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TimeFormat") ), in readTimeFieldModel()
870OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":time-format") ) ); in readTimeFieldModel()
871 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Time") ), in readTimeFieldModel()
872 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readTimeFieldModel()
873 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TimeMin") ), in readTimeFieldModel()
874 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readTimeFieldModel()
875 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TimeMax") ), in readTimeFieldModel()
876 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readTimeFieldModel()
877 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readTimeFieldModel()
878 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readTimeFieldModel()
882 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readTimeFieldModel()
883 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text") ) ); in readTimeFieldModel()
884 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readTimeFieldModel()
885 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readTimeFieldModel()
894 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readPatternFieldModel()
896 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readPatternFieldModel()
898 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readPatternFieldModel()
906 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readPatternFieldModel()
912 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readPatternFieldModel()
913 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readPatternFieldModel()
914 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readPatternFieldModel()
915 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readPatternFieldModel()
918 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readPatternFieldModel()
919 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readPatternFieldModel()
920 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readPatternFieldModel()
921 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readPatternFieldModel()
922 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MaxTextLen") ), in readPatternFieldModel()
923 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxlength") ) ); in readPatternFieldModel()
924 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EditMask") ), in readPatternFieldModel()
925 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":edit-mask") ) ); in readPatternFieldModel()
926 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LiteralMask") ), in readPatternFieldModel()
927OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":literal-mask") ) ); in readPatternFieldModel()
936 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFormattedFieldModel()
938 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFormattedFieldModel()
940 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFormattedFieldModel()
948 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFormattedFieldModel()
954 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readFormattedFieldModel()
955 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readFormattedFieldModel()
956 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ), in readFormattedFieldModel()
957 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":readonly") ) ); in readFormattedFieldModel()
960 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("StrictFormat") ), in readFormattedFieldModel()
961 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":strict-format") ) ); in readFormattedFieldModel()
962 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), in readFormattedFieldModel()
963 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":text") ) ); in readFormattedFieldModel()
964 readAlignAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Align") ), in readFormattedFieldModel()
965 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readFormattedFieldModel()
966 readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("MaxTextLen") ), in readFormattedFieldModel()
967 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxlength") ) ); in readFormattedFieldModel()
968 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Spin") ), in readFormattedFieldModel()
969 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":spin") ) ); in readFormattedFieldModel()
974 Any a( readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveDefault") ) ) ); in readFormattedFieldModel()
979 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-default") ), in readFormattedFieldModel()
980 OUString::valueOf( *(double const *)a.getValue() ) ); in readFormattedFieldModel()
984 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-default") ), in readFormattedFieldModel()
985 *(OUString const *)a.getValue() ); in readFormattedFieldModel()
990 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveMin") ), in readFormattedFieldModel()
991 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readFormattedFieldModel()
992 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveMax") ), in readFormattedFieldModel()
993 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readFormattedFieldModel()
994 readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveValue") ), in readFormattedFieldModel()
995 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFormattedFieldModel()
999 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatKey") ) ) >>= nKey) in readFormattedFieldModel()
1002 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatsSupplier") ) ) >>= xSupplier) in readFormattedFieldModel()
1006 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readFormattedFieldModel()
1010 OUString( RTL_CONSTASCII_USTRINGPARAM("TreatAsNumber") ), in readFormattedFieldModel()
1011 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":treat-as-number") ) ); in readFormattedFieldModel()
1012 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EnforceFormat") ), in readFormattedFieldModel()
1013 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":enforce-format") ) ); in readFormattedFieldModel()
1023 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFixedLineModel()
1025 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFixedLineModel()
1031 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readFixedLineModel()
1037 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Label") ), in readFixedLineModel()
1038 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readFixedLineModel()
1039 readOrientationAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Orientation") ), in readFixedLineModel()
1040 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readFixedLineModel()
1049 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readProgressBarModel()
1053 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FillColor") ) ) >>= aStyle._descr) in readProgressBarModel()
1057 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readProgressBarModel()
1063 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValue") ), in readProgressBarModel()
1064 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value") ) ); in readProgressBarModel()
1065 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValueMin") ), in readProgressBarModel()
1066 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) ); in readProgressBarModel()
1067 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ProgressValueMax") ), in readProgressBarModel()
1068 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-max") ) ); in readProgressBarModel()
1077 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readScrollBarModel()
1083 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readScrollBarModel()
1089 readOrientationAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Orientation") ), in readScrollBarModel()
1090 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":align") ) ); in readScrollBarModel()
1091 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("BlockIncrement") ), in readScrollBarModel()
1092 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":pageincrement") ) ); in readScrollBarModel()
1093 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LineIncrement") ), in readScrollBarModel()
1094 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":increment") ) ); in readScrollBarModel()
1095 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ScrollValue") ), in readScrollBarModel()
1096 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":curpos") ) ); in readScrollBarModel()
1097 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ScrollValueMax") ), in readScrollBarModel()
1098 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":maxpos") ) ); in readScrollBarModel()
1101 readLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("VisibleSize") ), in readScrollBarModel()
1102 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":visible-size") ) ); in readScrollBarModel()
1104 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("Tabstop") ), in readScrollBarModel()
1105 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tabstop") ) ); in readScrollBarModel()
1106 readBoolAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("LiveScroll") ), in readScrollBarModel()
1107 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":live-scroll") ) ); in readScrollBarModel()
1108 readHexLongAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("SymbolColor") ), in readScrollBarModel()
1109OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":symbol-color") ) ); in readScrollBarModel()
1117 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_DIALOGS_PREFIX) ), in readDialogModel()
1118 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_URI) ) ); in readDialogModel()
1119 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM("xmlns:" XMLNS_SCRIPT_PREFIX) ), in readDialogModel()
1120 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_SCRIPT_URI) ) ); in readDialogModel()
1124 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readDialogModel()
1126 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readDialogModel()
1128 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readDialogModel()
1134 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":style-id") ), in readDialogModel()
1141 OUString( RTL_CONSTASCII_USTRINGPARAM("Closeable") ), in readDialogModel()
1142 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":closeable") ) ); in readDialogModel()
1144 OUString( RTL_CONSTASCII_USTRINGPARAM("Moveable") ), in readDialogModel()
1145 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":moveable") ) ); in readDialogModel()
1147 OUString( RTL_CONSTASCII_USTRINGPARAM("Sizeable") ), in readDialogModel()
1148 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":resizeable") ) ); in readDialogModel()
1150 OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ), in readDialogModel()
1151 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":title") ) ); in readDialogModel()
1153 …Any aDecorationAny( _xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Decoration")… in readDialogModel()
1156 addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":withtitlebar") ), in readDialogModel()
1157 OUString( RTL_CONSTASCII_USTRINGPARAM("false") ) ); in readDialogModel()
1159 readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ), in readDialogModel()
1160 OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-src") ) ); in readDialogModel()