Home
last modified time | relevance | path

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

/AOO42X/main/sw/inc/
H A Dhtmltbl.hxx100 sal_Bool bPrcWidthOption : 1;// nWidth ist %-Angabe member in SwHTMLTableLayoutCell
124 sal_Bool IsPrcWidthOption() const { return bPrcWidthOption; } in IsPrcWidthOption()
235 sal_Bool bPrcWidthOption : 1; // Breite ist eine %-Angabe member in SwHTMLTableLayout
358 sal_Bool HasPrcWidthOption() const { return bPrcWidthOption; } in HasPrcWidthOption()
477 return (long)( (!nWidthOption || bPrcWidthOption) ? nMin : nRelTabWidth ); in GetBrowseWidthMin()
/AOO42X/main/sw/source/core/doc/
H A Dhtmltbl.cxx117 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
219 bPrcWidthOption( bPrcWdth ), bUseRelWidth( sal_False ), in SwHTMLTableLayout()
585 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
620 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
1211 if( bPrcWidthOption ) in AutoLayoutPass2()
1860 (!bPrcWidthOption && nAbsAvail>=nMax && nRelTabWidth==nMax) ) ) in Resize()