Home
last modified time | relevance | path

Searched refs:bRelWidth (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx238 sal_Bool bRelWidth : 1; // nWidth ist %-Angabe member in HTMLTableCell
271 inline void SetWidth( sal_uInt16 nWidth, sal_Bool bRelWidth );
357 sal_Bool bRelWidth; member in HTMLTableColumn
373 inline void SetWidth( sal_uInt16 nWidth, sal_Bool bRelWidth);
606 sal_uInt16 nWidth, sal_Bool bRelWidth, sal_uInt16 nHeight,
620 inline void CloseColGroup( sal_uInt16 nSpan, sal_uInt16 nWidth, sal_Bool bRelWidth,
624 void InsertCol( sal_uInt16 nSpan, sal_uInt16 nWidth, sal_Bool bRelWidth,
752 bRelWidth( sal_False ), in HTMLTableCell()
793 bRelWidth = bRelWdth; in SetWidth()
830 bRelWidth, bNoWrap ); in CreateLayoutInfo()
[all …]
/AOO41X/main/sw/inc/
H A Dhtmltbl.hxx156 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()
/AOO41X/main/sw/source/core/doc/
H A Dhtmltbl.cxx134 sal_Bool bRelWidth, in SwHTMLTableLayoutColumn() argument
139 nWidthOption( nWidth ), bRelWidthOption( bRelWidth ), in SwHTMLTableLayoutColumn()
658 sal_Bool bRelWidth = pCell->IsPrcWidthOption(); in AutoLayoutPass1() local
667 if( nWidth==0 || bRelWidth ) in AutoLayoutPass1()
681 else if( bHR && nWidth>0 && !bRelWidth ) in AutoLayoutPass1()
720 pColumn->MergeCellWidthOption( nWidth, bRelWidth ); in AutoLayoutPass1()
729 if( !HasColTags() && nWidth && !bRelWidth ) in AutoLayoutPass1()
/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx772 sal_Bool bRelWidth = sal_True; in SwXMLTableColContext_Impl() local
786 bRelWidth = ATT_VAR_SIZE == pSize->GetHeightSizeType(); in SwXMLTableColContext_Impl()
793 GetTable()->InsertColumn( nWidth, bRelWidth, &aDfltCellStyleName ); in SwXMLTableColContext_Impl()
1299 bRelWidth( sal_True ), in SwXMLTableContext()
1444 bRelWidth( sal_True ), in SwXMLTableContext()
2465 if( bRelWidth ) in _MakeTable()
2778 bRelWidth = sal_False; in MakeTable()
2859 bRelWidth = GetParentTable()->bRelWidth; in MakeTable()
H A Dxmltbli.hxx95 sal_Bool bRelWidth : 1; member in SwXMLTableContext
162 void InsertColumn( sal_Int32 nWidth, sal_Bool bRelWidth,