Searched refs:_out_rValue (Results 1 – 13 of 13) sorted by relevance
/trunk/main/forms/source/inc/ |
H A D | propertybaghelper.hxx | 88 …d getDynamicFastPropertyValue( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _out_rValue ) const; 91 …ynamicPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _out_rValue ) const; 122 …r::getDynamicFastPropertyValue( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _out_rValue ) const in getDynamicFastPropertyValue() 124 m_aDynamicProperties.getFastPropertyValue( _nHandle, _out_rValue ); in getDynamicFastPropertyValue() 140 …DynamicPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _out_rValue ) const in getDynamicPropertyDefaultByHandle() 142 m_aDynamicProperties.getPropertyDefaultByHandle( _nHandle, _out_rValue ); in getDynamicPropertyDefaultByHandle()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | propertystorage.cxx | 89 static bool tryGet( const SfxPoolItem& _rItem, Any& _out_rValue ) in tryGet() argument 95 _out_rValue <<= UNOTYPE_Type( pTypedItem->GetValue() ); in tryGet() 105 void SetItemPropertyStorage::getPropertyValue( Any& _out_rValue ) const in getPropertyValue() 110 if ( ItemAdapter< SfxBoolItem, sal_Bool >::tryGet( rItem, _out_rValue ) in getPropertyValue() 111 || ItemAdapter< SfxStringItem, ::rtl::OUString >::tryGet( rItem, _out_rValue ) in getPropertyValue()
|
/trunk/main/comphelper/source/property/ |
H A D | propertybag.cxx | 172 void PropertyBag::getFastPropertyValue( sal_Int32 _nHandle, Any& _out_rValue ) const in getFastPropertyValue() 177 OPropertyContainerHelper::getFastPropertyValue( _out_rValue, _nHandle ); in getFastPropertyValue() 200 void PropertyBag::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _out_rValue ) const in getPropertyDefaultByHandle() 208 _out_rValue = pos->second; in getPropertyDefaultByHandle() 210 _out_rValue.clear(); in getPropertyDefaultByHandle()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | namedvaluecollection.hxx | 169 bool get_ensureType( const sal_Char* _pAsciiValueName, VALUE_TYPE& _out_rValue ) const in get_ensureType() 171 …get_ensureType( ::rtl::OUString::createFromAscii( _pAsciiValueName ), &_out_rValue, ::cppu::UnoTyp… in get_ensureType() 175 bool get_ensureType( const ::rtl::OUString& _rValueName, VALUE_TYPE& _out_rValue ) const in get_ensureType() 177 … return get_ensureType( _rValueName, &_out_rValue, ::cppu::UnoType< VALUE_TYPE >::get() ); in get_ensureType()
|
H A D | propertybag.hxx | 157 ::com::sun::star::uno::Any& _out_rValue 207 ::com::sun::star::uno::Any& _out_rValue
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 616 …esentation::getValueFromDescription( const ::rtl::OUString& _rDescription, Any& _out_rValue ) const in getValueFromDescription() 631 _out_rValue = ::cppu::int2enum( nPos, m_aType ); in getValueFromDescription() 635 _out_rValue <<= (sal_Int16)nPos; in getValueFromDescription() 639 _out_rValue <<= (sal_uInt16)nPos; in getValueFromDescription() 643 _out_rValue <<= (sal_uInt32)nPos; in getValueFromDescription() 647 _out_rValue <<= (sal_Int32)nPos; in getValueFromDescription() 654 _out_rValue.clear(); in getValueFromDescription()
|
H A D | genericpropertyhandler.cxx | 84 …Description( const ::rtl::OUString& _rDescription, ::com::sun::star::uno::Any& _out_rValue ) const; 155 …esentation::getValueFromDescription( const ::rtl::OUString& _rDescription, Any& _out_rValue ) const in getValueFromDescription() 166 _out_rValue = ::cppu::int2enum( aValues[ index ], m_aEnumType ); in getValueFromDescription() 170 _out_rValue.clear(); in getValueFromDescription()
|
H A D | enumrepresentation.hxx | 55 ::com::sun::star::uno::Any& _out_rValue
|
H A D | formmetadata.hxx | 105 …Description( const ::rtl::OUString& _rDescription, ::com::sun::star::uno::Any& _out_rValue ) const;
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | propertystorage.hxx | 49 virtual void getPropertyValue( ::com::sun::star::uno::Any& _out_rValue ) const = 0; 78 virtual void getPropertyValue( ::com::sun::star::uno::Any& _out_rValue ) const;
|
/trunk/main/svx/inc/svx/ |
H A D | shapepropertynotifier.hxx | 63 virtual void getCurrentValue( ::com::sun::star::uno::Any& _out_rValue ) const = 0; 88 virtual void getCurrentValue( ::com::sun::star::uno::Any& _out_rValue ) const;
|
/trunk/main/svx/source/unodraw/ |
H A D | shapepropertynotifier.cxx | 114 void PropertyValueProvider::getCurrentValue( Any& _out_rValue ) const in getCurrentValue() 117 _out_rValue = xContextProps->getPropertyValue( getPropertyName() ); in getCurrentValue()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | resultcolumn.cxx | 220 …void obtain( Any& _out_rValue, ::boost::optional< TYPE > _rCache, const sal_Int32 _nPos, const Ref… in obtain() argument 224 _out_rValue <<= *_rCache; in obtain()
|
Completed in 100 milliseconds