Lines Matching refs:SetLine

642                         if ( pNewBoxItem->GetTop() )    pNewBoxItem->SetLine( NULL, BOX_LINE_TOP );  in ApplyLineStyleArea()
643 … if ( pNewBoxItem->GetBottom() ) pNewBoxItem->SetLine( NULL, BOX_LINE_BOTTOM ); in ApplyLineStyleArea()
644 if ( pNewBoxItem->GetLeft() ) pNewBoxItem->SetLine( NULL, BOX_LINE_LEFT ); in ApplyLineStyleArea()
645 … if ( pNewBoxItem->GetRight() ) pNewBoxItem->SetLine( NULL, BOX_LINE_RIGHT ); in ApplyLineStyleArea()
648 pNewTLBRItem->SetLine( 0 ); in ApplyLineStyleArea()
650 pNewBLTRItem->SetLine( 0 ); in ApplyLineStyleArea()
966 pLineOuter->SetLine( pNew, BOX_LINE_TOP ); in lcl_MergeToFrame()
971 pLineInner->SetLine( pNew, BOXINFO_LINE_HORI ); in lcl_MergeToFrame()
977 pLineOuter->SetLine( pNew, BOX_LINE_BOTTOM ); in lcl_MergeToFrame()
982 pLineInner->SetLine( pNew, BOXINFO_LINE_HORI ); in lcl_MergeToFrame()
988 pLineOuter->SetLine( pNew, BOX_LINE_LEFT ); in lcl_MergeToFrame()
993 pLineInner->SetLine( pNew, BOXINFO_LINE_VERT ); in lcl_MergeToFrame()
999 pLineOuter->SetLine( pNew, BOX_LINE_RIGHT ); in lcl_MergeToFrame()
1004 pLineInner->SetLine( pNew, BOXINFO_LINE_VERT ); in lcl_MergeToFrame()
1071 aNewFrame.SetLine( bLeft ? pBoxItem->GetLeft() : pBoxInfoItem->GetVert(), in ApplyFrame()
1074 aNewFrame.SetLine( (nDistRight==0) ? pBoxItem->GetRight() : pBoxInfoItem->GetVert(), in ApplyFrame()
1077 aNewFrame.SetLine( bTop ? pBoxItem->GetTop() : pBoxInfoItem->GetHori(), in ApplyFrame()
1080 aNewFrame.SetLine( (nDistBottom==0) ? pBoxItem->GetBottom() : pBoxInfoItem->GetHori(), in ApplyFrame()