Lines Matching refs:MacroRecorder
47 MacroRecorder* MacroRecorder::pMacroRecorder = NULL;
49 MacroRecorder::MacroRecorder() in MacroRecorder() function in MacroRecorder
60 aHookRefresh.SetTimeoutHdl( LINK( this, MacroRecorder, HookRefreshHdl) ); in MacroRecorder()
62 aEventListenerHdl = LINK( this, MacroRecorder, EventListener ); in MacroRecorder()
66 MacroRecorder::~MacroRecorder() in ~MacroRecorder()
72 void MacroRecorder::AddEventHooks() in AddEventHooks()
88 void MacroRecorder::RemoveEventHooks() in RemoveEventHooks()
98 IMPL_LINK( MacroRecorder, HookRefreshHdl, void*, EMPTYARG ) in IMPL_LINK() argument
104 void MacroRecorder::LogVCL( rtl::OString aParentID, sal_uInt16 nVCLWindowType, rtl::OString aID, St… in LogVCL()
109 void MacroRecorder::LogVCL( rtl::OString aParentID, sal_uInt16 nVCLWindowType, rtl::OString aID, St… in LogVCL()
114 Window* MacroRecorder::GetParentWithID( Window* pThis ) in GetParentWithID()
122 rtl::OString MacroRecorder::GetParentID( Window* pThis ) in GetParentID()
130 IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
1066 void MacroRecorder::CheckDelete() in CheckDelete()
1077 MacroRecorder* MacroRecorder::GetMacroRecorder() in GetMacroRecorder()
1081 pMacroRecorder = new MacroRecorder; in GetMacroRecorder()
1086 sal_Bool MacroRecorder::HasMacroRecorder() in HasMacroRecorder()