Searched refs:SwHTMLTableLayout (Results 1 – 17 of 17) sorted by relevance
/trunk/main/sw/inc/ |
H A D | htmltbl.hxx | 37 class SwHTMLTableLayout; 49 SwHTMLTableLayout *pTable; // eine "Tabelle in der Tabelle" 66 SwHTMLTableLayoutCnts( const SwStartNode* pSttNd, SwHTMLTableLayout* pTab, 74 SwHTMLTableLayout *GetTable() const { return pTable; } in GetTable() 185 class SwHTMLTableLayout class 264 DECL_STATIC_LINK( SwHTMLTableLayout, DelayedResize_Impl, void* ); 269 SwHTMLTableLayout( const SwTable *pSwTbl, 277 ~SwHTMLTableLayout(); 429 inline sal_uInt16 SwHTMLTableLayout::GetInhCellSpace( sal_uInt16 nCol, in GetInhCellSpace() 469 inline void SwHTMLTableLayout::SetCell( SwHTMLTableLayoutCell *pCell, in SetCell() [all …]
|
H A D | swtable.hxx | 46 class SwHTMLTableLayout; 91 SwHTMLTableLayout *pHTMLLayout; 153 SwHTMLTableLayout *GetHTMLTableLayout() { return pHTMLLayout; } in GetHTMLTableLayout() 154 const SwHTMLTableLayout *GetHTMLTableLayout() const { return pHTMLLayout; } in GetHTMLTableLayout() 155 void SetHTMLTableLayout( SwHTMLTableLayout *p ); //Eigentumsuebergang!
|
/trunk/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 92 SwHTMLTableLayout* pTab, in SwHTMLTableLayoutCnts() 196 SwHTMLTableLayout::SwHTMLTableLayout( in SwHTMLTableLayout() function in SwHTMLTableLayout 226 aResizeTimer.SetTimeoutHdl( STATIC_LINK( this, SwHTMLTableLayout, in SwHTMLTableLayout() 230 SwHTMLTableLayout::~SwHTMLTableLayout() in ~SwHTMLTableLayout() 364 sal_uInt16 SwHTMLTableLayout::GetBrowseWidth( const SwDoc& rDoc ) in GetBrowseWidth() 383 sal_uInt16 SwHTMLTableLayout::GetBrowseWidthByTabFrm( in GetBrowseWidthByTabFrm() 425 nBrowseWidth = SwHTMLTableLayout::GetBrowseWidth( rDoc ); in GetBrowseWidthByTable() 431 const SwStartNode *SwHTMLTableLayout::GetAnyBoxStartNode() const in GetAnyBoxStartNode() 448 SwFrmFmt *SwHTMLTableLayout::FindFlyFrmFmt() const in FindFlyFrmFmt() 495 void SwHTMLTableLayout::AutoLayoutPass1() in AutoLayoutPass1() [all …]
|
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 37 class SwHTMLTableLayout; 319 SwWriteTable( const SwHTMLTableLayout *pLayoutInfo );
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 101 SwHTMLWrtTable( const SwHTMLTableLayout *pLayoutInfo ); 118 SwHTMLWrtTable::SwHTMLWrtTable( const SwHTMLTableLayout *pLayoutInfo ) in SwHTMLWrtTable() 1197 const SwHTMLTableLayout *pLayout = rTbl.GetHTMLTableLayout(); in OutHTML_SwTblNode()
|
H A D | htmltab.cxx | 480 SwHTMLTableLayout *pLayoutInfo; 657 SwHTMLTableLayout *CreateLayoutInfo(); 732 SwHTMLTableLayout *pTableInfo = pTable ? pTable->CreateLayoutInfo() : 0; in CreateLayoutInfo() 1161 SwHTMLTableLayout *HTMLTable::CreateLayoutInfo() in CreateLayoutInfo() 1173 pLayoutInfo = new SwHTMLTableLayout( in CreateLayoutInfo() 5503 SwHTMLTableLayout *pLayoutInfo = in BuildTable()
|
H A D | htmlform.cxx | 547 SwHTMLTableLayout *pLayout = in init()
|
H A D | swhtml.cxx | 4930 const SwTwips nWidth = SwHTMLTableLayout::GetBrowseWidth( *pDoc ); in GetCurrentBrowseWidth()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 791 SwHTMLTableLayout *pTableLayout = rTable.GetHTMLTableLayout(); in SetTabBorders() 887 SwHTMLTableLayout *pTableLayout = rTable.GetHTMLTableLayout(); in SetTabLineStyle() 1146 SwHTMLTableLayout *pTableLayout = rTable.GetHTMLTableLayout(); in SetBoxAttr()
|
H A D | swbaslnk.cxx | 359 SwHTMLTableLayout *pLayout = in SetGrfFlySize()
|
/trunk/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 1942 SwHTMLTableLayout *pLayout = GetTable()->GetHTMLTableLayout(); in MakeAll() 2061 SwHTMLTableLayout *pLayout = GetTable()->GetHTMLTableLayout(); in MakeAll() 2100 SwHTMLTableLayout *pLayout = GetTable()->GetHTMLTableLayout(); in MakeAll() 2151 SwHTMLTableLayout *pHTMLLayout = in MakeAll()
|
H A D | pagechg.cxx | 1816 const SwHTMLTableLayout *pLayoutInfo = in ImplCalcBrowseWidth()
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 794 SwWriteTable::SwWriteTable( const SwHTMLTableLayout *pLayoutInfo ) in SwWriteTable()
|
/trunk/main/sw/source/core/text/ |
H A D | itratr.cxx | 475 SwHTMLTableLayout *pLayout = 0; in lcl_MinMaxNode()
|
/trunk/main/sw/source/core/table/ |
H A D | swtable.cxx | 2106 void SwTable::SetHTMLTableLayout( SwHTMLTableLayout *p ) in SetHTMLTableLayout()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 1200 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper()
|
H A D | rtfattributeoutput.cxx | 1082 const SwHTMLTableLayout *pLayout = pTable->GetHTMLTableLayout(); in InitTableHelper()
|
Completed in 233 milliseconds