Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dhtmltbl.hxx123 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()
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()
[all …]
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx120 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
141 nWidthOption( nWidth ), bRelWidthOption( bRelWidth ), in SwHTMLTableLayoutColumn()
213 nRelTabWidth( 0 ), nWidthOption( nWdth ), in SwHTMLTableLayout()
590 sal_uLong nTabWidth = pChild->nWidthOption; in AutoLayoutPass1()
625 sal_uLong nTabWidth = pChild->nWidthOption; in AutoLayoutPass1()
1082 if( !nWidthOption ) in AutoLayoutPass1()
1096 else if( HasColsOption() || nWidthOption || in AutoLayoutPass1()
1212 if( nWidthOption ) in AutoLayoutPass2()
1217 if( nWidthOption > 100 ) in AutoLayoutPass2()
1218 nWidthOption = 100; in AutoLayoutPass2()
[all …]

Completed in 23 milliseconds