Home
last modified time | relevance | path

Searched refs:TableDataWindow (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx48 TableDataWindow::TableDataWindow( TableControl_Impl& _rTableControl ) in TableDataWindow() function in svt::table::TableDataWindow
60 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 …]
H A Dtabledatawindow.hxx47 class TableDataWindow : public Window class
56 TableDataWindow( TableControl_Impl& _rTableControl );
57 ~TableDataWindow();
H A Dtablecontrol_impl.hxx84 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()
H A Dtablecontrol.cxx60 TableDataWindow& rDataWindow = m_pImpl->getDataWindow(); in TableControl()
H A Dtablecontrol_impl.cxx453 ,m_pDataWindow ( new TableDataWindow( *this ) ) in TableControl_Impl()

Completed in 46 milliseconds