Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx120 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
222 bPrcWidthOption( bPrcWdth ), bUseRelWidth( sal_False ), in SwHTMLTableLayout()
588 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
623 if( !pChild->bPrcWidthOption && pChild->nWidthOption ) in AutoLayoutPass1()
1214 if( bPrcWidthOption ) in AutoLayoutPass2()
1863 (!bPrcWidthOption && nAbsAvail>=nMax && nRelTabWidth==nMax) ) ) in Resize()

Completed in 25 milliseconds