Lines Matching refs:bWeb
242 void SwModule::ApplyUserMetric( FieldUnit eMetric, sal_Bool bWeb ) in ApplyUserMetric() argument
245 if(bWeb) in ApplyUserMetric()
268 if(bWeb == (0 != PTR_CAST(SwWebView, pTmpView))) in ApplyUserMetric()
280 void SwModule::ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, sal_Bool bWeb ) in ApplyRulerMetric() argument
283 if(bWeb) in ApplyRulerMetric()
304 if(bWeb == (0 != dynamic_cast<SwWebView *>( pTmpView ))) in ApplyRulerMetric()
331 SwPrintOptions* SwModule::GetPrtOptions(sal_Bool bWeb) in GetPrtOptions() argument
333 if(bWeb && !pWebPrtOpt) in GetPrtOptions()
337 else if(!bWeb && !pPrtOpt) in GetPrtOptions()
342 return bWeb ? pWebPrtOpt : pPrtOpt; in GetPrtOptions()
575 const SwViewOption* SwModule::GetViewOption(sal_Bool bWeb) in GetViewOption() argument
577 return GetUsrPref( bWeb ); in GetViewOption()
589 sal_uInt16 SwModule::GetMetric( sal_Bool bWeb ) const in GetMetric()
592 if(bWeb) in GetMetric()