Searched refs:SvxLineToLine (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/editeng/source/items/ |
H A D | frmitems.cxx | 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() 2824 aRetLine = SvxBoxItem::SvxLineToLine( pHori, bConvert); in QueryValue() 2828 aRetLine = SvxBoxItem::SvxLineToLine( pVert, bConvert); in QueryValue() [all …]
|
/aoo4110/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()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 105 …static com::sun::star::table::BorderLine SvxLineToLine( const SvxBorderLine* pLine, sal_Bool bConv…
|
Completed in 50 milliseconds