Lines Matching refs:GetOption
200 aFormulaCB .Check(pLocalOptions->GetOption(VOPT_FORMULAS)); in Reset()
201 aNilCB .Check(pLocalOptions->GetOption(VOPT_NULLVALS)); in Reset()
202 aAnnotCB .Check(pLocalOptions->GetOption(VOPT_NOTES)); in Reset()
203 aValueCB .Check(pLocalOptions->GetOption(VOPT_SYNTAX)); in Reset()
204 aAnchorCB .Check(pLocalOptions->GetOption(VOPT_ANCHOR)); in Reset()
205 aClipMarkCB .Check(pLocalOptions->GetOption(VOPT_CLIPMARKS)); in Reset()
211 aRowColHeaderCB.Check( pLocalOptions->GetOption(VOPT_HEADER) ); in Reset()
212 aHScrollCB .Check( pLocalOptions->GetOption(VOPT_HSCROLL) ); in Reset()
213 aVScrollCB .Check( pLocalOptions->GetOption(VOPT_VSCROLL) ); in Reset()
214 aTblRegCB .Check( pLocalOptions->GetOption(VOPT_TABCONTROLS) ); in Reset()
215 aOutlineCB .Check( pLocalOptions->GetOption(VOPT_OUTLINER) ); in Reset()
219 aBreakCB.Check( pLocalOptions->GetOption(VOPT_PAGEBREAKS) ); in Reset()
220 aGuideLineCB.Check( pLocalOptions->GetOption(VOPT_HELPLINES) ); in Reset()
221 aBigHandleCB.Check( pLocalOptions->GetOption(VOPT_BIGHANDLES) ); in Reset()
325 sal_Bool bGrid = pLocalOptions->GetOption( VOPT_GRID ); in InitGridOpt()