Searched refs:hasExternalListSource (Results 1 – 4 of 4) sorted by relevance
239 if ( m_xCursor.is() && !hasField() && !hasExternalListSource() ) in setFastPropertyValue_NoBroadcast()456 && !hasExternalListSource() in read()480 …DBG_ASSERT( !hasExternalListSource(), "OComboBoxModel::loadData: cannot load from DB when I have a… in loadData()482 if ( hasExternalListSource() ) in loadData()700 if ( m_aListSource.getLength() && m_xCursor.is() && !hasExternalListSource() ) in onConnectedDbColumn()710 if ( !hasExternalListSource() ) in onDisconnectedDbColumn()722 if ( m_aListSource.getLength() && m_xCursor.is() && !hasExternalListSource() ) in reloaded()862 … DBG_ASSERT( !hasExternalListSource(), "OComboBoxModel::refreshInternalEntryList: invalid call!" ); in refreshInternalEntryList()864 if ( !hasExternalListSource( ) in refreshInternalEntryList()
220 if ( hasExternalListSource() ) in impl_lock_refreshList()246 if ( hasExternalListSource( ) ) in disposing()276 …OSL_ENSURE( !hasExternalListSource(), "OEntryListHelper::connectExternalListSource: only to be cal… in connectExternalListSource()300 if ( hasExternalListSource() ) in convertNewListSourceProperty()310 …OSL_PRECOND( !hasExternalListSource(), "OEntryListHelper::setNewStringItemList: this should never … in setNewStringItemList()
330 if ( m_xCursor.is() && !hasField() && !hasExternalListSource() ) in setFastPropertyValue_NoBroadcast()626 && !hasExternalListSource() in read()646 …DBG_ASSERT( !hasExternalListSource(), "OListBoxModel::loadData: cannot load from DB when I have an… in loadData()940 if ( !hasExternalListSource() ) in onConnectedDbColumn()953 if ( !hasExternalListSource() ) in onDisconnectedDbColumn()1429 … DBG_ASSERT( !hasExternalListSource(), "OListBoxModel::impl_refreshDbEntryList: invalid call!" ); in impl_refreshDbEntryList()1431 if ( !hasExternalListSource( ) in impl_refreshDbEntryList()
78 inline bool hasExternalListSource( ) const { return m_xListSource.is(); } in hasExternalListSource() function in frm::OEntryListHelper
Completed in 41 milliseconds