Home
last modified time | relevance | path

Searched refs:pImplPropertyInfo (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dproperty.cxx348 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyName() local
349 assert(pImplPropertyInfo && "Invalid PropertyId!"); in GetPropertyName()
350 return pImplPropertyInfo->aName; in GetPropertyName()
355 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyType() local
356 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyType()
357 return pImplPropertyInfo ? &pImplPropertyInfo->aType : nullptr; in GetPropertyType()
362 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyAttribs() local
363 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyAttribs()
364 return pImplPropertyInfo ? pImplPropertyInfo->nAttribs : 0; in GetPropertyAttribs()
370 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in DoesDependOnOthers()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dproperty.cxx340 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyName() local
341 assert(pImplPropertyInfo && "Invalid PropertyId!"); in GetPropertyName()
342 return pImplPropertyInfo->aName; in GetPropertyName()
347 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyType() local
348 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyType()
349 return pImplPropertyInfo ? &pImplPropertyInfo->aType : nullptr; in GetPropertyType()
354 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyAttribs() local
355 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in GetPropertyAttribs()
356 return pImplPropertyInfo ? pImplPropertyInfo->nAttribs : 0; in GetPropertyAttribs()
362 DBG_ASSERT( pImplPropertyInfo, "Invalid PropertyId!" ); in DoesDependOnOthers()
[all …]