Home
last modified time | relevance | path

Searched refs:aAppOptions (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/optdlg/
H A Dopredlin.cxx101 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local
115 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() local
203 sal_uLong nColor = aAppOptions.GetTrackContentColor(); in Reset()
209 nColor = aAppOptions.GetTrackMoveColor(); in Reset()
216 nColor = aAppOptions.GetTrackInsertColor(); in Reset()
[all …]
H A Dtpview.cxx529 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local
530 aAppOptions.SetLinkMode(nSet ); in FillItemSet()
531 SC_MOD()->SetAppOptions(aAppOptions); in FillItemSet()
626 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset() local
627 nSet=aAppOptions.GetLinkMode(); in Reset()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx673 ScAppOptions aAppOptions = SC_MOD()->GetAppOptions(); in Notify() local
674 if ( aAppOptions.GetShowSharedDocumentWarning() ) in Notify()
683 aAppOptions.SetShowSharedDocumentWarning( !bChecked ); in Notify()
684 SC_MOD()->SetAppOptions( aAppOptions ); in Notify()
H A Ddocsh4.cxx450 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Execute() local
451 nSet=aAppOptions.GetLinkMode(); in Execute()

Completed in 54 milliseconds