Home
last modified time | relevance | path

Searched refs:OQueryTextView (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/dbaccess/source/ui/querydesign/
H A DQueryTextView.cxx77 DBG_NAME(OQueryTextView) in DBG_NAME() argument
78 OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent) in DBG_NAME()
81 DBG_CTOR(OQueryTextView,NULL); in DBG_NAME()
91 OQueryTextView::~OQueryTextView() in ~OQueryTextView()
93 DBG_DTOR(OQueryTextView,NULL); in ~OQueryTextView()
98 void OQueryTextView::GetFocus() in GetFocus()
104 void OQueryTextView::Resize() in Resize()
111 sal_Bool OQueryTextView::checkStatement() in checkStatement()
116 ::rtl::OUString OQueryTextView::getStatement() in getStatement()
121 void OQueryTextView::setReadOnly(sal_Bool _bReadOnly) in setReadOnly()
[all …]
H A DQueryViewSwitch.cxx67 m_pTextView = new OQueryTextView(_pParent); in DBG_NAME()
/AOO42X/main/dbaccess/source/ui/inc/
H A DQueryTextView.hxx37 class OQueryTextView : public Window class
42 OQueryTextView( OQueryContainerWindow* pParent );
43 virtual ~OQueryTextView();
H A Dsqledit.hxx33 class OQueryTextView;
41 OQueryTextView* m_pView;
60 OSqlEdit( OQueryTextView* pParent, WinBits nWinStyle = WB_LEFT | WB_VSCROLL |WB_BORDER);
H A DQueryViewSwitch.hxx36 class OQueryTextView;
42 OQueryTextView* m_pTextView;
/AOO42X/main/dbaccess/source/ui/control/
H A Dsqledit.cxx44 OSqlEdit::OSqlEdit( OQueryTextView* pParent, WinBits nWinStyle ) : in DBG_NAME()