Lines Matching refs:aBoxInfo
1034 SvxBoxInfoItem aBoxInfo( SDRATTR_TABLE_BORDER_INNER ); in setPropertyValue() local
1039 aBoxInfo.SetValid(VALID_TOP, pBorder->IsTopLineValid); in setPropertyValue()
1043 aBoxInfo.SetValid(VALID_BOTTOM, pBorder->IsBottomLineValid); in setPropertyValue()
1047 aBoxInfo.SetValid(VALID_LEFT, pBorder->IsLeftLineValid); in setPropertyValue()
1051 aBoxInfo.SetValid(VALID_RIGHT, pBorder->IsRightLineValid); in setPropertyValue()
1054 aBoxInfo.SetLine(bSet ? &aLine : 0, BOXINFO_LINE_HORI); in setPropertyValue()
1055 aBoxInfo.SetValid(VALID_HORI, pBorder->IsHorizontalLineValid); in setPropertyValue()
1058 aBoxInfo.SetLine(bSet ? &aLine : 0, BOXINFO_LINE_VERT); in setPropertyValue()
1059 aBoxInfo.SetValid(VALID_VERT, pBorder->IsVerticalLineValid); in setPropertyValue()
1062 aBoxInfo.SetValid(VALID_DISTANCE, pBorder->IsDistanceValid); in setPropertyValue()
1065 mpProperties->SetObjectItem(aBoxInfo); in setPropertyValue()