Home
last modified time | relevance | path

Searched refs:eTblChgMode (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx3659 TblChgMode eOld = eTblChgMode; in SetColWidth()
3660 eTblChgMode = TBLFIX_CHGPROP; in SetColWidth()
3664 eTblChgMode = eOld; in SetColWidth()
3932 TblChgMode eOld = eTblChgMode; in SetColWidth()
3933 eTblChgMode = TBLFIX_CHGABS; in SetColWidth()
3937 eTblChgMode = eOld; in SetColWidth()
4373 eTblChgMode = TBLFIX_CHGPROP; in SetRowHeight()
4378 eTblChgMode = eOld; in SetRowHeight()
4520 TblChgMode eOld = eTblChgMode; in SetRowHeight()
4521 eTblChgMode = TBLVAR_CHGABS; in SetRowHeight()
[all …]
/trunk/main/sw/inc/
H A Dmodcfg.hxx120 TblChgMode eTblChgMode; //int Table/Change/Effect member in SwTableConfig
187 TblChgMode GetTblMode() const { return aTableConfig.eTblChgMode;} in GetTblMode()
188 void SetTblMode( TblChgMode eSet ) { aTableConfig.eTblChgMode = eSet; in SetTblMode()
H A Dswtable.hxx100 TblChgMode eTblChgMode; member in SwTable
314 TblChgMode GetTblChgMode() const { return eTblChgMode; } in GetTblChgMode()
315 void SetTblChgMode( TblChgMode eMode ) { eTblChgMode = eMode; } in SetTblChgMode()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1468 …TblChgWidthHeightType eTblChgMode = nsTblChgWidthHeightType::WH_COL_LEFT; // initialization jus… in KeyInput() local
1702 eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | in KeyInput()
1711eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | nsTblChgWidthHeightType::WH_CELL_RIGHT; in KeyInput()
1724 eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | in KeyInput()
1740 eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | in KeyInput()
1769 eTblChgMode = eTblChgMode | nsTblChgWidthHeightType::WH_FLAG_BIGGER; in KeyInput()
1941eTblChgMode = nsTblChgWidthHeightType::WH_FLAG_INSDEL | nsTblChgWidthHeightType::WH_COL_RIGHT; in KeyInput()
2557 rSh.SetColRowWidthHeight( eTblChgMode, nTblChgSize ); in KeyInput()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx1224 case 4 : pValues[nProp] <<= (sal_Int32)eTblChgMode; break; //"Change/Effect", in Commit()
1254 case 4 : pValues[nProp] >>= nTemp; eTblChgMode = (TblChgMode)nTemp; break; //"Change/Effect", in Load()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx338 eTblChgMode = (TblChgMode)GetTblChgDefaultMode(); in SwTable()
345 eTblChgMode( rTable.eTblChgMode ), in SwTable()

Completed in 87 milliseconds