Lines Matching refs:OQueryTextView
77 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()
126 void OQueryTextView::clear() in clear()
136 void OQueryTextView::setStatement(const ::rtl::OUString& _rsStatement) in setStatement()
141 void OQueryTextView::copy() in copy()
147 sal_Bool OQueryTextView::isCutAllowed() in isCutAllowed()
152 sal_Bool OQueryTextView::isPasteAllowed() in isPasteAllowed()
157 sal_Bool OQueryTextView::isCopyAllowed() in isCopyAllowed()
162 void OQueryTextView::cut() in cut()
169 void OQueryTextView::paste() in paste()