Searched refs:bWebView (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/ui/app/ |
H A D | appopt.cxx | 99 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pAppView); in CreateItemSet() local 100 if( (bWebView && !bTextDialog) ||(!bWebView && bTextDialog)) in CreateItemSet() 300 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pAppView); in ApplyItemSet() local 301 if( bWebView == bTextDialog) in ApplyItemSet() 566 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pCurrView); in CreateTabPage() local 567 if( (bWebView && RID_SW_TP_HTML_OPTTABLE_PAGE == nId) || in CreateTabPage() 568 (!bWebView && RID_SW_TP_HTML_OPTTABLE_PAGE != nId) ) in CreateTabPage()
|
H A D | apphdl.cxx | 158 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pActView); in StateOther() local 198 … rSet.Put( SfxUInt16Item( SID_ATTR_METRIC, static_cast< sal_uInt16 >(::GetDfltMetric(bWebView)))); in StateOther() 202 IsInsTblFormatNum( bWebView ))); in StateOther() 648 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, pActView); in ExecOther() local 649 ::SetDfltMetric(eUnit, bWebView); in ExecOther() 659 sal_Bool bWebView = 0 != PTR_CAST(SwWebView, ::GetActiveView() ), in ExecOther() local 666 bSet = !pModuleConfig->IsInsTblFormatNum( bWebView ); in ExecOther() 668 pModuleConfig->SetInsTblFormatNum( bWebView, bSet ); in ExecOther()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | view0.cxx | 576 sal_Bool bWebView = 0 != dynamic_cast<const SwWebView*>(this); in ExecViewOptions() local 591 pModule->GetUsrPref(bWebView); in ExecViewOptions() 599 pModule->ApplyUsrPref( *pOpt, this, bWebView ? VIEWOPT_DEST_WEB : VIEWOPT_DEST_TEXT ); in ExecViewOptions()
|
H A D | viewfunc.hxx | 58 sal_Bool bWebView = sal_False,
|
H A D | viewport.cxx | 904 sal_Bool bWebView, in ViewResizePixel() argument 992 sal_Bool bHidePageButtons = aSize.Height() < ((bWebView ? 3 : 2) * nSubSize); in ViewResizePixel()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 612 SwXViewSettings::SwXViewSettings(sal_Bool bWebView, SwView* pVw) in SwXViewSettings() argument 618 , bWeb(bWebView) in SwXViewSettings()
|
Completed in 74 milliseconds