Searched refs:GetUseGridSnap (Results 1 – 10 of 10) sorted by relevance
230 pItem->SetUseGridSnap ( aGridOpt.GetUseGridSnap() ); in CreateGridItem()725 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetUseGridSnap() ); in IMPL_LINK()
673 SetSnapEnabled( rGrid.GetUseGridSnap() ); in UpdateUserViewOptions()674 SetGridSnap( rGrid.GetUseGridSnap() ); in UpdateUserViewOptions()
788 aBool.SetValue(rGridOptions.GetUseGridSnap()); in GetDrawOptState()
2772 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SNAPTORASTER].Value, aGridOpt.GetUseGridSnap() ); in WriteUserDataSequence()
74 sal_Bool GetUseGridSnap( ) const { return bUseGridsnap; } in GetUseGridSnap() function in SvxOptionsGrid
534 sal_Bool IsUseGridSnap() const { Init(); return SvxOptionsGrid::GetUseGridSnap(); } in IsUseGridSnap()545 …void SetUseGridSnap( sal_Bool bSet ) { if( bSet != SvxOptionsGrid::GetUseGridSnap() ) { OptionsCh… in SetUseGridSnap()
430 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetUseGridSnap() ); in getPropertyValue()
133 sal_Bool bGridOpt = rGrid.GetUseGridSnap(); in ResetModifiers()
406 aViewOpt.SetSnap( pGridItem->GetUseGridSnap() ); in ApplyItemSet()
1305 pOpts->SetUseGridSnap( GetUseGridSnap() ); in SetOptions()
Completed in 94 milliseconds