Lines Matching refs:eType

122 	CR_SetBoxWidth( sal_uInt16 eType, SwTwips nDif, SwTwips nSid, SwTwips nTblW,  in CR_SetBoxWidth()
129 bLeft = nsTblChgWidthHeightType::WH_COL_LEFT == ( eType & 0xff ) || in CR_SetBoxWidth()
130 nsTblChgWidthHeightType::WH_CELL_LEFT == ( eType & 0xff ); in CR_SetBoxWidth()
131 bBigger = 0 != (eType & nsTblChgWidthHeightType::WH_FLAG_BIGGER ); in CR_SetBoxWidth()
242 CR_SetLineHeight( sal_uInt16 eType, SwTableNode* pTNd ) in CR_SetLineHeight()
247 … = nsTblChgWidthHeightType::WH_ROW_TOP == ( eType & 0xff ) || nsTblChgWidthHeightType::WH_CELL_TOP… in CR_SetLineHeight()
248 bBigger = 0 != (eType & nsTblChgWidthHeightType::WH_FLAG_BIGGER ); in CR_SetLineHeight()
249 if( eType & nsTblChgWidthHeightType::WH_FLAG_INSDEL ) in CR_SetLineHeight()
3572 sal_Bool SwTable::SetColWidth( SwTableBox& rAktBox, sal_uInt16 eType, in SetColWidth() argument
3584 bLeft = nsTblChgWidthHeightType::WH_COL_LEFT == ( eType & 0xff ) || in SetColWidth()
3585 nsTblChgWidthHeightType::WH_CELL_LEFT == ( eType & 0xff ), in SetColWidth()
3586 bInsDel = 0 != (eType & nsTblChgWidthHeightType::WH_FLAG_INSDEL ); in SetColWidth()
3594 CR_SetBoxWidth aParam( eType, nRelDiff, nDist, rSz.GetWidth(), in SetColWidth()
3623 switch( eType & 0xff ) in SetColWidth()
3662 bRet = SetColWidth( rAktBox, eType, nAbsDiff, nRelDiff, in SetColWidth()
3935 bRet = SetColWidth( rAktBox, eType, nAbsDiff, nRelDiff, in SetColWidth()
4049 aParam.pUndo->SetColWidthParam( nBoxIdx, static_cast<sal_uInt16>(eTblChgMode), eType, in SetColWidth()
4307 sal_Bool SwTable::SetRowHeight( SwTableBox& rAktBox, sal_uInt16 eType, in SetRowHeight() argument
4320 bTop = nsTblChgWidthHeightType::WH_ROW_TOP == ( eType & 0xff ) || in SetRowHeight()
4321 nsTblChgWidthHeightType::WH_CELL_TOP == ( eType & 0xff ), in SetRowHeight()
4322 bInsDel = 0 != (eType & nsTblChgWidthHeightType::WH_FLAG_INSDEL ); in SetRowHeight()
4326 CR_SetLineHeight aParam( eType, in SetRowHeight()
4339 switch( eType & 0xff ) in SetRowHeight()
4375 bRet = SetRowHeight( rAktBox, eType, nAbsDiff, in SetRowHeight()
4523 bRet = SetRowHeight( rAktBox, eType, nAbsDiff, in SetRowHeight()
4549 aParam.pUndo->SetColWidthParam( nBoxIdx, static_cast<sal_uInt16>(eTblChgMode), eType, in SetRowHeight()