Lines Matching refs:theDefLine
1114 SvxBorderLine theDefLine; in IMPL_LINK() local
1123 theDefLine.SetOutWidth( DEF_LINE_WIDTH_0 ); in IMPL_LINK()
1128 case 2: pLeft = &theDefLine; in IMPL_LINK()
1131 case 3: pRight = &theDefLine; in IMPL_LINK()
1134 case 4: pLeft = pRight = &theDefLine; in IMPL_LINK()
1137 case 5: pTop = &theDefLine; in IMPL_LINK()
1140 case 6: pBottom = &theDefLine; in IMPL_LINK()
1143 case 7: pTop = pBottom = &theDefLine; in IMPL_LINK()
1146 case 8: pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1152 pTop = pBottom = &theDefLine; in IMPL_LINK()
1153 aBorderInner.SetLine( &theDefLine, BOXINFO_LINE_HORI ); in IMPL_LINK()
1159 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1160 aBorderInner.SetLine( &theDefLine, BOXINFO_LINE_HORI ); in IMPL_LINK()
1166 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1168 aBorderInner.SetLine( &theDefLine, BOXINFO_LINE_VERT ); in IMPL_LINK()
1173 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1174 aBorderInner.SetLine( &theDefLine, BOXINFO_LINE_HORI ); in IMPL_LINK()
1175 aBorderInner.SetLine( &theDefLine, BOXINFO_LINE_VERT ); in IMPL_LINK()