Searched refs:sShadowAttrs (Results 1 – 1 of 1) sorted by relevance
434 rtl::OUString sShadowAttrs( RTL_CONSTASCII_USTRINGPARAM("Shadow:") ); in getShadowAttrs() local458 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()[all …]