Searched refs:bRelWidth (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 238 sal_Bool bRelWidth : 1; // nWidth ist %-Angabe member in HTMLTableCell 357 sal_Bool bRelWidth; member in HTMLTableColumn 752 bRelWidth( sal_False ), in HTMLTableCell() 793 bRelWidth = bRelWdth; in SetWidth() 830 bRelWidth, bNoWrap ); in CreateLayoutInfo() 934 nWidth(0), bRelWidth(sal_False), in HTMLTableColumn() 944 if( bRelWidth==bRelWdth ) in SetWidth() 951 bRelWidth = bRelWdth; in SetWidth() 2335 sal_Bool bRelWidth, SvxAdjust eAdjust, in CloseColGroup() argument 2368 Size aTwipSz( bRelWidth ? 0 : nColWidth, 0 ); in InsertCol() [all …]
|
/trunk/main/sw/inc/ |
H A D | htmltbl.hxx | 156 inline void SetWidthOption( sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest ); 447 sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest ) in SetWidthOption() argument 449 if( bTest && bRelWidthOption==bRelWidth ) in SetWidthOption() 456 bRelWidthOption = bRelWidth; in SetWidthOption()
|
/trunk/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 136 sal_Bool bRelWidth, in SwHTMLTableLayoutColumn() argument 141 nWidthOption( nWidth ), bRelWidthOption( bRelWidth ), in SwHTMLTableLayoutColumn() 662 sal_Bool bRelWidth = pCell->IsPrcWidthOption(); in AutoLayoutPass1() local 671 if( nWidth==0 || bRelWidth ) in AutoLayoutPass1() 685 else if( bHR && nWidth>0 && !bRelWidth ) in AutoLayoutPass1() 724 pColumn->MergeCellWidthOption( nWidth, bRelWidth ); in AutoLayoutPass1() 733 if( !HasColTags() && nWidth && !bRelWidth ) in AutoLayoutPass1()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 775 sal_Bool bRelWidth = sal_True; in SwXMLTableColContext_Impl() local 789 bRelWidth = ATT_VAR_SIZE == pSize->GetHeightSizeType(); in SwXMLTableColContext_Impl() 796 GetTable()->InsertColumn( nWidth, bRelWidth, &aDfltCellStyleName ); in SwXMLTableColContext_Impl() 1302 bRelWidth( sal_True ), in SwXMLTableContext() 1447 bRelWidth( sal_True ), in SwXMLTableContext() 2468 if( bRelWidth ) in _MakeTable() 2781 bRelWidth = sal_False; in MakeTable() 2862 bRelWidth = GetParentTable()->bRelWidth; in MakeTable()
|
H A D | xmltbli.hxx | 95 sal_Bool bRelWidth : 1; member in SwXMLTableContext 162 void InsertColumn( sal_Int32 nWidth, sal_Bool bRelWidth,
|
Completed in 50 milliseconds