Searched refs:lcl_LineToSvxLine (Results 1 – 1 of 1) sorted by relevance
127 sal_Bool lcl_LineToSvxLine(const table::BorderLine& rLine, SvxBorderLine& rSvxLine) in lcl_LineToSvxLine() function3064 sal_Bool bSet = lcl_LineToSvxLine(pBorder->TopLine, aLine); in setPropertyValue()3068 bSet = lcl_LineToSvxLine(pBorder->BottomLine, aLine); in setPropertyValue()3072 bSet = lcl_LineToSvxLine(pBorder->LeftLine, aLine); in setPropertyValue()3076 bSet = lcl_LineToSvxLine(pBorder->RightLine, aLine); in setPropertyValue()3080 bSet = lcl_LineToSvxLine(pBorder->HorizontalLine, aLine); in setPropertyValue()3084 bSet = lcl_LineToSvxLine(pBorder->VerticalLine, aLine); in setPropertyValue()
Completed in 34 milliseconds