Lines Matching refs:nPropertyId
348 const ImplPropertyInfo* ImplGetImplPropertyInfo( sal_uInt16 nPropertyId ) in ImplGetImplPropertyInfo() argument
355 for ( n = 0; n < nElements && pInfos[n].nPropId != nPropertyId; ++n) in ImplGetImplPropertyInfo()
361 sal_uInt16 GetPropertyOrderNr( sal_uInt16 nPropertyId ) in GetPropertyOrderNr() argument
369 if ( pInfos[--n].nPropId == nPropertyId ) in GetPropertyOrderNr()
375 const ::rtl::OUString& GetPropertyName( sal_uInt16 nPropertyId ) in GetPropertyName() argument
377 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyName()
382 const ::com::sun::star::uno::Type* GetPropertyType( sal_uInt16 nPropertyId ) in GetPropertyType() argument
384 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyType()
389 sal_Int16 GetPropertyAttribs( sal_uInt16 nPropertyId ) in GetPropertyAttribs() argument
391 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyAttribs()
396 sal_Bool DoesDependOnOthers( sal_uInt16 nPropertyId ) in DoesDependOnOthers() argument
398 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in DoesDependOnOthers()