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()463 sShadowAttrs += rtl::OUString::valueOf( (sal_Int32)nLocationVal ); in getShadowAttrs()464 sShadowAttrs += sInnerSplit; in getShadowAttrs()467 sShadowAttrs += sInnerSplit; 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()[all …]
Completed in 20 milliseconds