Searched refs:rViewOpt (Results 1 – 2 of 2) sorted by relevance
44 const ScViewOptions& rViewOpt = rRoot.GetDoc().GetViewOptions(); in XclExpWindow1() local45 ::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() local311 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()
1156 SwRect SwTxtFrm::_AutoSpell( const SwCntntNode* pActNode, const SwViewOption& rViewOpt, xub_StrLen … in _AutoSpell() argument1191 rViewOpt.IsAutoCompleteWords(); in _AutoSpell()
Completed in 42 milliseconds