Home
last modified time | relevance | path

Searched refs:m_nBoundColumnType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/forms/source/component/
H A DListBox.cxx167 ,m_nBoundColumnType( DataType::SQLNULL ) in OListBoxModel()
191 ,m_nBoundColumnType( DataType::SQLNULL ) in OListBoxModel()
649 const sal_Int32 nBoundColumnTypeBackup( m_nBoundColumnType ); in loadData()
651 m_nBoundColumnType = DataType::SQLNULL; in loadData()
790 m_nBoundColumnType = nBoundColumnTypeBackup; in loadData()
844 m_nBoundColumnType = DataType::SQLNULL; in loadData()
850 …oundField->getPropertyValue( ::rtl::OUString::createFromAscii( "Type" ) ) >>= m_nBoundColumnType ); in loadData()
873 aBoundValue.fill( *aBoundColumn + 1, m_nBoundColumnType, xCursorRow ); in loadData()
951 m_nBoundColumnType = DataType::SQLNULL; in onDisconnectedDbColumn()
1046 … aCurrentValue.fill( impl_hasBoundComponent() ? m_nBoundColumnType : getFieldType(), m_xColumn ); in translateDbColumnToControlValue()
H A DListBox.hxx82 sal_Int32 m_nBoundColumnType; member in frm::OListBoxModel
181 …bool impl_hasBoundComponent() const { return m_nBoundColumnType != ::com::sun::star::sdbc::… in impl_hasBoundComponent()

Completed in 30 milliseconds