Lines Matching refs:pModOpt

1293 	SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig();  in FillItemSet()  local
1296 pModOpt->SetTblHMove( (sal_uInt16)aRowMoveMF.Denormalize( aRowMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1299 pModOpt->SetTblVMove( (sal_uInt16)aColMoveMF.Denormalize( aColMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1302 pModOpt->SetTblHInsert((sal_uInt16)aRowInsertMF.Denormalize( aRowInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1305 pModOpt->SetTblVInsert((sal_uInt16)aColInsertMF.Denormalize( aColInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1314 if(eMode != pModOpt->GetTblMode()) in FillItemSet()
1316 pModOpt->SetTblMode(eMode); in FillItemSet()
1353 pModOpt->SetInsTblFlags(bHTMLMode, aInsOpts); in FillItemSet()
1358 pModOpt->SetInsTblFormatNum(bHTMLMode, aNumFormattingCB.IsChecked()); in FillItemSet()
1364 pModOpt->SetInsTblChangeNumFormat(bHTMLMode, aNumFmtFormattingCB.IsChecked()); in FillItemSet()
1370 pModOpt->SetInsTblAlignNum(bHTMLMode, aNumAlignmentCB.IsChecked()); in FillItemSet()
1381 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in Reset() local
1392 aRowMoveMF .SetValue(aRowMoveMF.Normalize(pModOpt->GetTblHMove()), FUNIT_TWIP); in Reset()
1393 aColMoveMF .SetValue(aColMoveMF.Normalize(pModOpt->GetTblVMove()), FUNIT_TWIP); in Reset()
1394 aRowInsertMF.SetValue(aRowInsertMF.Normalize(pModOpt->GetTblHInsert()), FUNIT_TWIP); in Reset()
1395 aColInsertMF.SetValue(aColInsertMF.Normalize(pModOpt->GetTblVInsert()), FUNIT_TWIP); in Reset()
1397 switch(pModOpt->GetTblMode()) in Reset()
1452 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in Reset()
1460 aNumFormattingCB.Check(pModOpt->IsInsTblFormatNum(bHTMLMode)); in Reset()
1461 aNumFmtFormattingCB.Check(pModOpt->IsInsTblChangeNumFormat(bHTMLMode)); in Reset()
1462 aNumAlignmentCB.Check(pModOpt->IsInsTblAlignNum(bHTMLMode)); in Reset()