Searched refs:nRelColWidth (Results 1 – 2 of 2) sorted by relevance
138 nAbsColWidth(0), nRelColWidth(0), in SwHTMLTableLayoutColumn()1424 sal_uLong nRelColWidth = in AutoLayoutPass2() local1427 (nRelColWidth * nAbsTabWidth) / nRelTabWidth; in AutoLayoutPass2()1429 nRelColWidth++; in AutoLayoutPass2()1431 nRelColWidth--; in AutoLayoutPass2()1432 pColumn->SetRelColWidth( (sal_uInt16)nRelColWidth ); in AutoLayoutPass2()1435 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()1515 sal_uLong nRelColWidth = nRelAvail in AutoLayoutPass2() local1520 GetColumn( i )->SetRelColWidth( (sal_uInt16)nRelColWidth ); in AutoLayoutPass2()1522 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
141 sal_uInt16 nRelColWidth; // in Twips bzw. relativ zu USHRT_MAX member in SwHTMLTableLayoutColumn177 void SetRelColWidth( sal_uInt16 nWidth ) { nRelColWidth = nWidth; } in SetRelColWidth()178 sal_uInt16 GetRelColWidth() const { return nRelColWidth; } in GetRelColWidth()
Completed in 33 milliseconds