Home
last modified time | relevance | path

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

/aoo41x/main/forms/source/component/
H A DComboBox.cxx141 ,m_aListRowSet( getContext() ) in DBG_NAME()
156 ,m_aListRowSet( getContext() ) in OComboBoxModel()
506 m_aListRowSet.setConnection( xConnection ); in loadData()
566 m_aListRowSet.setEscapeProcessing( sal_False ); in loadData()
567 m_aListRowSet.setCommand( aStatement.makeStringAndClear() ); in loadData()
573 m_aListRowSet.setCommandFromQuery( m_aListSource ); in loadData()
580m_aListRowSet.setEscapeProcessing( ListSourceType_SQLPASSTHROUGH != m_eListSourceType ); in loadData()
581 m_aListRowSet.setCommand( m_aListSource ); in loadData()
588 if ( !_bForce && !m_aListRowSet.isDirty() ) in loadData()
595 xListCursor.reset( m_aListRowSet.execute() ); in loadData()
[all …]
H A DListBox.cxx165 ,m_aListRowSet( getContext() ) in OListBoxModel()
184 ,m_aListRowSet( getContext() ) in OListBoxModel()
689 m_aListRowSet.setConnection( xConnection ); in loadData()
764 m_aListRowSet.setEscapeProcessing( sal_False ); in loadData()
765 m_aListRowSet.setCommand( aStatement ); in loadData()
771 m_aListRowSet.setCommandFromQuery( sListSource ); in loadData()
776m_aListRowSet.setEscapeProcessing( ListSourceType_SQLPASSTHROUGH != m_eListSourceType ); in loadData()
777 m_aListRowSet.setCommand( sListSource ); in loadData()
784 if ( !_bForce && !m_aListRowSet.isDirty() ) in loadData()
793 xListCursor.reset( m_aListRowSet.execute() ); in loadData()
[all …]
H A DComboBox.hxx60 CachedRowSet m_aListRowSet; // the row set to fill the list member in frm::OComboBoxModel
H A DListBox.hxx70 …CachedRowSet m_aListRowSet; // the row set to fill the list member in frm::OListBoxModel

Completed in 74 milliseconds