Lines Matching refs:ScAutoStyleList
70 ScAutoStyleList::ScAutoStyleList(ScDocShell* pShell) : in ScAutoStyleList() function in ScAutoStyleList
73 aTimer.SetTimeoutHdl( LINK( this, ScAutoStyleList, TimerHdl ) ); in ScAutoStyleList()
74 aInitTimer.SetTimeoutHdl( LINK( this, ScAutoStyleList, InitHdl ) ); in ScAutoStyleList()
78 ScAutoStyleList::~ScAutoStyleList() in ~ScAutoStyleList()
93 void ScAutoStyleList::AddInitial( const ScRange& rRange, const String& rStyle1, in AddInitial()
102 IMPL_LINK( ScAutoStyleList, InitHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
125 void ScAutoStyleList::AddEntry( sal_uLong nTimeout, const ScRange& rRange, const String& rStyle ) in AddEntry()
170 void ScAutoStyleList::AdjustEntries( sal_uLong nDiff ) // Millisekunden in AdjustEntries()
183 void ScAutoStyleList::ExecuteEntries() in ExecuteEntries()
195 void ScAutoStyleList::ExecuteAllNow() in ExecuteAllNow()
211 void ScAutoStyleList::StartTimer( sal_uLong nNow ) // Sekunden in StartTimer()
228 IMPL_LINK( ScAutoStyleList, TimerHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument