Lines Matching refs:m_aListRowSet
141 ,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()
580 … m_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()
713 m_aListRowSet.dispose(); in onDisconnectedDbColumn()