Lines Matching refs:sBorderAttrs

541 	rtl::OUString sBorderAttrs;  in getBorderAttrs()  local
548 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopBorder:;") ); in getBorderAttrs()
552 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TopBorder:Color=") ); in getBorderAttrs()
553 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aTopBorder.Color ); in getBorderAttrs()
554 sBorderAttrs += sInnerSplit; in getBorderAttrs()
555 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("InnerLineWidth=") ); in getBorderAttrs()
556 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aTopBorder.InnerLineWidth ); in getBorderAttrs()
557 sBorderAttrs += sInnerSplit; in getBorderAttrs()
558 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("OuterLineWidth=") ); in getBorderAttrs()
559 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aTopBorder.OuterLineWidth ); in getBorderAttrs()
560 sBorderAttrs += sInnerSplit; in getBorderAttrs()
561 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineDistance=") ); in getBorderAttrs()
562 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aTopBorder.LineDistance ); in getBorderAttrs()
563 sBorderAttrs += sOuterSplit; in getBorderAttrs()
568 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomBorde:;") ); in getBorderAttrs()
572 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BottomBorder:Color=") ); in getBorderAttrs()
573 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aBottomBorder.Color ); in getBorderAttrs()
574 sBorderAttrs += sInnerSplit; in getBorderAttrs()
575 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("InnerLineWidth=") ); in getBorderAttrs()
576 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aBottomBorder.InnerLineWidth ); in getBorderAttrs()
577 sBorderAttrs += sInnerSplit; in getBorderAttrs()
578 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("OuterLineWidth=") ); in getBorderAttrs()
579 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aBottomBorder.OuterLineWidth ); in getBorderAttrs()
580 sBorderAttrs += sInnerSplit; in getBorderAttrs()
581 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineDistance=") ); in getBorderAttrs()
582 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aBottomBorder.LineDistance ); in getBorderAttrs()
583 sBorderAttrs += sOuterSplit; in getBorderAttrs()
588 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LeftBorder:;") ); in getBorderAttrs()
592 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LeftBorder:Color=") ); in getBorderAttrs()
593 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aLeftBorder.Color ); in getBorderAttrs()
594 sBorderAttrs += sInnerSplit; in getBorderAttrs()
595 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("InnerLineWidth=") ); in getBorderAttrs()
596 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aLeftBorder.InnerLineWidth ); in getBorderAttrs()
597 sBorderAttrs += sInnerSplit; in getBorderAttrs()
598 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("OuterLineWidth=") ); in getBorderAttrs()
599 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aLeftBorder.OuterLineWidth ); in getBorderAttrs()
600 sBorderAttrs += sInnerSplit; in getBorderAttrs()
601 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineDistance=") ); in getBorderAttrs()
602 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aLeftBorder.LineDistance ); in getBorderAttrs()
603 sBorderAttrs += sOuterSplit; in getBorderAttrs()
608 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("RightBorder:;") ); in getBorderAttrs()
612 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("RightBorder:Color=") ); in getBorderAttrs()
613 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.Color ); in getBorderAttrs()
614 sBorderAttrs += sInnerSplit; in getBorderAttrs()
615 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("InnerLineWidth=") ); in getBorderAttrs()
616 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.InnerLineWidth ); in getBorderAttrs()
617 sBorderAttrs += sInnerSplit; in getBorderAttrs()
618 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("OuterLineWidth=") ); in getBorderAttrs()
619 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.OuterLineWidth ); in getBorderAttrs()
620 sBorderAttrs += sInnerSplit; in getBorderAttrs()
621 sBorderAttrs += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineDistance=") ); in getBorderAttrs()
622 sBorderAttrs += rtl::OUString::valueOf( (sal_Int32)aRightBorder.LineDistance ); in getBorderAttrs()
623 sBorderAttrs += sOuterSplit; in getBorderAttrs()
625 return sBorderAttrs; in getBorderAttrs()