Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx980 else if ((aSetBox.GetTop() && rBox.GetTop() && in GetTabBorders()
981 !(*aSetBox.GetTop() == *rBox.GetTop())) || in GetTabBorders()
985 aSetBox.SetLine( 0, BOX_LINE_TOP ); in GetTabBorders()
1001 ((!aSetBox.GetLeft()) ^ (!rBox.GetLeft()))) in GetTabBorders()
1004 aSetBox.SetLine( 0, BOX_LINE_LEFT ); in GetTabBorders()
1034 (!aSetBox.GetRight() ^ !rBox.GetRight())) in GetTabBorders()
1036 aSetBox.SetLine( 0, BOX_LINE_RIGHT ); in GetTabBorders()
1053 aSetBox.SetLine( 0, BOX_LINE_BOTTOM ); in GetTabBorders()
1095 if( aSetBox.GetDistance( *pBrd ) != in GetTabBorders()
1099 aSetBox.SetDistance( (sal_uInt16) 0 ); in GetTabBorders()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx3133 SvxBoxItem aSetBox( rBox ); in setPropertyValue() local
3136 aSetBox.SetDistance( nLeftDistance, BOX_LINE_LEFT ); in setPropertyValue()
3138 aSetBox.SetDistance( nRightDistance, BOX_LINE_RIGHT ); in setPropertyValue()
3140 aSetBox.SetDistance( nTopDistance, BOX_LINE_TOP ); in setPropertyValue()
3142 aSetBox.SetDistance( nBottomDistance, BOX_LINE_BOTTOM ); in setPropertyValue()
3143 pDoc->SetAttr( aSetBox, *pSetBoxFmt ); in setPropertyValue()

Completed in 74 milliseconds