/aoo42x/main/sw/source/ui/chrdlg/ |
H A D | pardlg.cxx | 85 sal_Bool bHtmlMode = static_cast< sal_Bool >(nHtmlMode & HTMLMODE_ON); in SwParaDlg() local 106 if (!bDrawParaDlg && (!bHtmlMode || pHtmlOpt->IsPrintLayoutExtension())) in SwParaDlg() 117 if(!bHtmlMode && aCJKOptions.IsAsianTypographyEnabled()) in SwParaDlg() 128 if(bHtmlMode || !bLRValid) in SwParaDlg() 143 if(!bHtmlMode || (nHtmlMode & HTMLMODE_FULL_STYLES)) in SwParaDlg() 151 if(!bHtmlMode || (nHtmlMode & (HTMLMODE_SOME_STYLES|HTMLMODE_FULL_STYLES))) in SwParaDlg() 168 if(!bHtmlMode || (nHtmlMode & HTMLMODE_PARA_BORDER)) in SwParaDlg()
|
H A D | break.cxx | 175 bHtmlMode(0 != ::GetHtmlMode(rS.GetView().GetDocShell())) in SwBreakDlg() 219 if ( bHtmlMode ) in CheckEnable()
|
H A D | drpcps.cxx | 594 bHtmlMode = nHtmlMode & HTMLMODE_ON ? sal_True : sal_False; in SwDropCapsPage() 601 SetMetric( aDistanceField, GetDfltMetric(bHtmlMode) ); in SwDropCapsPage() 719 aWholeWordCB .Enable( bChecked && !bHtmlMode ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 143 bHtmlMode(sal_False), in SwWrapTabPage() 235 bHtmlMode = nHtmlMode & HTMLMODE_ON ? sal_True : sal_False; in Reset() 237 FieldUnit aMetric = ::GetDfltMetric(bHtmlMode); in Reset() 318 aWrapTransparentCB.Enable( pBtn == &aWrapThroughRB && !bHtmlMode ); in Reset() 514 if (bHtmlMode && 0 == (nHtmlMode & HTMLMODE_FULL_ABS_POS)) in ActivatePage() 558 aWrapTransparentCB.Enable( bEnable && !bHtmlMode && nSur == SURROUND_THROUGHT ); in ActivatePage() 559 if(bHtmlMode) in ActivatePage() 659 if(bHtmlMode && 0 == (nHtmlMode & HTMLMODE_FULL_ABS_POS)) in IMPL_LINK() 703 aWrapTransparentCB.Enable( bWrapThrough && !bHtmlMode ); in IMPL_LINK()
|
H A D | frmpage.cxx | 709 bHtmlMode(sal_False), in SwFrmPage() 827 FieldUnit aMetric = ::GetDfltMetric(bHtmlMode); in Reset() 948 if(bHtmlMode) in Reset() 1252 if(bHtmlMode) in InitPos() 1265 if(bHtmlMode) in InitPos() 1311 if (nX != LONG_MAX && bHtmlMode) in InitPos() 1326 if(nY != LONG_MAX && bHtmlMode) in InitPos() 1925 if(bHtmlMode) in IMPL_LINK() 2964 bHtmlMode(sal_False), in SwFrmAddPage() 2998 if(bHtmlMode) in Reset() [all …]
|
H A D | column.cxx | 497 bHtmlMode(sal_False), in SwColumnPage() 627 bHtmlMode = sal_True; in Reset() 630 FieldUnit aMetric = ::GetDfltMetric(bHtmlMode); in Reset() 826 sal_Bool bAutoWidth = pColMgr->IsAutoWidth() || bHtmlMode; in Init() 901 bEnableBtns = sal_True && !bHtmlMode; in UpdateCols() 935 aAutoWidthBox.Enable( bEnable && !bHtmlMode ); in UpdateCols()
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | macassgn.cxx | 65 sal_Bool bHtmlMode = sal_False; in AddEvents() local 67 bHtmlMode = nHtmlMode & HTMLMODE_ON ? sal_True : sal_False; in AddEvents() 93 if( !bHtmlMode && in AddEvents() 109 if( !bHtmlMode ) in AddEvents()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 162 bHtmlMode(sal_False) in SwFormatTablePage() 169 bHtmlMode = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON); in SwFormatTablePage() 172 if( !bHtmlMode && bCTL ) in SwFormatTablePage() 523 if(bHtmlMode) in Reset() 532 FieldUnit aMetric = ::GetDfltMetric(bHtmlMode); in Reset() 1474 bHtmlMode(sal_False) in SwTextFlowPage() 1656 sal_Bool bFlowAllowed = !bHtmlMode || pHtmlOpt->IsPrintLayoutExtension(); in Reset() 1844 if(bHtmlMode) in SetShell() 1869 if(!bHtmlMode) in IMPL_LINK() 1907 if(!bHtmlMode) in IMPL_LINK() [all …]
|
H A D | tablepg.hxx | 86 sal_Bool bHtmlMode : 1; member in SwFormatTablePage 209 sal_Bool bHtmlMode; member in SwTextFlowPage
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 1728 const bool bHtmlMode = in GetState() local 1741 bDisable |= bHtmlMode; in GetState() 1745 bDisable |= bHtmlMode; in GetState() 1749 bDisable |= (bHtmlMode || in GetState() 1759 bDisable |= bHtmlMode; in GetState() 1766 bDisable |= bHtmlMode; in GetState() 1791 bDisable |= (bHtmlMode || in GetState() 2820 sal_Bool bHtmlMode = 0 != (nHtmlMode & HTMLMODE_ON); in GetGalleryState() local 2822 if ( (!bHtmlMode || (nHtmlMode & HTMLMODE_FULL_STYLES)) && in GetGalleryState() 2834 if(!bHtmlMode) in GetGalleryState() [all …]
|
H A D | frmsh.cxx | 713 sal_Bool bHtmlMode = 0 != ::GetHtmlMode(rSh.GetView().GetDocShell()); in GetState() local 766 … ((nWhich == FN_FRAME_ALIGN_HORZ_CENTER || nWhich == SID_OBJECT_ALIGN_CENTER)&& bHtmlMode) ) in GetState() 776 || (bHtmlMode && FN_FRAME_ALIGN_VERT_CHAR_BOTTOM == nWhich) ) in GetState() 787 if ( bProtect || (bHtmlMode && eFrmType & FRMTYPE_FLY_ATCNT) ) in GetState() 804 if(!bHtmlMode) in GetState() 865 (bHtmlMode ? HLINK_HTMLMODE : 0))); in GetState()
|
H A D | textidx.cxx | 188 const sal_Bool bHtmlMode = 0 != ::GetHtmlMode( GetView().GetDocShell() ); in GetIdxState() local 190 if( bHtmlMode || 0 != ( pBase = rSh.GetCurTOX()) ) in GetIdxState()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | fldmgr.hxx | 187 const SwFldGroupRgn& GetGroupRange(sal_Bool bHtmlMode, sal_uInt16 nGrpId) const; 188 sal_uInt16 GetGroup(sal_Bool bHtmlMode, sal_uInt16 nTypeId, sal_uInt16 nSubType = 0) const; 205 …sal_uInt16 GetFormatCount(sal_uInt16 nTypeId, sal_Bool bIsText, sal_Bool bHtmlMode = sal_False)…
|
H A D | frmpage.hxx | 112 sal_Bool bHtmlMode; member in SwFrmPage 225 sal_Bool bHtmlMode; member in SwGrfExtPage 313 sal_Bool bHtmlMode; member in SwFrmAddPage
|
H A D | break.hxx | 66 sal_Bool bHtmlMode; member in SwBreakDlg
|
H A D | drpcps.hxx | 91 sal_Bool bHtmlMode; member in SwDropCapsPage
|
H A D | wrap.hxx | 111 sal_Bool bHtmlMode; member in SwWrapTabPage
|
H A D | column.hxx | 172 sal_Bool bHtmlMode; member in SwColumnPage
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 387 const SwFldGroupRgn& SwFldMgr::GetGroupRange(sal_Bool bHtmlMode, sal_uInt16 nGrpId) const in GetGroupRange() argument 408 if (bHtmlMode) in GetGroupRange() 418 sal_uInt16 SwFldMgr::GetGroup(sal_Bool bHtmlMode, sal_uInt16 nTypeId, sal_uInt16 nSubType) const in GetGroup() argument 434 const SwFldGroupRgn& rRange = GetGroupRange(bHtmlMode, i); in GetGroup() 615 sal_uInt16 SwFldMgr::GetFormatCount(sal_uInt16 nTypeId, sal_Bool bIsText, sal_Bool bHtmlMode) const in GetFormatCount() 622 if(nPos == USHRT_MAX || (bHtmlMode && nTypeId == TYP_SETFLD)) in GetFormatCount()
|
H A D | fldtdlg.cxx | 299 sal_Bool bHtmlMode = (::GetHtmlMode((SwDocShell*)SfxObjectShell::Current()) & HTMLMODE_ON) != 0; in Activate() local 306 if( !bHtmlMode ) in Activate()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | paragrph.cxx | 1638 if( !bHtmlMode && bItemAvailable ) in Reset() 1971 bHtmlMode ( sal_False ), in SvxExtParagraphTabPage() 2015 bHtmlMode = sal_True; in SvxExtParagraphTabPage() 2064 if(!bHtmlMode) in IMPL_LINK() 2182 if(!bHtmlMode) in IMPL_LINK() 2202 if(!bHtmlMode) in IMPL_LINK()
|
/aoo42x/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 118 bHtmlMode ( sal_False ) in SvxHyperlinkDlg() 327 bHtmlMode = (rHLnkItem.GetInsertMode() & HLINK_HTMLMODE) != 0; in StateChanged() 399 aLinkPopup.EnableItem(MN_BUTTON, !bHtmlMode); in IMPL_LINK()
|
H A D | hyprdlg.hxx | 100 sal_Bool bHtmlMode; member in SvxHyperlinkDlg
|
/aoo42x/main/cui/source/dialogs/ |
H A D | linkdlg.cxx | 104 bHtmlMode(bHtml) in SvBaseLinksDlg() 130 if(!bHtmlMode) in SvBaseLinksDlg()
|
/aoo42x/main/cui/source/inc/ |
H A D | linkdlg.hxx | 81 sal_Bool bHtmlMode; member in SvBaseLinksDlg
|