Home
last modified time | relevance | path

Searched refs:ComposedPropertyUIUpdate (Results 1 – 6 of 6) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dcomposeduiupdate.cxx82 typedef void (ComposedPropertyUIUpdate::*FNotifySingleUIChange)();
95 ComposedPropertyUIUpdate&
145 …CachedInspectorUI( ComposedPropertyUIUpdate& _rMaster, FNotifySingleUIChange _pUIChangeNotificatio…
201 …CachedInspectorUI::CachedInspectorUI( ComposedPropertyUIUpdate& _rMaster, FNotifySingleUIChange _p… in CachedInspectorUI()
409ComposedPropertyUIUpdate::ComposedPropertyUIUpdate( const Reference< XObjectInspectorUI >& _rxDele… in ComposedPropertyUIUpdate() function in pcr::ComposedPropertyUIUpdate
421 ComposedPropertyUIUpdate::~ComposedPropertyUIUpdate( ) in ~ComposedPropertyUIUpdate()
426 …Reference< XObjectInspectorUI > ComposedPropertyUIUpdate::getUIForPropertyHandler( const Reference… in getUIForPropertyHandler()
432 …rUI = new CachedInspectorUI( *this, &ComposedPropertyUIUpdate::callback_inspectorUIChanged_throw ); in getUIForPropertyHandler()
695 void ComposedPropertyUIUpdate::impl_fireEnablePropertyUI_throw() in impl_fireEnablePropertyUI_throw()
706 void ComposedPropertyUIUpdate::impl_fireRebuildPropertyUI_throw() in impl_fireRebuildPropertyUI_throw()
[all …]
H A Dcomposeduiupdate.hxx72 class ComposedPropertyUIUpdate class
95 ComposedPropertyUIUpdate(
98 ~ComposedPropertyUIUpdate();
198 ComposedPropertyUIUpdate(); // never implemented
199 ComposedPropertyUIUpdate( const ComposedPropertyUIUpdate& ); // never implemented
200 ComposedPropertyUIUpdate& operator=( const ComposedPropertyUIUpdate& ); // never implemented
209 ComposedPropertyUIUpdate& m_rUIUpdate;
211 ComposedUIAutoFireGuard( ComposedPropertyUIUpdate& _rUIUpdate ) in ComposedUIAutoFireGuard()
H A Dpropertycomposer.hxx68 ::std::auto_ptr< ComposedPropertyUIUpdate > m_pUIRequestComposer;
H A Dpropertycomposer.cxx384 m_pUIRequestComposer.reset( new ComposedPropertyUIUpdate( _rxInspectorUI, this ) ); in impl_ensureUIRequestComposer()
H A Dpropcontroller.hxx146 ::std::auto_ptr< ComposedPropertyUIUpdate > m_pUIRequestComposer;
H A Dpropcontroller.cxx1105 m_pUIRequestComposer.reset( new ComposedPropertyUIUpdate( getInspectorUI(), this ) ); in doInspection()