Searched refs:SetColRowWidthHeight (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 2521 …case KS_ColLeftBig: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_LEFT|nsTblCh… in KeyInput() 2522 …case KS_ColRightBig: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_RIGHT|nsTblC… in KeyInput() 2523 …case KS_ColLeftSmall: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_LEFT, pModOp… in KeyInput() 2524 …case KS_ColRightSmall: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_RIGHT, pModO… in KeyInput() 2525 …case KS_ColBottomBig: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_ROW_BOTTOM|nsTbl… in KeyInput() 2526 …case KS_ColBottomSmall: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_ROW_BOTTOM, pMod… in KeyInput() 2529 …case KS_CellLeftSmall: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_CELL_LEFT, pModO… in KeyInput() 2530 …case KS_CellRightSmall: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_CELL_RIGHT, pMod… in KeyInput() 2533 …case KS_CellTopSmall: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_CELL_TOP, pModOp… in KeyInput() 2534 …case KS_CellBottomSmall: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_CELL_BOTTOM, pMo… in KeyInput() [all …]
|
/aoo4110/main/sw/inc/ |
H A D | fesh.hxx | 716 sal_Bool SetColRowWidthHeight( sal_uInt16 eType, sal_uInt16 nDiff = 283 );
|
H A D | doc.hxx | 1756 sal_Bool SetColRowWidthHeight( SwTableBox& rAktBox, sal_uInt16 eType,
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 2307 sal_Bool SwFEShell::SetColRowWidthHeight( sal_uInt16 eType, sal_uInt16 nDiff ) in SetColRowWidthHeight() function in SwFEShell 2378 sal_Bool bRet = GetDoc()->SetColRowWidthHeight( in SetColRowWidthHeight()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | untbl.cxx | 1911 rDoc.SetColRowWidthHeight( *pBox, nSetColType, nAbsDiff, in RedoImpl() 1925 rDoc.SetColRowWidthHeight( *pBox, nSetColType, nAbsDiff, nRelDiff ); in RedoImpl()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 4034 sal_Bool SwDoc::SetColRowWidthHeight( SwTableBox& rAktBox, sal_uInt16 eType, in SetColRowWidthHeight() function in SwDoc
|
Completed in 287 milliseconds