Searched refs:bRightBorder (Results 1 – 5 of 5) sorted by relevance
188 sal_Bool bRightBorder : 1; member in SwWriteTableCol197 void SetRightBorder( sal_Bool bBorder ) { bRightBorder = bBorder; } in SetRightBorder()198 sal_Bool HasRightBorder() const { return bRightBorder; } in HasRightBorder()
582 if( !(aCols[aCols.Count()-1])->bRightBorder ) in Write()616 sal_Bool bBorder = ( pCol->bRightBorder || pNextCol->bLeftBorder ); in Write()619 pCol->bRightBorder = bBorder; in Write()872 if( bColGroups && pColumn->bRightBorder && nCol<nCols-1 ) in Write()
455 sal_Bool bRightBorder; // besitzt die Tabelle rechts eine Linie member in HTMLTable1006 bTopBorder = sal_False; bRightBorder = sal_False; in InitCtor()1169 bRightBorder ? GetBorderWidth( aRightBorderLine, sal_True ) : 0; in CreateLayoutInfo()1523 if( nCol+nColSpan == nCols && bRightBorder ) in FixFrameFmt()2002 if( nCol+nColSpan==pParent->nCols && pParent->bRightBorder ) in InheritVertBorders()2054 bRightBorder = sal_True; in SetBorders()2524 if( !bRightBorder ) in MakeTable()2529 bRightBorder = sal_True; in MakeTable()2536 bRightBorder = bRightAlwd; in MakeTable()
93 bLeftBorder(true), bRightBorder(true) in SwWriteTableCol()720 pCol->bRightBorder = sal_False; in FillTableRowsCols()893 pCol->bRightBorder = sal_False; in SwWriteTable()
772 sal_Bool bRightBorder = sal_True; in ImplDrawItem() local802 bRightBorder = sal_False; in ImplDrawItem()869 if ( bRightBorder ) in ImplDrawItem()892 if ( bRightBorder ) in ImplDrawItem()
Completed in 66 milliseconds