Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/core/doc/
H A Dhtmltbl.cxx119 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
218 bPrcWidthOption( bPrcWdth ), bUseRelWidth( sal_False ), in SwHTMLTableLayout()
584 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
619 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
1210 if( bPrcWidthOption ) in AutoLayoutPass2()
1859 (!bPrcWidthOption && nAbsAvail>=nMax && nRelTabWidth==nMax) ) ) in Resize()

Completed in 43 milliseconds