Lines Matching refs:pLocalOptions

96     pLocalOptions(0)  in ScTpContentOptions()
132 delete pLocalOptions; in ~ScTpContentOptions()
169 pLocalOptions->SetGridColor( aColorLB.GetSelectEntryColor(), in FillItemSet()
171 rCoreSet.Put(ScTpViewItem(SID_SCVIEWOPTIONS, *pLocalOptions)); in FillItemSet()
196 pLocalOptions = new ScViewOptions( in Reset()
199 pLocalOptions = new ScViewOptions; in Reset()
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()
207 aObjGrfLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_OLE) ); in Reset()
208 aDiagramLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_CHART) ); in Reset()
209 aDrawLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_DRAW) ); 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()
259 *pLocalOptions = ((const ScTpViewItem*)pItem)->GetViewOptions(); in ActivatePage()
286 pLocalOptions->SetObjMode( eType, eMode ); in IMPL_LINK()
315 pLocalOptions->SetOption( eOption, bChecked ); in IMPL_LINK()
325 sal_Bool bGrid = pLocalOptions->GetOption( VOPT_GRID ); in InitGridOpt()
383 Color aCol = pLocalOptions->GetGridColor( &aName ); in InitGridOpt()
400 pLocalOptions->SetOption( VOPT_GRID, bChecked ); in IMPL_LINK()