Lines Matching refs:excep
387 InteractiveNetworkConnectException excep; in execute() local
388 excep.Server = m_aFTPURL.host(); in execute()
389 aRet <<= excep; in execute()
397 InteractiveNetworkResolveNameException excep; in execute() local
398 excep.Server = m_aFTPURL.host(); in execute()
399 aRet <<= excep; in execute()
759 MissingPropertiesException excep; in insert() local
760 excep.Properties.realloc(1); in insert()
761 excep.Properties[0] = rtl::OUString::createFromAscii("Title"); in insert()
762 Any aAny; aAny <<= excep; in insert()
770 MissingInputStreamException excep; in insert() local
771 Any aAny; aAny <<= excep; in insert()
788 NameClashException excep; in insert() local
789 excep.Name = m_aFTPURL.child(); in insert()
791 aAny <<= excep; in insert()
800 UnsupportedNameClashException excep; in insert() local
801 excep.NameClash = 0; //NameClash::ERROR; in insert()
805 aAny <<= excep; in insert()
818 throw excep; in insert()
920 InteractiveIOException excep; in setPropertyValues() local
923 excep.Code = IOErrorCode_ACCESS_DENIED; in setPropertyValues()
924 ret[i] <<= excep; in setPropertyValues()