Home
last modified time | relevance | path

Searched refs:GetTblVInsert (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1703 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
1709 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
1939 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
2540 …HeightType::WH_ROW_TOP|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblVInsert() ); break; in KeyInput()
2541 …htType::WH_ROW_BOTTOM|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblVInsert() ); break; in KeyInput()
2542 …HeightType::WH_FLAG_INSDEL|nsTblChgWidthHeightType::WH_ROW_TOP, pModOpt->GetTblVInsert() ); break; in KeyInput()
2543 …htType::WH_FLAG_INSDEL|nsTblChgWidthHeightType::WH_ROW_BOTTOM, pModOpt->GetTblVInsert() ); break; in KeyInput()
2548 …HeightType::WH_CELL_TOP|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblVInsert() ); break; in KeyInput()
2549 …htType::WH_CELL_BOTTOM|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblVInsert() ); break; in KeyInput()
2550 …HeightType::WH_FLAG_INSDEL|nsTblChgWidthHeightType::WH_CELL_TOP, pModOpt->GetTblVInsert() ); break; in KeyInput()
[all …]
/trunk/main/sw/inc/
H A Dmodcfg.hxx203 sal_uInt16 GetTblVInsert() const {return aTableConfig.nTblVInsert;} in GetTblVInsert() function in SwModuleOptions
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1392 aColInsertMF.SetValue(aColInsertMF.Normalize(pModOpt->GetTblVInsert()), FUNIT_TWIP); in Reset()