Lines Matching refs:pBoxF
524 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()
805 SwTableBoxFmt *pBoxF = 0; in TextToTable() local
828 pBoxF = ::lcl_CreateAFmtBoxFmt( *this, aBoxFmtArr, in TextToTable()
867 pBoxF = ::lcl_CreateDfltBoxFmt( *this, aBoxFmtArr, in TextToTable()
875 pBoxF->SetFmtAttr( pBox->GetFrmFmt()->GetFrmSize() ); in TextToTable()
876 pBox->ChgFrmFmt( pBoxF ); in TextToTable()