Searched refs:ScAutoStyleList (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | autostyl.cxx | 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() [all …]
|
| H A D | docsh.cxx | 638 pAutoStyleList = new ScAutoStyleList(this); in Notify()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | autostyl.hxx | 34 class ScAutoStyleList class 51 ScAutoStyleList(ScDocShell* pShell); 52 ~ScAutoStyleList();
|
| H A D | docsh.hxx | 55 class ScAutoStyleList; 113 ScAutoStyleList* pAutoStyleList;
|