Searched refs:aAppOptions (Results 1 – 4 of 4) sorted by relevance
101 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local115 aAppOptions.SetTrackContentColor(nNew); in FillItemSet()127 aAppOptions.SetTrackMoveColor(nNew); in FillItemSet()139 aAppOptions.SetTrackInsertColor(nNew); in FillItemSet()151 aAppOptions.SetTrackDeleteColor(nNew); in FillItemSet()155 SC_MOD()->SetAppOptions(aAppOptions); in FillItemSet()201 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset() local203 sal_uLong nColor = aAppOptions.GetTrackContentColor(); in Reset()209 nColor = aAppOptions.GetTrackMoveColor(); in Reset()216 nColor = aAppOptions.GetTrackInsertColor(); in Reset()[all …]
529 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local530 aAppOptions.SetLinkMode(nSet ); in FillItemSet()531 SC_MOD()->SetAppOptions(aAppOptions); in FillItemSet()626 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset() local627 nSet=aAppOptions.GetLinkMode(); in Reset()
673 ScAppOptions aAppOptions = SC_MOD()->GetAppOptions(); in Notify() local674 if ( aAppOptions.GetShowSharedDocumentWarning() ) in Notify()683 aAppOptions.SetShowSharedDocumentWarning( !bChecked ); in Notify()684 SC_MOD()->SetAppOptions( aAppOptions ); in Notify()
450 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Execute() local451 nSet=aAppOptions.GetLinkMode(); in Execute()
Completed in 68 milliseconds