loplugin:unusedvarsglobal
Change-Id: I37a1772ffdd682d17571aa06e24089136d2d8547 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135600 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
@@ -12,7 +12,7 @@ defToTypeMap = dict()
|
|||||||
def parseFieldInfo( tokens ):
|
def parseFieldInfo( tokens ):
|
||||||
return (tokens[1].strip(), tokens[2].strip())
|
return (tokens[1].strip(), tokens[2].strip())
|
||||||
|
|
||||||
with io.open("workdir/loplugin.unusedvarsglobal.log", "rb", buffering=1024*1024) as txt:
|
with io.open("workdir/loplugin.unusedvarsglobal.log", "r", buffering=16*1024*1024) as txt:
|
||||||
for line in txt:
|
for line in txt:
|
||||||
try:
|
try:
|
||||||
tokens = line.strip().split("\t")
|
tokens = line.strip().split("\t")
|
||||||
@@ -46,7 +46,7 @@ with io.open("workdir/loplugin.unusedvarsglobal.log", "rb", buffering=1024*1024)
|
|||||||
else:
|
else:
|
||||||
print( "unknown line: " + line)
|
print( "unknown line: " + line)
|
||||||
except IndexError:
|
except IndexError:
|
||||||
print "problem with line " + line.strip()
|
print("problem with line " + line.strip())
|
||||||
raise
|
raise
|
||||||
|
|
||||||
definitionSet2 = set()
|
definitionSet2 = set()
|
||||||
|
@@ -1,44 +1,96 @@
|
|||||||
canvas/workben/canvasdemo.cxx:669
|
canvas/workben/canvasdemo.cxx:666
|
||||||
(anonymous namespace)::DemoApp aApp
|
(anonymous namespace)::DemoApp aApp
|
||||||
cppu/source/uno/check.cxx:315
|
connectivity/source/drivers/evoab2/EApi.h:51
|
||||||
|
gconstpointer (*)(EContact *, EContactField) e_contact_get_const
|
||||||
|
connectivity/source/drivers/evoab2/EApi.h:55
|
||||||
|
char *(*)(ESource *) e_source_peek_name
|
||||||
|
connectivity/source/drivers/evoab2/EApi.h:64
|
||||||
|
GSList *(*)(ESourceList *) e_source_list_peek_groups
|
||||||
|
connectivity/source/drivers/evoab2/EApi.h:70
|
||||||
|
GSList *(*)(ESourceGroup *) e_source_group_peek_sources
|
||||||
|
connectivity/source/drivers/evoab2/EApi.h:71
|
||||||
|
char *(*)(ESourceGroup *) e_source_group_peek_base_uri
|
||||||
|
connectivity/source/drivers/evoab2/EApi.h:90
|
||||||
|
char *(*)(EBook *) e_book_get_uri
|
||||||
|
connectivity/source/drivers/evoab2/EApi.h:93
|
||||||
|
gboolean (*)(ESourceList **, GError **) e_book_get_addressbooks
|
||||||
|
connectivity/source/drivers/evoab2/EApi.h:101
|
||||||
|
gboolean (*)(EBook *, const char *, const char *, const char *, GError **) e_book_authenticate_user
|
||||||
|
cppu/source/uno/check.cxx:329
|
||||||
(anonymous namespace)::BinaryCompatible_Impl aTest
|
(anonymous namespace)::BinaryCompatible_Impl aTest
|
||||||
framework/source/services/ContextChangeEventMultiplexer.cxx:370
|
desktop/source/lib/init.cxx:6493
|
||||||
|
SvtOptionsDialogOptions aDialogOptions
|
||||||
|
desktop/source/lib/init.cxx:6494
|
||||||
|
SvtCTLOptions aSvtCTLOptions
|
||||||
|
desktop/source/lib/init.cxx:6495
|
||||||
|
SvtAccessibilityOptions aSvtAccessibilityOptions
|
||||||
|
desktop/source/lib/init.cxx:6496
|
||||||
|
svtools::ColorConfig aColorConfig
|
||||||
|
desktop/source/lib/init.cxx:6497
|
||||||
|
SvtMiscOptions aSvtMiscOptions
|
||||||
|
desktop/source/lib/init.cxx:6498
|
||||||
|
SvtSlideSorterBarOptions aSvtSlideSorterBarOptions
|
||||||
|
desktop/source/lib/init.cxx:6499
|
||||||
|
SvtCommandOptions aSvtCommandOptions
|
||||||
|
desktop/source/lib/init.cxx:6500
|
||||||
|
SvtCompatibilityOptions aSvtCompatibilityOptions
|
||||||
|
desktop/source/lib/init.cxx:6501
|
||||||
|
SvtFilterOptions aSvtFilterOptions
|
||||||
|
desktop/source/lib/init.cxx:6502
|
||||||
|
SvtLinguConfig aSvtLinguConfig
|
||||||
|
desktop/source/lib/init.cxx:6503
|
||||||
|
SvtModuleOptions aSvtModuleOptions
|
||||||
|
desktop/source/lib/init.cxx:6504
|
||||||
|
SvtPathOptions aSvtPathOptions
|
||||||
|
desktop/source/lib/init.cxx:6505
|
||||||
|
SvtSearchOptions aSvtSearchOptions
|
||||||
|
desktop/source/lib/init.cxx:6506
|
||||||
|
SvtSysLocaleOptions aSvtSysLocaleOptions
|
||||||
|
desktop/source/lib/init.cxx:6507
|
||||||
|
SvtUserOptions aSvtUserOptions
|
||||||
|
desktop/source/lib/init.cxx:6509
|
||||||
|
MouseSettings aMouseSettings
|
||||||
|
desktop/source/lib/init.cxx:6510
|
||||||
|
StyleSettings aStyleSettings
|
||||||
|
desktop/source/lib/init.cxx:6511
|
||||||
|
MiscSettings aMiscSettings
|
||||||
|
desktop/source/lib/init.cxx:6512
|
||||||
|
HelpSettings aHelpSettings
|
||||||
|
desktop/source/lib/init.cxx:6513
|
||||||
|
AllSettings aAllSettings
|
||||||
|
framework/source/services/ContextChangeEventMultiplexer.cxx:352
|
||||||
framework::(anonymous namespace)::Hook g_hook
|
framework::(anonymous namespace)::Hook g_hook
|
||||||
hwpfilter/source/nodes.h:92
|
hwpfilter/source/nodes.h:89
|
||||||
int count
|
int count
|
||||||
pyuno/source/module/pyuno_gc.cxx:45
|
pyuno/source/module/pyuno_gc.cxx:45
|
||||||
pyuno::(anonymous namespace)::StaticDestructorGuard guard
|
pyuno::(anonymous namespace)::StaticDestructorGuard guard
|
||||||
sal/osl/all/utility.cxx:45
|
sal/osl/all/utility.cxx:45
|
||||||
osl::(anonymous namespace)::OGlobalTimer aGlobalTimer
|
osl::(anonymous namespace)::OGlobalTimer aGlobalTimer
|
||||||
sal/qa/osl/file/osl_File.cxx:4970
|
sal/qa/osl/file/osl_File.cxx:4978
|
||||||
(anonymous namespace)::GlobalObject theGlobalObject
|
(anonymous namespace)::GlobalObject theGlobalObject
|
||||||
sal/rtl/cmdargs.cxx:46
|
sal/rtl/cmdargs.cxx:46
|
||||||
(anonymous namespace)::ArgHolder argHolder
|
(anonymous namespace)::ArgHolder argHolder
|
||||||
sal/rtl/strtmpl.hxx:1258
|
sal/rtl/strtmpl.hxx:890
|
||||||
IMPL_RTL_STRINGDATA data
|
IMPL_RTL_STRINGDATA data
|
||||||
sc/source/ui/inc/inscodlg.hxx:88
|
sc/source/core/inc/sharedstringpoolpurge.hxx:43
|
||||||
_Bool bPreviousAllCheck
|
sc::SharedStringPoolPurge * self
|
||||||
sdext/source/presenter/PresenterHelper.hxx:33
|
sfx2/source/bastyp/fltfnc.cxx:80
|
||||||
rtl::OUString msCenterPaneURL
|
SfxFilterListener theSfxFilterListener
|
||||||
soltools/cpp/cpp.h:239
|
soltools/cpp/cpp.h:239
|
||||||
int Lflag
|
int Lflag
|
||||||
soltools/mkdepend/parse.c:40
|
soltools/mkdepend/parse.c:40
|
||||||
symhash * maininclist
|
symhash * maininclist
|
||||||
soltools/mkdepend/pr.c:34
|
soltools/mkdepend/pr.c:34
|
||||||
int width
|
int width
|
||||||
starmath/inc/ElementsDockingWindow.hxx:81
|
|
||||||
std::tuple<const char *, const SmElementDescr *, size_t> [0] m_a6Categories
|
|
||||||
svx/source/gengal/gengal.cxx:323
|
svx/source/gengal/gengal.cxx:323
|
||||||
(anonymous namespace)::GalApp aGalApp
|
(anonymous namespace)::GalApp aGalApp
|
||||||
vcl/backendtest/VisualBackendTest.cxx:799
|
svx/source/items/svxerr.cxx:32
|
||||||
|
SvxErrorHandler SINGLETON
|
||||||
|
vcl/backendtest/VisualBackendTest.cxx:883
|
||||||
(anonymous namespace)::VisualBackendTestApp aApplication
|
(anonymous namespace)::VisualBackendTestApp aApplication
|
||||||
vcl/source/uipreviewer/previewer.cxx:113
|
vcl/workben/icontest.cxx:212
|
||||||
(anonymous namespace)::UIPreviewApp aApp
|
|
||||||
vcl/workben/icontest.cxx:214
|
|
||||||
(anonymous namespace)::IconTestApp aApp
|
(anonymous namespace)::IconTestApp aApp
|
||||||
vcl/workben/mtfdemo.cxx:162
|
vcl/workben/mtfdemo.cxx:243
|
||||||
(anonymous namespace)::DemoMtfApp aApp
|
(anonymous namespace)::DemoMtfApp aApp
|
||||||
vcl/workben/vcldemo.cxx:2258
|
vcl/workben/vcldemo.cxx:2268
|
||||||
(anonymous namespace)::DemoApp aApp
|
(anonymous namespace)::DemoApp aApp
|
||||||
xmloff/source/forms/elementimport.hxx:54
|
|
||||||
xmloff::OElementNameMap::MapString2Element s_sElementTranslations
|
|
||||||
|
@@ -1,40 +1,114 @@
|
|||||||
basctl/source/basicide/localizationmgr.cxx:56
|
basctl/source/basicide/localizationmgr.cxx:57
|
||||||
rtl::OUStringLiteral<2> aSemi
|
rtl::OUStringLiteral<2> aSemi
|
||||||
chart2/source/view/inc/ViewDefines.hxx:29
|
chart2/source/view/inc/ViewDefines.hxx:29
|
||||||
double ZDIRECTION
|
double ZDIRECTION
|
||||||
connectivity/source/drivers/hsqldb/HDriver.cxx:345
|
connectivity/source/drivers/hsqldb/HDriver.cxx:346
|
||||||
Reference<class com::sun::star::frame::XTerminateListener> s_xTerminateListener
|
Reference<class com::sun::star::frame::XTerminateListener> s_xTerminateListener
|
||||||
connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx:38
|
connectivity/source/drivers/mysqlc/mysqlc_databasemetadata.cxx:39
|
||||||
std::string wild
|
std::string wild
|
||||||
cppuhelper/source/servicemanager.cxx:2024
|
connectivity/source/inc/dbase/DIndex.hxx:26
|
||||||
|
rtl::OStringLiteral<10> dBASE_III_GROUP
|
||||||
|
cppuhelper/source/servicemanager.cxx:2009
|
||||||
std::vector<css::uno::Mapping> maMaps
|
std::vector<css::uno::Mapping> maMaps
|
||||||
dbaccess/source/ui/browser/genericcontroller.cxx:462
|
hwpfilter/source/grammar.cxx:307
|
||||||
sal_Int32 s_nRecursions
|
|
||||||
hwpfilter/source/grammar.cxx:399
|
|
||||||
int yynerrs
|
int yynerrs
|
||||||
hwpfilter/source/hbox.h:66
|
hwpfilter/source/hbox.h:67
|
||||||
int boxCount
|
int boxCount
|
||||||
hwpfilter/source/ksc5601.h:184
|
hwpfilter/source/ksc5601.h:184
|
||||||
hchar[4888] ksc5601_2uni_page4a
|
hchar[4888] ksc5601_2uni_page4a
|
||||||
hwpfilter/source/nodes.h:98
|
hwpfilter/source/nodes.h:95
|
||||||
std::vector<std::unique_ptr<Node> > nodelist
|
std::vector<std::unique_ptr<Node> > nodelist
|
||||||
i18npool/inc/calendar_hijri.hxx:46
|
idlc/source/idlccompile.cxx:47
|
||||||
double SynMonth
|
|
||||||
i18npool/inc/calendar_hijri.hxx:56
|
|
||||||
double SA_TimeZone
|
|
||||||
i18npool/inc/calendar_hijri.hxx:59
|
|
||||||
double EveningPeriod
|
|
||||||
i18npool/inc/calendar_hijri.hxx:62
|
|
||||||
sal_Int32 [] LeapYear
|
|
||||||
idlc/source/idlccompile.cxx:51
|
|
||||||
int yydebug
|
int yydebug
|
||||||
include/vcl/animate/Animation.hxx:96
|
include/comphelper/storagehelper.hxx:29
|
||||||
|
rtl::OUStringLiteral<14> PACKAGE_STORAGE_FORMAT_STRING
|
||||||
|
include/editeng/unoprnms.hxx:24
|
||||||
|
rtl::OUStringLiteral<15> UNO_NAME_CHAR_COLOR_THEME
|
||||||
|
include/editeng/unoprnms.hxx:25
|
||||||
|
rtl::OUStringLiteral<21> UNO_NAME_CHAR_COLOR_TINT_OR_SHADE
|
||||||
|
include/editeng/unoprnms.hxx:29
|
||||||
|
rtl::OUStringLiteral<14> UNO_NAME_CHAR_UNDERLINE
|
||||||
|
include/svl/inettype.hxx:106
|
||||||
|
rtl::OUStringLiteral<11> CONTENT_TYPE_STR_IMAGE_WEBP
|
||||||
|
include/svtools/soerr.hxx:36
|
||||||
|
ErrMsgCode[] RID_SO_ERROR_HANDLER
|
||||||
|
include/tools/color.hxx:471
|
||||||
|
Color COL_AUTHOR1_DARK
|
||||||
|
include/tools/color.hxx:472
|
||||||
|
Color COL_AUTHOR1_NORMAL
|
||||||
|
include/tools/color.hxx:473
|
||||||
|
Color COL_AUTHOR1_LIGHT
|
||||||
|
include/tools/color.hxx:474
|
||||||
|
Color COL_AUTHOR2_DARK
|
||||||
|
include/tools/color.hxx:475
|
||||||
|
Color COL_AUTHOR2_NORMAL
|
||||||
|
include/tools/color.hxx:476
|
||||||
|
Color COL_AUTHOR2_LIGHT
|
||||||
|
include/tools/color.hxx:477
|
||||||
|
Color COL_AUTHOR3_DARK
|
||||||
|
include/tools/color.hxx:478
|
||||||
|
Color COL_AUTHOR3_NORMAL
|
||||||
|
include/tools/color.hxx:479
|
||||||
|
Color COL_AUTHOR3_LIGHT
|
||||||
|
include/tools/color.hxx:480
|
||||||
|
Color COL_AUTHOR4_DARK
|
||||||
|
include/tools/color.hxx:481
|
||||||
|
Color COL_AUTHOR4_NORMAL
|
||||||
|
include/tools/color.hxx:482
|
||||||
|
Color COL_AUTHOR4_LIGHT
|
||||||
|
include/tools/color.hxx:483
|
||||||
|
Color COL_AUTHOR5_DARK
|
||||||
|
include/tools/color.hxx:484
|
||||||
|
Color COL_AUTHOR5_NORMAL
|
||||||
|
include/tools/color.hxx:485
|
||||||
|
Color COL_AUTHOR5_LIGHT
|
||||||
|
include/tools/color.hxx:486
|
||||||
|
Color COL_AUTHOR6_DARK
|
||||||
|
include/tools/color.hxx:487
|
||||||
|
Color COL_AUTHOR6_NORMAL
|
||||||
|
include/tools/color.hxx:488
|
||||||
|
Color COL_AUTHOR6_LIGHT
|
||||||
|
include/tools/color.hxx:489
|
||||||
|
Color COL_AUTHOR7_DARK
|
||||||
|
include/tools/color.hxx:490
|
||||||
|
Color COL_AUTHOR7_NORMAL
|
||||||
|
include/tools/color.hxx:491
|
||||||
|
Color COL_AUTHOR7_LIGHT
|
||||||
|
include/tools/color.hxx:492
|
||||||
|
Color COL_AUTHOR8_DARK
|
||||||
|
include/tools/color.hxx:493
|
||||||
|
Color COL_AUTHOR8_NORMAL
|
||||||
|
include/tools/color.hxx:494
|
||||||
|
Color COL_AUTHOR8_LIGHT
|
||||||
|
include/tools/color.hxx:495
|
||||||
|
Color COL_AUTHOR9_DARK
|
||||||
|
include/tools/color.hxx:496
|
||||||
|
Color COL_AUTHOR9_NORMAL
|
||||||
|
include/tools/color.hxx:497
|
||||||
|
Color COL_AUTHOR9_LIGHT
|
||||||
|
include/tools/color.hxx:498
|
||||||
|
Color COL_AUTHOR_TABLE_INS
|
||||||
|
include/tools/color.hxx:499
|
||||||
|
Color COL_AUTHOR_TABLE_DEL
|
||||||
|
include/tools/urlobj.hxx:40
|
||||||
|
rtl::OUStringLiteral<7> INET_FTP_SCHEME
|
||||||
|
include/tools/urlobj.hxx:41
|
||||||
|
rtl::OUStringLiteral<8> INET_HTTP_SCHEME
|
||||||
|
include/tools/urlobj.hxx:42
|
||||||
|
rtl::OUStringLiteral<9> INET_HTTPS_SCHEME
|
||||||
|
include/tools/urlobj.hxx:43
|
||||||
|
rtl::OUStringLiteral<8> INET_FILE_SCHEME
|
||||||
|
include/tools/urlobj.hxx:44
|
||||||
|
rtl::OUStringLiteral<8> INET_MAILTO_SCHEME
|
||||||
|
include/vcl/animate/Animation.hxx:97
|
||||||
sal_uLong mnAnimCount
|
sal_uLong mnAnimCount
|
||||||
include/xmloff/xmlimp.hxx:531
|
include/vcl/salnativewidgets.hxx:351
|
||||||
rtl::OUStringLiteral<1> aDefaultNamespace
|
int m_nOverlap
|
||||||
|
include/xmloff/odffields.hxx:45
|
||||||
|
rtl::OUStringLiteral<11> ODF_FORMDATE_CURRENTDATE_FORMAT
|
||||||
libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:31
|
libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:31
|
||||||
gpointer gtv_comments_sidebar_parent_class
|
gpointer gtv_comments_sidebar_parent_class
|
||||||
libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx:61
|
libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx:62
|
||||||
gpointer gtv_lok_dialog_parent_class
|
gpointer gtv_lok_dialog_parent_class
|
||||||
sal/osl/unx/system.cxx:164
|
sal/osl/unx/system.cxx:164
|
||||||
void *[3] dummy
|
void *[3] dummy
|
||||||
@@ -46,6 +120,8 @@ sal/qa/osl/file/osl_File_Const.h:63
|
|||||||
char[11] pBuffer_Number
|
char[11] pBuffer_Number
|
||||||
sal/qa/osl/file/osl_File_Const.h:64
|
sal/qa/osl/file/osl_File_Const.h:64
|
||||||
char[1] pBuffer_Blank
|
char[1] pBuffer_Blank
|
||||||
|
sal/qa/osl/file/osl_File_Const.h:119
|
||||||
|
rtl::OUString aRootURL
|
||||||
sal/qa/osl/file/osl_File_Const.h:129
|
sal/qa/osl/file/osl_File_Const.h:129
|
||||||
rtl::OUString aCanURL2
|
rtl::OUString aCanURL2
|
||||||
sal/qa/osl/file/osl_File_Const.h:131
|
sal/qa/osl/file/osl_File_Const.h:131
|
||||||
@@ -140,41 +216,61 @@ sal/qa/OStringBuffer/rtl_String_Const.h:450
|
|||||||
sal_Int32[12] input2StrLastNormal
|
sal_Int32[12] input2StrLastNormal
|
||||||
sal/qa/OStringBuffer/rtl_String_Const.h:454
|
sal/qa/OStringBuffer/rtl_String_Const.h:454
|
||||||
sal_Int32[12] expValStrLastNormal
|
sal_Int32[12] expValStrLastNormal
|
||||||
sal/qa/rtl/strings/test_oustring_stringliterals.cxx:47
|
sc/inc/mtvelements.hxx:116
|
||||||
rtlunittest::OUStringLiteral<6> dummy
|
mdds::mtv::lu_factor_t loop_unrolling
|
||||||
sc/source/core/data/drwlayer.cxx:86
|
sc/source/core/data/drwlayer.cxx:86
|
||||||
E3dObjFactory * pF3d
|
E3dObjFactory * pF3d
|
||||||
sd/source/ui/inc/framework/FrameworkHelper.hxx:80
|
sfx2/inc/strings.hxx:48
|
||||||
rtl::OUStringLiteral<28> msTaskPanelURLPrefix
|
rtl::OUStringLiteral<7> STR_TEMPLATE_NAME31_DEF
|
||||||
sfx2/source/appl/appdata.cxx:48
|
sfx2/inc/strings.hxx:49
|
||||||
|
rtl::OUStringLiteral<5> STR_TEMPLATE_NAME32_DEF
|
||||||
|
sfx2/source/appl/appdata.cxx:44
|
||||||
BasicDLL * pBasic
|
BasicDLL * pBasic
|
||||||
sfx2/source/appl/shutdownicon.hxx:108
|
sfx2/source/appl/shutdownicon.hxx:53
|
||||||
|
rtl::OUStringLiteral<24> WRITER_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:54
|
||||||
|
rtl::OUStringLiteral<22> CALC_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:55
|
||||||
|
rtl::OUStringLiteral<25> IMPRESS_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:56
|
||||||
|
rtl::OUStringLiteral<35> IMPRESS_WIZARD_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:57
|
||||||
|
rtl::OUStringLiteral<22> DRAW_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:58
|
||||||
|
rtl::OUStringLiteral<22> MATH_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:59
|
||||||
|
rtl::OUStringLiteral<38> BASE_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:60
|
||||||
|
rtl::OUStringLiteral<21> STARTMODULE_URL
|
||||||
|
sfx2/source/appl/shutdownicon.hxx:106
|
||||||
_Bool bModalMode
|
_Bool bModalMode
|
||||||
soltools/cpp/cpp.h:246
|
soltools/cpp/cpp.h:246
|
||||||
Nlist * kwdefined
|
Nlist * kwdefined
|
||||||
|
starmath/inc/mathml/attribute.hxx:192
|
||||||
|
SmMlAttributePos[1] MlAttributeListEmpty
|
||||||
|
starmath/inc/mathml/attribute.hxx:193
|
||||||
|
SmMlAttributePos[1] MlAttributeListMath
|
||||||
starmath/inc/mathml/mathmlMo.hxx:106
|
starmath/inc/mathml/mathmlMo.hxx:106
|
||||||
std::vector<moOperatorData> moOperatorDataDictionary
|
std::vector<moOperatorData> moOperatorDataDictionary
|
||||||
starmath/inc/mathml/starmathdatabase.hxx:189
|
starmath/inc/mathml/starmathdatabase.hxx:189
|
||||||
Color COL_SM_DIV_BLACK
|
Color COL_SM_DIV_BLACK
|
||||||
starmath/inc/mathml/starmathdatabase.hxx:190
|
starmath/inc/mathml/starmathdatabase.hxx:190
|
||||||
Color COL_SM_DIV_BLUE
|
Color COL_SM_DIV_BLUE
|
||||||
svl/source/items/style.cxx:59
|
svl/source/items/style.cxx:60
|
||||||
(anonymous namespace)::DbgStyleSheetReferences aDbgStyleSheetReferences
|
(anonymous namespace)::DbgStyleSheetReferences aDbgStyleSheetReferences
|
||||||
sw/source/core/inc/swfont.hxx:989
|
sw/source/core/inc/swfont.hxx:996
|
||||||
SvStatistics g_SvStat
|
SvStatistics g_SvStat
|
||||||
sw/source/filter/ww8/ww8par6.cxx:1083
|
sw/source/filter/ww8/ww8par6.cxx:1088
|
||||||
sal_uInt16[2] nLef
|
sal_uInt16[2] nLef
|
||||||
sw/source/filter/ww8/ww8par6.cxx:1084
|
sw/source/filter/ww8/ww8par6.cxx:1089
|
||||||
sal_uInt16[2] nRig
|
sal_uInt16[2] nRig
|
||||||
sw/source/filter/ww8/ww8par6.cxx:1135
|
sw/source/filter/ww8/ww8par6.cxx:1141
|
||||||
sal_uInt16[2] nTop
|
sal_uInt16[2] nTop
|
||||||
sw/source/filter/ww8/ww8par6.cxx:1136
|
sw/source/filter/ww8/ww8par6.cxx:1142
|
||||||
sal_uInt16[2] nBot
|
sal_uInt16[2] nBot
|
||||||
|
unotools/source/config/eventcfg.cxx:377
|
||||||
|
rtl::Reference<GlobalEventConfig> createImpl
|
||||||
vcl/qa/cppunit/timer.cxx:54
|
vcl/qa/cppunit/timer.cxx:54
|
||||||
(anonymous namespace)::WatchDog * aWatchDog
|
(anonymous namespace)::WatchDog * aWatchDog
|
||||||
vcl/source/filter/FilterConfigCache.hxx:49
|
vcl/unx/gtk3/a11y/atkutil.cxx:444
|
||||||
char *[] InternalVectorFilterNameList
|
|
||||||
vcl/unx/gtk3/a11y/gtk3atkutil.cxx:447
|
|
||||||
(anonymous namespace)::WindowList g_aWindowList
|
(anonymous namespace)::WindowList g_aWindowList
|
||||||
xmloff/source/draw/sdpropls.cxx:365
|
|
||||||
XMLPropertyMapEntry [5] aXMLSDPresPageProps_onlyHeadersFooter
|
|
||||||
|
@@ -21,8 +21,6 @@
|
|||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
inline constexpr OUStringLiteral UNO_NAME_CHAR_COLOR = u"CharColor";
|
inline constexpr OUStringLiteral UNO_NAME_CHAR_COLOR = u"CharColor";
|
||||||
inline constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_THEME = u"CharColorTheme";
|
|
||||||
inline constexpr OUStringLiteral UNO_NAME_CHAR_COLOR_TINT_OR_SHADE = u"CharColorTintOrShade";
|
|
||||||
inline constexpr OUStringLiteral UNO_NAME_CHAR_HEIGHT = u"CharHeight";
|
inline constexpr OUStringLiteral UNO_NAME_CHAR_HEIGHT = u"CharHeight";
|
||||||
inline constexpr OUStringLiteral UNO_NAME_CHAR_POSTURE = u"CharPosture";
|
inline constexpr OUStringLiteral UNO_NAME_CHAR_POSTURE = u"CharPosture";
|
||||||
inline constexpr OUStringLiteral UNO_NAME_CHAR_SHADOWED = u"CharShadowed";
|
inline constexpr OUStringLiteral UNO_NAME_CHAR_SHADOWED = u"CharShadowed";
|
||||||
|
@@ -103,7 +103,6 @@ inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_PCX = u"image/pcx";
|
|||||||
inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_PNG = u"image/png";
|
inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_PNG = u"image/png";
|
||||||
inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_TIFF = u"image/tiff";
|
inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_TIFF = u"image/tiff";
|
||||||
inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_BMP = u"image/x-MS-bmp";
|
inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_BMP = u"image/x-MS-bmp";
|
||||||
inline constexpr OUStringLiteral CONTENT_TYPE_STR_IMAGE_WEBP = u"image/webp";
|
|
||||||
inline constexpr OUStringLiteral CONTENT_TYPE_STR_INET_MSG_RFC822 = u"message/rfc822";
|
inline constexpr OUStringLiteral CONTENT_TYPE_STR_INET_MSG_RFC822 = u"message/rfc822";
|
||||||
inline constexpr OUStringLiteral CONTENT_TYPE_STR_INET_MULTI_ALTERNATIVE = u"multipart/alternative";
|
inline constexpr OUStringLiteral CONTENT_TYPE_STR_INET_MULTI_ALTERNATIVE = u"multipart/alternative";
|
||||||
inline constexpr OUStringLiteral CONTENT_TYPE_STR_INET_MULTI_DIGEST = u"multipart/digest";
|
inline constexpr OUStringLiteral CONTENT_TYPE_STR_INET_MULTI_DIGEST = u"multipart/digest";
|
||||||
|
@@ -40,7 +40,6 @@ private:
|
|||||||
void cleanup();
|
void cleanup();
|
||||||
std::vector<std::shared_ptr<svl::SharedStringPool>> mPoolsToPurge;
|
std::vector<std::shared_ptr<svl::SharedStringPool>> mPoolsToPurge;
|
||||||
Timer mTimer;
|
Timer mTimer;
|
||||||
static SharedStringPoolPurge* self;
|
|
||||||
DECL_LINK(timerHandler, Timer*, void);
|
DECL_LINK(timerHandler, Timer*, void);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user