Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx163 void SwModule::ApplyUsrPref(const SwViewOption &rUsrPref, SwView* pActView, in ApplyUsrPref() argument
181 pPref->SetUIOptions( rUsrPref ); in ApplyUsrPref()
186 pPref->SetPagePrevRow(rUsrPref.GetPagePrevRow()); in ApplyUsrPref()
187 pPref->SetPagePrevCol(rUsrPref.GetPagePrevCol()); in ApplyUsrPref()
194 pPref->SetUsrPref( rUsrPref ); in ApplyUsrPref()
212 pViewOpt = new SwViewOption( rUsrPref ); in ApplyUsrPref()