Lines Matching refs:ComposedPropertyUIUpdate

82     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()
720 void ComposedPropertyUIUpdate::impl_fireShowHidePropertyUI_throw() in impl_fireShowHidePropertyUI_throw()
740 void ComposedPropertyUIUpdate::impl_fireShowCategory_throw() in impl_fireShowCategory_throw()
751 void ComposedPropertyUIUpdate::impl_fireEnablePropertyUIElements_throw() in impl_fireEnablePropertyUIElements_throw()
776 void ComposedPropertyUIUpdate::impl_fireAll_throw() in impl_fireAll_throw()
788 void SAL_CALL ComposedPropertyUIUpdate::suspendAutoFire() in suspendAutoFire()
795 void SAL_CALL ComposedPropertyUIUpdate::resumeAutoFire() in resumeAutoFire()
803 void ComposedPropertyUIUpdate::impl_checkDisposed() const in impl_checkDisposed()
810 void ComposedPropertyUIUpdate::callback_inspectorUIChanged_throw() in callback_inspectorUIChanged_throw()
817 Reference< XObjectInspectorUI > ComposedPropertyUIUpdate::getDelegatorUI() const in getDelegatorUI()
824 void SAL_CALL ComposedPropertyUIUpdate::dispose() in dispose()
843 …bool ComposedPropertyUIUpdate::shouldContinuePropertyHandling( const ::rtl::OUString& _rName ) con… in shouldContinuePropertyHandling()