Home
last modified time | relevance | path

Searched refs:ControlModelLock (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/forms/source/component/
H A Dentrylisthelper.cxx71 ControlModelLock aLock( m_rControlModel ); in setListEntrySource()
91 ControlModelLock aLock( m_rControlModel ); in entryChanged()
113 ControlModelLock aLock( m_rControlModel ); in entryRangeInserted()
150 ControlModelLock aLock( m_rControlModel ); in entryRangeRemoved()
178 ControlModelLock aLock( m_rControlModel ); in allEntriesChanged()
209 ControlModelLock aLock( m_rControlModel ); in refresh()
218 void OEntryListHelper::impl_lock_refreshList( ControlModelLock& _rInstanceLock ) in impl_lock_refreshList()
274 …ExternalListSource( const Reference< XListEntrySource >& _rxSource, ControlModelLock& _rInstanceLo… in connectExternalListSource()
308 …r::setNewStringItemList( const ::com::sun::star::uno::Any& _rValue, ControlModelLock& _rInstanceLo… in setNewStringItemList()
H A DFormComponent.cxx92 void ControlModelLock::impl_notifyAll_nothrow() in impl_notifyAll_nothrow()
98 …void ControlModelLock::addPropertyNotification( const sal_Int32 _nHandle, const Any& _rOldValue, c… in addPropertyNotification()
121 FieldChangeNotifier( ControlModelLock& _rLock ) in FieldChangeNotifier()
136 ControlModelLock& m_rLock;
1531 void OBoundControlModel::onValuePropertyChange( ControlModelLock& i_rControLock ) in onValuePropertyChange()
1556 ControlModelLock aLock( *this ); in _propertyChanged()
1610 ControlModelLock aLock( *this ); in setParent()
1645 ControlModelLock aLock( *this ); in disposing()
2010 ControlModelLock aLock( *this ); in onRowSetChanged()
2048 ControlModelLock aLock( *this ); in commit()
[all …]
H A Dentrylisthelper.hxx43 class ControlModelLock;
116 … setNewStringItemList( const ::com::sun::star::uno::Any& _rValue, ControlModelLock& _rInstanceLo…
126 virtual void stringItemListChanged( ControlModelLock& _rInstanceLock ) = 0;
170 ControlModelLock& _rInstanceLock
181 void impl_lock_refreshList( ControlModelLock& _rInstanceLock );
H A DComboBox.cxx261 ControlModelLock aLock( *this ); in setFastPropertyValue_NoBroadcast()
380 ControlModelLock aLock( *this ); in read()
841 void OComboBoxModel::stringItemListChanged( ControlModelLock& /*_rInstanceLock*/ ) in stringItemListChanged() argument
H A DListBox.cxx354 ControlModelLock aLock( *this ); in setFastPropertyValue_NoBroadcast()
462 ControlModelLock aLock( *this ); in _propertyChanged()
532 ControlModelLock aLock( *this ); in read()
1379 void OListBoxModel::stringItemListChanged( ControlModelLock& _rInstanceLock ) in stringItemListChanged()
H A DComboBox.hxx144 virtual void stringItemListChanged( ControlModelLock& _rInstanceLock );
H A DListBox.hxx163 virtual void stringItemListChanged( ControlModelLock& _rInstanceLock );
H A DImageControl.cxx277 ControlModelLock aLock( *this ); in setFastPropertyValue_NoBroadcast()
/AOO42X/main/forms/source/inc/
H A DFormComponent.hxx117 class ControlModelLock class
120 ControlModelLock( OControlModel& _rModel ) in ControlModelLock() function in frm::ControlModelLock
127 ~ControlModelLock() in ~ControlModelLock()
157 ControlModelLock(); // never implemented
158 ControlModelLock( const ControlModelLock& ); // never implemented
159 ControlModelLock& operator=( const ControlModelLock& ); // never implemented
523 struct LockAccess { friend class ControlModelLock; private: LockAccess() { } }; in LockAccess()
806 void onValuePropertyChange( ControlModelLock& i_rControLock );
1138 void transferExternalValueToControl( ControlModelLock& _rInstanceLock );
1146 void transferControlValueToExternal( ControlModelLock& _rInstanceLock );
[all …]