Repository Analysis

LibreOffice/core

Read-only LibreOffice core repo - no pull request (use gerrit instead https://gerrit.libreoffice.org/) - don't download zip, use https://dev-www.libreoffice.org/bundles/ instead

6.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of LibreOffice/core, a C++ project with 4,142 GitHub stars. SynthScan v2.0 examined 1,717,912 lines of code across 10938 source files, recording 5786 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 6.8 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

6.8
Adjusted Score
6.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
4.1K
Stars
C++
Language
1.7M
Lines of Code
10.9K
Files
5.8K
Pattern Hits
2026-07-14
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 243HIGH 18MEDIUM 1809LOW 3716

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 5786 distinct pattern matches across 23 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Self-Referential Comments1183 hits · 3551 pts
SeverityFileLineSnippetContext
MEDIUMinstall_deps.sh3# This file is part of the LibreOffice project.COMMENT
MEDIUMcpputools/scripts/uno.sh3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/source/writerfilter/ooxml/factoryinc.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/source/writerfilter/ooxml/qnametostr.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/source/writerfilter/ooxml/factoryimpl_ns.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/source/writerfilter/ooxml/factoryimpl.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/source/writerfilter/ooxml/factory_ns.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/source/writerfilter/ooxml/resourceids.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/source/writerfilter/ooxml/modelpreprocess.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_index.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xautotextgroup.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xtextrangecompare.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xtextfieldssupplier.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xmodifiable2.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_fields.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_drawpage.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_range_properties.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xtexttable.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xrefreshable.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xtextrange.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/get_expression.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/var_fields.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xcontrolshape.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xcloseable.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xscriptprovider.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xstyleloader.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_styles.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xautotextcontainer.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xmodel.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_bookmarks.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xtextcursor.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/set_expression.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_table.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xtext.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/check_xnamedgraph.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/python/xtextcontent.py4# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/classification/classification.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/sidebar/tdf99711.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/sidebar/tdf152921.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/sidebar/stylesSidebar.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/sidebar/tdf135590.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/sidebar/tdf133189.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/tdf88608.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/findbar.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/tdf158277.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/tdf136941.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/tdf138232.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/tdf154269.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/tdf115665.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/findBar/tdf154818.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/deleteAllComments.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/formatParagraph.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/formatCharacter.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/tdf116474.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/pasteSpecial.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/tdf133299.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/documentProperties.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/tdf153244.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/asianPhoneticGuide.py3# This file is part of the LibreOffice project.COMMENT
MEDIUMsw/qa/uitest/writer_tests2/bookmark.py3# This file is part of the LibreOffice project.COMMENT
1123 more matches not shown…
Hallucination Indicators243 hits · 2728 pts
SeverityFileLineSnippetContext
CRITICAL…lper/test/com/sun/star/comp/helper/Bootstrap_Test.java44 com.sun.star.comp.helper.Bootstrap.defaultBootstrap_InitialComponentContext(CODE
CRITICAL…per/test/com/sun/star/lib/uno/helper/Factory_Test.java153 xSet.insert( new com.sun.star.comp.loader.JavaLoaderFactory( xMgr ) );CODE
CRITICALsw/qa/python/check_drawpage.py32 collection = self.__class__._uno.xContext.ServiceManager.createInstance( 'com.sun.star.drawing.ShapeCollection' CODE
CRITICALsw/qa/uitest/classification/classification.py54 header = document.StyleFamilies.PageStyles.Standard.HeaderText.createEnumeration().nextElement()CODE
CRITICALsw/qa/uitest/writer_tests3/pageNumber.py39 xFooter = document.StyleFamilies.PageStyles.Standard.FooterText.createEnumeration().nextElement()CODE
CRITICALsw/qa/uitest/writer_tests3/pageNumber.py54 xHeader = document.StyleFamilies.PageStyles.Standard.HeaderText.createEnumeration().nextElement()CODE
CRITICALcomphelper/qa/complex/comphelper/Map.java94 XMap map = com.sun.star.container.EnumerableMap.create( connection.getComponentContext(),CODE
CRITICALcomphelper/qa/complex/comphelper/Map.java126 map = com.sun.star.container.EnumerableMap.createImmutable(CODE
CRITICALcomphelper/qa/complex/comphelper/Map.java325 com.sun.star.container.EnumerableMap.create( connection.getComponentContext(),CODE
CRITICALcomphelper/qa/complex/comphelper/Map.java427 XEnumerableMap map = com.sun.star.container.EnumerableMap.create( connection.getComponentContext(), new Type( StCODE
CRITICALcomphelper/qa/complex/comphelper/Map.java467 XEnumerableMap map = com.sun.star.container.EnumerableMap.create( connection.getComponentContext(), new Type( DoCODE
CRITICALforms/qa/integration/forms/DateValidator.java52 com.sun.star.uno.AnyConverter.toObject(CODE
CRITICALforms/qa/integration/forms/ControlValidator.java37 return ( com.sun.star.uno.AnyConverter.getType(Value).getTypeClass()CODE
CRITICALforms/qa/integration/forms/TimeValidator.java51 com.sun.star.uno.AnyConverter.toObject(CODE
CRITICALforms/qa/integration/forms/TableCellTextBinding.java86 throw new com.sun.star.form.binding.IncompatibleTypesException();CODE
CRITICALforms/qa/integration/forms/TableCellTextBinding.java102 throw new com.sun.star.form.binding.IncompatibleTypesException();CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java735 if (com.sun.star.uno.AnyConverter.isVoid(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java740 if (com.sun.star.uno.AnyConverter.isChar(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java743 sOut.append(com.sun.star.uno.AnyConverter.toChar(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java747 if (com.sun.star.uno.AnyConverter.isBoolean(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java750 if (com.sun.star.uno.AnyConverter.toBoolean(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java757 if (com.sun.star.uno.AnyConverter.isByte(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java760 sOut.append(com.sun.star.uno.AnyConverter.toByte(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java764 if (com.sun.star.uno.AnyConverter.isShort(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java767 sOut.append(com.sun.star.uno.AnyConverter.toShort(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java771 if (com.sun.star.uno.AnyConverter.isInt(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java774 sOut.append(com.sun.star.uno.AnyConverter.toInt(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java778 if (com.sun.star.uno.AnyConverter.isLong(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java781 sOut.append(com.sun.star.uno.AnyConverter.toLong(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java785 if (com.sun.star.uno.AnyConverter.isFloat(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java788 sOut.append(com.sun.star.uno.AnyConverter.toFloat(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java792 if (com.sun.star.uno.AnyConverter.isDouble(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java795 sOut.append(com.sun.star.uno.AnyConverter.toDouble(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java799 if (com.sun.star.uno.AnyConverter.isString(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java802 sOut.append(com.sun.star.uno.AnyConverter.toString(aAny));CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java806 if (com.sun.star.uno.AnyConverter.isEnum(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java812 if (com.sun.star.uno.AnyConverter.isType(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java818 if (com.sun.star.uno.AnyConverter.isArray(aAny))CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java829 com.sun.star.beans.PropertyValue[] lSubProps = (com.sun.star.beans.PropertyValue[])com.sun.star.uno.CODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java837 com.sun.star.beans.NamedValue[] lSubProps = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConCODE
CRITICALframework/qa/complex/framework/autosave/Protocol.java847 if (com.sun.star.uno.AnyConverter.isObject(aAny))CODE
CRITICALunotest/source/embindtest/embindtest.js13 let test = Module.uno.org.libreoffice.embindtest.Test.create(Module.getUnoComponentContext());CODE
CRITICALunotest/source/embindtest/embindtest.js886 const attrs = Module.uno.org.libreoffice.embindtest.XAttributes.query(obj);CODE
CRITICALunotest/source/embindtest/embindtest.js1340 Module.uno.org.libreoffice.embindtest.BridgeTest(Module.getUnoComponentContext()).CODE
CRITICALbean/qa/complex/bean/WriterFrame.java47 m_bean = new com.sun.star.comp.beans.OOoBean(new PrivateLocalOfficeConnection(_xConn));CODE
CRITICALbean/qa/complex/bean/WriterFrame.java57 m_bean = new com.sun.star.comp.beans.OOoBean(new PrivateLocalOfficeConnection(_xConn));CODE
CRITICALbean/com/sun/star/comp/beans/LocalOfficeConnection.java293 com.sun.star.comp.helper.Bootstrap.createInitialComponentContext(null);CODE
CRITICALbean/com/sun/star/comp/beans/OOoBean.java749 new com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter(buffer);CODE
CRITICALbean/com/sun/star/comp/beans/OOoBean.java776 new com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter(CODE
CRITICALbean/com/sun/star/comp/beans/OOoBean.java869 com.sun.star.lib.uno.adapter.OutputStreamToXOutputStreamAdapter aStream = new com.sun.star.lib.uno.adapter.OutpuCODE
CRITICALbean/com/sun/star/comp/beans/OOoBean.java910 com.sun.star.lib.uno.adapter.XOutputStreamToByteArrayAdapter aStream = new com.sun.star.lib.uno.adapter.XOutputSCODE
CRITICALqadevOOo/runner/lib/TestParameters.java181 XPropertySet factoryProps = com.sun.star.uno.UnoRuntime.queryInterface(CODE
CRITICALqadevOOo/runner/lib/TestParameters.java185 context = com.sun.star.uno.UnoRuntime.queryInterface(CODE
CRITICALqadevOOo/runner/helper/OfficeProvider.java318 final XComponentContext xcomponentcontext = com.sun.star.comp.helper.Bootstrap.createInitialComponentContext(nulCODE
CRITICALqadevOOo/tests/java/mod/_pcr/ObjectInspector.java87 * To test <CODE>com.sun.star.inspection.XObjectInspector.inspect()</CODE>COMMENT
CRITICALqadevOOo/tests/java/mod/_smgr/OServiceManager.java112 srvMan = com.sun.star.comp.helper.Bootstrap.createSimpleServiceManager();CODE
CRITICAL…Oo/tests/java/mod/_servicemgr/uno/OServiceManager.java113 srvMan = com.sun.star.comp.helper.Bootstrap.createSimpleServiceManager();CODE
CRITICAL…ts/java/ifc/configuration/backend/_XUpdateHandler.java90 new com.sun.star.configuration.backend.TemplateIdentifier(CODE
CRITICAL…sts/java/ifc/configuration/backend/_XLayerHandler.java85 new com.sun.star.configuration.backend.TemplateIdentifier(CODE
CRITICAL…est/com/sun/star/lib/uno/protocols/urp/TestBridge.java36 private IEnvironment _source ;//= new com.sun.star.lib.uno.environments.java.java_environment(null);CODE
183 more matches not shown…
Over-Commented Block2240 hits · 1957 pts
SeverityFileLineSnippetContext
LOWleak-suppress.txt1#COMMENT
LOWinstall_deps.sh1#!/usr/bin/env bashCOMMENT
LOWtsan-suppress.txt1#COMMENT
LOWtsan-suppress.txt41# similar static flagCOMMENT
LOWtsan-suppress.txt81# Not interested in deadlock issues when they involve the shutdown path COMMENT
LOWautogen.sh1:COMMENT
LOWautogen.sh341# cspell:ignore Distros PROGRAMFILESX WSLENV emconfigure realpath wslsysCOMMENT
LOWcpputools/scripts/uno.sh1#!/bin/shCOMMENT
LOWsw/documentation/writerfilter/tablesInDoc.txt1#COMMENT
LOWsw/documentation/writerfilter/KnownIssues.txt1#COMMENT
LOWsw/inc/swdllapi.h21#define INCLUDED_SW_INC_SWDLLAPI_HCOMMENT
LOWsw/inc/helpids.h81COMMENT
LOWsw/inc/swerror.h21#define INCLUDED_SW_INC_SWERROR_HCOMMENT
LOWsw/inc/cmdid.h21#define INCLUDED_SW_INC_CMDID_HCOMMENT
LOWsw/inc/cmdid.h41#define FN_ENVELP (SID_SW_START + 1050)COMMENT
LOWsw/inc/cmdid.h61 * soon */COMMENT
LOWsw/inc/cmdid.h81#define FN_EDIT_IDX_ENTRY_DLG (FN_EDIT + 23) /* Edit Index-Entry */COMMENT
LOWsw/inc/cmdid.h101#define FN_NUM_BULLET_OUTLINE_MOVEUP (FN_EDIT + 41) /* Push up with sub-items */COMMENT
LOWsw/inc/cmdid.h121COMMENT
LOWsw/inc/cmdid.h141// freeCOMMENT
LOWsw/inc/cmdid.h161COMMENT
LOWsw/inc/cmdid.h181#define FN_PRINT_LAYOUT (FN_VIEW + 37) /* print layout */COMMENT
LOWsw/inc/cmdid.h201COMMENT
LOWsw/inc/cmdid.h221COMMENT
LOWsw/inc/cmdid.h241#define FN_CONTENT_CONTROL_PROPERTIES (FN_INSERT + 25) /* Content control properties */COMMENT
LOWsw/inc/cmdid.h261#define FN_MAILMERGE_WIZARD (FN_INSERT + 64) /* mail merge wizard */COMMENT
LOWsw/inc/cmdid.h281COMMENT
LOWsw/inc/cmdid.h301#define FN_SET_REMINDER (FN_INSERT + 100)COMMENT
LOWsw/inc/cmdid.h321// MSO legacy form fieldsCOMMENT
LOWsw/inc/cmdid.h341#define FN_UPDATE_BOOKMARKS (FN_INSERT2 + 34)COMMENT
LOWsw/inc/cmdid.h361COMMENT
LOWsw/inc/cmdid.h381#define FN_FRAME_WRAPTHRU (FN_FORMAT + 74)COMMENT
LOWsw/inc/cmdid.h401#define FN_TABLE_DELETE_COL (FN_FORMAT + 104) /* */COMMENT
LOWsw/inc/cmdid.h421COMMENT
LOWsw/inc/cmdid.h441#define FN_TABLE_INSERT_ROW_DLG (FN_FORMAT + 143) /* */COMMENT
LOWsw/inc/cmdid.h461#define FN_FRAME_ALIGN_VERT_CHAR_BOTTOM (FN_FORMAT + 169) /* */COMMENT
LOWsw/inc/cmdid.h481#define SID_ATTR_TABLE_ROW_HEIGHT TypedWhichId<SfxUInt32Item>(FN_FORMAT + 193)COMMENT
LOWsw/inc/cmdid.h501#define FN_NUMBER_TIME (FN_FORMAT2 + 126)COMMENT
LOWsw/inc/cmdid.h521#define FN_TABLE_IS_RELATIVE_WIDTH (FN_FORMAT2 + 149) /* UNO */COMMENT
LOWsw/inc/cmdid.h541#define FN_LINE_NUMBERING_DLG (FN_EXTRA + 2 ) /* */COMMENT
LOWsw/inc/cmdid.h561#define FN_REMOVE_CUR_TOX (FN_EXTRA + 55) /* remove the current TOX*/COMMENT
LOWsw/inc/cmdid.h581#define FN_UNO_CELL (FN_EXTRA2 + 20)COMMENT
LOWsw/inc/cmdid.h601#define FN_UNO_TEXT_PARAGRAPH (FN_EXTRA2 + 41)COMMENT
LOWsw/inc/cmdid.h621#define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72)COMMENT
LOWsw/inc/cmdid.h641#define FN_UNO_LINK_STYLE (FN_EXTRA2 + 92)COMMENT
LOWsw/inc/cmdid.h661#define FN_UNO_PARA_NUM_STRING (FN_EXTRA2 + 110)COMMENT
LOWsw/inc/cmdid.h681#define FN_UNO_HIDDEN (FN_EXTRA2 + 124)COMMENT
LOWsw/inc/cmdid.h701#define FN_START_OF_DOCUMENT (FN_SELECTION + 7 ) /* StartOfDocument */COMMENT
LOWsw/inc/cmdid.h721#define FN_DELETE_BACK_WORD (FN_SELECTION + 30) /* DeleteToStartOfWord */COMMENT
LOWsw/inc/cmdid.h741#define FN_PREV_TABLE (FN_SELECTION + 50) /* to the previous table */COMMENT
LOWsw/inc/cmdid.h761COMMENT
LOWsw/inc/cmdid.h781#define SID_TRACK_CHANGES_BAR (FN_SELECTION + 93) /* shows/hides track changes bar */COMMENT
LOWsw/inc/cmdid.h801#define FN_DB_DATA_SOURCE_ANY TypedWhichId<SfxUnoAnyItem>(FN_QUERY2 + 5)COMMENT
LOWsw/inc/cmdid.h821#define FN_RESOLVE_NOTE_THREAD (FN_NOTES+10)COMMENT
LOWsw/inc/cmdid.h841COMMENT
LOWsw/inc/cmdid.h861COMMENT
LOWsw/inc/cmdid.h881#define FN_SHAPE_POSITION_LAYOUT_DIR (FN_PARAM2+24)COMMENT
LOWsw/inc/cmdid.h901#ifndef FN_SHOW_MULTIPLE_PAGESCOMMENT
LOWsw/inc/cmdid.h921#define FN_UNO_TOOLTIP (FN_FRAME + 21)COMMENT
LOWsw/inc/cmdid.h941#define MID_CHARS 0xe6COMMENT
2180 more matches not shown…
Decorative Section Separators474 hits · 1366 pts
SeverityFileLineSnippetContext
MEDIUMsc/qa/uitest/autofilter2/tdf117276_autofilter_reset.py67 # -----------------------------------------COMMENT
MEDIUMsc/qa/uitest/autofilter2/tdf117276_autofilter_reset.py69 # -----------------------------------------COMMENT
MEDIUMsc/qa/uitest/autofilter2/tdf117276_autofilter_reset.py127 # -----------------------------------------COMMENT
MEDIUMsc/qa/uitest/autofilter2/tdf117276_autofilter_reset.py129 # -----------------------------------------COMMENT
MEDIUMsc/qa/uitest/autofilter2/tdf117276_autofilter_reset.py157 # -----------------------------------------COMMENT
MEDIUMsc/qa/uitest/autofilter2/tdf117276_autofilter_reset.py159 # -----------------------------------------COMMENT
MEDIUMi18npool/source/breakiterator/data/dict_word.txt107## -------------------------------------------------COMMENT
MEDIUM…ol/source/breakiterator/data/dict_word_prepostdash.txt112## -------------------------------------------------COMMENT
MEDIUMi18npool/source/breakiterator/data/line_cj.txt114## -------------------------------------------------COMMENT
MEDIUMi18npool/source/breakiterator/data/line.txt113## -------------------------------------------------COMMENT
MEDIUMi18npool/source/breakiterator/data/edit_word_hu.txt110## -------------------------------------------------COMMENT
MEDIUMi18npool/source/breakiterator/data/dict_word_hu.txt127## -------------------------------------------------COMMENT
MEDIUMi18npool/source/breakiterator/data/edit_word.txt97## -------------------------------------------------COMMENT
MEDIUMscripting/source/pyprov/pythonscript.py71# -------------------------------------------------------------------COMMENT
MEDIUMscripting/source/pyprov/pythonscript.py1151# --------------------------------------------------------------COMMENT
MEDIUMscripting/source/pyprov/pythonscript.py406# ----------------------------------STRING
MEDIUMscripting/source/pyprov/pythonscript.py410# ----------------------------------STRING
MEDIUMscripting/source/pyprov/pythonscript.py578# --------------------------------------------------STRING
MEDIUMscripting/source/pyprov/pythonscript.py586# -------------------------------------------------------STRING
MEDIUMscripting/source/pyprov/pythonscript.py676# -------------------------------------------------------STRING
MEDIUMscripting/source/pyprov/pythonscript.py721# -------------------------------------------------------STRING
MEDIUMcompilerplugins/clang/constantparam.py152# -------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedfields.py231# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedfields.py233# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/expandablemethods.py6# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/expandablemethods.py8# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/expandablemethods.py23# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/expandablemethods.py25# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/expandablemethods.py109# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/expandablemethods.py111# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/methodcycles.py8# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/methodcycles.py10# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/methodcycles.py30# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/methodcycles.py32# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/methodcycles.py70# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/methodcycles.py72# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py6# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py8# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py36# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py38# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py117# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py119# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py227# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py229# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py299# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py301# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py325# --------------------------------------------------------------------------------------------COMMENT
MEDIUMcompilerplugins/clang/unusedmethods.py327# --------------------------------------------------------------------------------------------COMMENT
MEDIUMpyuno/source/module/unohelper.py269# -------------------------------------------------COMMENT
MEDIUMpyuno/source/module/unohelper.py271# -------------------------------------------------COMMENT
MEDIUMpyuno/source/module/uno.py343# -----------------------------------------------------------------------------COMMENT
MEDIUMpyuno/source/module/uno.py345# -----------------------------------------------------------------------------COMMENT
MEDIUMoox/source/dump/biffdumper.ini2397# ============================================================================COMMENT
MEDIUMoox/source/dump/dumperbase.ini29# ----------------------------------------------------------------------------COMMENT
MEDIUMoox/source/dump/dumperbase.ini71# ----------------------------------------------------------------------------COMMENT
MEDIUMoox/source/dump/dumperbase.ini115# ----------------------------------------------------------------------------COMMENT
MEDIUMoox/source/dump/dumperbase.ini159# ----------------------------------------------------------------------------COMMENT
MEDIUMoox/source/dump/dumperbase.ini172# ----------------------------------------------------------------------------COMMENT
MEDIUMoox/source/dump/dumperbase.ini202# ----------------------------------------------------------------------------COMMENT
MEDIUMoox/source/dump/dumperbase.ini242# ----------------------------------------------------------------------------COMMENT
414 more matches not shown…
Excessive Try-Catch Wrapping444 hits · 545 pts
SeverityFileLineSnippetContext
MEDIUMsw/qa/python/text_portion_enumeration_test.py53def _dup(self, nodetype, *args):CODE
MEDIUMsw/qa/python/text_portion_enumeration_test.py75def __eq__(self, other):CODE
MEDIUMsw/qa/python/text_portion_enumeration_test.py118def __eq__(self, other):CODE
LOWsw/qa/python/text_portion_enumeration_test.py56 except Exception as e:CODE
LOWsw/qa/python/text_portion_enumeration_test.py85 except Exception as e:CODE
LOWsw/qa/python/text_portion_enumeration_test.py3277 except Exception:CODE
LOWsw/qa/uitest/options/optionsDialog.py78 except Exception:CODE
LOWsc/qa/python/CalcRTL.py57 except Exception:CODE
LOWsc/qa/python/CalcRTL.py67 except Exception:CODE
LOWcomphelper/qa/python/test_sequence_output_stream.py33 except Exception:CODE
LOWcomphelper/qa/python/test_sequence_output_stream.py77 except Exception as e:CODE
MEDIUMcomphelper/qa/python/test_sequence_output_stream.py38def test_stream(self):CODE
LOWscripting/source/pyprov/mailmerge.py242 except Exception:CODE
LOWscripting/source/pyprov/mailmerge.py287 except Exception:CODE
LOWscripting/source/pyprov/mailmerge.py308 except Exception:CODE
MEDIUMscripting/source/pyprov/pythonscript.py290def scriptURI2StorageUri(self, scriptURI):CODE
MEDIUMscripting/source/pyprov/pythonscript.py640def actionPerformed(self, event):CODE
MEDIUMscripting/source/pyprov/pythonscript.py748def hasChildNodes(self):CODE
MEDIUMscripting/source/pyprov/pythonscript.py783def getChildNodes(self):CODE
MEDIUMscripting/source/pyprov/pythonscript.py1279def getScript(self, scriptUri):CODE
MEDIUMscripting/source/pyprov/pythonscript.py1323def hasByName(self, name):CODE
MEDIUMscripting/source/pyprov/pythonscript.py148 print("Error during writing to stdout: " + lastException2String() + "\n")STRING
LOWscripting/source/pyprov/pythonscript.py1010 except Exception:CODE
LOWscripting/source/pyprov/pythonscript.py1122 except Exception:CODE
LOWscripting/source/pyprov/pythonscript.py1181 except Exception:CODE
LOWscripting/source/pyprov/pythonscript.py1211 except Exception as e:CODE
LOWscripting/source/pyprov/pythonscript.py1300 except Exception:CODE
LOWscripting/source/pyprov/pythonscript.py1330 except Exception:CODE
LOWscripting/source/pyprov/pythonscript.py115 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py147 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py339 except Exception as e:STRING
LOWscripting/source/pyprov/pythonscript.py516 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py671 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py707 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py742 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py751 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py797 except Exception as e:STRING
LOWscripting/source/pyprov/pythonscript.py820 except Exception:STRING
LOWscripting/source/pyprov/pythonscript.py851 except Exception:STRING
LOWpyuno/source/officehelper.py189 except Exception:STRING
LOWpyuno/source/loader/pythonloader.py129 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_base.py34 except Exception:CODE
LOWpyuno/qa/pytests/testcollections_XIndexReplace.py51 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexReplace.py188 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexReplace.py229 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexContainer.py56 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexContainer.py81 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexContainer.py167 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexContainer.py181 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexContainer.py196 except Exception as e:CODE
LOWpyuno/qa/pytests/testcollections_XIndexAccess.py43 except Exception as e:CODE
LOWbin/convwatch.py234 except Exception:CODE
LOWbin/convwatch.py247 except Exception:CODE
LOWbin/convwatch.py295 except Exception:CODE
LOWbin/convwatch.py434 except Exception:CODE
LOWbin/convwatch.py440 except Exception:CODE
MEDIUMbin/convwatch.py158def run(self):CODE
MEDIUMbin/convwatch.py238def runConnectionTests(connection, invoker, tests):CODE
MEDIUMbin/convwatch.py431def checkTools():CODE
LOWbin/check-missing-export-asserts.py85 except Exception:CODE
384 more matches not shown…
Fake / Example Data454 hits · 460 pts
SeverityFileLineSnippetContext
LOWsw/source/writerfilter/ooxml/model.xml14099 <element name="placeholder">CODE
LOWsw/source/writerfilter/ooxml/model.xml14358 <element name="placeholder">CODE
LOWsw/source/writerfilter/ooxml/model.xml18459 <element name="placeholder" tokenid="ooxml:CT_SdtPr_placeholder"/>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html133 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html133 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html141 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html11 <tr><td>lorem ipsum dolCODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html17 <tr><td>lorem ipsum dolros it >�h1CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html34</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html83 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html118</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html179 <tr><td�lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html214</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html263 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html298</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html317 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html351</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html371 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html406</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html425 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html457 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html491</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html511 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html546</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html565 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html597 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html641 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html675</d>lorem ipsum dolros it amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz-msan-1.html687 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html183 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html183 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html191 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html245 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html245 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html253 <tr><td>lorem ipsum dolp>a</p><p>a<>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html337 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html337 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html345 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html448 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html448 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html456 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html503 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html503 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html511 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html625 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html625 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html633 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html656 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html656 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html664 <tr><td>lorem ipsum dolp>a</p><p>a<>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html748 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html748 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html756 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html886 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html886 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html894 <tr><td>lorem ipsum dolp>a</p><p>a<>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html978 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html978 <tr><td>lorem ipsum dolor sit amet</td>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html986 <tr><td>lorem ipsum dolros(><p>CODE
LOWsw/qa/core/data/html/pass/ofz39850-1.html1089 <tr><td>lorem ipsum dolor sit amet</td>CODE
394 more matches not shown…
Hyper-Verbose Identifiers275 hits · 284 pts
SeverityFileLineSnippetContext
LOWsw/qa/core/data/html/pass/kde141510-1.html83 function OnlineSpecialObjectWithTrim(argOnlineSpecialId, argMakeYear, argMake, argModel, argImageFileName, argPrice, arCODE
LOWsw/qa/python/get_expression.py46 def test_get_expression_veto_read_only(self):CODE
LOWsw/qa/python/xcontrolshape.py27 def test_getAndSetControlShape(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py2925 def test_meta_xtextattach_toxmark(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py2935 def test_meta_xtextattach_refmark(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py2945 def test_meta_xtextattach_textfield(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py2955 def test_meta_xtextattach_footnote(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py2965 def test_meta_xtextattach_meta(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py1017 def test_bookmark_point_xmlid(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py1583 def test_range_hyperlink_hyperlink(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py1663 def test_range_hyperlink_ruby(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py1727 def test_range_ruby_hyperlink(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py1826 def test_range_hyperlink_meta(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py1963 def test_range_meta_hyperlink(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py3192 def test_metafield_xtextfield(self):CODE
LOWsw/qa/python/text_portion_enumeration_test.py3229 def test_metafield_xpropertyset(self):CODE
LOWsw/qa/python/xscriptprovider.py35 def test_get_script_application(self):CODE
LOWsw/qa/python/xscriptprovider.py58 def test_get_script_invalid_uri(self):CODE
LOWsw/qa/python/xscriptprovider.py63 def test_get_script_not_found(self):CODE
LOWsw/qa/python/xscriptprovider.py70def create_master_script_provider_factory():CODE
LOWsw/qa/python/check_change_color.py85 def test_change_paragraph_color(self):CODE
LOWsw/qa/python/xtext.py27 def test_insert_and_remove_annotations(self):CODE
LOWsw/qa/uitest/classification/classification.py42 def test_document_classification_dialog(self):CODE
LOWsw/qa/uitest/classification/classification.py91 def test_paragraph_classification_dialog(self):CODE
LOWsw/qa/uitest/classification/classification.py110 def test_paragraph_classification_dialog_text(self):CODE
LOWsw/qa/uitest/sidebar/stylesSidebar.py17 def test_load_styles_from_template(self):CODE
LOWsw/qa/uitest/writer_tests2/deleteAllComments.py34 def test_comment_trackchanges(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py20 def test_format_paragraph_tab_indents_spacing(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py73 def test_format_paragraph_tab_alignment(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py115 def test_format_paragraph_tab_text_flow(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py185 def test_format_paragraph_tab_asian_typography(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py215 def test_format_paragraph_tab_outline_numbering(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py249 def test_format_paragraph_tab_tabs(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py361 def test_format_paragraph_tab_drop_caps(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py400 def test_format_paragraph_tab_borders(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py447 def test_format_paragraph_area(self):CODE
LOWsw/qa/uitest/writer_tests2/formatParagraph.py466 def test_format_paragraph_transparency(self):CODE
LOWsw/qa/uitest/writer_tests2/formatCharacter.py18 def test_format_character_tab_font(self):CODE
LOWsw/qa/uitest/writer_tests2/formatCharacter.py67 def test_format_character_tab_font_effects(self):CODE
LOWsw/qa/uitest/writer_tests2/formatCharacter.py115 def test_format_character_tab_asian_layout(self):CODE
LOWsw/qa/uitest/writer_tests2/formatCharacter.py133 def test_format_character_tab_position(self):CODE
LOWsw/qa/uitest/writer_tests2/formatCharacter.py180 def test_format_character_tab_position_scalewidthsb(self):CODE
LOWsw/qa/uitest/writer_tests2/asianPhoneticGuide.py16 def test_asian_phonetic_guide(self):CODE
LOWsw/qa/uitest/writer_tests2/bookmark.py47 def test_bookmark_dialog_rename(self):CODE
LOWsw/qa/uitest/writer_tests2/bookmark.py70 def test_bookmark_dialog_goto(self):CODE
LOWsw/qa/uitest/writer_tests2/bookmark.py93 def test_bookmark_dialog_edittext(self):CODE
LOWsw/qa/uitest/writer_tests2/horizontalLine.py15 def test_insert_horizontal_line(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py20 def test_bullets_and_numbering_change_bullet(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py59 def test_bullets_and_numbering_dialog_tab_position(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py111 def test_bullets_and_numbering_dialog_tab_customize(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py173 def test_bullets_and_numbering_tab_move(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py204 def test_bullets_and_numbering_button_move(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py233 def test_bullets_and_numbering_selection(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py301 def test_bullets_and_numbering_document_bullet_list(self):CODE
LOWsw/qa/uitest/writer_tests2/formatBulletsNumbering.py307 def test_bullets_and_numbering_bullet_from_smp(self):CODE
LOWsw/qa/uitest/ui/misc/misc.py18 def test_content_control_dialog(self):CODE
LOWsw/qa/uitest/ui/fmtui/tdf170489.py21 def _create_child_style_with_font_size(self, styleName, fontSize):CODE
LOWsw/qa/uitest/ui/fmtui/tdf170489.py44 def test_font_size_inherit_percentage(self):CODE
LOWsw/qa/uitest/ui/fmtui/tdf170489.py72 def test_font_size_inherit_pt_relative(self):CODE
LOWsw/qa/uitest/ui/fmtui/tdf89826.py19 def _find_and_click_first_chip(self, xDialog):CODE
215 more matches not shown…
Deep Nesting231 hits · 211 pts
SeverityFileLineSnippetContext
LOWsw/source/writerfilter/ooxml/qnametostr.py50CODE
LOWsw/source/writerfilter/ooxml/factoryimpl_ns.py63CODE
LOWsw/source/writerfilter/ooxml/factoryimpl_ns.py126CODE
LOWsw/source/writerfilter/ooxml/factoryimpl_ns.py287CODE
LOWsw/source/writerfilter/ooxml/factoryimpl_ns.py302CODE
LOWsw/source/writerfilter/ooxml/factoryimpl_ns.py403CODE
LOWsw/source/writerfilter/ooxml/factoryimpl_ns.py493CODE
LOWsw/source/writerfilter/ooxml/factoryimpl_ns.py565CODE
LOWsw/source/writerfilter/ooxml/factory_ns.py14CODE
LOWsw/source/writerfilter/ooxml/resourceids.py45CODE
LOWsw/source/writerfilter/ooxml/modelpreprocess.py46CODE
LOWsw/qa/python/check_xtexttable.py37CODE
LOWsw/qa/python/text_portion_enumeration_test.py522CODE
LOWsw/qa/python/text_portion_enumeration_test.py619CODE
LOWsw/qa/python/text_portion_enumeration_test.py682CODE
LOWsw/qa/python/text_portion_enumeration_test.py827CODE
LOWsw/qa/python/text_portion_enumeration_test.py872CODE
LOWsw/qa/python/text_portion_enumeration_test.py3280CODE
LOWsw/qa/python/text_portion_enumeration_test.py3349CODE
LOWsw/qa/uitest/ui/fmtui/tdf89826.py19CODE
LOWsw/qa/uitest/writer_tests5/tdf145326.py20CODE
LOWsw/qa/uitest/options/tdf49895.py18CODE
LOWsw/qa/uitest/findReplace/tdf118208.py28CODE
LOWsw/qa/uitest/writer_tests4/exportToPDF.py20CODE
LOWsw/qa/uitest/writer_tests4/tdf148395.py16CODE
LOWsw/qa/uitest/writer_tests4/insertBreakDialog.py42CODE
LOWsw/qa/uitest/writer_tests4/spellDialog.py54CODE
LOWsw/qa/uitest/writer_tests3/autoredactDialog.py43CODE
LOWsw/qa/uitest/writer_tests3/pageDialog.py25CODE
LOWsw/qa/uitest/writer_tests3/pageDialog.py118CODE
LOWsw/qa/uitest/writer_tests3/pageDialog.py143CODE
LOWsw/qa/uitest/writer_tests3/pageDialog.py190CODE
LOWsw/qa/uitest/writer_tests3/customizeDialog.py19CODE
LOW…qa/uitest/writer_tests3/save_readonly_with_password.py20CODE
LOW…qa/uitest/writer_tests3/save_readonly_with_password.py61CODE
LOWsw/qa/uitest/trackedChanges/trackedChanges.py371CODE
LOWsw/qa/uitest/trackedChanges/tdf90401.py43CODE
LOWsw/qa/uitest/trackedChanges/tdf90401.py89CODE
LOWsw/qa/uitest/trackedChanges/compareDocuments.py65CODE
LOW…st/writer_tests6/edit_file_properties_before_saving.py33CODE
LOW…st/writer_tests6/edit_file_properties_before_saving.py63CODE
LOW…uitest/writer_tests8/save_with_password_test_policy.py16CODE
LOWsw/qa/uitest/writer_tests8/tdf140117.py16CODE
LOWsw/qa/uitest/writer_tests7/tdf119661.py18CODE
LOWsw/qa/uitest/writer_tests7/tdf128744.py18CODE
LOWsw/qa/uitest/writer_tests7/tdf135938.py16CODE
LOWsw/qa/uitest/table/tdf146145.py16CODE
LOWsw/qa/uitest/table/tdf109083.py16CODE
LOWsd/qa/uitest/impress_tests/exportToPDF.py21CODE
LOWsd/qa/uitest/impress_tests/dimensionLinesTabPage.py17CODE
LOWsd/qa/uitest/impress_tests/dimensionLinesTabPage.py49CODE
LOW…qa/uitest/impress_tests/save_readonly_with_password.py19CODE
LOW…qa/uitest/impress_tests/save_readonly_with_password.py65CODE
LOWsd/qa/uitest/impress_tests/tdf152295.py15CODE
LOWsd/qa/uitest/impress_tests2/tdf141297.py18CODE
LOWsc/workben/cache.py18CODE
LOWsc/workben/generate_ooxml_tablestyle_info.py202CODE
LOWsc/workben/generate_ooxml_tablestyle_info.py63CODE
LOW…ts7/tdf150044_edit_password_after_share_spreadsheet.py16CODE
LOWsc/qa/uitest/calc_tests7/save_readonly_with_password.py19CODE
171 more matches not shown…
Verbosity Indicators58 hits · 126 pts
SeverityFileLineSnippetContext
LOWsw/qa/uitest/writer_tests4/spellDialog.py60 # Step 1: Create a document with repetitious misspelled wordsCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py68 # Step 2: Place cursor on 4th line after second "frogg"COMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py72 # Step 3: Initiate spellchecking, and make sure "Check grammar" isCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py80 # Step 4: Repetitively click on "Correct all" for each misspellingCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py91 # Step 5: Confirm to "Continue check at beginning of document"COMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py123 # Step 1: Initiate spellchecking, and make sure "Check grammar" isCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py131 # Step 2: Click on "Correct all" for each misspellingCOMMENT
LOW…taho/layoutprocessor/ImageElementLayoutController.java114 // Step 1: Find the parent cell.COMMENT
LOWcli_ure/source/climaker/climaker_share.h140 The purpose of this function is to provide exceptions for which catch blocksCODE
LOWodk/examples/python/Drawing/SDraw.py11# Step 2: open an empty text documentCOMMENT
LOWodk/examples/python/Drawing/SDraw.py12# Step 3: get the drawpage an insert some shapesCOMMENT
LOWodk/examples/python/Drawing/SDraw.py25 # Step 1: bootstrap UNO and get the remote component context. TheCOMMENT
LOWodk/examples/python/Drawing/SDraw.py32 # Step 2: open an empty document. In this case it's a writer document.COMMENT
LOWodk/examples/python/Drawing/SDraw.py48 # Step 3: get the drawpage an insert some shapes.COMMENT
LOWodk/examples/python/Text/SWriter.py21 # Step 1: bootstrap UNO and get the remote component context. TheCOMMENT
LOWodk/examples/python/Text/SWriter.py28 # Step 2: open an empty document. In this case it's a writer document.COMMENT
LOWodk/examples/python/Text/SWriter.py44 # Step 3: insert some textCOMMENT
LOWodk/examples/python/Text/SWriter.py51 # Step 4: insert a text tableCOMMENT
LOWodk/examples/python/Text/SWriter.py54 # Step 5: insert a colored textCOMMENT
LOWodk/examples/python/Text/SWriter.py77 # Step 6: insert a text frameCOMMENT
LOWodk/examples/java/Drawing/SDraw.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Drawing/SDraw.java39// Step 3: get the drawpage an insert some shapesCOMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java38// Step 2: open an empty Calc documentCOMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java39// Step 3: enter an example text, set the numberformat to DMCOMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java40// Step 4: change the numberformat to EUR (Euro)COMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java41// Step 5: use the DM/EUR factor on each cell with a contentCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java38// Step 2: open an empty calc documentCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java39// Step 3: create cell stylesCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java40// Step 4: get the sheet an insert some dataCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java41// Step 5: apply the created cell stylesCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java42// Step 6: insert a 3D ChartCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java40// Step 4: use the paragraph collectionCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java41// Step 5: apply a different paragraph style on the paragraphsCOMMENT
LOWodk/examples/java/Text/TextReplace.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/TextReplace.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/TextReplace.java40// Step 4: replace some english spelled words with US spelledCOMMENT
LOWodk/examples/java/Text/BookmarkInsertion.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/BookmarkInsertion.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/BookmarkInsertion.java40// Step 4: insert some bookmarksCOMMENT
LOWodk/examples/java/Text/TextDocumentStructure.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/TextDocumentStructure.java39// Step 3: create an enumeration of all paragraphsCOMMENT
LOWodk/examples/java/Text/TextDocumentStructure.java40// Step 4: create an enumeration of all text portionsCOMMENT
LOWodk/examples/java/Text/SWriter.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/SWriter.java39// Step 3: enter some textCOMMENT
LOWodk/examples/java/Text/SWriter.java40// Step 4: insert a text tableCOMMENT
LOWodk/examples/java/Text/SWriter.java41// Step 5: insert colored textCOMMENT
LOWodk/examples/java/Text/SWriter.java42// Step 6: insert a text frameCOMMENT
LOWodk/examples/java/Text/StyleCreation.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/StyleCreation.java39// Step 3: create a new Paragraph styleCOMMENT
LOWodk/examples/java/Text/StyleCreation.java40// Step 4: apply the Paragraph styleCOMMENT
LOWodk/examples/java/Text/HardFormatting.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/HardFormatting.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/HardFormatting.java40// Step 4: get some text attributesCOMMENT
LOWodk/examples/java/Text/HardFormatting.java41// Step 5: check the PropertyState from the selectionCOMMENT
LOWsolenv/bin/modules/installer/windows/idtglobal.pm1535 # Step 1: Resolving all occurrences of "POSITIONTEMPLATE_end"COMMENT
LOWsolenv/bin/modules/installer/windows/idtglobal.pm1551 # Step 2: Resolving all occurrences of "POSITIONTEMPLATE_abc" or "POSITIONTEMPLATE_behind_abc"COMMENT
Structural Annotation Overuse57 hits · 125 pts
SeverityFileLineSnippetContext
LOWsw/qa/uitest/writer_tests4/spellDialog.py60 # Step 1: Create a document with repetitious misspelled wordsCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py68 # Step 2: Place cursor on 4th line after second "frogg"COMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py72 # Step 3: Initiate spellchecking, and make sure "Check grammar" isCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py80 # Step 4: Repetitively click on "Correct all" for each misspellingCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py91 # Step 5: Confirm to "Continue check at beginning of document"COMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py123 # Step 1: Initiate spellchecking, and make sure "Check grammar" isCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py131 # Step 2: Click on "Correct all" for each misspellingCOMMENT
LOW…taho/layoutprocessor/ImageElementLayoutController.java114 // Step 1: Find the parent cell.COMMENT
LOWodk/examples/python/Drawing/SDraw.py11# Step 2: open an empty text documentCOMMENT
LOWodk/examples/python/Drawing/SDraw.py12# Step 3: get the drawpage an insert some shapesCOMMENT
LOWodk/examples/python/Drawing/SDraw.py25 # Step 1: bootstrap UNO and get the remote component context. TheCOMMENT
LOWodk/examples/python/Drawing/SDraw.py32 # Step 2: open an empty document. In this case it's a writer document.COMMENT
LOWodk/examples/python/Drawing/SDraw.py48 # Step 3: get the drawpage an insert some shapes.COMMENT
LOWodk/examples/python/Text/SWriter.py21 # Step 1: bootstrap UNO and get the remote component context. TheCOMMENT
LOWodk/examples/python/Text/SWriter.py28 # Step 2: open an empty document. In this case it's a writer document.COMMENT
LOWodk/examples/python/Text/SWriter.py44 # Step 3: insert some textCOMMENT
LOWodk/examples/python/Text/SWriter.py51 # Step 4: insert a text tableCOMMENT
LOWodk/examples/python/Text/SWriter.py54 # Step 5: insert a colored textCOMMENT
LOWodk/examples/python/Text/SWriter.py77 # Step 6: insert a text frameCOMMENT
LOWodk/examples/java/Drawing/SDraw.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Drawing/SDraw.java39// Step 3: get the drawpage an insert some shapesCOMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java38// Step 2: open an empty Calc documentCOMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java39// Step 3: enter an example text, set the numberformat to DMCOMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java40// Step 4: change the numberformat to EUR (Euro)COMMENT
LOWodk/examples/java/Spreadsheet/EuroAdaption.java41// Step 5: use the DM/EUR factor on each cell with a contentCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java38// Step 2: open an empty calc documentCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java39// Step 3: create cell stylesCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java40// Step 4: get the sheet an insert some dataCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java41// Step 5: apply the created cell stylesCOMMENT
LOWodk/examples/java/Spreadsheet/SCalc.java42// Step 6: insert a 3D ChartCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java40// Step 4: use the paragraph collectionCOMMENT
LOWodk/examples/java/Text/StyleInitialization.java41// Step 5: apply a different paragraph style on the paragraphsCOMMENT
LOWodk/examples/java/Text/TextReplace.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/TextReplace.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/TextReplace.java40// Step 4: replace some english spelled words with US spelledCOMMENT
LOWodk/examples/java/Text/BookmarkInsertion.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/BookmarkInsertion.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/BookmarkInsertion.java40// Step 4: insert some bookmarksCOMMENT
LOWodk/examples/java/Text/TextDocumentStructure.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/TextDocumentStructure.java39// Step 3: create an enumeration of all paragraphsCOMMENT
LOWodk/examples/java/Text/TextDocumentStructure.java40// Step 4: create an enumeration of all text portionsCOMMENT
LOWodk/examples/java/Text/SWriter.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/SWriter.java39// Step 3: enter some textCOMMENT
LOWodk/examples/java/Text/SWriter.java40// Step 4: insert a text tableCOMMENT
LOWodk/examples/java/Text/SWriter.java41// Step 5: insert colored textCOMMENT
LOWodk/examples/java/Text/SWriter.java42// Step 6: insert a text frameCOMMENT
LOWodk/examples/java/Text/StyleCreation.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/StyleCreation.java39// Step 3: create a new Paragraph styleCOMMENT
LOWodk/examples/java/Text/StyleCreation.java40// Step 4: apply the Paragraph styleCOMMENT
LOWodk/examples/java/Text/HardFormatting.java38// Step 2: open an empty text documentCOMMENT
LOWodk/examples/java/Text/HardFormatting.java39// Step 3: enter an example textCOMMENT
LOWodk/examples/java/Text/HardFormatting.java40// Step 4: get some text attributesCOMMENT
LOWodk/examples/java/Text/HardFormatting.java41// Step 5: check the PropertyState from the selectionCOMMENT
LOWsolenv/bin/modules/installer/windows/idtglobal.pm1535 # Step 1: Resolving all occurrences of "POSITIONTEMPLATE_end"COMMENT
LOWsolenv/bin/modules/installer/windows/idtglobal.pm1551 # Step 2: Resolving all occurrences of "POSITIONTEMPLATE_abc" or "POSITIONTEMPLATE_behind_abc"COMMENT
Slop Phrases24 hits · 59 pts
SeverityFileLineSnippetContext
LOWsw/qa/uitest/writer_tests4/spellDialog.py63 # Inserted text must be en_US, so make sure to set language in current locationCOMMENT
LOWsw/qa/uitest/writer_tests4/spellDialog.py150 # Inserted text must be en_US, so make sure to set language in current locationCOMMENT
LOW…qa/complex/loadAllDocuments/CheckXComponentLoader.java288 // Don't forget to close this file. Otherwise the temp file is locked!COMMENT
LOWinclude/osl/socket.h681 Don't forget to destroy the address if you don't need it any longer.CODE
LOW…/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java266 // Don't forget to mark this filter used for importing tooCOMMENT
LOW…/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java302 // Don't forget to mark this filter used for exporting tooCOMMENT
LOW…Guide/OfficeDev/DesktopEnvironment/FunctionHelper.java522 // Don't forget to reset original name after that.COMMENT
LOW…Guide/OfficeDev/DesktopEnvironment/FunctionHelper.java543 // don't forget to restore old frame name...COMMENT
MEDIUMsolenv/inc/doxygen_tag.cfg282# Note: For files without extension you can use no_extension as a placeholder.COMMENT
MEDIUMsolenv/inc/doxygen_tag.cfg775# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen_tag.cfg808# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen_tag.cfg834# If the value of the EXAMPLE_PATH tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen.cfg282# Note: For files without extension you can use no_extension as a placeholder.COMMENT
MEDIUMsolenv/inc/doxygen.cfg775# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen.cfg808# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen.cfg834# If the value of the EXAMPLE_PATH tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen_doc.cfg282# Note: For files without extension you can use no_extension as a placeholder.COMMENT
MEDIUMsolenv/inc/doxygen_doc.cfg775# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen_doc.cfg808# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/inc/doxygen_doc.cfg834# If the value of the EXAMPLE_PATH tag contains directories, you can use theCOMMENT
MEDIUMsolenv/doc/gbuild/doxygen.cfg667# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/doc/gbuild/doxygen.cfg697# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMsolenv/doc/gbuild/doxygen.cfg719# If the value of the EXAMPLE_PATH tag contains directories, you can use theCOMMENT
MEDIUMsolenv/doc/gbuild/doxygen.cfg1725# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH toCOMMENT
Cross-File Repetition10 hits · 50 pts
SeverityFileLineSnippetContext
HIGHsw/qa/python/check_indexed_property_values.py0this is file is part of the libreoffice project. this source code form is subject to the terms of the mozilla public licSTRING
HIGHsw/qa/python/check_named_property_values.py0this is file is part of the libreoffice project. this source code form is subject to the terms of the mozilla public licSTRING
HIGHsw/qa/python/check_cross_references.py0this is file is part of the libreoffice project. this source code form is subject to the terms of the mozilla public licSTRING
HIGHsw/qa/python/text_portion_enumeration_test.py0this is file is part of the libreoffice project. this source code form is subject to the terms of the mozilla public licSTRING
HIGHsw/qa/python/check_change_color.py0this is file is part of the libreoffice project. this source code form is subject to the terms of the mozilla public licSTRING
HIGHsw/qa/python/check_flies.py0this is file is part of the libreoffice project. this source code form is subject to the terms of the mozilla public licSTRING
HIGHsc/qa/python/CalcRTL.py0this is file is part of the libreoffice project. this source code form is subject to the terms of the mozilla public licSTRING
HIGHwizards/source/access2base/access2base.py0a singleton metaclass design pattern credits: « python in a nutshell » by alex martelli, o'reillySTRING
HIGHwizards/source/scriptforge/python/ScriptForgeHelper.py0a singleton metaclass design pattern credits: « python in a nutshell » by alex martelli, o'reillySTRING
HIGHwizards/source/scriptforge/python/scriptforge.py0a singleton metaclass design pattern credits: « python in a nutshell » by alex martelli, o'reillySTRING
Redundant / Tautological Comments32 hits · 50 pts
SeverityFileLineSnippetContext
LOWsw/qa/uitest/findBar/tdf154818.py54 # Check if the search history was respectedCOMMENT
LOWsw/qa/uitest/writer_tests5/columns.py57 # Set it to 0.5 ptCOMMENT
LOWsw/qa/uitest/findReplace/findReplace.py227 # Check if the search history was respectedCOMMENT
LOWsw/qa/uitest/writer_tests3/hyperlinkdialog.py130 # Check if the content of the clipboard is proposed as expectedCOMMENT
LOWsw/qa/uitest/writer_tests3/hyperlinkdialog.py147 # Check if the content of the clipboard is proposed as URL in the hyperlink dialogCOMMENT
LOWsw/qa/uitest/writer_tests7/tdf135938.py66 # Check if insert reference entry was foundCOMMENT
LOWsc/qa/uitest/calc_tests8/tdf125051_spellcheking.py26 # Check if English spellchecker is installed and activeCOMMENT
LOWsc/qa/uitest/calc_tests6/moveCopySheet.py88 # Check if the copy option was rememberedCOMMENT
LOWsc/qa/uitest/calc_tests6/moveCopySheet.py97 # Check if move option was rememberedCOMMENT
LOWsc/qa/uitest/pasteSpecial/tdf139858.py40 # Set cursor to cells and paste data using special options (check only comments)COMMENT
LOWsc/qa/uitest/pasteSpecial/tdf160765.py74 # Set cursor to cells and paste data using special options (check only comments)COMMENT
LOWsc/qa/uitest/pasteSpecial/tdf84810.py33 # Set cursor to cell A3COMMENT
LOWscripting/examples/python/NamedRanges.py99 # Set data to test_range1 and test_range2COMMENT
LOWbasegfx/qa/mkpolygons.pl58 # Open the file and return a file handle to it.COMMENT
LOWsvx/qa/uitest/table/tablecontroller.py32 # Check if the shadow was enabled.COMMENT
LOWcli_ure/source/scripts/increment_version.pl85#Check if changeTypes contained the line we are looking forCOMMENT
LOWcli_ure/source/scripts/increment_version.pl147 #Check if the entry shall be incremented, this information is in the secondCOMMENT
LOWcli_ure/source/scripts/increment_version.pl160 #Check if the name represents a version we need to changeCOMMENT
LOWcli_ure/source/scripts/subst_template.pl91 #Check if we have valid name value pairs.COMMENT
LOWcli_ure/source/scripts/subst_template.pl105 #Check if we have duplicate key namesCOMMENT
LOWwizards/source/scriptforge/python/scriptforge.py3245 # Check if the requested service is within the Python worldCOMMENT
LOWwizards/source/scriptforge/python/scriptforge.py3248 # Check if the service is a predefined standard Basic serviceCOMMENT
LOWwizards/source/scriptforge/python/scriptforge.py3254 # Check if the service must review the argumentsCOMMENT
LOWslideshow/qa/tools/mkeffects.pl60 # Open the file and return a file handle to it.COMMENT
LOWslideshow/qa/tools/mktransitions.pl62 # Open the file and return a file handle to it.COMMENT
LOWsolenv/bin/clipatchconfig.pl89 #Check if we have valid name value pairs.COMMENT
LOWsolenv/bin/clipatchconfig.pl103 #Check if we have duplicate key namesCOMMENT
LOWsolenv/bin/modules/installer.pm161 # Check if this is simple packaging mechanismCOMMENT
LOWsolenv/bin/modules/installer/windows/property.pm433 # Check if are building silent MSICOMMENT
LOWsolenv/bin/modules/installer/windows/directory.pm606# Check if the string starts with another stringCOMMENT
LOWsolenv/bin/modules/installer/windows/directory.pm617# Check if the directory prefix is a standardCOMMENT
LOWsolenv/doc/gbuild/doxygen.cfg424# Set it to YES to include the internal documentation.COMMENT
AI Slop Vocabulary19 hits · 36 pts
SeverityFileLineSnippetContext
LOWsw/qa/python/text_portion_enumeration_test.py3196 ## for testing just add it to the first graphCOMMENT
MEDIUM…ffice/report/pentaho/model/OfficeStylesCollection.java84 // at all. Maybe we should add them to make this implementation more robustCOMMENT
MEDIUMinclude/tools/solar.h35// misc. macros to leverage platform and compiler differencesCOMMENT
MEDIUM…ar/com/sun/star/lib/uno/helper/InterfaceContainer.java726 // be robust, if e.g. a remote bridge has disposed already.COMMENT
LOW…teps/HelloTextTableShape/python/HelloTextTableShape.py143 # simply set whole text as one stringCOMMENT
MEDIUModk/examples/java/Inspector/SwingUnoFacetteNode.java61// TODO The implementation of the following methods is not really robust and should be changed!!!COMMENT
LOWexternal/nss/nsinstall.py98 # just create one directory?COMMENT
LOWexternal/nss/nsinstall.py131 # target directory was already created, just use mkdirCOMMENT
MEDIUMfilter/source/svg/presentation_engine.js12957 // change the clip-poly orientation because we utilize the 'nonzero'COMMENT
LOWslideshow/qa/debug/nodetree.sh27# if you need to check the tree state at other places or times, just addCOMMENT
MEDIUMsolenv/inc/doxygen_tag.cfg1093# it is more robust and this tag (HTML_STYLESHEET) will in the future becomeCOMMENT
MEDIUMsolenv/inc/doxygen_tag.cfg1103# standard style sheet and is therefore more robust against future updates.COMMENT
MEDIUMsolenv/inc/doxygen.cfg1093# it is more robust and this tag (HTML_STYLESHEET) will in the future becomeCOMMENT
MEDIUMsolenv/inc/doxygen.cfg1103# standard style sheet and is therefore more robust against future updates.COMMENT
MEDIUMsolenv/inc/doxygen_doc.cfg1093# it is more robust and this tag (HTML_STYLESHEET) will in the future becomeCOMMENT
MEDIUMsolenv/inc/doxygen_doc.cfg1103# standard style sheet and is therefore more robust against future updates.COMMENT
LOWsolenv/bin/modules/installer/filelists.pm114 else # not a filelist, just pass the current file overCODE
MEDIUMsolenv/doc/gbuild/doxygen.cfg907# HTML_EXTRA_STYLESHEET instead of this one, as it is more robust and thisCOMMENT
MEDIUMsolenv/doc/gbuild/doxygen.cfg917# robust against future updates. Doxygen will copy the style sheet file toCOMMENT
Cross-Language Confusion7 hits · 35 pts
SeverityFileLineSnippetContext
HIGHbin/find-mergedlib-can-be-private.py19subprocess_find = subprocess.Popen("find ./instdir -name *.so && find ./workdir/LinkTarget/CppunitTest -name *.so",CODE
HIGHbin/find-can-be-private-symbols.py29subprocess_find = subprocess.Popen("find ./instdir -name *.so && find ./workdir/LinkTarget/CppunitTest -name *.so",CODE
HIGHuitest/uitest/test.py134 if parent.equals(dialog):CODE
HIGHuitest/uitest/test.py282 if parent.equals(dialog):CODE
HIGHwizards/source/scriptforge/python/ScriptForgeHelper.py328 "children": ["Q", "M", "G", "T"],"spouse": null}CODE
HIGH…zards/com/sun/star/wizards/ui/event/ListModelBinder.py67 return item.toString()CODE
HIGHsolenv/gdb/libreoffice/util/string.py28 len = self.length()CODE
Unused Imports21 hits · 21 pts
SeverityFileLineSnippetContext
LOWsw/qa/uitest/sidebar/stylesSidebar.py12CODE
LOWsd/qa/uitest/impress_tests2/tdf128787.py12CODE
LOW…4/tdf129162_singlepagesheets_disables_range_options.py13CODE
LOW…4/tdf129162_singlepagesheets_disables_range_options.py14CODE
LOW…4/tdf129162_singlepagesheets_disables_range_options.py17CODE
LOW…4/tdf129162_singlepagesheets_disables_range_options.py20CODE
LOWpyuno/source/module/uno.py25CODE
LOWunotest/source/python/org/libreoffice/unotest.py31CODE
LOWtesttools/source/bridgetest/pyuno/core.py18CODE
LOWtesttools/source/bridgetest/pyuno/core.py22CODE
LOWtesttools/source/bridgetest/pyuno/samplecomponent.py18CODE
LOWcui/qa/uitest/dialogs/editdictionary.py10CODE
LOWcui/qa/uitest/dialogs/runmacro.py12CODE
LOWsolenv/gdb/six.py23CODE
LOWsolenv/gdb/boost/optional.py21CODE
LOWsolenv/gdb/boost/unordered.py22CODE
LOWsolenv/gdb/boost/ptr_container.py22CODE
LOWsolenv/gdb/libreoffice/tl.py10CODE
LOWsolenv/gdb/libreoffice/utl.py10CODE
LOWsolenv/bin/pack_images.py12CODE
LOWsolenv/maven/mvn.py8CODE
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHridljar/com/sun/star/lib/uno/helper/PropertySet.java644 // In this implementation, a null reference means void value.COMMENT
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOWbin/fixincludeguards.sh10# Usage:COMMENT
LOWodk/docs/idl/wikilinks.py15# Usage:COMMENT
LOWsolenv/bin/modules/par2script/parameter.pm31# Usage:COMMENT
AI Structural Patterns5 hits · 4 pts
SeverityFileLineSnippetContext
LOWsw/qa/python/text_portion_enumeration_test.py788CODE
LOWscripting/source/pyprov/pythonscript.py94CODE
LOWbin/update/tools.py38CODE
LOWwizards/source/access2base/access2base.py873CODE
LOWsolenv/bin/polib.py1041CODE
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMsw/qa/uitest/writer_tests5/tdf123378.py18CODE
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOWuitest/loginterpreter.py75 " def test_function(self):\n"CODE
LOWuitest/ui_logger_dsl/dsl_core.py94 + "def test_function(self):\n"CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWvcl/osx/a11ywrapperrow.mm32 // TODO: implementCOMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWsolenv/bin/polib.py36__all__ = ['pofile', 'POFile', 'POEntry', 'mofile', 'MOFile', 'MOEntry',CODE