Searched refs:pBx (Results 1 – 3 of 3) sorted by relevance
71 void SetTableBox( SwTableBox *pBx ) { pBox = pBx; } in SetTableBox() argument
1190 _SaveBox* pBx = pBox; in _SaveLine() local1192 pBx = new _SaveBox( pBx, *rLine.GetTabBoxes()[ n ], rSTbl ); in _SaveLine()1207 _SaveBox* pBx = pBox; in RestoreAttr() local1208 for( sal_uInt16 n = 0; n < rLine.GetTabBoxes().Count(); ++n, pBx = pBx->pNext ) in RestoreAttr()1210 if( !pBx ) in RestoreAttr()1215 pBx->RestoreAttr( *rLine.GetTabBoxes()[ n ], rSTbl ); in RestoreAttr()
752 SwXCell::SwXCell(SwFrmFmt* pTblFmt, SwTableBox* pBx, sal_uInt16 nPos ) : in SwXCell() argument756 pBox(pBx), in SwXCell()
Completed in 57 milliseconds