Home
last modified time | relevance | path

Searched refs:pViewOpt (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx208 SwViewOption* pViewOpt; in ApplyUsrPref() local
210 pViewOpt = new SwViewOption( *pPref ); in ApplyUsrPref()
212 pViewOpt = new SwViewOption( rUsrPref ); in ApplyUsrPref()
213 pViewOpt->SetReadonly( bReadonly ); in ApplyUsrPref()
214 if( !(*pSh->GetViewOptions() == *pViewOpt) ) in ApplyUsrPref()
218 pSh->ApplyViewOptions( *pViewOpt ); in ApplyUsrPref()
219 ((SwWrtShell*)pSh)->SetReadOnlyAvailable(pViewOpt->IsCursorInProtectedArea()); in ApplyUsrPref()
225 lcl_SetUIPrefs(pViewOpt, pCurrView, pSh); in ApplyUsrPref()
231 delete pViewOpt; in ApplyUsrPref()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx75 void SwRenderData::CreatePostItData( SwDoc *pDoc, const SwViewOption *pViewOpt, OutputDevice *pOutD… in CreatePostItData() argument
86 SwViewOption aViewOpt( *pViewOpt ); in CreatePostItData()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2129 void SwRootFrm::CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea ) in CheckViewLayout() argument
2150 ASSERT( pViewOpt, "CheckViewLayout required ViewOptions" ) in CheckViewLayout()
2152 const sal_uInt16 nColumns = pViewOpt->GetViewLayoutColumns(); in CheckViewLayout()
2153 const bool bBookMode = pViewOpt->IsViewLayoutBookMode(); in CheckViewLayout()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx86 const SwViewOption* pViewOpt ) : in SwAccessiblePortionData() argument
92 pViewOptions( pViewOpt ), in SwAccessiblePortionData()
H A Daccportions.hxx99 const SwViewOption* pViewOpt = NULL );
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx345 void CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea );
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1781 const SwViewOption *pViewOpt )
1782 : SwFEShell( rDoc, _pWin, pViewOpt),
/trunk/main/sw/inc/
H A Dprintdata.hxx262 void CreatePostItData( SwDoc *pDoc, const SwViewOption *pViewOpt, OutputDevice *pOutDev );
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx464 const SwViewOption *pViewOpt = 0);