Home
last modified time | relevance | path

Searched refs:nMId (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/inc/
H A Dflddat.hxx140 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 );
H A Dusrfld.hxx70 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 );
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx784 sal_uInt16 nMId = GetFieldTypeMId( rPropertyName, *pType ); in SV_IMPL_PTRARR() local
785 if( USHRT_MAX != nMId ) in SV_IMPL_PTRARR()
787 pType->QueryValue( aRet, nMId ); in SV_IMPL_PTRARR()
H A Dunoframe.cxx701 sal_uInt8 nMId = RES_GRFATR_CROPGRF == nIDs[nIndex] ? CONVERT_TWIPS : 0; in AnyToItemSet() local
702 if(GetProperty(nIDs[nIndex], nMId, pAny )) in AnyToItemSet()
705 bRet &= pItem->PutValue(*pAny, nMId ); in AnyToItemSet()

Completed in 85 milliseconds