Home
last modified time | relevance | path

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

/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1864 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 …]
/trunk/main/svx/source/table/
H A Dcell.cxx1172 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 Dboxitem.hxx105 …static com::sun::star::table::BorderLine SvxLineToLine( const SvxBorderLine* pLine, sal_Bool bConv…

Completed in 35 milliseconds