Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx487 table::BorderLine aRightBorder; in getBorderAttrs() local
517 aAny >>= aRightBorder; in getBorderAttrs()
533 aRightBorder.Color = aColor.GetColor(); in getBorderAttrs()
537 aRightBorder.OuterLineWidth =2; in getBorderAttrs()
606 if ( aRightBorder.InnerLineWidth == 0 && aRightBorder.OuterLineWidth == 0 ) in getBorderAttrs()
613 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.Color ); in getBorderAttrs()
616 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.InnerLineWidth ); in getBorderAttrs()
619 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.OuterLineWidth ); in getBorderAttrs()
622 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.LineDistance ); in getBorderAttrs()

Completed in 36 milliseconds