Home
last modified time | relevance | path

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

/trunk/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 );
/trunk/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.cxx1064 const sal_uInt8 nMId = RES_GRFATR_CROPGRF == nIDs[nIndex] ? CONVERT_TWIPS : 0; in AnyToItemSet() local
1065 if ( GetProperty( nIDs[nIndex], nMId, pAny ) ) in AnyToItemSet()
1068 bRet &= pItem->PutValue( *pAny, nMId ); in AnyToItemSet()

Completed in 56 milliseconds