Lines Matching refs:OuterLineWidth
534 aTopBorder.OuterLineWidth =2; in getBorderAttrs()
535 aBottomBorder.OuterLineWidth =2; in getBorderAttrs()
536 aLeftBorder.OuterLineWidth =2; in getBorderAttrs()
537 aRightBorder.OuterLineWidth =2; in getBorderAttrs()
546 if ( aTopBorder.InnerLineWidth == 0 && aTopBorder.OuterLineWidth == 0 ) in getBorderAttrs()
559 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aTopBorder.OuterLineWidth ); in getBorderAttrs()
566 if ( aBottomBorder.InnerLineWidth == 0 && aBottomBorder.OuterLineWidth == 0 ) in getBorderAttrs()
579 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aBottomBorder.OuterLineWidth ); in getBorderAttrs()
586 if ( aLeftBorder.InnerLineWidth == 0 && aLeftBorder.OuterLineWidth == 0 ) in getBorderAttrs()
599 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aLeftBorder.OuterLineWidth ); in getBorderAttrs()
606 if ( aRightBorder.InnerLineWidth == 0 && aRightBorder.OuterLineWidth == 0 ) in getBorderAttrs()
619 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.OuterLineWidth ); in getBorderAttrs()