Searched refs:OPropertyContainerHelper (Results 1 – 11 of 11) sorted by relevance
/trunk/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 86 OPropertyContainerHelper::OPropertyContainerHelper() in OPropertyContainerHelper() function in comphelper::OPropertyContainerHelper 92 OPropertyContainerHelper::~OPropertyContainerHelper() in ~OPropertyContainerHelper() 116 void OPropertyContainerHelper::revokeProperty( sal_Int32 _nHandle ) in revokeProperty() 168 sal_Bool OPropertyContainerHelper::isRegisteredProperty( sal_Int32 _nHandle ) const in isRegisteredProperty() 174 sal_Bool OPropertyContainerHelper::isRegisteredProperty( const ::rtl::OUString& _rName ) const in isRegisteredProperty() 206 void OPropertyContainerHelper::implPushBackProperty(const PropertyDescription& _rProp) in implPushBackProperty() 245 sal_Bool OPropertyContainerHelper::convertFastPropertyValue( in convertFastPropertyValue() 434 void OPropertyContainerHelper::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue() 463 OPropertyContainerHelper::PropertiesIterator OPropertyContainerHelper::searchHandle(sal_Int32 _nHan… in searchHandle() 480 const Property& OPropertyContainerHelper::getProperty( const ::rtl::OUString& _rName ) const in getProperty() [all …]
|
H A D | propertycontainer.cxx | 82 …return OPropertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle,… in convertFastPropertyValue() 88 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 94 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
|
H A D | propertybag.cxx | 177 OPropertyContainerHelper::getFastPropertyValue( _out_rValue, _nHandle ); in getFastPropertyValue() 186 … return const_cast< PropertyBag* >( this )->OPropertyContainerHelper::convertFastPropertyValue( in convertFastPropertyValue() 196 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | propertycontainerhelper.hxx | 80 class COMPHELPER_DLLPUBLIC OPropertyContainerHelper class 97 OPropertyContainerHelper(); 98 ~OPropertyContainerHelper(); 206 …COMPHELPER_DLLPRIVATE OPropertyContainerHelper( const OPropertyContainerHelper& ); // n… 207 …COMPHELPER_DLLPRIVATE OPropertyContainerHelper& operator=( const OPropertyContainerHelper& ); // n…
|
H A D | propertybag.hxx | 49 class COMPHELPER_DLLPUBLIC PropertyBag : protected OPropertyContainerHelper 144 OPropertyContainerHelper::describeProperties( _out_rProps ); in describeProperties() 224 using OPropertyContainerHelper::convertFastPropertyValue; 225 using OPropertyContainerHelper::getFastPropertyValue;
|
H A D | propertycontainer.hxx | 50 ,public OPropertyContainerHelper
|
/trunk/main/extensions/source/propctrlr/ |
H A D | inspectormodelbase.cxx | 66 class InspectorModelProperties : public ::comphelper::OPropertyContainerHelper 80 using ::comphelper::OPropertyContainerHelper::convertFastPropertyValue; 81 using ::comphelper::OPropertyContainerHelper::setFastPropertyValue; 82 using ::comphelper::OPropertyContainerHelper::getFastPropertyValue;
|
/trunk/main/forms/source/component/ |
H A D | navigationbar.cxx | 370 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 390 …bModified = OPropertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHa… in convertFastPropertyValue() 409 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
|
H A D | navigationbar.hxx | 53 ,public OPropertyContainerHelper
|
/trunk/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 331 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 350 …bModified = OPropertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHa… in convertFastPropertyValue() 369 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
|
H A D | richtextmodel.hxx | 60 ,public ::comphelper::OPropertyContainerHelper
|
Completed in 51 milliseconds