Searched refs:SvxLineToLine (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/editeng/source/items/ |
| H A D | frmitems.cxx | 1835 table::BorderLine SvxBoxItem::SvxLineToLine(const SvxBorderLine* pLine, sal_Bool bConvert) in SvxLineToLine() function in SvxBoxItem 1864 aSeq[0] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetLeft(), bConvert) ); in QueryValue() 1865 aSeq[1] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetRight(), bConvert) ); in QueryValue() 1866 aSeq[2] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetBottom(), bConvert) ); in QueryValue() 1867 aSeq[3] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetTop(), bConvert) ); in QueryValue() 1879 aRetLine = SvxBoxItem::SvxLineToLine(GetLeft(), bConvert); in QueryValue() 1884 aRetLine = SvxBoxItem::SvxLineToLine(GetRight(), bConvert); in QueryValue() 1889 aRetLine = SvxBoxItem::SvxLineToLine(GetBottom(), bConvert); in QueryValue() 1894 aRetLine = SvxBoxItem::SvxLineToLine(GetTop(), bConvert); in QueryValue() 2806 aSeq[0] = ::com::sun::star::uno::makeAny( SvxBoxItem::SvxLineToLine( pHori, bConvert) ); in QueryValue() [all …]
|
| /trunk/main/svx/source/table/ |
| H A D | cell.cxx | 1172 aTableBorder.TopLine = SvxBoxItem::SvxLineToLine(rBox.GetTop(), false); in getPropertyValue() 1174 … aTableBorder.BottomLine = SvxBoxItem::SvxLineToLine(rBox.GetBottom(), false); in getPropertyValue() 1176 aTableBorder.LeftLine = SvxBoxItem::SvxLineToLine(rBox.GetLeft(), false); in getPropertyValue() 1178 aTableBorder.RightLine = SvxBoxItem::SvxLineToLine(rBox.GetRight(), false); in getPropertyValue() 1180 … aTableBorder.HorizontalLine = SvxBoxItem::SvxLineToLine(rBoxInfoItem.GetHori(), false); in getPropertyValue() 1182 … aTableBorder.VerticalLine = SvxBoxItem::SvxLineToLine(rBoxInfoItem.GetVert(), false); in getPropertyValue()
|
| /trunk/main/editeng/inc/editeng/ |
| H A D | boxitem.hxx | 105 …static com::sun::star::table::BorderLine SvxLineToLine( const SvxBorderLine* pLine, sal_Bool bConv…
|