Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx379 bool lcl_IsDuplicated( const Reference<XPropertySet> xDimProps ) in lcl_IsDuplicated() argument
383 …Any aAny = xDimProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_ORIGINAL ) )… in lcl_IsDuplicated()
397 Reference< XPropertySet > xDimProps( xDim, UNO_QUERY ); in lcl_GetOriginalName() local
398 if ( xDimProps.is() ) in lcl_GetOriginalName()
402 … Any aAny = xDimProps->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ORIGINAL))); in lcl_GetOriginalName()

Completed in 64 milliseconds