Home
last modified time | relevance | path

Searched refs:OPropertyContainerHelper (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx86 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 Dpropertycontainer.cxx82 …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 Dpropertybag.cxx177 OPropertyContainerHelper::getFastPropertyValue( _out_rValue, _nHandle ); in getFastPropertyValue()
186 … return const_cast< PropertyBag* >( this )->OPropertyContainerHelper::convertFastPropertyValue( in convertFastPropertyValue()
196 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue()
/aoo42x/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx80 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 Dpropertybag.hxx49 class COMPHELPER_DLLPUBLIC PropertyBag : protected OPropertyContainerHelper
144 OPropertyContainerHelper::describeProperties( _out_rProps ); in describeProperties()
224 using OPropertyContainerHelper::convertFastPropertyValue;
225 using OPropertyContainerHelper::getFastPropertyValue;
H A Dpropertycontainer.hxx50 ,public OPropertyContainerHelper
/aoo42x/main/extensions/source/propctrlr/
H A Dinspectormodelbase.cxx66 class InspectorModelProperties : public ::comphelper::OPropertyContainerHelper
80 using ::comphelper::OPropertyContainerHelper::convertFastPropertyValue;
81 using ::comphelper::OPropertyContainerHelper::setFastPropertyValue;
82 using ::comphelper::OPropertyContainerHelper::getFastPropertyValue;
/aoo42x/main/forms/source/component/
H A Dnavigationbar.cxx370 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 Dnavigationbar.hxx53 ,public OPropertyContainerHelper
/aoo42x/main/forms/source/richtext/
H A Drichtextmodel.cxx331 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 Drichtextmodel.hxx60 ,public ::comphelper::OPropertyContainerHelper

Completed in 37 milliseconds