Lines Matching refs:pLayoutInfo

191 	SwHTMLTableLayoutCnts* pLayoutInfo;  member in HTMLTableCnts
487 SwHTMLTableLayout *pLayoutInfo; member in HTMLTable
603 sal_uInt32 nMin = pLayoutInfo->GetMin(); in GetMinWidth()
695 pLayoutInfo = 0; in SV_IMPL_PTRARR()
730 ASSERT( pLayoutInfo, "Da sit noch keine Layout-Info" ); in SetTableBox()
731 if( pLayoutInfo ) in SetTableBox()
732 pLayoutInfo->SetTableBox( pBox ); in SetTableBox()
737 if( !pLayoutInfo ) in CreateLayoutInfo()
742 pLayoutInfo = new SwHTMLTableLayoutCnts( pStartNode, pTableInfo, in CreateLayoutInfo()
746 return pLayoutInfo; in CreateLayoutInfo()
1140 pLayoutInfo( 0 ), in HTMLTable()
1185 pLayoutInfo = new SwHTMLTableLayout( in CreateLayoutInfo()
1204 pLayoutInfo->SetCell( pLayoutCell, i, j ); in CreateLayoutInfo()
1217 pLayoutInfo->SetExportable( bExportable ); in CreateLayoutInfo()
1220 pLayoutInfo->SetColumn( ((*pColumns)[i])->CreateLayoutInfo(), i ); in CreateLayoutInfo()
1222 return pLayoutInfo; in CreateLayoutInfo()
1239 if( pLayoutInfo ) in FixRowSpan()
1240 pLayoutInfo->GetCell(nRow,nCol)->SetRowSpan( nRowSpan ); in FixRowSpan()
1252 if( pLayoutInfo ) in ProtectRowSpan()
1253 pLayoutInfo->GetCell(nRow+i,nCol)->SetProtected(); in ProtectRowSpan()
1480 SwTwips nFrmWidth = (SwTwips)pLayoutInfo->GetColumn(nCol) in FixFrameFmt()
1483 nFrmWidth += (SwTwips)pLayoutInfo->GetColumn(nCol+i) in FixFrameFmt()
1816 SwHTMLTableLayoutCell *pCurrCell = pLayoutInfo->GetCell( nTopRow, nStartCol ); in MakeTableLine()
1825 pLayoutInfo->GetCell( nTopRow, j ) in MakeTableLine()
1880 pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel ); in MakeTableBox()
1881 sal_uInt16 nLSpace = pLayoutInfo->GetLeftCellSpace( nLeftCol, nColSpan ); in MakeTableBox()
1882 sal_uInt16 nRSpace = pLayoutInfo->GetRightCellSpace( nLeftCol, nColSpan ); in MakeTableBox()
1883 sal_uInt16 nInhSpace = pLayoutInfo->GetInhCellSpace( nLeftCol, nColSpan ); in MakeTableBox()
1928 pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel ); in MakeTableBox()
1929 sal_uInt16 nLSpace = pLayoutInfo->GetLeftCellSpace( nLeftCol, in MakeTableBox()
1931 sal_uInt16 nRSpace = pLayoutInfo->GetRightCellSpace( nLeftCol, in MakeTableBox()
1933 sal_uInt16 nInhSpace = pLayoutInfo->GetInhCellSpace( nLeftCol, nColSpan ); in MakeTableBox()
2035 pLayoutInfo->SetInhBorderWidths( nInhLeftBorderWidth, in InheritVertBorders()
2505 ASSERT( (pLayoutInfo==0) == (this==pTopTable), in MakeTable()
2520 pLayoutInfo->AutoLayoutPass1(); in MakeTable()
2527 pLayoutInfo->AutoLayoutPass2( nAbsAvail, nRelAvail, nAbsLeftSpace, in MakeTable()
2534 if( pLayoutInfo->GetRelRightFill() == 0 ) in MakeTable()
2552 if( pLayoutInfo->GetRelLeftFill() == 0 && in MakeTable()
2641 ( pLayoutInfo->GetRelLeftFill() > 0 || in MakeTable()
2642 pLayoutInfo->GetRelRightFill() > 0 ) ) in MakeTable()
2668 if( pLayoutInfo->GetRelLeftFill() > 0 ) in MakeTable()
2677 pLayoutInfo->SetLeftFillerBox( pNewBox ); in MakeTable()
2694 if( pLayoutInfo->GetRelRightFill() > 0 ) in MakeTable()
2704 pLayoutInfo->SetRightFillerBox( pNewBox ); in MakeTable()
2749 sal_uInt32 nMin = pLayoutInfo->GetMin(); in MakeTable()
2762 pLayoutInfo->SetMustNotRecalc( sal_True ); in MakeTable()
2766 sal_uInt32 nMax = pLayoutInfo->GetMax(); in MakeTable()
2775 pLayoutInfo->SetMustNotResize( sal_True ); in MakeTable()
2779 pLayoutInfo->SetMayBeInFlyFrame( bIsInFlyFrame ); in MakeTable()
2783 pLayoutInfo->SetMustResize( bPrcWidth || !nWidth ); in MakeTable()
2785 pLayoutInfo->SetWidths(); in MakeTable()
2787 ((SwTable *)pSwTable)->SetHTMLTableLayout( pLayoutInfo ); in MakeTable()
2800 pLayoutInfo->GetCell( nRow, nCol ); in MakeTable()
2804 pLayoutInfo->GetAvail( nCol, nColSpan, nWidth2, nDummy ); in MakeTable()
2805 nWidth2 = nWidth2 - pLayoutInfo->GetLeftCellSpace( nCol, nColSpan ); in MakeTable()
2806 nWidth2 = nWidth2 - pLayoutInfo->GetRightCellSpace( nCol, nColSpan ); in MakeTable()
5518 SwHTMLTableLayout *pLayoutInfo = in BuildTable() local
5520 if( pLayoutInfo ) in BuildTable()
5531 pLayoutInfo->Resize( nNewBrowseWidth ); in BuildTable()