Lines Matching refs:nWidthOption
98 sal_uInt16 nWidthOption;// angegebene Breite der Zelle in Twip oder % member in SwHTMLTableLayoutCell
123 sal_uInt16 GetWidthOption() const { return nWidthOption; } in GetWidthOption()
143 sal_uInt16 nWidthOption; // Optionen von <COL> oder <TD>/<TH> member in SwHTMLTableLayoutColumn
158 sal_uInt16 GetWidthOption() const { return nWidthOption; } in GetWidthOption()
213 sal_uInt16 nWidthOption; // die Breite der Tabelle (in Twip oder %) member in SwHTMLTableLayout
357 sal_uInt16 GetWidthOption() const { return nWidthOption; } in GetWidthOption()
405 nWidthOption = 0; in ClearPass1Info()
413 if( !nWidthOption || in MergeCellWidthOption()
414 (bRel==bRelWidthOption && nWidthOption < nWidth) ) in MergeCellWidthOption()
416 nWidthOption = nWidth; in MergeCellWidthOption()
451 if( nWidth > nWidthOption ) in SetWidthOption()
452 nWidthOption = nWidth; in SetWidthOption()
455 nWidthOption = nWidth; in SetWidthOption()
477 return (long)( (!nWidthOption || bPrcWidthOption) ? nMin : nRelTabWidth ); in GetBrowseWidthMin()