Searched refs:nMId (Results 1 – 4 of 4) sorted by relevance
140 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nMId ) const;141 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nMId );
70 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nMId ) const;71 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nMId );
784 sal_uInt16 nMId = GetFieldTypeMId( rPropertyName, *pType ); in SV_IMPL_PTRARR() local785 if( USHRT_MAX != nMId ) in SV_IMPL_PTRARR()787 pType->QueryValue( aRet, nMId ); in SV_IMPL_PTRARR()
701 sal_uInt8 nMId = RES_GRFATR_CROPGRF == nIDs[nIndex] ? CONVERT_TWIPS : 0; in AnyToItemSet() local702 if(GetProperty(nIDs[nIndex], nMId, pAny )) in AnyToItemSet()705 bRet &= pItem->PutValue(*pAny, nMId ); in AnyToItemSet()
Completed in 59 milliseconds