Searched refs:aAppOptions (Results 1 – 4 of 4) sorted by relevance
102 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local116 aAppOptions.SetTrackContentColor(nNew); in FillItemSet()128 aAppOptions.SetTrackMoveColor(nNew); in FillItemSet()140 aAppOptions.SetTrackInsertColor(nNew); in FillItemSet()152 aAppOptions.SetTrackDeleteColor(nNew); in FillItemSet()156 SC_MOD()->SetAppOptions(aAppOptions); in FillItemSet()202 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset() local204 sal_uLong nColor = aAppOptions.GetTrackContentColor(); in Reset()210 nColor = aAppOptions.GetTrackMoveColor(); in Reset()217 nColor = aAppOptions.GetTrackInsertColor(); in Reset()[all …]
543 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local544 aAppOptions.SetLinkMode(nSet ); in FillItemSet()545 SC_MOD()->SetAppOptions(aAppOptions); in FillItemSet()640 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset() local641 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 146 milliseconds