Lines Matching refs:eTblChgMode

3627 		if( TBLVAR_CHGABS == eTblChgMode )  in SetColWidth()
3659 TblChgMode eOld = eTblChgMode; in SetColWidth()
3660 eTblChgMode = TBLFIX_CHGPROP; in SetColWidth()
3664 eTblChgMode = eOld; in SetColWidth()
3801 if( bLeft && TBLFIX_CHGABS == eTblChgMode && !bInsDel ) in SetColWidth()
3901 ? ( TBLFIX_CHGABS == eTblChgMode ? bLeft : bLeft ) in SetColWidth()
3902 : ( TBLFIX_CHGABS != eTblChgMode && bLeft ) ) in SetColWidth()
3928 if( TBLVAR_CHGABS == eTblChgMode ) in SetColWidth()
3932 TblChgMode eOld = eTblChgMode; in SetColWidth()
3933 eTblChgMode = TBLFIX_CHGABS; in SetColWidth()
3937 eTblChgMode = eOld; in SetColWidth()
3943 if( bLeft && TBLFIX_CHGABS == eTblChgMode && !bInsDel ) in SetColWidth()
4015 ? ( TBLFIX_CHGABS == eTblChgMode ? (bBigger && bLeft) : bLeft ) in SetColWidth()
4016 : ( TBLFIX_CHGABS != eTblChgMode && bLeft ) ) in SetColWidth()
4049 aParam.pUndo->SetColWidthParam( nBoxIdx, static_cast<sal_uInt16>(eTblChgMode), eType, in SetColWidth()
4360 if( TBLVAR_CHGABS == eTblChgMode ) in SetRowHeight()
4372 TblChgMode eOld = eTblChgMode; in SetRowHeight()
4373 eTblChgMode = TBLFIX_CHGPROP; in SetRowHeight()
4378 eTblChgMode = eOld; in SetRowHeight()
4428 if( TBLFIX_CHGPROP == eTblChgMode ) in SetRowHeight()
4490 if( TBLFIX_CHGPROP == eTblChgMode && !bBigger && in SetRowHeight()
4520 TblChgMode eOld = eTblChgMode; in SetRowHeight()
4521 eTblChgMode = TBLVAR_CHGABS; in SetRowHeight()
4526 eTblChgMode = eOld; in SetRowHeight()
4549 aParam.pUndo->SetColWidthParam( nBoxIdx, static_cast<sal_uInt16>(eTblChgMode), eType, in SetRowHeight()