Lines Matching refs:excOccurred1
897 uno::Any excOccurred1; in removeExtension() local
932 excOccurred1 = ::cppu::getCaughtException(); in removeExtension()
934 excOccurred1 = ::cppu::getCaughtException(); in removeExtension()
936 excOccurred1 = ::cppu::getCaughtException(); in removeExtension()
938 excOccurred1 = ::cppu::getCaughtException(); in removeExtension()
940 excOccurred1 = ::cppu::getCaughtException(); in removeExtension()
942 excOccurred1 = ::cppu::getCaughtException(); in removeExtension()
945 static_cast<OWeakObject*>(this), excOccurred1); in removeExtension()
946 excOccurred1 <<= exc; in removeExtension()
949 if (excOccurred1.hasValue()) in removeExtension()
977 ::cppu::throwException(excOccurred1); in removeExtension()