Searched refs:bPrcWidthOption (Results 1 – 2 of 2) sorted by relevance
100 sal_Bool bPrcWidthOption : 1;// nWidth ist %-Angabe member in SwHTMLTableLayoutCell124 sal_Bool IsPrcWidthOption() const { return bPrcWidthOption; } in IsPrcWidthOption()235 sal_Bool bPrcWidthOption : 1; // Breite ist eine %-Angabe member in SwHTMLTableLayout358 sal_Bool HasPrcWidthOption() const { return bPrcWidthOption; } in HasPrcWidthOption()477 return (long)( (!nWidthOption || bPrcWidthOption) ? nMin : nRelTabWidth ); in GetBrowseWidthMin()
119 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 22 milliseconds