Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/docnode/
H A Dndtbl.cxx524 SwTableBoxFmt *pBoxF; in InsertTable() local
531 pBoxF = ::lcl_CreateAFmtBoxFmt( *this, aBoxFmtArr, *pTAFmt, in InsertTable()
548 pBoxF = ::lcl_CreateDfltBoxFmt( *this, aBoxFmtArr, nCols, nBoxId); in InsertTable()
551 pBoxF = pBoxFmt; in InsertTable()
559 if( pBoxF->GetFrmSize().GetWidth() != nWidth ) in InsertTable()
561 if( pBoxF->GetDepends() ) // neues Format erzeugen! in InsertTable()
564 *pNewFmt = *pBoxF; in InsertTable()
565 pBoxF = pNewFmt; in InsertTable()
567 pBoxF->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nWidth )); in InsertTable()
571 SwTableBox *pBox = new SwTableBox( pBoxF, aNdIdx, pLine); in InsertTable()
[all …]