Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx742 SvxBoxItem* pNoRightBorder = 0; in NewInsertCol() local
745 pNoRightBorder = new SvxBoxItem( aSelBoxItem ); in NewInsertCol()
746 pNoRightBorder->SetLine( 0, BOX_LINE_RIGHT ); in NewInsertCol()
758 if( pNoRightBorder && ( !bBehind || j+1 < nCnt ) ) in NewInsertCol()
759 pFrmFmt->SetFmtAttr( *pNoRightBorder ); in NewInsertCol()
765 if( bBehind && pNoRightBorder ) in NewInsertCol()
768 pFrmFmt->SetFmtAttr( *pNoRightBorder ); in NewInsertCol()
770 delete pNoRightBorder; in NewInsertCol()

Completed in 26 milliseconds