Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx188 sal_Bool bRightBorder : 1; member in SwWriteTableCol
197 void SetRightBorder( sal_Bool bBorder ) { bRightBorder = bBorder; } in SetRightBorder()
198 sal_Bool HasRightBorder() const { return bRightBorder; } in HasRightBorder()
/aoo4110/main/sw/source/filter/html/
H A Dhtmltabw.cxx582 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()
H A Dhtmltab.cxx462 sal_Bool bRightBorder; // besitzt die Tabelle rechts eine Linie member in HTMLTable
1018 bTopBorder = sal_False; bRightBorder = sal_False; in InitCtor()
1181 bRightBorder ? GetBorderWidth( aRightBorderLine, sal_True ) : 0; in CreateLayoutInfo()
1535 if( nCol+nColSpan == nCols && bRightBorder ) in FixFrameFmt()
2014 if( nCol+nColSpan==pParent->nCols && pParent->bRightBorder ) in InheritVertBorders()
2066 bRightBorder = sal_True; in SetBorders()
2536 if( !bRightBorder ) in MakeTable()
2541 bRightBorder = sal_True; in MakeTable()
2548 bRightBorder = bRightAlwd; in MakeTable()
/aoo4110/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx93 bLeftBorder(true), bRightBorder(true) in SwWriteTableCol()
720 pCol->bRightBorder = sal_False; in FillTableRowsCols()
893 pCol->bRightBorder = sal_False; in SwWriteTable()
/aoo4110/main/vcl/source/control/
H A Dtabctrl.cxx774 sal_Bool bRightBorder = sal_True; in ImplDrawItem() local
804 bRightBorder = sal_False; in ImplDrawItem()
871 if ( bRightBorder ) in ImplDrawItem()
894 if ( bRightBorder ) in ImplDrawItem()

Completed in 212 milliseconds