Searched refs:OTasksWindow (Results 1 – 2 of 2) sorted by relevance
125 OCreationList::OCreationList( OTasksWindow& _rParent ) in OCreationList()397 DBG_NAME(OTasksWindow) in DBG_NAME() argument398 OTasksWindow::OTasksWindow(Window* _pParent,OApplicationDetailView* _pDetailView) in DBG_NAME()406 DBG_CTOR(OTasksWindow,NULL); in DBG_NAME()409 m_aCreation.SetSelectHdl(LINK(this, OTasksWindow, OnEntrySelectHdl)); in DBG_NAME()422 OTasksWindow::~OTasksWindow() in ~OTasksWindow()424 DBG_DTOR(OTasksWindow,NULL); in ~OTasksWindow()428 void OTasksWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()430 DBG_CHKTHIS(OTasksWindow,NULL); in DataChanged()441 void OTasksWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ) in ImplInitSettings()[all …]
75 class OTasksWindow;79 OTasksWindow& m_rTaskWindow;88 OCreationList( OTasksWindow& _rParent );142 class OTasksWindow : public Window class155 OTasksWindow(Window* _pParent,OApplicationDetailView* _pDetailView);156 virtual ~OTasksWindow();223 …inline OTasksWindow& getTasksWindow() const { return *static_cast< OTasksWindow* >( m_aTasks.getCh… in getTasksWindow()