Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Dautostyl.cxx70 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
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()
[all …]
H A Ddocsh.cxx638 pAutoStyleList = new ScAutoStyleList(this); in Notify()
/trunk/main/sc/source/ui/inc/
H A Dautostyl.hxx34 class ScAutoStyleList class
51 ScAutoStyleList(ScDocShell* pShell);
52 ~ScAutoStyleList();
H A Ddocsh.hxx55 class ScAutoStyleList;
113 ScAutoStyleList* pAutoStyleList;

Completed in 25 milliseconds