Home
last modified time | relevance | path

Searched refs:GetWidthOption (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx660 sal_uInt16 nWidth = pCell->GetWidthOption(); in AutoLayoutPass1()
797 if( pColumn->GetWidthOption() && !pColumn->IsRelWidthOption() ) in AutoLayoutPass1()
801 sal_uLong nAbsWidth = pColumn->GetWidthOption(); in AutoLayoutPass1()
965 if( pColumn->IsRelWidthOption() && pColumn->GetWidthOption() ) in AutoLayoutPass1()
968 nRel += pColumn->GetWidthOption(); in AutoLayoutPass1()
979 if( pColumn->GetWidthOption() && pColumn->GetMin() ) in AutoLayoutPass1()
981 pColumn->SetMax( nAbsMin * pColumn->GetWidthOption() ); in AutoLayoutPass1()
995 if( pColumn->GetWidthOption() ) in AutoLayoutPass1()
1014 if( pColumn->IsRelWidthOption() && pColumn->GetWidthOption() ) in AutoLayoutPass1()
1018 sal_uInt16 nColWidth = pColumn->GetWidthOption(); in AutoLayoutPass1()
[all …]
/trunk/main/sw/inc/
H A Dhtmltbl.hxx123 sal_uInt16 GetWidthOption() const { return nWidthOption; } in GetWidthOption() function in SwHTMLTableLayoutCell
158 sal_uInt16 GetWidthOption() const { return nWidthOption; } in GetWidthOption() function in SwHTMLTableLayoutColumn
357 sal_uInt16 GetWidthOption() const { return nWidthOption; } in GetWidthOption() function in SwHTMLTableLayout
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx794 nInnerBorder(0), nBaseWidth(pLayoutInfo->GetWidthOption()), nHeadEndRow(0), in SwWriteTable()
795 nLeftSub(0), nRightSub(0), nTabWidth(pLayoutInfo->GetWidthOption()), in SwWriteTable()
825 pCol->SetWidthOpt( pLayoutCol->GetWidthOption(), in SwWriteTable()
877 pCell->SetWidthOpt( pLayoutCell->GetWidthOption(), in SwWriteTable()