Searched refs:bHTMLMode (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sw/source/ui/config/ |
H A D | optload.cxx | 95 bHTMLMode ( sal_False ), in SwLoadOptPage() 289 bHTMLMode = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON); in Reset() 431 bHTMLMode(sal_False) in SwCaptionOptPage() 548 bRet |= pModOpt->SetCapOption(bHTMLMode, pData); in FillItemSet() 553 pModOpt->SetInsWithCaption( bHTMLMode, nCheckCount > 0 ); in FillItemSet() 570 bHTMLMode = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON); in Reset() 639 const InsCaptionOpt* pOpt = pModOpt->GetCapOption(bHTMLMode, eObjType, pOleId); in SetOptions()
|
H A D | optpage.cxx | 1258 bHTMLMode(sal_False) in SwTableOptionsTabPage() 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() 1406 bHTMLMode = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON); in Reset() 1410 if(bHTMLMode) 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() [all …]
|
/aoo41x/main/sw/source/ui/table/ |
H A D | instable.cxx | 129 sal_Bool bHTMLMode = 0 != (::GetHtmlMode(rView.GetDocShell())&HTMLMODE_ON); in SwInsTableDlg() local 132 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in SwInsTableDlg() 137 if(bHTMLMode) in SwInsTableDlg()
|
H A D | convert.cxx | 208 sal_Bool bHTMLMode = 0 != (::GetHtmlMode(rView.GetDocShell())&HTMLMODE_ON); in SwConvertTableDlg() local 210 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in SwConvertTableDlg()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | optload.hxx | 69 sal_Bool bHTMLMode; member in SwLoadOptPage 180 sal_Bool bHTMLMode; member in SwCaptionOptPage
|
H A D | optpage.hxx | 300 sal_Bool bHTMLMode; member in SwTableOptionsTabPage
|
/aoo41x/main/svx/inc/svx/ |
H A D | numvset.hxx | 64 sal_Bool bHTMLMode; member in SvxNumValueSet 84 void SetHTMLMode(sal_Bool bSet) {bHTMLMode = bSet;} in SetHTMLMode()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 205 const bool bHTMLMode = pDoc->get(IDocumentSettingAccess::HTML_MODE); in lcl_SetHeadline() local 206 if( bHTMLMode ) in lcl_SetHeadline() 212 if( bItalic && !bHTMLMode ) in lcl_SetHeadline() 215 if( bHTMLMode ) in lcl_SetHeadline() 227 if( !bHTMLMode ) in lcl_SetHeadline()
|
/aoo41x/main/cui/source/inc/ |
H A D | numpages.hxx | 302 sal_Bool bHTMLMode : 1; member in SvxNumOptionsTabPage
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2664 sal_Bool bHTMLMode = 0 != (::GetHtmlMode(rTempView.GetDocShell())&HTMLMODE_ON); in InsertTable() local 2671 SwInsertTableOptions aInsTblOpts = pModOpt->GetInsTblFlags(bHTMLMode); in InsertTable() 2727 aInsTblOpts = pModOpt->GetInsTblFlags(bHTMLMode); in InsertTable()
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 432 bHTMLMode ( sal_False ), in SvxNumValueSet()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numpages.cxx | 1332 bHTMLMode(sal_False), in SvxNumOptionsTabPage() 1641 bHTMLMode = 0 != (nHtmlMode&HTMLMODE_ON); in Reset() 1650 sal_Bool bAllLevel = bContinuous && !bHTMLMode; in Reset() 1937 sal_Bool bAllLevel = bNumeric && bAllLevelFeature && !bHTMLMode; in SwitchNumberType()
|
Completed in 100 milliseconds