Home
last modified time | relevance | path

Searched refs:OTableWindowTitle (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx77 DBG_NAME(OTableWindowTitle) in DBG_NAME() argument
79 OTableWindowTitle::OTableWindowTitle( OTableWindow* pParent ) : in DBG_NAME()
83 DBG_CTOR(OTableWindowTitle,NULL); in DBG_NAME()
95 OTableWindowTitle::~OTableWindowTitle() in ~OTableWindowTitle()
97 DBG_DTOR(OTableWindowTitle,NULL); in ~OTableWindowTitle()
102 void OTableWindowTitle::GetFocus() in GetFocus()
109 void OTableWindowTitle::LoseFocus() in LoseFocus()
114 void OTableWindowTitle::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
139 void OTableWindowTitle::Command( const CommandEvent& rEvt ) in Command()
164 void OTableWindowTitle::KeyInput( const KeyEvent& rEvt ) in KeyInput()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindowTitle.hxx33 class OTableWindowTitle : public FixedText class
45 OTableWindowTitle( OTableWindow* pParent );
46 virtual ~OTableWindowTitle();
H A DTableWindow.hxx58 friend class OTableWindowTitle;
63 OTableWindowTitle m_aTitle;
156 OTableWindowTitle* GetTitleCtrl() { return &m_aTitle; } in GetTitleCtrl()

Completed in 17 milliseconds