Home
last modified time | relevance | path

Searched refs:sShadowAttrs (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx434 rtl::OUString sShadowAttrs( RTL_CONSTASCII_USTRINGPARAM("Shadow:") ); in getShadowAttrs() local
458 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 29 milliseconds