Searched refs:_rInitialValue (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/comphelper/source/property/ |
H A D | propertybag.cxx | 135 …st ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const Any& _rInitialValue ) in addProperty() argument 138 Type aPropertyType = _rInitialValue.getValueType(); in addProperty() 151 _rInitialValue.hasValue() ? _rInitialValue.getValue() : NULL ); in addProperty() 154 m_pImpl->aDefaults.insert( MapInt2Any::value_type( _nHandle, _rInitialValue ) ); in addProperty()
|
H A D | opropertybag.cxx | 341 … const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const Any& _rInitialValue ) throw (Prope… in addProperty() argument 347 Type aPropertyType = _rInitialValue.getValueType(); in addProperty() 348 if ( _rInitialValue.hasValue() in addProperty() 354 m_aDynamicProperties.addProperty( _rName, findFreeHandle(), _nAttributes, _rInitialValue ); in addProperty()
|
/aoo42x/main/forms/source/component/ |
H A D | propertybaghelper.cxx | 200 …::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const Any& _rInitialValue ) in addProperty() argument 223 m_aDynamicProperties.addProperty( _rName, nHandle, _nAttributes, _rInitialValue ); in addProperty()
|
H A D | FormComponent.cxx | 1178 … const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const Any& _rInitialValue ) throw (Prope… in addProperty() argument 1180 m_aPropertyBagHelper.addProperty( _rName, _nAttributes, _rInitialValue ); in addProperty()
|
H A D | DatabaseForm.cxx | 1451 … const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const Any& _rInitialValue ) throw (Prope… in addProperty() argument 1453 m_aPropertyBagHelper.addProperty( _rName, _nAttributes, _rInitialValue ); in addProperty()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | propertybag.hxx | 91 const ::com::sun::star::uno::Any& _rInitialValue
|
/aoo42x/main/forms/source/inc/ |
H A D | propertybaghelper.hxx | 80 …tl::OUString& _rName, ::sal_Int16 _nAttributes, const ::com::sun::star::uno::Any& _rInitialValue );
|
Completed in 104 milliseconds