Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dhtmltbl.hxx98 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()
[all …]
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx117 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
138 nWidthOption( nWidth ), bRelWidthOption( bRelWidth ), in SwHTMLTableLayoutColumn()
210 nRelTabWidth( 0 ), nWidthOption( nWdth ), in SwHTMLTableLayout()
585 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
587 sal_uLong nTabWidth = pChild->nWidthOption; in AutoLayoutPass1()
620 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
622 sal_uLong nTabWidth = pChild->nWidthOption; in AutoLayoutPass1()
1079 if( !nWidthOption ) in AutoLayoutPass1()
1093 else if( HasColsOption() || nWidthOption || in AutoLayoutPass1()
1209 if( nWidthOption ) in AutoLayoutPass2()
[all …]