Lines Matching refs:aGrid
546 ScGridOptions aGrid = GetGridOptions(); //! initialization necessary? in ScViewCfg() local
562 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDrawX( nIntVal ); in ScViewCfg()
565 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDrawY( nIntVal ); in ScViewCfg()
568 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDivisionX( nIntVal ); in ScViewCfg()
571 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDivisionY( nIntVal ); in ScViewCfg()
574 if (pValues[nProp] >>= nIntVal) aGrid.SetFldSnapX( nIntVal ); in ScViewCfg()
577 if (pValues[nProp] >>= nIntVal) aGrid.SetFldSnapY( nIntVal ); in ScViewCfg()
580 … aGrid.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
583 … aGrid.SetSynchronize( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
586 … aGrid.SetGridVisible( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
589 aGrid.SetEqualGrid( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
595 SetGridOptions( aGrid ); in ScViewCfg()