Searched refs:pNoRightBorder (Results 1 – 1 of 1) sorted by relevance
742 SvxBoxItem* pNoRightBorder = 0; in NewInsertCol() local745 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 25 milliseconds