Searched refs:int2enum (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | EnumPropertyHdl.cxx | 58 rValue = ::cppu::int2enum( nValue, mrType ); in importXML()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | extract.hxx | 43 inline ::com::sun::star::uno::Any SAL_CALL int2enum( in int2enum() function
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 942 aValue = ::cppu::int2enum( nAsInt, *pType ); in read() 1219 rConvertedValue = ::cppu::int2enum( nValue, *pDestType ); in convertFastPropertyValue()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | propertyimport.cxx | 155 aReturn = ::cppu::int2enum((sal_Int32)nEnumValue, _rExpectedType); in convertString()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | genericpropertyhandler.cxx | 166 _out_rValue = ::cppu::int2enum( aValues[ index ], m_aEnumType ); in getValueFromDescription()
|
H A D | formmetadata.cxx | 631 _out_rValue = ::cppu::int2enum( nPos, m_aType ); in getValueFromDescription()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 1045 …aAny = ::cppu::int2enum( (sal_Int32)((GetPage()->GetOrientation() == ORIENTATION_PORTRAIT)? view::… in getPropertyValue() 1048 …aAny = ::cppu::int2enum( (sal_Int32)GetPage()->GetFadeEffect(), ::getCppuType((const presentation:… in getPropertyValue() 1056 …aAny = ::cppu::int2enum( fDuration < 2.0 ? 2 : (fDuration > 2.0 ? 0 : 1), ::getCppuType((const pre… in getPropertyValue()
|
/aoo42x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 4077 m_aCycle = ::cppu::int2enum(nCycle, ::getCppuType(static_cast<const TabulatorCycle*>(NULL))); in read() 4095 m_aCycle = ::cppu::int2enum(nCycle, ::getCppuType(static_cast<const TabulatorCycle*>(NULL))); in read()
|
/aoo42x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1455 aRetVal = int2enum( pVar->GetLong(), rType ); in sbxToUnoValue()
|
Completed in 130 milliseconds