Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeview.cxx44 const ScViewOptions& rViewOpt = rRoot.GetDoc().GetViewOptions(); in XclExpWindow1() local
45 ::set_flag( mnFlags, EXC_WIN1_HOR_SCROLLBAR, rViewOpt.GetOption( VOPT_HSCROLL ) ); in XclExpWindow1()
46 ::set_flag( mnFlags, EXC_WIN1_VER_SCROLLBAR, rViewOpt.GetOption( VOPT_VSCROLL ) ); in XclExpWindow1()
47 ::set_flag( mnFlags, EXC_WIN1_TABBAR, rViewOpt.GetOption( VOPT_TABCONTROLS ) ); in XclExpWindow1()
310 const ScViewOptions& rViewOpt = GetDoc().GetViewOptions(); in XclExpTabViewSettings() local
311 maData.mbShowFormulas = rViewOpt.GetOption( VOPT_FORMULAS ); in XclExpTabViewSettings()
312 maData.mbShowGrid = rViewOpt.GetOption( VOPT_GRID ); in XclExpTabViewSettings()
313 maData.mbShowHeadings = rViewOpt.GetOption( VOPT_HEADER ); in XclExpTabViewSettings()
314 maData.mbShowZeros = rViewOpt.GetOption( VOPT_NULLVALS ); in XclExpTabViewSettings()
315 maData.mbShowOutline = rViewOpt.GetOption( VOPT_OUTLINER ); in XclExpTabViewSettings()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1156 SwRect SwTxtFrm::_AutoSpell( const SwCntntNode* pActNode, const SwViewOption& rViewOpt, xub_StrLen … in _AutoSpell() argument
1191 rViewOpt.IsAutoCompleteWords(); in _AutoSpell()

Completed in 31 milliseconds