Lines Matching refs:bHTMLMode
1255 bHTMLMode(sal_False) in SwTableOptionsTabPage()
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()
1403 bHTMLMode = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON); in Reset()
1407 if(bHTMLMode) 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()