New Defects reported by Coverity Scan for LibreOffice

scan-admin at coverity.com scan-admin at coverity.com
Wed Feb 8 02:54:42 UTC 2017


Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.

300 new defect(s) introduced to LibreOffice found with Coverity Scan.


New defect(s) Reported-by: Coverity Scan
Showing 20 of 300 defect(s)


** CID 1399423:  Error handling issues  (UNCAUGHT_EXCEPT)
/extensions/source/logging/consolehandler.cxx: 125 in logging::ConsoleHandler::~ConsoleHandler()()


________________________________________________________________________________________________________
*** CID 1399423:  Error handling issues  (UNCAUGHT_EXCEPT)
/extensions/source/logging/consolehandler.cxx: 125 in logging::ConsoleHandler::~ConsoleHandler()()
119     
120             aTypedSettings.get_ensureType( "Threshold", m_nThreshold );
121     
122             m_aHandlerHelper.setIsInitialized();
123         }
124     
>>>     CID 1399423:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
125         ConsoleHandler::~ConsoleHandler()
126         {
127             if ( !rBHelper.bDisposed )
128             {
129                 acquire();
130                 dispose();

** CID 1399422:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/uibase/utlui/shdwcrsr.cxx: 28 in SwShadowCursor::~SwShadowCursor()()


________________________________________________________________________________________________________
*** CID 1399422:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/uibase/utlui/shdwcrsr.cxx: 28 in SwShadowCursor::~SwShadowCursor()()
22     
23     #include "swtypes.hxx"
24     #include "shdwcrsr.hxx"
25     
26     using namespace ::com::sun::star;
27     
>>>     CID 1399422:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
28     SwShadowCursor::~SwShadowCursor()
29     {
30         if( USHRT_MAX != nOldMode )
31             DrawCursor( aOldPt, nOldHeight, nOldMode );
32     }
33     

** CID 1399421:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/slidesorter/view/SlsToolTip.cxx: 47 in sd::slidesorter::view::ToolTip::~ToolTip()()


________________________________________________________________________________________________________
*** CID 1399421:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/slidesorter/view/SlsToolTip.cxx: 47 in sd::slidesorter::view::ToolTip::~ToolTip()()
41         const HelpSettings& rHelpSettings = window->GetSettings().GetHelpSettings();
42         maShowTimer.SetTimeout(rHelpSettings.GetTipDelay());
43         maShowTimer.SetInvokeHandler(LINK(this, ToolTip, DelayTrigger));
44         maHiddenTimer.SetTimeout(rHelpSettings.GetTipDelay());
45     }
46     
>>>     CID 1399421:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
47     ToolTip::~ToolTip()
48     {
49         maShowTimer.Stop();
50         maHiddenTimer.Stop();
51         Hide();
52     }

** CID 1399420:  Error handling issues  (UNCAUGHT_EXCEPT)
/slideshow/source/engine/slide/slideanimations.cxx: 45 in slideshow::internal::SlideAnimations::~SlideAnimations()()


________________________________________________________________________________________________________
*** CID 1399420:  Error handling issues  (UNCAUGHT_EXCEPT)
/slideshow/source/engine/slide/slideanimations.cxx: 45 in slideshow::internal::SlideAnimations::~SlideAnimations()()
39                 mpRootNode()
40             {
41                 ENSURE_OR_THROW( maContext.mpSubsettableShapeManager,
42                                   "SlideAnimations::SlideAnimations(): Invalid SlideShowContext" );
43             }
44     
>>>     CID 1399420:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
45             SlideAnimations::~SlideAnimations()
46             {
47                 if( mpRootNode )
48                 {
49                     SHOW_NODE_TREE( mpRootNode );
50     

** CID 1399419:  Error handling issues  (UNCAUGHT_EXCEPT)
/reportdesign/source/ui/inc/ColorChanger.hxx: 41 in rptui::ColorChanger::~ColorChanger()()


________________________________________________________________________________________________________
*** CID 1399419:  Error handling issues  (UNCAUGHT_EXCEPT)
/reportdesign/source/ui/inc/ColorChanger.hxx: 41 in rptui::ColorChanger::~ColorChanger()()
35             {
36                 m_pDev->Push( PushFlags::LINECOLOR | PushFlags::FILLCOLOR );
37                 m_pDev->SetLineColor( _rNewLineColor );
38                 m_pDev->SetFillColor( _rNewFillColor );
39             }
40     
>>>     CID 1399419:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
41             ~ColorChanger()
42             {
43                 m_pDev->Pop();
44             }
45         };
46     }
47     #endif // INCLUDED_REPORTDESIGN_SOURCE_UI_INC_COLORCHANGER_HXX
48     

** CID 1399418:  Error handling issues  (UNCAUGHT_EXCEPT)
/framework/source/accelerators/documentacceleratorconfiguration.cxx: 121 in <unnamed>::DocumentAcceleratorConfiguration::~DocumentAcceleratorConfiguration()()


________________________________________________________________________________________________________
*** CID 1399418:  Error handling issues  (UNCAUGHT_EXCEPT)
/framework/source/accelerators/documentacceleratorconfiguration.cxx: 121 in <unnamed>::DocumentAcceleratorConfiguration::~DocumentAcceleratorConfiguration()()
115                     "DocumentRoot",
116                     css::uno::Reference< css::embed::XStorage >());
117             }
118         }
119     }
120     
>>>     CID 1399418:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
121     DocumentAcceleratorConfiguration::~DocumentAcceleratorConfiguration()
122     {
123         m_aPresetHandler.removeStorageListener(this);
124     }
125     
126     void SAL_CALL DocumentAcceleratorConfiguration::setStorage(const css::uno::Reference< css::embed::XStorage >& xStorage)

** CID 1399417:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/func/fusearch.cxx: 91 in sd::FuSearch::~FuSearch()()


________________________________________________________________________________________________________
*** CID 1399417:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/func/fusearch.cxx: 91 in sd::FuSearch::~FuSearch()()
85         }
86     
87         if (pSdOutliner)
88            pSdOutliner->PrepareSpelling();
89     }
90     
>>>     CID 1399417:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
91     FuSearch::~FuSearch()
92     {
93         if ( ! mpDocSh->IsInDestruction() && mpDocSh->GetViewShell()!=nullptr)
94             mpDocSh->GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SidArraySpell );
95     
96         if (pSdOutliner)

** CID 1399416:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/func/fusearch.cxx: 91 in sd::FuSearch::~FuSearch()()


________________________________________________________________________________________________________
*** CID 1399416:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/func/fusearch.cxx: 91 in sd::FuSearch::~FuSearch()()
85         }
86     
87         if (pSdOutliner)
88            pSdOutliner->PrepareSpelling();
89     }
90     
>>>     CID 1399416:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::DeploymentException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
91     FuSearch::~FuSearch()
92     {
93         if ( ! mpDocSh->IsInDestruction() && mpDocSh->GetViewShell()!=nullptr)
94             mpDocSh->GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SidArraySpell );
95     
96         if (pSdOutliner)

** CID 1399415:    (UNCAUGHT_EXCEPT)
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()


________________________________________________________________________________________________________
*** CID 1399415:    (UNCAUGHT_EXCEPT)
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399415:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399415:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399415:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399415:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();

** CID 1399414:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()


________________________________________________________________________________________________________
*** CID 1399414:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399414:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::DeploymentException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();

** CID 1399413:  Error handling issues  (UNCAUGHT_EXCEPT)
/svtools/source/control/accessibleruler.cxx: 58 in SvtRulerAccessible::~SvtRulerAccessible()()


________________________________________________________________________________________________________
*** CID 1399413:  Error handling issues  (UNCAUGHT_EXCEPT)
/svtools/source/control/accessibleruler.cxx: 58 in SvtRulerAccessible::~SvtRulerAccessible()()
52         mxParent( rxParent ),
53         mpRepr( &rRepr ),
54         mnClientId( 0 )
55     {
56     }
57     
>>>     CID 1399413:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
58     SvtRulerAccessible::~SvtRulerAccessible()
59     {
60     
61         if( IsAlive() )
62         {
63             osl_atomic_increment( &m_refCount );

** CID 1399412:    (UNCAUGHT_EXCEPT)
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()


________________________________________________________________________________________________________
*** CID 1399412:    (UNCAUGHT_EXCEPT)
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399412:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399412:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399412:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();
/sw/source/core/doc/extinput.cxx: 49 in SwExtTextInput::~SwExtTextInput()()
43         eInputLanguage(LANGUAGE_DONTKNOW)
44     {
45         bIsOverwriteCursor = false;
46         bInsText = true;
47     }
48     
>>>     CID 1399412:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
49     SwExtTextInput::~SwExtTextInput()
50     {
51         SwDoc *const pDoc = GetDoc();
52         if (pDoc->IsInDtor()) { return; /* #i58606# */ }
53     
54         SwTextNode* pTNd = GetPoint()->nNode.GetNode().GetTextNode();

** CID 1399411:  Error handling issues  (UNCAUGHT_EXCEPT)
/connectivity/source/drivers/mork/MConnection.cxx: 50 in connectivity::mork::OConnection::~OConnection()()


________________________________________________________________________________________________________
*** CID 1399411:  Error handling issues  (UNCAUGHT_EXCEPT)
/connectivity/source/drivers/mork/MConnection.cxx: 50 in connectivity::mork::OConnection::~OConnection()()
44         ,m_aColumnAlias( _pDriver->getFactory() )
45     {
46         m_pBook = new MorkParser();
47         m_pHistory = new MorkParser();
48     }
49     
>>>     CID 1399411:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::lang::DisposedException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
50     OConnection::~OConnection()
51     {
52         if(!isClosed())
53             close();
54         delete m_pBook;
55         delete m_pHistory;

** CID 1399410:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/dlg/SpellDialogChildWindow.cxx: 46 in sd::SpellDialogChildWindow::~SpellDialogChildWindow()()


________________________________________________________________________________________________________
*** CID 1399410:  Error handling issues  (UNCAUGHT_EXCEPT)
/sd/source/ui/dlg/SpellDialogChildWindow.cxx: 46 in sd::SpellDialogChildWindow::~SpellDialogChildWindow()()
40           mpSdOutliner (nullptr),
41           mbOwnOutliner (false)
42     {
43         ProvideOutliner();
44     }
45     
>>>     CID 1399410:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
46     SpellDialogChildWindow::~SpellDialogChildWindow()
47     {
48         EndSpellingAndClearOutliner();
49     }
50     
51     SfxChildWinInfo SpellDialogChildWindow::GetInfo() const

** CID 1399409:  Error handling issues  (UNCAUGHT_EXCEPT)
/xmlhelp/source/cxxhelp/provider/inputstream.cxx: 41 in chelp::XInputStream_impl::~XInputStream_impl()()


________________________________________________________________________________________________________
*** CID 1399409:  Error handling issues  (UNCAUGHT_EXCEPT)
/xmlhelp/source/cxxhelp/provider/inputstream.cxx: 41 in chelp::XInputStream_impl::~XInputStream_impl()()
35           m_aFile( aUncPath )
36     {
37         m_bIsOpen = ( osl::FileBase::E_None == m_aFile.open( osl_File_OpenFlag_Read ) );
38     }
39     
40     
>>>     CID 1399409:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::io::IOException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
41     XInputStream_impl::~XInputStream_impl()
42     {
43         closeInput();
44     }
45     
46     

** CID 1399408:  Error handling issues  (UNCAUGHT_EXCEPT)
/svx/source/fmcomp/fmgridif.cxx: 1080 in FmXGridPeer::~FmXGridPeer()()


________________________________________________________________________________________________________
*** CID 1399408:  Error handling issues  (UNCAUGHT_EXCEPT)
/svx/source/fmcomp/fmgridif.cxx: 1080 in FmXGridPeer::~FmXGridPeer()()
1074         pWin->SetComponentInterface(this);
1075     
1076         getSupportedURLs();
1077     }
1078     
1079     
>>>     CID 1399408:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::DeploymentException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
1080     FmXGridPeer::~FmXGridPeer()
1081     {
1082         setRowSet(Reference< XRowSet > ());
1083         setColumns(Reference< XIndexContainer > ());
1084     
1085         delete m_pGridListener;

** CID 1399407:  Error handling issues  (UNCAUGHT_EXCEPT)
/sal/qa/osl/mutex/osl_Mutex.cxx: 195 in WaitThread::~WaitThread()()


________________________________________________________________________________________________________
*** CID 1399407:  Error handling issues  (UNCAUGHT_EXCEPT)
/sal/qa/osl/mutex/osl_Mutex.cxx: 195 in WaitThread::~WaitThread()()
189     class WaitThread : public Thread
190     {
191     public:
192         //get the Mutex pointer to operate
193         explicit WaitThread( Mutex* pMutex ): pMyMutex( pMutex ) { }
194     
>>>     CID 1399407:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "CppUnit::Exception" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
195         virtual ~WaitThread( ) override
196         {
197             CPPUNIT_ASSERT_MESSAGE( "#WaitThread does not shutdown properly.\n", !isRunning( ) );
198         }
199     protected:
200         Mutex* pMyMutex;

** CID 1399406:    (UNCAUGHT_EXCEPT)
/formula/source/ui/dlg/formula.cxx: 353 in formula::FormulaDlg_Impl::~FormulaDlg_Impl()()
/formula/source/ui/dlg/formula.cxx: 353 in formula::FormulaDlg_Impl::~FormulaDlg_Impl()()


________________________________________________________________________________________________________
*** CID 1399406:    (UNCAUGHT_EXCEPT)
/formula/source/ui/dlg/formula.cxx: 353 in formula::FormulaDlg_Impl::~FormulaDlg_Impl()()
347     
348         m_pFtHeadLine->SetFont(aFntBold);
349         m_pFtFuncName->SetFont(aFntLight);
350         m_pFtFuncDesc->SetFont(aFntLight);
351     }
352     
>>>     CID 1399406:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::DeploymentException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
353     FormulaDlg_Impl::~FormulaDlg_Impl()
354     {
355         if (aIdle.IsActive())
356         {
357             aIdle.ClearInvokeHandler();
358             aIdle.Stop();
/formula/source/ui/dlg/formula.cxx: 353 in formula::FormulaDlg_Impl::~FormulaDlg_Impl()()
347     
348         m_pFtHeadLine->SetFont(aFntBold);
349         m_pFtFuncName->SetFont(aFntLight);
350         m_pFtFuncDesc->SetFont(aFntLight);
351     }
352     
>>>     CID 1399406:    (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::DeploymentException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
353     FormulaDlg_Impl::~FormulaDlg_Impl()
354     {
355         if (aIdle.IsActive())
356         {
357             aIdle.ClearInvokeHandler();
358             aIdle.Stop();

** CID 1399405:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/core/access/accmap.cxx: 1649 in SwAccessibleMap::~SwAccessibleMap()()


________________________________________________________________________________________________________
*** CID 1399405:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/core/access/accmap.cxx: 1649 in SwAccessibleMap::~SwAccessibleMap()()
1643         mbShapeSelected( false ),
1644         mpSeletedFrameMap(nullptr)
1645     {
1646         pSh->GetLayout()->AddAccessibleShell();
1647     }
1648     
>>>     CID 1399405:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
1649     SwAccessibleMap::~SwAccessibleMap()
1650     {
1651         uno::Reference < XAccessible > xAcc;
1652         {
1653             osl::MutexGuard aGuard( maMutex );
1654             if( mpFrameMap )

** CID 1399404:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/core/text/redlnitr.cxx: 185 in SwRedlineItr::~SwRedlineItr()()


________________________________________________________________________________________________________
*** CID 1399404:  Error handling issues  (UNCAUGHT_EXCEPT)
/sw/source/core/text/redlnitr.cxx: 185 in SwRedlineItr::~SwRedlineItr()()
179             pExt = new SwExtend( *pArr, nExtStart );
180         else
181             pExt = nullptr;
182         Seek (rFnt, 0, COMPLETE_STRING);
183     }
184     
>>>     CID 1399404:  Error handling issues  (UNCAUGHT_EXCEPT)
>>>     An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
185     SwRedlineItr::~SwRedlineItr()
186     {
187         Clear( nullptr );
188         delete pSet;
189         delete pExt;
190     }


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRZBnDJeNb0HijxaS4JNJPxk3kpyAm2AYqo71yXmnOxB72ibeUH-2F-2F1Lhi9AZq3dRu-2F4-3D_g-2BrHdvqzaBa155F-2F8AmPhpJzY63UzWDisJV95WUBpGhqFw1ICExHG8aMaV2EoFpy0m2oOBXHB4JbXRjQHBKyLVCyC-2FcFIyQqayKTwBRgSZ26mtxx79j9Jx2-2BtmPJZR3YozUyVNoZsMRi1vbti4P4ymYzh-2BdcoiAKKE-2BoQWPdYwF6Ls9durJAUrnyOUBuxCe0P3D0NRKk575lMc3HRfQS43JVUgXxxWEjqpGjLe-2BYZtQ-3D

To manage Coverity Scan email notifications for "libreoffice at lists.freedesktop.org", click https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRbVDbis712qZDP-2FA8y06Nq4k1FZJSDV-2FTHi5VQof9xGafB4oBwGYxuHHknceo2QLpCrZ44Ciy7AqBR2QyX6OCB5N5X-2B1MAElavPQhH6nLwozJzqOkt2k8uOkYf2ZoppNa9QVe0T3fEZVQ7Kky1tOkLz_g-2BrHdvqzaBa155F-2F8AmPhpJzY63UzWDisJV95WUBpGhqFw1ICExHG8aMaV2EoFpy0m2oOBXHB4JbXRjQHBKyLR6qDYzhjt6v-2FlLvsZ9pJwr-2B9c7i2c67dyE6SjrPz7EE0TBeAKX0prPovGQ5PptTreNZYQUSnoH1hDGF3RBWaM6egMPLBeyYVI-2BDhTsSlsrPGuFiVcve2FKWvYVCrgm6tecU9p8ueL2zz5xQygdRgqE-3D



More information about the LibreOffice mailing list