Home
last modified time | relevance | path

Searched refs:lcl_LineToSvxLine (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx127 sal_Bool lcl_LineToSvxLine(const table::BorderLine& rLine, SvxBorderLine& rSvxLine) in lcl_LineToSvxLine() function
3064 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 51 milliseconds