Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx998 const ScDPServiceDesc* pServiceDesc = pDPObject->GetDPServiceDesc(); in getPropertyValue() local
999 if (pServiceDesc) in getPropertyValue()
1000 aServiceName = pServiceDesc->aServiceName; in getPropertyValue()
1005 const ScDPServiceDesc* pServiceDesc = pDPObject->GetDPServiceDesc(); in getPropertyValue() local
1006 if (pServiceDesc) in getPropertyValue()
1011 pArray[0].Value <<= rtl::OUString( pServiceDesc->aParSource ); in getPropertyValue()
1013 pArray[1].Value <<= rtl::OUString( pServiceDesc->aParName ); in getPropertyValue()
1015 pArray[2].Value <<= rtl::OUString( pServiceDesc->aParUser ); in getPropertyValue()
1017 pArray[3].Value <<= rtl::OUString( pServiceDesc->aParPass ); in getPropertyValue()

Completed in 31 milliseconds