Home
last modified time | relevance | path

Searched refs:SwViewOption (Results 26 – 50 of 89) sorted by relevance

1234

/trunk/main/sw/source/ui/inc/
H A Dpview.hxx35 class SwViewOption;
208 SW_DLLPRIVATE void Init(const SwViewOption* = 0);
H A Dusrpref.hxx127 class SwMasterUsrPref : public SwViewOption
158 void SetUsrPref(const SwViewOption &rCopy);
H A Dwrtsh.hxx38 class SwViewOption;
451 virtual void ApplyViewOptions( const SwViewOption &rOpt );
465 const SwViewOption *pViewOpt = 0);
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx38 class SwViewOption;
345 void CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea );
H A Dtxtfrm.hxx50 class SwViewOption;
238 SwRect _AutoSpell( const SwCntntNode*, const SwViewOption&, sal_uInt16 );
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx288 aFont.SetColor( SwViewOption::GetFontColor() ); in UpdatePaintSettings()
289 maCJKFont.SetColor( SwViewOption::GetFontColor() ); in UpdatePaintSettings()
290 maCTLFont.SetColor( SwViewOption::GetFontColor() ); in UpdatePaintSettings()
/trunk/main/sw/source/core/access/
H A Daccframe.cxx386 const SwViewOption *pVOpt = pVSh->GetViewOptions(); in IsOpaque()
417 SwViewOption::IsIndexShadings() ) in IsOpaque()
H A Daccportions.cxx86 const SwViewOption* pViewOpt ) : in SwAccessiblePortionData()
328 !pViewOptions->IsReadonly() && SwViewOption::IsFieldShadings(); in IsGrayPortionType()
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx59 class SwViewOption;
198 const SwViewOption *pOpt;
289 inline const SwViewOption &GetOpt() const { return *pOpt; } in GetOpt()
H A Dporrst.cxx480 Color aCol( SwViewOption::GetFieldShadingsColor() ); in Paint()
516 SwViewOption::IsFieldShadings() && in Paint()
H A Dporref.cxx69 if( !Width() && rInf.OnWin() && SwViewOption::IsFieldShadings() && in GetViewWidth()
H A Dportox.cxx72 !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in GetViewWidth()
H A Dtxtdrop.cxx286 … !rInf.GetOpt().IsPagePreview() && !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in PaintTxt()
379 … !rInf.GetOpt().IsPagePreview() && !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in Paint()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1747 GetOut()->SetFillColor( SwViewOption::GetAppBackgroundColor()); in _PaintDesktop()
2195 void ViewShell::ApplyViewOptions( const SwViewOption &rOpt ) in ApplyViewOptions()
2213 SwViewOption aOpt( *pSh->GetViewOptions() ); in ApplyViewOptions()
2235 void ViewShell::ImplApplyViewOptions( const SwViewOption &rOpt ) in ImplApplyViewOptions()
2387 void ViewShell::SetUIOptions( const SwViewOption &rOpt ) in SetUIOptions()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx805 SwViewOption aUsrPref( *pUsrPref); in SwView()
873 const SwViewOption* pPreViewOpt = rPreviewViewShell.GetViewOptions(); in SwView()
1262 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in ReadUserData()
1287 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in ReadUserDataSequence()
H A Dviewdraw.cxx538 const SwViewOption *pOpt = pSh->GetViewOptions(); in BeginTextEdit()
540 if (SwViewOption::IsFieldShadings()) in BeginTextEdit()
H A Dview2.cxx1279 const SwViewOption* pVOpt = rShell.GetViewOptions(); in StateStatusLine()
1302 const SwViewOption* pVOpt = rShell.GetViewOptions(); in StateStatusLine()
1316 const SwViewOption* pVOpt = rShell.GetViewOptions(); in StateStatusLine()
1630 const SwViewOption& rViewOptions = *rSh.GetViewOptions(); in ExecuteStatusLine()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx50 void SwMasterUsrPref::SetUsrPref(const SwViewOption &rCopy) in SetUsrPref()
52 *((SwViewOption*)this) = rCopy; in SetUsrPref()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx360 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in InitControls()
871 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in SetLanguage()
1193 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in SetSpellChecking()
/trunk/main/sw/source/ui/shells/
H A Dgrfsh.cxx122 const SwViewOption* pVOpt = rSh.GetViewOptions(); in Execute()
123 SwViewOption aUsrPref( *pVOpt ); in Execute()
H A Ddrwtxtsh.cxx130 const SwViewOption* pVOpt = rSh.GetViewOptions(); in TYPEINIT1()
807 SwViewOption aOpt(*rView.GetWrtShell().GetViewOptions()); in InsertSymbol()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx820 SwViewOption::ApplyColorConfigValues(*pColorConfig); in ConfigurationChanged()
886 SwViewOption::ApplyColorConfigValues(*pColorConfig); in GetColorConfig()
/trunk/main/sw/inc/
H A Deditsh.hxx555 virtual void ApplyViewOptions( const SwViewOption &rOpt );
919 SwEditShell( SwDoc&, Window*, const SwViewOption *pOpt = 0 );
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx114 const Color& rFieldTextColor = SwViewOption::GetFontColor(); in Paint()
276 const Color& rFieldTextColor = SwViewOption::GetFontColor(); in DrawArrow()
/trunk/main/sw/source/core/edit/
H A Dedws.cxx54 SwEditShell::SwEditShell( SwDoc& rDoc, Window *pWindow, const SwViewOption *pOptions ) in SwEditShell()

Completed in 164 milliseconds

1234