Lines Matching refs:pBorder
1029 const TableBorder* pBorder = (const TableBorder* )rValue.getValue(); in setPropertyValue() local
1030 if( pBorder == NULL ) in setPropertyValue()
1037 sal_Bool bSet = SvxBoxItem::LineToSvxLine(pBorder->TopLine, aLine, false); in setPropertyValue()
1039 aBoxInfo.SetValid(VALID_TOP, pBorder->IsTopLineValid); in setPropertyValue()
1041 bSet = SvxBoxItem::LineToSvxLine(pBorder->BottomLine, aLine, false); in setPropertyValue()
1043 aBoxInfo.SetValid(VALID_BOTTOM, pBorder->IsBottomLineValid); in setPropertyValue()
1045 bSet = SvxBoxItem::LineToSvxLine(pBorder->LeftLine, aLine, false); in setPropertyValue()
1047 aBoxInfo.SetValid(VALID_LEFT, pBorder->IsLeftLineValid); in setPropertyValue()
1049 bSet = SvxBoxItem::LineToSvxLine(pBorder->RightLine, aLine, false); in setPropertyValue()
1051 aBoxInfo.SetValid(VALID_RIGHT, pBorder->IsRightLineValid); in setPropertyValue()
1053 bSet = SvxBoxItem::LineToSvxLine(pBorder->HorizontalLine, aLine, false); in setPropertyValue()
1055 aBoxInfo.SetValid(VALID_HORI, pBorder->IsHorizontalLineValid); in setPropertyValue()
1057 bSet = SvxBoxItem::LineToSvxLine(pBorder->VerticalLine, aLine, false); in setPropertyValue()
1059 aBoxInfo.SetValid(VALID_VERT, pBorder->IsVerticalLineValid); in setPropertyValue()
1061 aBox.SetDistance(pBorder->Distance, false); in setPropertyValue()
1062 aBoxInfo.SetValid(VALID_DISTANCE, pBorder->IsDistanceValid); in setPropertyValue()