Searched refs:LineToSvxLine (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | cell.cxx | 1037 sal_Bool bSet = SvxBoxItem::LineToSvxLine(pBorder->TopLine, aLine, false); in setPropertyValue() 1041 bSet = SvxBoxItem::LineToSvxLine(pBorder->BottomLine, aLine, false); in setPropertyValue() 1045 bSet = SvxBoxItem::LineToSvxLine(pBorder->LeftLine, aLine, false); in setPropertyValue() 1049 bSet = SvxBoxItem::LineToSvxLine(pBorder->RightLine, aLine, false); in setPropertyValue() 1053 bSet = SvxBoxItem::LineToSvxLine(pBorder->HorizontalLine, aLine, false); in setPropertyValue() 1057 bSet = SvxBoxItem::LineToSvxLine(pBorder->VerticalLine, aLine, false); in setPropertyValue()
|
/aoo41x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1941 sal_Bool SvxBoxItem::LineToSvxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine&… in LineToSvxLine() function in SvxBoxItem 1972 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 1980 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 1988 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 1996 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 2106 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 2895 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 2903 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 2987 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue() 3319 if( !SvxBoxItem::LineToSvxLine(aLine, *pLine, bConvert) ) in PutValue()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 106 …static sal_Bool LineToSvxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine& rSv…
|
Completed in 45 milliseconds