Searched refs:TableDataWindow (Results 1 – 5 of 5) sorted by relevance
48 TableDataWindow::TableDataWindow( TableControl_Impl& _rTableControl ) in TableDataWindow() function in svt::table::TableDataWindow60 TableDataWindow::~TableDataWindow() in ~TableDataWindow()66 void TableDataWindow::Paint( const Rectangle& rUpdateRect ) in Paint()71 void TableDataWindow::SetBackground( const Wallpaper& rColor ) in SetBackground()81 void TableDataWindow::SetBackground() in SetBackground()86 void TableDataWindow::SetControlBackground() in SetControlBackground()92 void TableDataWindow::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()171 void TableDataWindow::impl_hideTipWindow() in impl_hideTipWindow()181 void TableDataWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()216 void TableDataWindow::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()[all …]
47 class TableDataWindow : public Window class56 TableDataWindow( TableControl_Impl& _rTableControl );57 ~TableDataWindow();
84 class TableDataWindow;136 ::boost::scoped_ptr< TableDataWindow >310 TableDataWindow& getDataWindow() { return *m_pDataWindow; } in getDataWindow()311 const TableDataWindow& getDataWindow() const { return *m_pDataWindow; } in getDataWindow()
60 TableDataWindow& rDataWindow = m_pImpl->getDataWindow(); in TableControl()
453 ,m_pDataWindow ( new TableDataWindow( *this ) ) in TableControl_Impl()
Completed in 113 milliseconds