Lines Matching refs:aStyle

68     Style aStyle( 0x1 | 0x2 | 0x8 | 0x20 );  in readButtonModel()  local
69 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readButtonModel()
70 aStyle._set |= 0x1; in readButtonModel()
71 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readButtonModel()
72 aStyle._set |= 0x2; in readButtonModel()
73 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readButtonModel()
74 aStyle._set |= 0x20; in readButtonModel()
75 if (readFontProps( this, aStyle )) in readButtonModel()
76 aStyle._set |= 0x8; in readButtonModel()
77 if (aStyle._set) in readButtonModel()
80 all_styles->getStyleId( aStyle ) ); in readButtonModel()
141 Style aStyle( 0x1 | 0x2 | 0x8 | 0x20 | 0x40 ); in readCheckBoxModel() local
142 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readCheckBoxModel()
143 aStyle._set |= 0x1; in readCheckBoxModel()
144 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readCheckBoxModel()
145 aStyle._set |= 0x2; in readCheckBoxModel()
146 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readCheckBoxModel()
147 aStyle._set |= 0x20; in readCheckBoxModel()
148 if (readFontProps( this, aStyle )) in readCheckBoxModel()
149 aStyle._set |= 0x8; in readCheckBoxModel()
150 if (readProp( OUSTR("VisualEffect") ) >>= aStyle._visualEffect) in readCheckBoxModel()
151 aStyle._set |= 0x40; in readCheckBoxModel()
152 if (aStyle._set) in readCheckBoxModel()
155 all_styles->getStyleId( aStyle ) ); in readCheckBoxModel()
209 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readComboBoxModel() local
210 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readComboBoxModel()
211 aStyle._set |= 0x1; in readComboBoxModel()
212 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readComboBoxModel()
213 aStyle._set |= 0x2; in readComboBoxModel()
214 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readComboBoxModel()
215 aStyle._set |= 0x20; in readComboBoxModel()
216 if (readBorderProps( this, aStyle )) in readComboBoxModel()
217 aStyle._set |= 0x4; in readComboBoxModel()
218 if (readFontProps( this, aStyle )) in readComboBoxModel()
219 aStyle._set |= 0x8; in readComboBoxModel()
220 if (aStyle._set) in readComboBoxModel()
223 all_styles->getStyleId( aStyle ) ); in readComboBoxModel()
276 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readListBoxModel() local
277 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readListBoxModel()
278 aStyle._set |= 0x1; in readListBoxModel()
279 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readListBoxModel()
280 aStyle._set |= 0x2; in readListBoxModel()
281 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readListBoxModel()
282 aStyle._set |= 0x20; in readListBoxModel()
283 if (readBorderProps( this, aStyle )) in readListBoxModel()
284 aStyle._set |= 0x4; in readListBoxModel()
285 if (readFontProps( this, aStyle )) in readListBoxModel()
286 aStyle._set |= 0x8; in readListBoxModel()
287 if (aStyle._set) in readListBoxModel()
290 all_styles->getStyleId( aStyle ) ); in readListBoxModel()
351 Style aStyle( 0x1 | 0x2 | 0x8 | 0x20 | 0x40 ); in readRadioButtonModel() local
352 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readRadioButtonModel()
353 aStyle._set |= 0x1; in readRadioButtonModel()
354 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readRadioButtonModel()
355 aStyle._set |= 0x2; in readRadioButtonModel()
356 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readRadioButtonModel()
357 aStyle._set |= 0x20; in readRadioButtonModel()
358 if (readFontProps( this, aStyle )) in readRadioButtonModel()
359 aStyle._set |= 0x8; in readRadioButtonModel()
360 if (readProp( OUSTR("VisualEffect") ) >>= aStyle._visualEffect) in readRadioButtonModel()
361 aStyle._set |= 0x40; in readRadioButtonModel()
362 if (aStyle._set) in readRadioButtonModel()
365 all_styles->getStyleId( aStyle ) ); in readRadioButtonModel()
410 Style aStyle( 0x2 | 0x8 | 0x20 ); in readGroupBoxModel() local
411 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readGroupBoxModel()
412 aStyle._set |= 0x2; in readGroupBoxModel()
413 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readGroupBoxModel()
414 aStyle._set |= 0x20; in readGroupBoxModel()
415 if (readFontProps( this, aStyle )) in readGroupBoxModel()
416 aStyle._set |= 0x8; in readGroupBoxModel()
417 if (aStyle._set) in readGroupBoxModel()
420 all_styles->getStyleId( aStyle ) ); in readGroupBoxModel()
444 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readFixedTextModel() local
445 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFixedTextModel()
446 aStyle._set |= 0x1; in readFixedTextModel()
447 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFixedTextModel()
448 aStyle._set |= 0x2; in readFixedTextModel()
449 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFixedTextModel()
450 aStyle._set |= 0x20; in readFixedTextModel()
451 if (readBorderProps( this, aStyle )) in readFixedTextModel()
452 aStyle._set |= 0x4; in readFixedTextModel()
453 if (readFontProps( this, aStyle )) in readFixedTextModel()
454 aStyle._set |= 0x8; in readFixedTextModel()
455 if (aStyle._set) in readFixedTextModel()
458 all_styles->getStyleId( aStyle ) ); in readFixedTextModel()
482 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readFixedHyperLinkModel() local
483 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFixedHyperLinkModel()
484 aStyle._set |= 0x1; in readFixedHyperLinkModel()
485 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFixedHyperLinkModel()
486 aStyle._set |= 0x2; in readFixedHyperLinkModel()
487 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFixedHyperLinkModel()
488 aStyle._set |= 0x20; in readFixedHyperLinkModel()
489 if (readBorderProps( this, aStyle )) in readFixedHyperLinkModel()
490 aStyle._set |= 0x4; in readFixedHyperLinkModel()
491 if (readFontProps( this, aStyle )) in readFixedHyperLinkModel()
492 aStyle._set |= 0x8; in readFixedHyperLinkModel()
493 if (aStyle._set) in readFixedHyperLinkModel()
496 all_styles->getStyleId( aStyle ) ); in readFixedHyperLinkModel()
524 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readEditModel() local
525 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readEditModel()
526 aStyle._set |= 0x1; in readEditModel()
527 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readEditModel()
528 aStyle._set |= 0x2; in readEditModel()
529 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readEditModel()
530 aStyle._set |= 0x20; in readEditModel()
531 if (readBorderProps( this, aStyle )) in readEditModel()
532 aStyle._set |= 0x4; in readEditModel()
533 if (readFontProps( this, aStyle )) in readEditModel()
534 aStyle._set |= 0x8; in readEditModel()
535 if (aStyle._set) in readEditModel()
538 all_styles->getStyleId( aStyle ) ); in readEditModel()
579 Style aStyle( 0x1 | 0x4 ); in readImageControlModel() local
580 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readImageControlModel()
581 aStyle._set |= 0x1; in readImageControlModel()
582 if (readBorderProps( this, aStyle )) in readImageControlModel()
583 aStyle._set |= 0x4; in readImageControlModel()
584 if (aStyle._set) in readImageControlModel()
587 all_styles->getStyleId( aStyle ) ); in readImageControlModel()
607 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readFileControlModel() local
608 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFileControlModel()
609 aStyle._set |= 0x1; in readFileControlModel()
610 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFileControlModel()
611 aStyle._set |= 0x2; in readFileControlModel()
612 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFileControlModel()
613 aStyle._set |= 0x20; in readFileControlModel()
614 if (readBorderProps( this, aStyle )) in readFileControlModel()
615 aStyle._set |= 0x4; in readFileControlModel()
616 if (readFontProps( this, aStyle )) in readFileControlModel()
617 aStyle._set |= 0x8; in readFileControlModel()
618 if (aStyle._set) in readFileControlModel()
621 all_styles->getStyleId( aStyle ) ); in readFileControlModel()
641 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readTreeControlModel() local
642 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readTreeControlModel()
643 aStyle._set |= 0x1; in readTreeControlModel()
644 if (readBorderProps( this, aStyle )) in readTreeControlModel()
645 aStyle._set |= 0x4; in readTreeControlModel()
646 if (aStyle._set) in readTreeControlModel()
649 all_styles->getStyleId( aStyle ) ); in readTreeControlModel()
678 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readCurrencyFieldModel() local
679 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readCurrencyFieldModel()
680 aStyle._set |= 0x1; in readCurrencyFieldModel()
681 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readCurrencyFieldModel()
682 aStyle._set |= 0x2; in readCurrencyFieldModel()
683 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readCurrencyFieldModel()
684 aStyle._set |= 0x20; in readCurrencyFieldModel()
685 if (readBorderProps( this, aStyle )) in readCurrencyFieldModel()
686 aStyle._set |= 0x4; in readCurrencyFieldModel()
687 if (readFontProps( this, aStyle )) in readCurrencyFieldModel()
688 aStyle._set |= 0x8; in readCurrencyFieldModel()
689 if (aStyle._set) in readCurrencyFieldModel()
692 all_styles->getStyleId( aStyle ) ); in readCurrencyFieldModel()
736 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readDateFieldModel() local
737 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readDateFieldModel()
738 aStyle._set |= 0x1; in readDateFieldModel()
739 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readDateFieldModel()
740 aStyle._set |= 0x2; in readDateFieldModel()
741 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readDateFieldModel()
742 aStyle._set |= 0x20; in readDateFieldModel()
743 if (readBorderProps( this, aStyle )) in readDateFieldModel()
744 aStyle._set |= 0x4; in readDateFieldModel()
745 if (readFontProps( this, aStyle )) in readDateFieldModel()
746 aStyle._set |= 0x8; in readDateFieldModel()
747 if (aStyle._set) in readDateFieldModel()
750 all_styles->getStyleId( aStyle ) ); in readDateFieldModel()
791 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readNumericFieldModel() local
792 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readNumericFieldModel()
793 aStyle._set |= 0x1; in readNumericFieldModel()
794 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readNumericFieldModel()
795 aStyle._set |= 0x2; in readNumericFieldModel()
796 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readNumericFieldModel()
797 aStyle._set |= 0x20; in readNumericFieldModel()
798 if (readBorderProps( this, aStyle )) in readNumericFieldModel()
799 aStyle._set |= 0x4; in readNumericFieldModel()
800 if (readFontProps( this, aStyle )) in readNumericFieldModel()
801 aStyle._set |= 0x8; in readNumericFieldModel()
802 if (aStyle._set) in readNumericFieldModel()
805 all_styles->getStyleId( aStyle ) ); in readNumericFieldModel()
844 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readTimeFieldModel() local
845 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readTimeFieldModel()
846 aStyle._set |= 0x1; in readTimeFieldModel()
847 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readTimeFieldModel()
848 aStyle._set |= 0x2; in readTimeFieldModel()
849 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readTimeFieldModel()
850 aStyle._set |= 0x20; in readTimeFieldModel()
851 if (readBorderProps( this, aStyle )) in readTimeFieldModel()
852 aStyle._set |= 0x4; in readTimeFieldModel()
853 if (readFontProps( this, aStyle )) in readTimeFieldModel()
854 aStyle._set |= 0x8; in readTimeFieldModel()
855 if (aStyle._set) in readTimeFieldModel()
858 all_styles->getStyleId( aStyle ) ); in readTimeFieldModel()
895 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readPatternFieldModel() local
896 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readPatternFieldModel()
897 aStyle._set |= 0x1; in readPatternFieldModel()
898 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readPatternFieldModel()
899 aStyle._set |= 0x2; in readPatternFieldModel()
900 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readPatternFieldModel()
901 aStyle._set |= 0x20; in readPatternFieldModel()
902 if (readBorderProps( this, aStyle )) in readPatternFieldModel()
903 aStyle._set |= 0x4; in readPatternFieldModel()
904 if (readFontProps( this, aStyle )) in readPatternFieldModel()
905 aStyle._set |= 0x8; in readPatternFieldModel()
906 if (aStyle._set) in readPatternFieldModel()
909 all_styles->getStyleId( aStyle ) ); in readPatternFieldModel()
937 Style aStyle( 0x1 | 0x2 | 0x4 | 0x8 | 0x20 ); in readFormattedFieldModel() local
938 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readFormattedFieldModel()
939 aStyle._set |= 0x1; in readFormattedFieldModel()
940 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFormattedFieldModel()
941 aStyle._set |= 0x2; in readFormattedFieldModel()
942 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFormattedFieldModel()
943 aStyle._set |= 0x20; in readFormattedFieldModel()
944 if (readBorderProps( this, aStyle )) in readFormattedFieldModel()
945 aStyle._set |= 0x4; in readFormattedFieldModel()
946 if (readFontProps( this, aStyle )) in readFormattedFieldModel()
947 aStyle._set |= 0x8; in readFormattedFieldModel()
948 if (aStyle._set) in readFormattedFieldModel()
951 all_styles->getStyleId( aStyle ) ); in readFormattedFieldModel()
1024 Style aStyle( 0x2 | 0x8 | 0x20 ); in readFixedLineModel() local
1025 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readFixedLineModel()
1026 aStyle._set |= 0x2; in readFixedLineModel()
1027 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readFixedLineModel()
1028 aStyle._set |= 0x20; in readFixedLineModel()
1029 if (readFontProps( this, aStyle )) in readFixedLineModel()
1030 aStyle._set |= 0x8; in readFixedLineModel()
1031 if (aStyle._set) in readFixedLineModel()
1034 all_styles->getStyleId( aStyle ) ); in readFixedLineModel()
1050 Style aStyle( 0x1 | 0x4 | 0x10 ); in readProgressBarModel() local
1051 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readProgressBarModel()
1052 aStyle._set |= 0x1; in readProgressBarModel()
1053 if (readBorderProps( this, aStyle )) in readProgressBarModel()
1054 aStyle._set |= 0x4; in readProgressBarModel()
1055 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("FillColor") ) ) >>= aStyle._descr) in readProgressBarModel()
1056 aStyle._set |= 0x10; in readProgressBarModel()
1057 if (aStyle._set) in readProgressBarModel()
1060 all_styles->getStyleId( aStyle ) ); in readProgressBarModel()
1078 Style aStyle( 0x1 | 0x4 ); in readScrollBarModel() local
1079 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readScrollBarModel()
1080 aStyle._set |= 0x1; in readScrollBarModel()
1081 if (readBorderProps( this, aStyle )) in readScrollBarModel()
1082 aStyle._set |= 0x4; in readScrollBarModel()
1083 if (aStyle._set) in readScrollBarModel()
1086 all_styles->getStyleId( aStyle ) ); in readScrollBarModel()
1125 Style aStyle( 0x1 | 0x2 | 0x8 | 0x20 ); in readDialogModel() local
1126 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("BackgroundColor") ) ) >>= aStyle._backgroundC… in readDialogModel()
1127 aStyle._set |= 0x1; in readDialogModel()
1128 if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextColor") ) ) >>= aStyle._textColor) in readDialogModel()
1129 aStyle._set |= 0x2; in readDialogModel()
1130 …if (readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("TextLineColor") ) ) >>= aStyle._textLineColor) in readDialogModel()
1131 aStyle._set |= 0x20; in readDialogModel()
1132 if (readFontProps( this, aStyle )) in readDialogModel()
1133 aStyle._set |= 0x8; in readDialogModel()
1134 if (aStyle._set) in readDialogModel()
1137 all_styles->getStyleId( aStyle ) ); in readDialogModel()