Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx3511 Reference< XPropertySet > xMemberProps( xMember, UNO_QUERY ); in getPropertyValue() local
3512 if( xMemberProps.is() ) in getPropertyValue()
3513 …aRet = xMemberProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SHOWDETA ) ) … in getPropertyValue()
3526 Reference< XPropertySet > xMemberProps( xMember, UNO_QUERY ); in getPropertyValue() local
3527 if( xMemberProps.is() ) in getPropertyValue()
3528 …aRet <<= !cppu::any2bool( xMemberProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( S… in getPropertyValue()

Completed in 41 milliseconds