Lines Matching refs:SwFmtFrmSize

217             pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE,  in lcl_CreateDfltBoxFmt()
236 pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, in lcl_CreateAFmtBoxFmt()
465 pTableFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nWidth )); in InsertTable()
502 pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, USHRT_MAX / nCols, 0 )); in InsertTable()
567 pBoxF->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nWidth )); in InsertTable()
743 pTableFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, USHRT_MAX )); in TextToTable()
1095 pNewFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, in TextToTable()
1108 pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nLastPos )); in TextToTable()
1111 pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, USHRT_MAX / nMaxBoxes )); in TextToTable()
1196 pTableFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, USHRT_MAX )); in TextToTable()
1452 pNewFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, in TextToTable()
1465 pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nLastPos )); in TextToTable()
1468 pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, USHRT_MAX / nMaxBoxes )); in TextToTable()
2835 const SwFmtFrmSize& rTblFrmSz = rTab.GetFrmFmt()->GetFrmSize(); in SetTabCols()
2848 SwFmtFrmSize aSz( rTblFrmSz ); in SetTabCols()
2965 SwFmtFrmSize aNew( pLine->GetFrmFmt()->GetFrmSize() ); in SetTabRows()
3355 SwFmtFrmSize aTblMaxSz( pFmt->GetFrmSize() ); in lcl_ChgTblSize()
3662 const SwFmtFrmSize& rTblSz = rTbl.GetFrmFmt()->GetFrmSize(); in MergeTable()
3663 const SwFmtFrmSize& rDelTblSz = rDelTbl.GetFrmFmt()->GetFrmSize(); in MergeTable()