Lines Matching refs:pValues

429     const Any* pValues = aValues.getConstArray();  in ScViewCfg()  local
435 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScViewCfg()
436 if(pValues[nProp].hasValue()) in ScViewCfg()
441 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
445 … SetOption( VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
448 … SetOption( VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
451 … SetOption( VOPT_HELPLINES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
455 … SetOption( VOPT_SOLIDHANDLES, !ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
458 … SetOption( VOPT_BIGHANDLES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
461 … SetOption( VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
464 … SetOption( VOPT_HSCROLL, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
467 … SetOption( VOPT_VSCROLL, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
470 … SetOption( VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
473 … SetOption( VOPT_OUTLINER, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
484 pValues = aValues.getConstArray(); in ScViewCfg()
490 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScViewCfg()
491 if(pValues[nProp].hasValue()) in ScViewCfg()
496 … SetOption( VOPT_FORMULAS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
499 … SetOption( VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
502 … SetOption( VOPT_NOTES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
505 … SetOption( VOPT_SYNTAX, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
508 … SetOption( VOPT_ANCHOR, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
511 … SetOption( VOPT_CLIPMARKS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
514 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
523 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
532 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
550 pValues = aValues.getConstArray(); in ScViewCfg()
556 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScViewCfg()
557 if(pValues[nProp].hasValue()) in ScViewCfg()
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()
603 Any* pValues = aValues.getArray(); in IMPL_LINK() local
610 pValues[nProp] <<= (sal_Int32) GetGridColor().GetColor(); in IMPL_LINK()
613 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_GRID ) ); in IMPL_LINK()
616 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_PAGEBREAKS ) ); in IMPL_LINK()
619 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_HELPLINES ) ); in IMPL_LINK()
623 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], !GetOption( VOPT_SOLIDHANDLES ) ); in IMPL_LINK()
626 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_BIGHANDLES ) ); in IMPL_LINK()
629 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_HEADER ) ); in IMPL_LINK()
632 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_HSCROLL ) ); in IMPL_LINK()
635 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_VSCROLL ) ); in IMPL_LINK()
638 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_TABCONTROLS ) ); in IMPL_LINK()
641 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_OUTLINER ) ); in IMPL_LINK()
654 Any* pValues = aValues.getArray(); in IMPL_LINK() local
661 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_FORMULAS ) ); in IMPL_LINK()
664 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_NULLVALS ) ); in IMPL_LINK()
667 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_NOTES ) ); in IMPL_LINK()
670 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_SYNTAX ) ); in IMPL_LINK()
673 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_ANCHOR ) ); in IMPL_LINK()
676 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_CLIPMARKS ) ); in IMPL_LINK()
679 pValues[nProp] <<= (sal_Int32) GetObjMode( VOBJ_TYPE_OLE ); in IMPL_LINK()
682 pValues[nProp] <<= (sal_Int32) GetObjMode( VOBJ_TYPE_CHART ); in IMPL_LINK()
685 pValues[nProp] <<= (sal_Int32) GetObjMode( VOBJ_TYPE_DRAW ); in IMPL_LINK()
700 Any* pValues = aValues.getArray(); in IMPL_LINK() local
707 pValues[nProp] <<= (sal_Int32) rGrid.GetFldDrawX(); in IMPL_LINK()
710 pValues[nProp] <<= (sal_Int32) rGrid.GetFldDrawY(); in IMPL_LINK()
713 pValues[nProp] <<= (sal_Int32) rGrid.GetFldDivisionX(); in IMPL_LINK()
716 pValues[nProp] <<= (sal_Int32) rGrid.GetFldDivisionY(); in IMPL_LINK()
719 pValues[nProp] <<= (sal_Int32) rGrid.GetFldSnapX(); in IMPL_LINK()
722 pValues[nProp] <<= (sal_Int32) rGrid.GetFldSnapY(); in IMPL_LINK()
725 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetUseGridSnap() ); in IMPL_LINK()
728 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetSynchronize() ); in IMPL_LINK()
731 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetGridVisible() ); in IMPL_LINK()
734 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetEqualGrid() ); in IMPL_LINK()