Home
last modified time | relevance | path

Searched refs:bWebView (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dappopt.cxx99 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 Dapphdl.cxx158 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()
/trunk/main/sw/source/ui/uiview/
H A Dview0.cxx576 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 Dviewfunc.hxx58 sal_Bool bWebView = sal_False,
H A Dviewport.cxx904 sal_Bool bWebView, in ViewResizePixel() argument
992 sal_Bool bHidePageButtons = aSize.Height() < ((bWebView ? 3 : 2) * nSubSize); in ViewResizePixel()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx612 SwXViewSettings::SwXViewSettings(sal_Bool bWebView, SwView* pVw) in SwXViewSettings() argument
618 , bWeb(bWebView) in SwXViewSettings()

Completed in 50 milliseconds