lyx_mirror/src/insets
Jean-Marc Lasgouttes e10db6c7dd Annotate destructors to please coverity
Coverity flags this code as not handling exception that may happen in buffer().

My own analysis is that this can never happen because isBufferValid()
does check whether buffer_ is null.

Any insght appreciated. The commit should be expeanded to more cases, actually.
2017-03-31 10:58:43 +02:00
..
CMakeLists.txt
ExternalSupport.cpp Move the global formats and system_formats variables into the 2017-03-13 23:40:29 -04:00
ExternalSupport.h
ExternalTemplate.cpp Split external_templates to individual *.xtemplate files 2017-03-26 15:32:01 +02:00
ExternalTemplate.h
ExternalTransforms.cpp Check return value of regex_match instead of looking at first match 2017-03-24 15:51:26 +01:00
ExternalTransforms.h
Inset.cpp Implement AddToToc layout command for Flex insets 2017-01-09 18:22:22 +01:00
Inset.h Annotate destructors to please coverity 2017-03-31 10:58:43 +02:00
InsetArgument.cpp Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetArgument.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetBibitem.cpp Annotate destructors to please coverity 2017-03-31 10:58:43 +02:00
InsetBibitem.h Improve quotation mark opening/closing guess 2016-12-27 12:06:54 +01:00
InsetBibtex.cpp Annotate destructors to please coverity 2017-03-31 10:58:43 +02:00
InsetBibtex.h Add possibility for command inset to inherit enclosing font 2017-03-28 13:57:34 +02:00
InsetBox.cpp
InsetBox.h
InsetBranch.cpp Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetBranch.h Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetCaption.cpp Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetCaption.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetCaptionable.cpp Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetCaptionable.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetCitation.cpp Fix coverity false positive 2017-03-01 16:42:28 +01:00
InsetCitation.h Add possibility for command inset to inherit enclosing font 2017-03-28 13:57:34 +02:00
InsetCode.h
InsetCollapsable.cpp Improve mouse selection over InsetCollapsable button. 2017-02-18 23:03:54 +01:00
InsetCollapsable.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetCommand.cpp Add possibility for command inset to inherit enclosing font 2017-03-28 13:57:34 +02:00
InsetCommand.h Add possibility for command inset to inherit enclosing font 2017-03-28 13:57:34 +02:00
InsetCommandParams.cpp Add option to ignore a parameter in InsetCommandParams 2017-03-11 00:50:57 +01:00
InsetCommandParams.h Add option to ignore a parameter in InsetCommandParams 2017-03-11 00:50:57 +01:00
InsetERT.cpp
InsetERT.h
InsetExternal.cpp Add possibility for command inset to inherit enclosing font 2017-03-28 13:57:34 +02:00
InsetExternal.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetFlex.cpp Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetFlex.h Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetFloat.cpp
InsetFloat.h Improve quotation mark opening/closing guess 2016-12-27 12:06:54 +01:00
InsetFloatList.cpp
InsetFloatList.h
InsetFoot.cpp Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetFoot.h Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetFootlike.cpp
InsetFootlike.h
InsetGraphics.cpp Move the global formats and system_formats variables into the 2017-03-13 23:40:29 -04:00
InsetGraphics.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetGraphicsParams.cpp
InsetGraphicsParams.h
InsetHyperlink.cpp Move the global formats and system_formats variables into the 2017-03-13 23:40:29 -04:00
InsetHyperlink.h
InsetInclude.cpp Annotate destructors to please coverity 2017-03-31 10:58:43 +02:00
InsetInclude.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetIndex.cpp Extend LATEXIFY command param handling and add literal param. 2017-01-30 07:44:55 +01:00
InsetIndex.h Extend LATEXIFY command param handling and add literal param. 2017-01-30 07:44:55 +01:00
InsetInfo.cpp
InsetInfo.h
InsetIPA.cpp
InsetIPA.h
InsetIPAMacro.cpp
InsetIPAMacro.h
InsetLabel.cpp Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetLabel.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetLayout.cpp
InsetLayout.h
InsetLine.cpp
InsetLine.h
InsetListings.cpp
InsetListings.h
InsetListingsParams.cpp Another forgotten unreachable `return' that is not needed 2017-03-14 14:46:02 +01:00
InsetListingsParams.h
InsetMarginal.cpp Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetMarginal.h Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetNewline.cpp
InsetNewline.h
InsetNewpage.cpp context-sensitive command termination at some more places. 2016-12-16 10:20:25 +01:00
InsetNewpage.h
InsetNomencl.cpp Extend LATEXIFY command param handling and add literal param. 2017-01-30 07:44:55 +01:00
InsetNomencl.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetNote.cpp Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetNote.h Remove some hardcoded addToToc: note, footnote, marginalnote, branch 2017-01-09 18:27:26 +01:00
InsetPhantom.cpp
InsetPhantom.h
InsetPreview.cpp
InsetPreview.h Fix #9732: Inconsistent font properties for the preview and superscript insets 2017-03-27 15:00:43 +02:00
InsetQuotes.cpp Initialize properly several InsetQuote members 2017-03-01 17:02:20 +01:00
InsetQuotes.h Tweaks to the quotes GUI 2017-01-05 14:25:36 +01:00
InsetRef.cpp Whitespace 2017-01-28 13:00:33 +01:00
InsetRef.h Add possibility for command inset to inherit enclosing font 2017-03-28 13:57:34 +02:00
InsetScript.cpp
InsetScript.h Fix #9732: Inconsistent font properties for the preview and superscript insets 2017-03-27 15:00:43 +02:00
InsetSeparator.cpp Fix bug #10579 2017-03-03 13:00:32 +01:00
InsetSeparator.h
InsetSpace.cpp
InsetSpace.h
InsetSpecialChar.cpp Fix broken logic 2017-03-01 16:36:46 +01:00
InsetSpecialChar.h Improve quotation mark opening/closing guess 2016-12-27 12:06:54 +01:00
InsetTabular.cpp Two places where coverity urges us to limit string length 2017-03-24 15:27:22 +01:00
InsetTabular.h Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetText.cpp Make the generation of children's tocs more robust 2017-01-14 23:13:14 +01:00
InsetText.h Generalise the deletion protection mechanism from math to text (#9540) 2017-02-18 23:03:23 +01:00
InsetTOC.cpp
InsetTOC.h
InsetVSpace.cpp
InsetVSpace.h
InsetWrap.cpp
InsetWrap.h Improve quotation mark opening/closing guess 2016-12-27 12:06:54 +01:00
RenderBase.h
RenderButton.cpp Missing initialization in 555338048 2017-03-29 12:04:42 +02:00
RenderButton.h Add possibility for command inset to inherit enclosing font 2017-03-28 13:57:34 +02:00
RenderGraphic.cpp Regularly check if graphics is modified when visible on screen (#10596) 2017-03-19 14:41:54 +01:00
RenderGraphic.h
RenderPreview.cpp Regularly check if preview is modified when visible on screen 2017-03-19 14:41:54 +01:00
RenderPreview.h Regularly check if preview is modified when visible on screen 2017-03-19 14:41:54 +01:00