Searched refs:bBottomBorder (Results 1 – 6 of 6) sorted by relevance
578 if( !(aRows[aRows.Count()-1])->bBottomBorder ) in Write()592 sal_Bool bBorder = ( pRow->bBottomBorder || pNextRow->bTopBorder ); in Write()596 sal_uInt16 nBorder2 = pRow->bBottomBorder ? pRow->nBottomBorder : USHRT_MAX; in Write()600 pRow->bBottomBorder = bBorder; in Write()904 nHeadEndRow<aRows.Count()-1 && !aRows[nHeadEndRow]->bBottomBorder ) in Write()924 if( !nCellSpacing && nRow < aRows.Count()-1 && pRow2->bBottomBorder && in Write()938 (bTBody && pRow2->bBottomBorder) ) && in Write()
310 sal_Bool bBottomBorder; // kommt hinter der Zeile eine Linie? member in HTMLTableRow843 bBottomBorder(sal_False) in HTMLTableRow()1337 else if( bSwBorders && ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && in GetTopCellSpace()1370 if( ((*pRows)[nRow+nRowSpan+1])->bBottomBorder ) in GetBottomCellSpace()1441 if( ((*pRows)[nRow+nRowSpan-1])->bBottomBorder && bLastPara ) in FixFrameFmt()1959 if( ((*pParent->pRows)[nRow+nRowSpan-1])->bBottomBorder && bLastPara ) in InheritBorders()1961 ((*pRows)[nRows-1])->bBottomBorder = sal_True; in InheritBorders()1974 (0==nRow || !((*pParent->pRows)[nRow-1])->bBottomBorder)) ); in InheritBorders()2044 ((*pRows)[i])->bBottomBorder = sal_True; in SetBorders()2051 ((*pRows)[nRows-1])->bBottomBorder = sal_True; in SetBorders()
131 sal_Bool bBottomBorder : 1; member in SwWriteTableRow148 sal_Bool HasBottomBorder() const { return bBottomBorder; } in HasBottomBorder()
71 bBottomBorder(true) in SwWriteTableRow()729 pEndRow->bBottomBorder = sal_False; in FillTableRowsCols()900 pEndRow->bBottomBorder = sal_False; in SwWriteTable()
1582 void StatusBar::SetBottomBorder( sal_Bool bBottomBorder ) in SetBottomBorder() argument1584 if ( mbBottomBorder != bBottomBorder ) in SetBottomBorder()1586 mbBottomBorder = bBottomBorder; in SetBottomBorder()
187 void SetBottomBorder( sal_Bool bBottomBorder = sal_True );
Completed in 43 milliseconds