Searched refs:pImportDesc (Results 1 – 1 of 1) sorted by relevance
972 const ScImportSourceDesc* pImportDesc = pDPObject->GetImportSourceDesc(); in getPropertyValue() local973 if ( pImportDesc ) in getPropertyValue()977 aParam.bImport = ( pImportDesc->nType != sheet::DataImportMode_NONE ); in getPropertyValue()978 aParam.aDBName = pImportDesc->aDBName; in getPropertyValue()979 aParam.aStatement = pImportDesc->aObject; in getPropertyValue()980 aParam.bNative = pImportDesc->bNative; in getPropertyValue()981 aParam.bSql = ( pImportDesc->nType == sheet::DataImportMode_SQL ); in getPropertyValue()982 …aParam.nType = static_cast<sal_uInt8>(( pImportDesc->nType == sheet::DataImportMode_QUERY ) ?… in getPropertyValue()
Completed in 28 milliseconds