Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx578 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()
H A Dhtmltab.cxx310 sal_Bool bBottomBorder; // kommt hinter der Zeile eine Linie? member in HTMLTableRow
843 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()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx131 sal_Bool bBottomBorder : 1; member in SwWriteTableRow
148 sal_Bool HasBottomBorder() const { return bBottomBorder; } in HasBottomBorder()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx71 bBottomBorder(true) in SwWriteTableRow()
729 pEndRow->bBottomBorder = sal_False; in FillTableRowsCols()
900 pEndRow->bBottomBorder = sal_False; in SwWriteTable()
/trunk/main/vcl/source/window/
H A Dstatus.cxx1582 void StatusBar::SetBottomBorder( sal_Bool bBottomBorder ) in SetBottomBorder() argument
1584 if ( mbBottomBorder != bBottomBorder ) in SetBottomBorder()
1586 mbBottomBorder = bBottomBorder; in SetBottomBorder()
/trunk/main/vcl/inc/vcl/
H A Dstatus.hxx187 void SetBottomBorder( sal_Bool bBottomBorder = sal_True );

Completed in 55 milliseconds