Lines Matching refs:m_aListRowSet
165 ,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()
776 … m_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()
956 m_aListRowSet.dispose(); in onDisconnectedDbColumn()