Searched refs:nWidthOpt (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 60 sal_uInt32 nWidthOpt; // Breite aus Option; member in SwWriteTableCell 75 : pBox( pB ), pBackground( pBGround ), nHeight( nHght ), nWidthOpt( 0 ), in SwWriteTableCell() 95 nWidthOpt = nWidth; bPrcWidthOpt = bPrc; in SetWidthOpt() 98 sal_uInt32 GetWidthOpt() const { return nWidthOpt; } in GetWidthOpt() 181 sal_uInt32 nWidthOpt; member in SwWriteTableCol 208 nWidthOpt = nWidth; bRelWidthOpt = bRel; in SetWidthOpt() 210 sal_uInt32 GetWidthOpt() const { return nWidthOpt; } in GetWidthOpt()
|
/trunk/main/sw/inc/ |
H A D | htmltbl.hxx | 107 sal_uInt16 nWidthOpt, sal_Bool bPrcWdthOpt,
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 92 : nPos(nPosition), nWidthOpt(0), bRelWidthOpt(false), bOutWidth(true), in SwWriteTableCol()
|
Completed in 27 milliseconds