Home
last modified time | relevance | path

Searched refs:CachedRowSet (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/forms/source/component/
H A Dcachedrowset.cxx91 CachedRowSet::CachedRowSet( const ::comphelper::ComponentContext& _rContext ) in CachedRowSet() function in frm::CachedRowSet
97 CachedRowSet::~CachedRowSet() in ~CachedRowSet()
103 void CachedRowSet::setCommand( const ::rtl::OUString& _rCommand ) in setCommand()
113 void CachedRowSet::setCommandFromQuery( const ::rtl::OUString& _rQueryName ) in setCommandFromQuery()
129 void CachedRowSet::setEscapeProcessing ( const sal_Bool _bEscapeProcessing ) in setEscapeProcessing()
139 void CachedRowSet::setConnection( const Reference< XConnection >& _rxConnection ) in setConnection()
149 Reference< XResultSet > CachedRowSet::execute() in execute()
178 bool CachedRowSet::isDirty() const in isDirty()
184 void CachedRowSet::dispose() in dispose()
H A Dcachedrowset.hxx48 class CachedRowSet class
51 CachedRowSet( const ::comphelper::ComponentContext& _rContext );
52 ~CachedRowSet();
H A DComboBox.hxx60 CachedRowSet m_aListRowSet; // the row set to fill the list
H A DListBox.hxx70CachedRowSet m_aListRowSet; // the row set to fill the list

Completed in 54 milliseconds