Lines Matching refs:aValue

261     OUString aValue;  in importBorderStyle()  local
263 &aValue, OUSTR("border"), in importBorderStyle()
265 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("none") )) in importBorderStyle()
267 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("3d") )) in importBorderStyle()
269 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("simple") )) in importBorderStyle()
273 _borderColor = toInt32(aValue); in importBorderStyle()
298 OUString aValue; in importVisualEffectStyle() local
299 if (getStringAttr( &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("look") ), in importVisualEffectStyle()
302 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("none") )) in importVisualEffectStyle()
306 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("3d") )) in importVisualEffectStyle()
310 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("simple") )) in importVisualEffectStyle()
350 OUString aValue; in importFontStyle() local
360 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-height") ), in importFontStyle()
363 _descr.Height = (sal_Int16)toInt32( aValue ); in importFontStyle()
368 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-width") ), in importFontStyle()
371 _descr.Width = (sal_Int16)toInt32( aValue ); in importFontStyle()
382 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-family") ), in importFontStyle()
385 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("decorative") )) in importFontStyle()
389 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("modern") )) in importFontStyle()
393 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("roman") )) in importFontStyle()
397 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("script") )) in importFontStyle()
401 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("swiss") )) in importFontStyle()
405 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system") )) in importFontStyle()
420 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-charset") ), in importFontStyle()
423 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ansi") )) in importFontStyle()
427 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("mac") )) in importFontStyle()
431 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ibmpc_437") )) in importFontStyle()
435 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ibmpc_850") )) in importFontStyle()
439 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ibmpc_860") )) in importFontStyle()
443 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ibmpc_861") )) in importFontStyle()
447 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ibmpc_863") )) in importFontStyle()
451 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ibmpc_865") )) in importFontStyle()
455 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("system") )) in importFontStyle()
459 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("symbol") )) in importFontStyle()
474 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-pitch") ), in importFontStyle()
477 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("fixed") )) in importFontStyle()
481 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("variable") )) in importFontStyle()
496 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-charwidth") ), in importFontStyle()
499 _descr.CharacterWidth = aValue.toFloat(); in importFontStyle()
504 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-weight") ), in importFontStyle()
507 _descr.Weight = aValue.toFloat(); in importFontStyle()
513 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-slant") ), in importFontStyle()
516 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("oblique") )) in importFontStyle()
520 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("italic") )) in importFontStyle()
524 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("reverse_oblique") )) in importFontStyle()
528 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("reverse_italic") )) in importFontStyle()
543 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-underline") ), in importFontStyle()
546 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("single") )) in importFontStyle()
550 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("double") )) in importFontStyle()
554 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("dotted") )) in importFontStyle()
558 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("dash") )) in importFontStyle()
562 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("longdash") )) in importFontStyle()
566 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("dashdot") )) in importFontStyle()
570 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("dashdotdot") )) in importFontStyle()
574 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("smallwave") )) in importFontStyle()
578 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("wave") )) in importFontStyle()
582 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("doublewave") )) in importFontStyle()
586 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bold") )) in importFontStyle()
590 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bolddotted") )) in importFontStyle()
594 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bolddash") )) in importFontStyle()
598 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("boldlongdash") )) in importFontStyle()
602 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bolddashdot") )) in importFontStyle()
606 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bolddashdotdot") )) in importFontStyle()
610 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("boldwave") )) in importFontStyle()
625 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-strikeout") ), in importFontStyle()
628 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("single") )) in importFontStyle()
632 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("double") )) in importFontStyle()
636 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bold") )) in importFontStyle()
640 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("slash") )) in importFontStyle()
644 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("x") )) in importFontStyle()
659 &aValue, in importFontStyle()
663 _descr.Orientation = aValue.toFloat(); in importFontStyle()
679 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-type") ), in importFontStyle()
682 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("raster") )) in importFontStyle()
686 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("device") )) in importFontStyle()
690 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("scalable") )) in importFontStyle()
706 &aValue, OUString( RTL_CONSTASCII_USTRINGPARAM("font-relief") ), in importFontStyle()
709 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("none") )) in importFontStyle()
713 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("embossed") )) in importFontStyle()
717 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("engraved") )) in importFontStyle()
731 &aValue, in importFontStyle()
735 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("none") )) in importFontStyle()
739 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("dot") )) in importFontStyle()
743 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("circle") )) in importFontStyle()
747 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("disc") )) in importFontStyle()
751 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("accent") )) in importFontStyle()
755 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("above") )) in importFontStyle()
759 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("below") )) in importFontStyle()
789 OUString aValue( in importStringProperty() local
792 if (aValue.getLength()) in importStringProperty()
794 _xControlModel->setPropertyValue( rPropName, makeAny( aValue ) ); in importStringProperty()
804 OUString aValue( in importDoubleProperty() local
807 if (aValue.getLength()) in importDoubleProperty()
809 _xControlModel->setPropertyValue( rPropName, makeAny( aValue.toDouble() ) ); in importDoubleProperty()
833 OUString aValue( in importLongProperty() local
836 if (aValue.getLength()) in importLongProperty()
838 _xControlModel->setPropertyValue( rPropName, makeAny( toInt32( aValue ) ) ); in importLongProperty()
849 OUString aValue( in importLongProperty() local
852 if (aValue.getLength()) in importLongProperty()
854 _xControlModel->setPropertyValue( rPropName, makeAny( toInt32( aValue ) + nOffset ) ); in importLongProperty()
864 OUString aValue( in importHexLongProperty() local
867 if (aValue.getLength()) in importHexLongProperty()
869 _xControlModel->setPropertyValue( rPropName, makeAny( toInt32( aValue ) ) ); in importHexLongProperty()
879 OUString aValue( in importShortProperty() local
882 if (aValue.getLength()) in importShortProperty()
884 _xControlModel->setPropertyValue( rPropName, makeAny( (sal_Int16)toInt32( aValue ) ) ); in importShortProperty()