Lines Matching refs:sShadowAttrs
434 rtl::OUString sShadowAttrs( RTL_CONSTASCII_USTRINGPARAM("Shadow:") ); in getShadowAttrs() local
458 sShadowAttrs += sOuterSplit; in getShadowAttrs()
459 return sShadowAttrs; in getShadowAttrs()
462 sShadowAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Location=") ); in getShadowAttrs()
463 sShadowAttrs += rtl::OUString::valueOf( (sal_Int32)nLocationVal ); in getShadowAttrs()
464 sShadowAttrs += sInnerSplit; in getShadowAttrs()
465 sShadowAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShadowWidth=") ); in getShadowAttrs()
466 sShadowAttrs += rtl::OUString::valueOf( (sal_Int32)aShadowFmt.ShadowWidth ) ; in getShadowAttrs()
467 sShadowAttrs += sInnerSplit; in getShadowAttrs()
468 sShadowAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("IsTransparent=") ); in getShadowAttrs()
469 sShadowAttrs += rtl::OUString::valueOf( (sal_Bool)aShadowFmt.IsTransparent ) ; in getShadowAttrs()
470 sShadowAttrs += sInnerSplit; in getShadowAttrs()
471 sShadowAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Color=") ); in getShadowAttrs()
472 sShadowAttrs += rtl::OUString::valueOf( (sal_Int32)aShadowFmt.Color ); in getShadowAttrs()
473 sShadowAttrs += sOuterSplit; in getShadowAttrs()
474 return sShadowAttrs; in getShadowAttrs()