Home
last modified time | relevance | path

Searched refs:mpType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/unotools/source/property/
H A Dpropertysetinfo.cxx82 if( NULL == pMap->mpType ) in add()
85 pMap->mpType = &::getCppuType((const sal_Int32*)0); in add()
123 pProperties->Type = *pEntry->mpType; in getProperties()
147 return Property( aName, pEntry->mnWhich, *pEntry->mpType, pEntry->mnFlags ); in getPropertyByName()
/trunk/main/comphelper/source/property/
H A Dpropertysetinfo.cxx85 if( NULL == pMap->mpType ) in add()
88 pMap->mpType = &::getCppuType((const sal_Int32*)0); in add()
126 pProperties->Type = *pEntry->mpType; in getProperties()
151 return Property( aName, pEntry->mnHandle, *pEntry->mpType, pEntry->mnAttributes ); in getPropertyByName()
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx155 …else if ( pEntry->mpType->getTypeClass() == uno::TypeClass_ENUM && rValue.getValueType() == ::getC… in getAny()
160 rValue.setValue( &nEnum, *pEntry->mpType ); in getAny()
/trunk/main/unotools/inc/unotools/
H A Dpropertysetinfo.hxx46 const com::sun::star::uno::Type* mpType; member
/trunk/main/comphelper/inc/comphelper/
H A Dpropertysetinfo.hxx46 const com::sun::star::uno::Type* mpType; member
/trunk/main/starmath/source/
H A Dunomodel.cxx806 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues()
819 (*pValue).setValue(&bVal, *(*ppEntries)->mpType); in _getPropertyValues()

Completed in 72 milliseconds