INTEGRATION: CWS dba204b (1.30.68); FILE MERGED

2006/07/13 13:47:48 fs 1.30.68.1: propertyChange: care for properties which we have no handler for
This commit is contained in:
Rüdiger Timm 2006-07-26 06:59:09 +00:00
parent f4f11f0a47
commit 391c86eb67

View file

@ -4,9 +4,9 @@
*
* $RCSfile: propcontroller.hxx,v $
*
* $Revision: 1.30 $
* $Revision: 1.31 $
*
* last change: $Author: vg $ $Date: 2006-03-14 11:29:34 $
* last change: $Author: rt $ $Date: 2006-07-26 07:59:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -399,6 +399,13 @@ namespace pcr
PropertyHandlerRef
impl_getHandlerForProperty_throw( const ::rtl::OUString& _rPropertyName ) const;
/** determines whether we have a handler for the given property
@param _rPropertyName
the name of the property for which the existence of a handler should be checked
*/
bool
impl_hasPropertyHandlerFor_nothrow( const ::rtl::OUString& _rPropertyName ) const;
/** builds up m_aPageIds from InspectorModel::describeCategories, and insert all the
respective tab pages into our view
@precond