Home
last modified time | relevance | path

Searched refs:pRightFillerBox (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx204 pSwTable( pSwTbl ), pLeftFillerBox( 0 ), pRightFillerBox( 0 ), in SwHTMLTableLayout()
1186 if( pRightFillerBox && nAbsRightFill<MINLAY+nInhRightBorderWidth ) in AutoLayoutPass2()
1574 ASSERT( !pRightFillerBox || nRelRightFill>0, in AutoLayoutPass2()
1593 if( nRelRightFill && !pRightFillerBox && in AutoLayoutPass2()
1769 if( pRightFillerBox ) in SetWidths()
1771 pRightFillerBox->GetFrmFmt()->SetFmtAttr( in SetWidths()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx194 SwTableBox *pRightFillerBox; // rechte Filler-Zelle (nur Tab-in Tab) member in SwHTMLTableLayout
307 void SetRightFillerBox( SwTableBox *pBox ) { pRightFillerBox = pBox; } in SetRightFillerBox()