Searched refs:pServiceDesc (Results 1 – 1 of 1) sorted by relevance
998 const ScDPServiceDesc* pServiceDesc = pDPObject->GetDPServiceDesc(); in getPropertyValue() local999 if (pServiceDesc) in getPropertyValue()1000 aServiceName = pServiceDesc->aServiceName; in getPropertyValue()1005 const ScDPServiceDesc* pServiceDesc = pDPObject->GetDPServiceDesc(); in getPropertyValue() local1006 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 56 milliseconds