Lines Matching refs:pLocalOptions

100     pLocalOptions(0)  in ScTpContentOptions()
137 delete pLocalOptions; in ~ScTpContentOptions()
175 pLocalOptions->SetGridColor( aColorLB.GetSelectEntryColor(), in FillItemSet()
177 rCoreSet.Put(ScTpViewItem(SID_SCVIEWOPTIONS, *pLocalOptions)); in FillItemSet()
202 pLocalOptions = new ScViewOptions( in Reset()
205 pLocalOptions = new ScViewOptions; in Reset()
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()
213 aObjGrfLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_OLE) ); in Reset()
214 aDiagramLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_CHART) ); in Reset()
215 aDrawLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_DRAW) ); 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()
267 *pLocalOptions = ((const ScTpViewItem*)pItem)->GetViewOptions(); in ActivatePage()
294 pLocalOptions->SetObjMode( eType, eMode ); in IMPL_LINK()
326 pLocalOptions->SetOption( eOption, !bChecked ); in IMPL_LINK()
328 pLocalOptions->SetOption( eOption, bChecked ); in IMPL_LINK()
339 sal_Bool bGrid = pLocalOptions->GetOption( VOPT_GRID ); in InitGridOpt()
397 Color aCol = pLocalOptions->GetGridColor( &aName ); in InitGridOpt()
414 pLocalOptions->SetOption( VOPT_GRID, bChecked ); in IMPL_LINK()