Lines Matching refs:excep

285             IllegalArgumentException excep;  in throw_handler()  local
286 excep.ArgumentPosition = 0; in throw_handler()
287 aAny <<= excep; in throw_handler()
293 UnsupportedOpenModeException excep; in throw_handler() local
294 excep.Mode = sal::static_int_cast< sal_Int16 >(minorCode); in throw_handler()
295 aAny <<= excep; in throw_handler()
591 NameClashException excep; in throw_handler() local
592 excep.Name = getTitle(aUncPath); in throw_handler()
593 excep.Classification = InteractionClassification_ERROR; in throw_handler()
595 excep.Context = xContext; in throw_handler()
596 excep.Message = rtl::OUString( in throw_handler()
599 aAny <<= excep; in throw_handler()
604 InteractiveAugmentedIOException excep; in throw_handler() local
605 excep.Code = IOErrorCode_INVALID_CHARACTER; in throw_handler()
617 excep.Arguments = seq; in throw_handler()
618 excep.Classification = InteractionClassification_ERROR; in throw_handler()
620 excep.Context = xContext; in throw_handler()
621 excep.Message = rtl::OUString( in throw_handler()
625 throw excep; in throw_handler()
627 aAny <<= excep; in throw_handler()
642 NameClashException excep; in throw_handler() local
643 excep.Name = getTitle(aUncPath); in throw_handler()
644 excep.Classification = InteractionClassification_ERROR; in throw_handler()
646 excep.Context = xContext; in throw_handler()
647 excep.Message = rtl::OUString( in throw_handler()
651 throw excep; in throw_handler()
653 aAny <<= excep; in throw_handler()
919 NameClashException excep; in throw_handler() local
920 excep.Name = getTitle(aUncPath); in throw_handler()
921 excep.Classification = InteractionClassification_ERROR; in throw_handler()
923 excep.Context = xContext; in throw_handler()
924 excep.Message = rtl::OUString( in throw_handler()
927 aAny <<= excep; in throw_handler()
936 UnsupportedNameClashException excep; in throw_handler() local
937 excep.NameClash = minorCode; in throw_handler()
938 excep.Context = xContext; in throw_handler()
939 excep.Message = rtl::OUString( in throw_handler()
943 aAny <<= excep; in throw_handler()