Searched refs:nsTblChgWidthHeightType (Results 1 – 6 of 6) sorted by relevance
1465 …TblChgWidthHeightType eTblChgMode = nsTblChgWidthHeightType::WH_COL_LEFT; // initialization jus… in KeyInput()1699 eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | in KeyInput()1701 ? nsTblChgWidthHeightType::WH_CELL_LEFT in KeyInput()1702 : nsTblChgWidthHeightType::WH_COL_LEFT ); in KeyInput()1708 … eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | nsTblChgWidthHeightType::WH_CELL_RIGHT; in KeyInput()1721 eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | in KeyInput()1723 ? nsTblChgWidthHeightType::WH_CELL_TOP in KeyInput()1724 : nsTblChgWidthHeightType::WH_ROW_TOP ); in KeyInput()1737 eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | in KeyInput()1739 ? nsTblChgWidthHeightType::WH_CELL_BOTTOM in KeyInput()[all …]
2313 if( nsTblChgWidthHeightType::WH_FLAG_INSDEL & eType && in SetColRowWidthHeight()2336 …( eType & nsTblChgWidthHeightType::WH_COL_LEFT || eType & nsTblChgWidthHeightType::WH_COL_RIGHT ) … in SetColRowWidthHeight()2345 …if( (eType & (nsTblChgWidthHeightType::WH_FLAG_BIGGER | nsTblChgWidthHeightType::WH_FLAG_INSDEL)) … in SetColRowWidthHeight()2346 (nsTblChgWidthHeightType::WH_FLAG_BIGGER | nsTblChgWidthHeightType::WH_FLAG_INSDEL) ) in SetColRowWidthHeight()2356 case nsTblChgWidthHeightType::WH_ROW_TOP: in SetColRowWidthHeight()2359 case nsTblChgWidthHeightType::WH_ROW_BOTTOM: in SetColRowWidthHeight()2362 case nsTblChgWidthHeightType::WH_COL_LEFT: in SetColRowWidthHeight()2365 case nsTblChgWidthHeightType::WH_COL_RIGHT: in SetColRowWidthHeight()2385 …f( bRet && (eType & (nsTblChgWidthHeightType::WH_FLAG_BIGGER | nsTblChgWidthHeightType::WH_FLAG_IN… in SetColRowWidthHeight()2387 …switch(eType & ~(nsTblChgWidthHeightType::WH_FLAG_BIGGER | nsTblChgWidthHeightType::WH_FLAG_INSDEL… in SetColRowWidthHeight()[all …]
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()247 …bTop = nsTblChgWidthHeightType::WH_ROW_TOP == ( eType & 0xff ) || nsTblChgWidthHeightType::WH_CELL… in CR_SetLineHeight()248 bBigger = 0 != (eType & nsTblChgWidthHeightType::WH_FLAG_BIGGER ); in CR_SetLineHeight()249 if( eType & nsTblChgWidthHeightType::WH_FLAG_INSDEL ) in CR_SetLineHeight()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()3625 case nsTblChgWidthHeightType::WH_COL_RIGHT: in SetColWidth()[all …]
4040 if( nsTblChgWidthHeightType::WH_FLAG_INSDEL & eType && pTblNd->GetTable().ISA( SwDDETable )) in SetColRowWidthHeight()4051 case nsTblChgWidthHeightType::WH_COL_LEFT: in SetColRowWidthHeight()4052 case nsTblChgWidthHeightType::WH_COL_RIGHT: in SetColRowWidthHeight()4053 case nsTblChgWidthHeightType::WH_CELL_LEFT: in SetColRowWidthHeight()4054 case nsTblChgWidthHeightType::WH_CELL_RIGHT: in SetColRowWidthHeight()4061 case nsTblChgWidthHeightType::WH_ROW_TOP: in SetColRowWidthHeight()4062 case nsTblChgWidthHeightType::WH_ROW_BOTTOM: in SetColRowWidthHeight()4063 case nsTblChgWidthHeightType::WH_CELL_TOP: in SetColRowWidthHeight()4064 case nsTblChgWidthHeightType::WH_CELL_BOTTOM: in SetColRowWidthHeight()4080 if( nsTblChgWidthHeightType::WH_FLAG_INSDEL & eType ) in SetColRowWidthHeight()
1964 case nsTblChgWidthHeightType::WH_COL_LEFT: in RedoImpl()1965 case nsTblChgWidthHeightType::WH_COL_RIGHT: in RedoImpl()1966 case nsTblChgWidthHeightType::WH_CELL_LEFT: in RedoImpl()1967 case nsTblChgWidthHeightType::WH_CELL_RIGHT: in RedoImpl()1971 case nsTblChgWidthHeightType::WH_ROW_TOP: in RedoImpl()1972 case nsTblChgWidthHeightType::WH_ROW_BOTTOM: in RedoImpl()1973 case nsTblChgWidthHeightType::WH_CELL_TOP: in RedoImpl()1974 case nsTblChgWidthHeightType::WH_CELL_BOTTOM: in RedoImpl()
29 namespace nsTblChgWidthHeightType namespace