Lines Matching refs:pModOpt

1290 	SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig();  in FillItemSet()  local
1293 pModOpt->SetTblHMove( (sal_uInt16)aRowMoveMF.Denormalize( aRowMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1296 pModOpt->SetTblVMove( (sal_uInt16)aColMoveMF.Denormalize( aColMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1299 pModOpt->SetTblHInsert((sal_uInt16)aRowInsertMF.Denormalize( aRowInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1302 pModOpt->SetTblVInsert((sal_uInt16)aColInsertMF.Denormalize( aColInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1311 if(eMode != pModOpt->GetTblMode()) in FillItemSet()
1313 pModOpt->SetTblMode(eMode); in FillItemSet()
1350 pModOpt->SetInsTblFlags(bHTMLMode, aInsOpts); in FillItemSet()
1355 pModOpt->SetInsTblFormatNum(bHTMLMode, aNumFormattingCB.IsChecked()); in FillItemSet()
1361 pModOpt->SetInsTblChangeNumFormat(bHTMLMode, aNumFmtFormattingCB.IsChecked()); in FillItemSet()
1367 pModOpt->SetInsTblAlignNum(bHTMLMode, aNumAlignmentCB.IsChecked()); in FillItemSet()
1378 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in Reset() local
1389 aRowMoveMF .SetValue(aRowMoveMF.Normalize(pModOpt->GetTblHMove()), FUNIT_TWIP); in Reset()
1390 aColMoveMF .SetValue(aColMoveMF.Normalize(pModOpt->GetTblVMove()), FUNIT_TWIP); in Reset()
1391 aRowInsertMF.SetValue(aRowInsertMF.Normalize(pModOpt->GetTblHInsert()), FUNIT_TWIP); in Reset()
1392 aColInsertMF.SetValue(aColInsertMF.Normalize(pModOpt->GetTblVInsert()), FUNIT_TWIP); in Reset()
1394 switch(pModOpt->GetTblMode()) in Reset()
1449 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in Reset()
1457 aNumFormattingCB.Check(pModOpt->IsInsTblFormatNum(bHTMLMode)); in Reset()
1458 aNumFmtFormattingCB.Check(pModOpt->IsInsTblChangeNumFormat(bHTMLMode)); in Reset()
1459 aNumAlignmentCB.Check(pModOpt->IsInsTblAlignNum(bHTMLMode)); in Reset()