Lines Matching refs:GetOption
206 aFormulaCB .Check(pLocalOptions->GetOption(VOPT_FORMULAS)); in Reset()
207 aNilCB .Check(pLocalOptions->GetOption(VOPT_NULLVALS)); in Reset()
208 aAnnotCB .Check(pLocalOptions->GetOption(VOPT_NOTES)); in Reset()
209 aValueCB .Check(pLocalOptions->GetOption(VOPT_SYNTAX)); in Reset()
210 aAnchorCB .Check(pLocalOptions->GetOption(VOPT_ANCHOR)); in Reset()
211 aClipMarkCB .Check(pLocalOptions->GetOption(VOPT_CLIPMARKS)); in Reset()
217 aRowColHeaderCB.Check( pLocalOptions->GetOption(VOPT_HEADER) ); in Reset()
218 aHScrollCB .Check( pLocalOptions->GetOption(VOPT_HSCROLL) ); in Reset()
219 aVScrollCB .Check( pLocalOptions->GetOption(VOPT_VSCROLL) ); in Reset()
220 aTblRegCB .Check( pLocalOptions->GetOption(VOPT_TABCONTROLS) ); in Reset()
221 aOutlineCB .Check( pLocalOptions->GetOption(VOPT_OUTLINER) ); in Reset()
225 aBreakCB.Check( pLocalOptions->GetOption(VOPT_PAGEBREAKS) ); in Reset()
226 aGuideLineCB.Check( pLocalOptions->GetOption(VOPT_HELPLINES) ); in Reset()
227 aHandleCB.Check( !pLocalOptions->GetOption(VOPT_SOLIDHANDLES) ); // inverted in Reset()
228 aBigHandleCB.Check( pLocalOptions->GetOption(VOPT_BIGHANDLES) ); in Reset()
339 sal_Bool bGrid = pLocalOptions->GetOption( VOPT_GRID ); in InitGridOpt()