Lines Matching refs:nHdl
239 sal_Int32 nHdl; // numeric handle representing the property member
322 rnHdl = pEntry->nHdl; in GetHdlByName()
335 rnHdl = pEntry->nHdl; in GetHdlByName()
349 sal_Int32 nHdl; in GetProperty() local
350 return GetHdlByName( nHdl, rPropertyName ) ? GetProperty( nHdl ) : uno::Any(); in GetProperty()
442 sal_Int32 nHdl; in SetProperty() local
443 if (GetHdlByName( nHdl, rPropertyName )) in SetProperty()
444 bSucc = SetProperty( nHdl, rValue ); in SetProperty()
788 sal_Int32 nHdl; in IsReadOnly() local
789 if (GetHdlByName( nHdl, rPropertyName )) in IsReadOnly()
790 bReadOnly = IsReadOnly( nHdl ); in IsReadOnly()