Home
last modified time | relevance | path

Searched refs:_rInitialValue (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/comphelper/source/property/
H A Dpropertybag.cxx135 …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 Dopropertybag.cxx341 … 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()
/aoo4110/main/forms/source/component/
H A Dpropertybaghelper.cxx200 …::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 DFormComponent.cxx1178 … 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 DDatabaseForm.cxx1451 … const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, const Any& _rInitialValue ) throw (Prope… in addProperty() argument
1453 m_aPropertyBagHelper.addProperty( _rName, _nAttributes, _rInitialValue ); in addProperty()
/aoo4110/main/comphelper/inc/comphelper/
H A Dpropertybag.hxx91 const ::com::sun::star::uno::Any& _rInitialValue
/aoo4110/main/forms/source/inc/
H A Dpropertybaghelper.hxx80 …tl::OUString& _rName, ::sal_Int16 _nAttributes, const ::com::sun::star::uno::Any& _rInitialValue );

Completed in 56 milliseconds