/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewprt.cxx | 101 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in GetPrinter() local 102 ::SetAppPrintOptions( &GetWrtShell(), bWeb ); in GetPrinter() 113 SwPrintOptions* pOpt = SW_MOD()->GetPrtOptions(bWeb); in SetPrinter() 145 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in SetPrinter() local 147 ::SetPrinter( rSh.getIDocumentDeviceAccess(), pNew, bWeb ); in SetPrinter() 184 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in ExecutePrint() local 185 ::SetAppPrintOptions( &GetWrtShell(), bWeb ); in ExecutePrint() 190 SwPrintOptions* pPrintOptions = SW_MOD()->GetPrtOptions(bWeb); in ExecutePrint() 204 sal_uInt16 nResNo = bWeb ? STR_WEBOPTIONS : STR_TEXTOPTIONS; in ExecutePrint() 296 void SetAppPrintOptions( ViewShell* pSh, sal_Bool bWeb ) in SetAppPrintOptions() argument [all …]
|
H A D | viewstat.cxx | 76 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in GetState() local 189 … SfxImageItem aImgItem(nWhich, bWeb ? SwView::nWebInsertCtrlState : SwView::nInsertCtrlState); in GetState() 204 if( bWeb in GetState() 463 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in GetDrawState() local 470 if ( bWeb ) in GetDrawState() 503 if ( bWeb ) in GetDrawState() 515 if ( bWeb ) in GetDrawState()
|
H A D | viewdlg2.cxx | 108 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in AutoCaption() local 109 if (pModOpt->IsInsWithCaption(bWeb)) in AutoCaption() 111 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption()
|
H A D | viewmdi.cxx | 108 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in _SetZoom() local 109 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in _SetZoom() 261 const sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in SetViewLayout() local 262 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in SetViewLayout()
|
H A D | viewfunc.hxx | 40 void SetPrinter( IDocumentDeviceAccess*, SfxPrinter*, sal_Bool bWeb ); 42 void SetAppPrintOptions( ViewShell* pSh, sal_Bool bWeb );
|
/aoo42x/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 245 if(bWeb) in ApplyUserMetric() 268 if(bWeb == (0 != PTR_CAST(SwWebView, pTmpView))) in ApplyUserMetric() 283 if(bWeb) 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() [all …]
|
H A D | docshini.cxx | 125 sal_Bool bWeb = ISA( SwWebDocShell ); in InitNew() local 126 if ( bWeb ) in InitNew() 159 mpDoc->setPrintData(*SW_MOD()->GetPrtOptions(bWeb)); in InitNew() 327 SW_MOD()->GetUsrPref( bWeb )->IsAlignMathObjectsToBaseline() ); in InitNew() 744 sal_Bool bWeb = ISA(SwWebDocShell); in SubInitNew() local 753 if(!bWeb) in SubInitNew() 772 if(!bWeb) in SubInitNew() 791 if(!bWeb) in SubInitNew()
|
H A D | apphdl.cxx | 942 const SwMasterUsrPref *SwModule::GetUsrPref(sal_Bool bWeb) const in GetUsrPref() 945 if(bWeb && !pWebUsrPref) in GetUsrPref() 951 else if(!bWeb && !pUsrPref) in GetUsrPref() 955 return bWeb ? pWebUsrPref : pUsrPref; in GetUsrPref()
|
H A D | docsh2.cxx | 835 sal_Bool bWeb = 0 != dynamic_cast< SwWebDocShell *>( this ); in Execute() local 841 if(bWeb) in Execute() 943 sal_Bool bWeb = 0 != dynamic_cast<SwWebDocShell*>(this); in Execute() local 944 DBG_ASSERT(bWeb == sal_True, "SourceView nur in der WebDocShell"); in Execute()
|
/aoo42x/main/sw/inc/ |
H A D | swmodule.hxx | 156 const SwMasterUsrPref *GetUsrPref(sal_Bool bWeb) const; 157 const SwViewOption* GetViewOption(sal_Bool bWeb); 160 void ApplyUserMetric( FieldUnit eMetric, sal_Bool bWeb ); 161 void ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, sal_Bool bWeb ); 170 SwPrintOptions* GetPrtOptions(sal_Bool bWeb); 213 sal_uInt16 GetMetric( sal_Bool bWeb ) const; 216 sal_uInt16 GetLinkUpdMode( sal_Bool bWeb ) const; 217 SwFldUpdateFlags GetFldUpdateFlags( sal_Bool bWeb ) const;
|
H A D | unomod.hxx | 142 sal_Bool bObjectValid:1, bWeb:1, mbApplyZoom; member in SwXViewSettings 166 SwXViewSettings(sal_Bool bWeb, SwView* pView);
|
H A D | printdata.hxx | 191 …SwPrintUIOptions( bool bWeb, bool bSwSrcView, bool bHasSelection, bool bHasPostIts, const SwPrintD… 328 void InitPrintOptionsFromApplication(SwPrintData & o_rData, bool const bWeb);
|
H A D | modcfg.hxx | 101 SwInsertConfig(sal_Bool bWeb); 128 SwTableConfig(sal_Bool bWeb);
|
/aoo42x/main/sw/source/ui/config/ |
H A D | usrpref.cxx | 55 SwMasterUsrPref::SwMasterUsrPref(sal_Bool bWeb) : in SwMasterUsrPref() argument 62 aContentConfig(bWeb, *this), in SwMasterUsrPref() 63 aLayoutConfig(bWeb, *this), in SwMasterUsrPref() 64 aGridConfig(bWeb, *this), in SwMasterUsrPref() 66 pWebColorConfig(bWeb ? new SwWebColorConfig(*this) : 0) in SwMasterUsrPref() 116 const int nCount = bWeb ? 12 : 19; in GetPropertyNames() 131 bWeb(bIsWeb) in SwContentViewConfig() 267 const int nCount = bWeb ? 15 : 21; in GetPropertyNames() 283 bWeb(bIsWeb) in SwLayoutViewConfig() 432 bWeb(bIsWeb) in SwGridConfig()
|
H A D | prtopt.cxx | 79 SwPrintOptions::SwPrintOptions(sal_Bool bWeb) : in SwPrintOptions() argument 80 ConfigItem(bWeb ? C2U("Office.WriterWeb/Print") : C2U("Office.Writer/Print"), in SwPrintOptions() 82 bIsWeb(bWeb) in SwPrintOptions() 84 bPrintPageBackground = !bWeb; in SwPrintOptions() 85 bPrintBlackFont = bWeb; in SwPrintOptions() 87 if (bWeb) in SwPrintOptions()
|
H A D | modcfg.cxx | 636 SwInsertConfig::SwInsertConfig(sal_Bool bWeb) : in SwInsertConfig() argument 637 ConfigItem(bWeb ? C2U("Office.WriterWeb/Insert") : C2U("Office.Writer/Insert"), in SwInsertConfig() 644 bIsWeb(bWeb) in SwInsertConfig() 1192 SwTableConfig::SwTableConfig(sal_Bool bWeb) : in SwTableConfig() argument 1193 ConfigItem(bWeb ? C2U("Office.WriterWeb/Table") : C2U("Office.Writer/Table"), in SwTableConfig()
|
H A D | barcfg.cxx | 49 SwToolbarConfigItem::SwToolbarConfigItem( sal_Bool bWeb ) : in SwToolbarConfigItem() argument 50 ConfigItem(bWeb ? C2U("Office.WriterWeb/ObjectBar") : C2U("Office.Writer/ObjectBar"), in SwToolbarConfigItem()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | usrpref.hxx | 40 sal_Bool bWeb; member in SwContentViewConfig 44 SwContentViewConfig(sal_Bool bWeb, SwMasterUsrPref& rParent); 60 sal_Bool bWeb; member in SwLayoutViewConfig 64 SwLayoutViewConfig(sal_Bool bWeb, SwMasterUsrPref& rParent); 78 sal_Bool bWeb; member in SwGridConfig 82 SwGridConfig(sal_Bool bWeb, SwMasterUsrPref& rParent); 155 SwMasterUsrPref(sal_Bool bWeb);
|
H A D | uitool.hxx | 69 SW_DLLPUBLIC FieldUnit GetDfltMetric(sal_Bool bWeb); 70 void SetDfltMetric(FieldUnit eMetric, sal_Bool bWeb);
|
H A D | barcfg.hxx | 34 SwToolbarConfigItem( sal_Bool bWeb );
|
/aoo42x/main/sw/source/core/view/ |
H A D | printdata.cxx | 154 sal_Bool bWeb = pDocShell->IsA( aSwWebDocShellTypeId ); in MakeSwPrtOptions() local 155 ::sw::InitPrintOptionsFromApplication(rOptions, bWeb); in MakeSwPrtOptions() 188 bool bWeb, in SwPrintUIOptions() argument 217 const int nNumProps = nCTLOpts + (bWeb ? 14 : 20); in SwPrintUIOptions() 244 if (!bWeb) in SwPrintUIOptions() 278 if (!bWeb) in SwPrintUIOptions() 374 if (!bWeb) in SwPrintUIOptions()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 618 , bWeb(bWebView) in SwXViewSettings() 648 pVOpt = SW_MOD()->GetViewOption(bWeb); in _preSetValues() 861 SW_MOD()->ApplyRulerMetric( (FieldUnit)eHRulerUnit, sal_True, bWeb ); in _postSetValues() 863 SW_MOD()->ApplyRulerMetric( (FieldUnit)eVRulerUnit, sal_False, bWeb ); in _postSetValues() 868 : bWeb ? VIEWOPT_DEST_WEB in _postSetValues() 886 mpConstViewOption = SW_MOD()->GetViewOption(bWeb); in _preGetValues() 1004 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() 1020 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 620 FieldUnit GetDfltMetric(sal_Bool bWeb) in GetDfltMetric() argument 622 return SW_MOD()->GetUsrPref(bWeb)->GetMetric(); in GetDfltMetric() 630 void SetDfltMetric( FieldUnit eMetric, sal_Bool bWeb ) in SetDfltMetric() argument 632 SW_MOD()->ApplyUserMetric(eMetric, bWeb); in SetDfltMetric()
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 404 bWeb = 0 != PTR_CAST( SwWebDocShell, rSh.GetView().GetDocShell() ); in SwEditRegionDlg() 434 if(bWeb) in SwEditRegionDlg() 1599 sal_Bool bWeb = 0 != PTR_CAST( SwWebDocShell, rSh.GetView().GetDocShell() ); in SwInsertSectionTabDialog() local 1600 if(bWeb) in SwInsertSectionTabDialog() 1755 sal_Bool bWeb = 0 != PTR_CAST(SwWebDocShell, m_pWrtSh->GetView().GetDocShell()); in SetWrtShell() local 1756 if(bWeb) in SetWrtShell() 2334 sal_Bool bWeb = 0 != PTR_CAST( SwWebDocShell, rSh.GetView().GetDocShell() ); in SwSectionPropertyTabDialog() local 2335 if(bWeb) in SwSectionPropertyTabDialog()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | page.cxx | 315 sal_Bool bWeb = sal_False; in SvxPageDescPage() local 322 bWeb = 0 != (((const SfxUInt16Item*)pItem)->GetValue() & HTMLMODE_ON); in SvxPageDescPage() 333 if( !bWeb ) in SvxPageDescPage() 343 if( !(bWeb && bHTML32) && (bCJK || bCTL) && in SvxPageDescPage()
|