[Libreoffice-commits] core.git: 3 commits - chart2/source compilerplugins/clang connectivity/source dbaccess/source editeng/inc include/oox include/sfx2 include/svx include/vcl oox/inc oox/source sc/inc sc/source sfx2/source svx/source sw/source vcl/source writerfilter/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 8 06:40:59 UTC 2018
chart2/source/controller/dialogs/dlg_ObjectProperties.cxx | 26
compilerplugins/clang/constantparam.bitmask.results | 14
compilerplugins/clang/constantparam.booleans.results | 466 ++++-----
compilerplugins/clang/constantparam.constructors.results | 96 +
compilerplugins/clang/constantparam.numbers.results | 484 +++++-----
compilerplugins/clang/unusedfields.only-used-in-constructor.results | 70 -
compilerplugins/clang/unusedfields.readonly.results | 28
compilerplugins/clang/unusedfields.untouched.results | 48
compilerplugins/clang/unusedfields.writeonly.results | 42
compilerplugins/clang/unusedmethods.results | 134 +-
compilerplugins/clang/unusedmethods.unused-returns.results | 36
connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx | 3
connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx | 2
dbaccess/source/ui/dlg/dbadmin.cxx | 8
dbaccess/source/ui/inc/dbadmin.hxx | 1
editeng/inc/editdoc.hxx | 2
include/oox/core/filterbase.hxx | 4
include/oox/drawingml/shape.hxx | 8
include/sfx2/tabdlg.hxx | 3
include/svx/dialcontrol.hxx | 1
include/vcl/outdev.hxx | 1
include/vcl/window.hxx | 2
oox/inc/drawingml/diagram/diagram.hxx | 6
oox/source/core/filterbase.cxx | 5
oox/source/drawingml/diagram/diagram.cxx | 51 -
oox/source/drawingml/shape.cxx | 8
sc/inc/compiler.hxx | 2
sc/source/core/tool/compiler.cxx | 10
sc/source/core/tool/rangenam.cxx | 2
sfx2/source/dialog/tabdlg.cxx | 5
svx/source/dialog/dialcontrol.cxx | 1
sw/source/core/txtnode/fntcache.cxx | 2
sw/source/ui/dialog/wordcountdialog.cxx | 1
sw/source/ui/index/swuiidxmrk.cxx | 1
sw/source/uibase/dbui/mailmergehelper.cxx | 2
sw/source/uibase/inc/mailmergehelper.hxx | 1
sw/source/uibase/inc/swuiidxmrk.hxx | 1
sw/source/uibase/inc/wordcountdialog.hxx | 1
vcl/source/gdi/pdfbuildin_fonts.hxx | 1
vcl/source/outdev/text.cxx | 3
vcl/source/window/stacking.cxx | 4
writerfilter/source/rtftok/rtfdispatchvalue.cxx | 1
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 1
writerfilter/source/rtftok/rtfdocumentimpl.hxx | 1
44 files changed, 758 insertions(+), 831 deletions(-)
New commits:
commit 1cfa1d9e1041b0e82d9be90847c428adfd01476e
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 7 16:48:42 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Nov 8 07:38:35 2018 +0100
loplugin:unusedfields
Change-Id: Id16846c19c57ec437a64146d0fa771c1bfc05135
Reviewed-on: https://gerrit.libreoffice.org/63028
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/compilerplugins/clang/unusedfields.only-used-in-constructor.results b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
index 4c0d68ae1977..56f1939b7a5d 100644
--- a/compilerplugins/clang/unusedfields.only-used-in-constructor.results
+++ b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
@@ -9,9 +9,9 @@ avmedia/source/vlc/wrapper/Types.hxx:44
avmedia/source/vlc/wrapper/Types.hxx:45
libvlc_event_t::(anonymous union)::(anonymous) dummy2 const char *
avmedia/source/vlc/wrapper/Types.hxx:46
- libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/noel/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:43:7)
+ libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/noel/disk2/libo5/avmedia/source/vlc/wrapper/Types.hxx:43:7)
avmedia/source/vlc/wrapper/Types.hxx:47
- libvlc_event_t u union (anonymous union at /media/noel/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:41:5)
+ libvlc_event_t u union (anonymous union at /media/noel/disk2/libo5/avmedia/source/vlc/wrapper/Types.hxx:41:5)
avmedia/source/vlc/wrapper/Types.hxx:53
libvlc_track_description_t psz_name char *
basegfx/source/polygon/b2dtrapezoid.cxx:202
@@ -40,6 +40,8 @@ connectivity/source/drivers/evoab2/EApi.h:126
(anonymous) ext char *
connectivity/source/drivers/evoab2/NStatement.hxx:57
connectivity::evoab::FieldSort bAscending _Bool
+connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx:65
+ connectivity::mysqlc::OResultSet m_rConnection class connectivity::mysqlc::OConnection &
connectivity/source/inc/component/CResultSet.hxx:44
connectivity::component::OComponentResultSet m_bBookmarkable _Bool
connectivity/source/inc/dbase/DResultSet.hxx:43
@@ -66,13 +68,13 @@ connectivity/source/inc/flat/EResultSet.hxx:42
connectivity::flat::OFlatResultSet m_bBookmarkable _Bool
connectivity/source/inc/java/lang/Object.hxx:45
connectivity::SDBThreadAttach m_aGuard jvmaccess::class VirtualMachine::AttachGuard
-cppcanvas/source/mtfrenderer/textaction.cxx:832
+cppcanvas/source/mtfrenderer/textaction.cxx:809
cppcanvas::internal::(anonymous namespace)::EffectTextAction maTextLineInfo const tools::TextLineInfo
-cppcanvas/source/mtfrenderer/textaction.cxx:1674
+cppcanvas/source/mtfrenderer/textaction.cxx:1638
cppcanvas::internal::(anonymous namespace)::OutlineAction maTextLineInfo const tools::TextLineInfo
cppu/source/threadpool/threadpool.cxx:355
_uno_ThreadPool dummy sal_Int32
-cppu/source/typelib/typelib.cxx:63
+cppu/source/typelib/typelib.cxx:59
AlignSize_Impl nInt16 sal_Int16
cppu/source/uno/check.cxx:38
(anonymous namespace)::C1 n1 sal_Int16
@@ -120,13 +122,13 @@ cppu/source/uno/check.cxx:138
(anonymous namespace)::Char4 chars struct (anonymous namespace)::Char3
cui/source/dialogs/colorpicker.cxx:712
cui::ColorPickerDialog m_aColorPrevious class cui::ColorPreviewControl
-cui/source/factory/dlgfact.cxx:1421
+cui/source/factory/dlgfact.cxx:1381
SvxMacroAssignDialog m_aItems class SfxItemSet
cui/source/inc/cfgutil.hxx:190
SvxScriptSelectorDialog m_aStylesInfo struct SfxStylesInfo_Impl
-cui/source/inc/cuitabarea.hxx:234
+cui/source/inc/cuitabarea.hxx:233
SvxAreaTabPage maFixed_ChangeType enum ChangeType
-cui/source/inc/cuitabarea.hxx:242
+cui/source/inc/cuitabarea.hxx:241
SvxAreaTabPage m_aXFillAttr class XFillAttrSetItem
cui/source/inc/tabstpge.hxx:93
SvxTabulatorTabPage m_aLeftWin class TabWin_Impl
@@ -158,10 +160,6 @@ dbaccess/source/core/dataaccess/connection.hxx:101
dbaccess::OConnection m_nInAppend std::atomic<std::size_t>
dbaccess/source/ui/dlg/admincontrols.hxx:52
dbaui::MySQLNativeSettings m_aControlDependencies ::svt::ControlDependencyManager
-dbaccess/source/ui/dlg/advancedsettings.hxx:65
- dbaui::SpecialSettingsPage m_aControlDependencies ::svt::ControlDependencyManager
-dbaccess/source/ui/dlg/advancedsettings.hxx:105
- dbaui::GeneratedValuesPage m_aControlDependencies ::svt::ControlDependencyManager
drawinglayer/source/tools/emfphelperdata.hxx:155
emfplushelper::EmfPlusHelperData mnFrameRight sal_Int32
drawinglayer/source/tools/emfphelperdata.hxx:156
@@ -212,6 +210,8 @@ include/svl/ondemand.hxx:58
OnDemandLocaleDataWrapper aSysLocale class SvtSysLocale
include/svx/ClassificationDialog.hxx:59
svx::ClassificationDialog m_bPerParagraph const _Bool
+include/svx/dialcontrol.hxx:115
+ svx::DialControl::DialControl_Impl mnInitialAngle sal_Int32
include/svx/itemwin.hxx:34
SvxLineBox aDelayTimer class Timer
include/vcl/font/Feature.hxx:102
@@ -256,7 +256,7 @@ lotuswordpro/source/filter/bento.hxx:352
OpenStormBento::CBenNamedObject cNameListElmt class OpenStormBento::CBenNamedObjectListElmt
lotuswordpro/source/filter/clone.hxx:23
detail::has_clone::(anonymous) a char [2]
-oox/source/drawingml/diagram/diagramlayoutatoms.hxx:188
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:201
oox::drawingml::ConditionAtom maIter struct oox::drawingml::IteratorAttr
oox/source/drawingml/diagram/layoutnodecontext.cxx:84
oox::drawingml::AlgorithmContext mnRevision sal_Int32
@@ -280,7 +280,7 @@ oox/source/ppt/timenodelistcontext.cxx:851
oox::ppt::AnimMotionContext mnPathEditMode sal_Int32
oox/source/ppt/timenodelistcontext.cxx:852
oox::ppt::AnimMotionContext mnAngle sal_Int32
-opencl/source/openclwrapper.cxx:305
+opencl/source/openclwrapper.cxx:306
openclwrapper::(anonymous namespace)::OpenCLEnv mpOclCmdQueue cl_command_queue [1]
pyuno/source/module/pyuno_impl.hxx:224
pyuno::(anonymous) ob_base PyObject
@@ -300,11 +300,11 @@ sal/osl/unx/thread.cxx:95
osl_thread_priority_st m_Lowest const int
sal/osl/unx/thread.cxx:113
osl_thread_global_st m_priority const struct osl_thread_priority_st
-sal/qa/osl/process/osl_process.cxx:155
+sal/qa/osl/process/osl_process.cxx:151
Test_osl_executeProcess env_param_ const class rtl::OUString
sal/textenc/textenc.cxx:406
(anonymous namespace)::FullTextEncodingData module_ osl::Module
-sc/inc/column.hxx:128
+sc/inc/column.hxx:125
ScColumn maCellsEvent const sc::CellStoreEvent
sc/inc/compiler.hxx:256
ScCompiler::AddInMap pODFF const char *
@@ -312,9 +312,9 @@ sc/inc/compiler.hxx:257
ScCompiler::AddInMap pEnglish const char *
sc/inc/compiler.hxx:259
ScCompiler::AddInMap pUpper const char *
-sc/inc/interpretercontext.hxx:32
+sc/inc/interpretercontext.hxx:36
ScInterpreterContext mrDoc const class ScDocument &
-sc/inc/token.hxx:406
+sc/inc/token.hxx:400
SingleDoubleRefModifier aDub struct ScComplexRefData
sc/qa/unit/ucalc_column.cxx:104
aInputs aName const char *
@@ -334,7 +334,7 @@ sc/source/filter/inc/xetable.hxx:1002
XclExpCellTable maArrayBfr class XclExpArrayBuffer
sc/source/filter/inc/xetable.hxx:1003
XclExpCellTable maShrfmlaBfr class XclExpShrfmlaBuffer
-sc/source/filter/inc/xiescher.hxx:1202
+sc/source/filter/inc/xiescher.hxx:1200
XclImpDffPropSet maDummyStrm class SvMemoryStream
sc/source/filter/inc/xihelper.hxx:328
XclImpCachedValue mxTokArr XclImpCachedValue::ScTokenArrayPtr
@@ -356,27 +356,27 @@ sc/source/ui/inc/acredlin.hxx:51
ScAcceptChgDlg aReOpenIdle class Idle
sc/source/ui/inc/anyrefdg.hxx:112
ScRefHandler m_aIdle class Idle
-sc/source/ui/inc/msgpool.hxx:37
+sc/source/ui/inc/msgpool.hxx:35
ScMessagePool aGlobalStringItem class SfxStringItem
-sc/source/ui/inc/msgpool.hxx:38
+sc/source/ui/inc/msgpool.hxx:36
ScMessagePool aGlobalSearchItem class SvxSearchItem
-sc/source/ui/inc/msgpool.hxx:39
+sc/source/ui/inc/msgpool.hxx:37
ScMessagePool aGlobalSortItem class ScSortItem
-sc/source/ui/inc/msgpool.hxx:40
+sc/source/ui/inc/msgpool.hxx:38
ScMessagePool aGlobalQueryItem class ScQueryItem
-sc/source/ui/inc/msgpool.hxx:41
+sc/source/ui/inc/msgpool.hxx:39
ScMessagePool aGlobalSubTotalItem class ScSubTotalItem
-sc/source/ui/inc/msgpool.hxx:42
+sc/source/ui/inc/msgpool.hxx:40
ScMessagePool aGlobalConsolidateItem class ScConsolidateItem
-sc/source/ui/inc/msgpool.hxx:43
+sc/source/ui/inc/msgpool.hxx:41
ScMessagePool aGlobalPivotItem class ScPivotItem
-sc/source/ui/inc/msgpool.hxx:44
+sc/source/ui/inc/msgpool.hxx:42
ScMessagePool aGlobalSolveItem class ScSolveItem
-sc/source/ui/inc/msgpool.hxx:45
+sc/source/ui/inc/msgpool.hxx:43
ScMessagePool aGlobalUserListItem class ScUserListItem
-sc/source/ui/inc/msgpool.hxx:46
+sc/source/ui/inc/msgpool.hxx:44
ScMessagePool aCondFormatDlgItem class ScCondFormatDlgItem
-sc/source/ui/inc/notemark.hxx:43
+sc/source/ui/inc/notemark.hxx:46
ScNoteMarker m_aTimer class Timer
sccomp/source/solver/DifferentialEvolution.hxx:35
DifferentialEvolutionAlgorithm maRandomDevice std::random_device
@@ -398,7 +398,7 @@ sd/source/ui/remotecontrol/ZeroconfService.hxx:36
sd::ZeroconfService port const uint
sd/source/ui/table/TableDesignPane.hxx:104
sd::TableDesignPane aImpl const class sd::TableDesignWidget
-sd/source/ui/view/DocumentRenderer.cxx:1319
+sd/source/ui/view/DocumentRenderer.cxx:1313
sd::DocumentRenderer::Implementation mxObjectShell const SfxObjectShellRef
sd/source/ui/view/viewshel.cxx:1211
sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock const sd::slidesorter::view::class SlideSorterView::DrawLock
@@ -470,7 +470,7 @@ svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:1092
(anonymous namespace)::ExpressionGrammar::definition modifierReference ::boost::spirit::rule<ScannerT>
svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:1093
(anonymous namespace)::ExpressionGrammar::definition identifier ::boost::spirit::rule<ScannerT>
-svx/source/dialog/framelinkarray.cxx:378
+svx/source/dialog/framelinkarray.cxx:379
svx::frame::MergedCellIterator mnFirstRow size_t
svx/source/dialog/imapwnd.hxx:78
IMapWindow maItemInfos struct SfxItemInfo [1]
@@ -490,7 +490,7 @@ sw/inc/unosett.hxx:144
SwXNumberingRules m_pImpl ::sw::UnoImplPtr<Impl>
sw/qa/core/test_ToxTextGenerator.cxx:134
ToxTextGeneratorWithMockedChapterField mChapterFieldType class SwChapterFieldType
-sw/qa/extras/uiwriter/uiwriter.cxx:4007
+sw/qa/extras/uiwriter/uiwriter.cxx:4006
IdleTask maIdle class Idle
sw/source/core/crsr/crbm.cxx:64
(anonymous namespace)::CursorStateHelper m_aSaveState const class SwCursorSaveState
@@ -570,13 +570,13 @@ vcl/inc/unx/i18n_ic.hxx:46
SalI18N_InputContext maSwitchIMCallback XIMCallback
vcl/inc/unx/i18n_ic.hxx:47
SalI18N_InputContext maDestroyCallback XIMCallback
-vcl/source/app/salvtables.cxx:1575
+vcl/source/app/salvtables.cxx:1613
SalInstanceEntry m_aTextFilter class SalInstanceEntry::WeldTextFilter
vcl/source/gdi/jobset.cxx:35
ImplOldJobSetupData cDeviceName char [32]
vcl/source/gdi/jobset.cxx:36
ImplOldJobSetupData cPortName char [32]
-vcl/unx/gtk3/gtk3gtkinst.cxx:2403
+vcl/unx/gtk3/gtk3gtkinst.cxx:2495
CrippledViewport viewport GtkViewport
vcl/unx/gtk/a11y/atkhypertext.cxx:29
(anonymous) atk_hyper_link const AtkHyperlink
diff --git a/compilerplugins/clang/unusedfields.readonly.results b/compilerplugins/clang/unusedfields.readonly.results
index 30c3070d9cd5..e5ae585f3d9f 100644
--- a/compilerplugins/clang/unusedfields.readonly.results
+++ b/compilerplugins/clang/unusedfields.readonly.results
@@ -92,9 +92,9 @@ connectivity/source/inc/TConnection.hxx:56
connectivity::OMetaConnection m_aResources class connectivity::SharedResources
connectivity/source/inc/writer/WTable.hxx:69
connectivity::writer::OWriterTable m_nStartCol sal_Int32
-cppcanvas/source/mtfrenderer/textaction.cxx:839
+cppcanvas/source/mtfrenderer/textaction.cxx:816
cppcanvas::internal::(anonymous namespace)::EffectTextAction maTextFillColor const ::Color
-cppcanvas/source/mtfrenderer/textaction.cxx:1682
+cppcanvas/source/mtfrenderer/textaction.cxx:1646
cppcanvas::internal::(anonymous namespace)::OutlineAction maTextFillColor const ::Color
cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx:35
Mapping m_from uno::Environment
@@ -162,7 +162,7 @@ cui/source/options/personalization.hxx:38
SvxPersonalizationTabPage m_vDefaultPersonaImages VclPtr<class PushButton> [6]
cui/source/options/personalization.hxx:102
SelectPersonaDialog m_vResultList VclPtr<class PushButton> [9]
-cui/source/options/treeopt.cxx:469
+cui/source/options/treeopt.cxx:472
OptionsGroupInfo m_bLoadError _Bool
dbaccess/source/core/api/RowSetBase.hxx:85
dbaccess::ORowSetBase m_aEmptyValue connectivity::ORowSetValue
@@ -208,7 +208,7 @@ dbaccess/source/ui/dlg/advancedsettings.hxx:56
dbaui::SpecialSettingsPage m_xPrimaryKeySupport std::unique_ptr<weld::CheckButton>
dbaccess/source/ui/dlg/advancedsettings.hxx:57
dbaui::SpecialSettingsPage m_xRespectDriverResultSetType std::unique_ptr<weld::CheckButton>
-dbaccess/source/ui/inc/charsetlistbox.hxx:42
+dbaccess/source/ui/inc/charsetlistbox.hxx:44
dbaui::CharSetListBox m_aCharSets class dbaui::OCharsetDisplay
dbaccess/source/ui/inc/WCopyTable.hxx:269
dbaui::OCopyTableWizard m_aLocale css::lang::Locale
@@ -342,7 +342,7 @@ include/sfx2/msg.hxx:108
SfxType aAttrib struct SfxTypeAttrib [1]
include/sfx2/msg.hxx:118
SfxType0 pType const std::type_info *
-include/sfx2/sidebar/ResourceManager.hxx:108
+include/sfx2/sidebar/ResourceManager.hxx:109
sfx2::sidebar::ResourceManager maMiscOptions const class SvtMiscOptions
include/svl/adrparse.hxx:52
SvAddressParser m_bHasFirst _Bool
@@ -373,7 +373,7 @@ include/test/sheet/xnamedranges.hxx:38
include/test/sheet/xspreadsheets2.hxx:46
apitest::XSpreadsheets2 xDocument css::uno::Reference<css::sheet::XSpreadsheetDocument>
include/unoidl/unoidl.hxx:444
- unoidl::ConstantValue union unoidl::ConstantValue::(anonymous at /media/noel/disk2/libo4/include/unoidl/unoidl.hxx:444:5)
+ unoidl::ConstantValue union unoidl::ConstantValue::(anonymous at /media/noel/disk2/libo5/include/unoidl/unoidl.hxx:444:5)
include/unoidl/unoidl.hxx:445
unoidl::ConstantValue::(anonymous) booleanValue _Bool
include/unoidl/unoidl.hxx:446
@@ -422,9 +422,9 @@ oox/qa/token/tokenmap-test.cxx:34
oox::TokenmapTest tokenMap const class oox::TokenMap
oox/qa/unit/vba_compression.cxx:71
TestVbaCompression m_directories const test::Directories
-oox/source/drawingml/chart/objectformatter.cxx:708
+oox/source/drawingml/chart/objectformatter.cxx:710
oox::drawingml::chart::ObjectFormatterData maFromLocale const struct com::sun::star::lang::Locale
-oox/source/drawingml/diagram/diagramlayoutatoms.hxx:208
+oox/source/drawingml/diagram/diagramlayoutatoms.hxx:221
oox::drawingml::ChooseAtom maEmptyChildren const std::vector<LayoutAtomPtr>
registry/source/reflwrit.cxx:141
writeDouble(sal_uInt8 *, double)::(anonymous union)::(anonymous) b1 sal_uInt32
@@ -455,7 +455,7 @@ sal/rtl/uuid.cxx:65
sc/inc/compiler.hxx:127
ScRawToken::(anonymous union)::(anonymous) eItem const class ScTableRefToken::Item
sc/inc/compiler.hxx:128
- ScRawToken::(anonymous) table const struct (anonymous struct at /media/noel/disk2/libo4/sc/inc/compiler.hxx:125:9)
+ ScRawToken::(anonymous) table const struct (anonymous struct at /media/noel/disk2/libo5/sc/inc/compiler.hxx:125:9)
sc/inc/compiler.hxx:133
ScRawToken::(anonymous) pMat class ScMatrix *const
sc/inc/formulagroup.hxx:39
@@ -464,7 +464,7 @@ sc/inc/reordermap.hxx:21
sc::ColRowReorderMapType maData sc::ColRowReorderMapType::DataType
sc/source/core/inc/adiasync.hxx:42
ScAddInAsync::(anonymous) pStr class rtl::OUString *
-sc/source/core/inc/interpre.hxx:99
+sc/source/core/inc/interpre.hxx:102
ScTokenStack pPointer const formula::FormulaToken *[512]
sc/source/filter/excel/xltoolbar.cxx:34
MSOExcelCommandConvertor msoToOOcmd IdToString
@@ -514,7 +514,7 @@ sc/source/ui/vba/vbaformatconditions.hxx:38
ScVbaFormatConditions mxParentRangePropertySet css::uno::Reference<css::beans::XPropertySet>
sc/source/ui/vba/vbaworksheet.hxx:54
ScVbaWorksheet mxButtons ::rtl::Reference<ScVbaSheetObjectsBase> [2]
-sd/inc/Outliner.hxx:280
+sd/inc/Outliner.hxx:275
SdOutliner mpFirstObj class SdrObject *
sd/inc/sdmod.hxx:116
SdModule gImplImpressPropertySetInfoCache SdExtPropertySetInfoCache
@@ -650,6 +650,8 @@ sw/source/uibase/dbui/mmconfigitem.cxx:111
SwMailMergeConfigItem_Impl m_aNeutralGreetingLines std::vector<OUString>
sw/source/uibase/inc/fldmgr.hxx:78
SwInsertField_Data m_aDBDataSource const css::uno::Any
+sw/source/uibase/inc/mailmergehelper.hxx:117
+ AddressPreview m_aSelectHdl Link<class LinkParamNone *, void>
sw/source/uibase/inc/optload.hxx:106
CaptionComboBox aDefault const class rtl::OUString
toolkit/source/awt/vclxtoolkit.cxx:434
@@ -782,9 +784,9 @@ vcl/source/gdi/dibtools.cxx:117
(anonymous namespace)::DIBV5Header nV5ProfileSize sal_uInt32
vcl/source/gdi/dibtools.cxx:118
(anonymous namespace)::DIBV5Header nV5Reserved sal_uInt32
-vcl/source/gdi/pdfwriter_impl.hxx:299
+vcl/source/gdi/pdfwriter_impl.hxx:280
vcl::PDFWriterImpl::TransparencyEmit m_pSoftMaskStream std::unique_ptr<SvMemoryStream>
-vcl/source/window/menuitemlist.hxx:57
+vcl/source/window/menuitemlist.hxx:58
MenuItemData aAccessibleName const class rtl::OUString
vcl/unx/generic/print/bitmap_gfx.cxx:67
psp::HexEncoder mpFileBuffer sal_Char [16400]
diff --git a/compilerplugins/clang/unusedfields.untouched.results b/compilerplugins/clang/unusedfields.untouched.results
index 9e3f35f805f4..7cdbcc4d018b 100644
--- a/compilerplugins/clang/unusedfields.untouched.results
+++ b/compilerplugins/clang/unusedfields.untouched.results
@@ -5,9 +5,9 @@ avmedia/source/vlc/wrapper/Types.hxx:44
avmedia/source/vlc/wrapper/Types.hxx:45
libvlc_event_t::(anonymous union)::(anonymous) dummy2 const char *
avmedia/source/vlc/wrapper/Types.hxx:46
- libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/noel/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:43:7)
+ libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/noel/disk2/libo5/avmedia/source/vlc/wrapper/Types.hxx:43:7)
avmedia/source/vlc/wrapper/Types.hxx:47
- libvlc_event_t u union (anonymous union at /media/noel/disk2/libo4/avmedia/source/vlc/wrapper/Types.hxx:41:5)
+ libvlc_event_t u union (anonymous union at /media/noel/disk2/libo5/avmedia/source/vlc/wrapper/Types.hxx:41:5)
avmedia/source/vlc/wrapper/Types.hxx:53
libvlc_track_description_t psz_name char *
basctl/source/inc/dlged.hxx:122
@@ -42,7 +42,7 @@ connectivity/source/drivers/mork/MDatabaseMetaData.hxx:29
connectivity::mork::ODatabaseMetaData m_pMetaDataHelper std::unique_ptr<MDatabaseMetaDataHelper>
cppu/source/threadpool/threadpool.cxx:355
_uno_ThreadPool dummy sal_Int32
-cppu/source/typelib/typelib.cxx:63
+cppu/source/typelib/typelib.cxx:59
AlignSize_Impl nInt16 sal_Int16
cui/source/dialogs/colorpicker.cxx:714
cui::ColorPickerDialog m_xColorField std::unique_ptr<weld::CustomWeld>
@@ -96,14 +96,20 @@ cui/source/inc/transfrm.hxx:193
SvxAngleTabPage m_xCtlAngle std::unique_ptr<weld::CustomWeld>
dbaccess/source/sdbtools/inc/connectiondependent.hxx:116
sdbtools::ConnectionDependentComponent::EntryGuard m_aMutexGuard ::osl::MutexGuard
-dbaccess/source/ui/dlg/advancedsettings.hxx:65
- dbaui::SpecialSettingsPage m_aControlDependencies ::svt::ControlDependencyManager
-dbaccess/source/ui/dlg/advancedsettings.hxx:100
+dbaccess/source/ui/dlg/advancedsettings.hxx:98
dbaui::GeneratedValuesPage m_xAutoIncrementLabel std::unique_ptr<weld::Label>
-dbaccess/source/ui/dlg/advancedsettings.hxx:102
+dbaccess/source/ui/dlg/advancedsettings.hxx:100
dbaui::GeneratedValuesPage m_xAutoRetrievingLabel std::unique_ptr<weld::Label>
-dbaccess/source/ui/dlg/advancedsettings.hxx:105
- dbaui::GeneratedValuesPage m_aControlDependencies ::svt::ControlDependencyManager
+dbaccess/source/ui/dlg/detailpages.hxx:67
+ dbaui::OCommonBehaviourTabPage m_xAutoRetrievingEnabled std::unique_ptr<weld::CheckButton>
+dbaccess/source/ui/dlg/detailpages.hxx:68
+ dbaui::OCommonBehaviourTabPage m_xAutoIncrementLabel std::unique_ptr<weld::Label>
+dbaccess/source/ui/dlg/detailpages.hxx:69
+ dbaui::OCommonBehaviourTabPage m_xAutoIncrement std::unique_ptr<weld::Entry>
+dbaccess/source/ui/dlg/detailpages.hxx:70
+ dbaui::OCommonBehaviourTabPage m_xAutoRetrievingLabel std::unique_ptr<weld::Label>
+dbaccess/source/ui/dlg/detailpages.hxx:71
+ dbaui::OCommonBehaviourTabPage m_xAutoRetrieving std::unique_ptr<weld::Entry>
emfio/source/emfuno/xemfparser.cxx:60
emfio::emfreader::XEmfParser context_ uno::Reference<uno::XComponentContext>
extensions/source/scanner/scanner.hxx:44
@@ -146,6 +152,8 @@ include/svx/colorwindow.hxx:132
ColorWindow mxColorSetWin std::unique_ptr<weld::CustomWeld>
include/svx/colorwindow.hxx:133
ColorWindow mxRecentColorSetWin std::unique_ptr<weld::CustomWeld>
+include/svx/dialcontrol.hxx:115
+ svx::DialControl::DialControl_Impl mnInitialAngle sal_Int32
include/svx/hdft.hxx:86
SvxHFPage m_xBspWin std::unique_ptr<weld::CustomWeld>
include/vcl/font/Feature.hxx:102
@@ -184,7 +192,7 @@ libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:36
GtvMainToolbarClass parentClass GtkBoxClass
lotuswordpro/source/filter/clone.hxx:23
detail::has_clone::(anonymous) a char [2]
-opencl/source/openclwrapper.cxx:305
+opencl/source/openclwrapper.cxx:306
openclwrapper::(anonymous namespace)::OpenCLEnv mpOclCmdQueue cl_command_queue [1]
pyuno/source/module/pyuno_impl.hxx:224
pyuno::(anonymous) ob_base PyObject
@@ -208,7 +216,7 @@ sal/osl/unx/thread.cxx:95
osl_thread_priority_st m_Lowest const int
sal/osl/unx/thread.cxx:113
osl_thread_global_st m_priority const struct osl_thread_priority_st
-sc/inc/interpretercontext.hxx:32
+sc/inc/interpretercontext.hxx:36
ScInterpreterContext mrDoc const class ScDocument &
sc/qa/unit/ucalc_column.cxx:104
aInputs aName const char *
@@ -250,13 +258,13 @@ sd/source/ui/animations/CustomAnimationDialog.hxx:147
sd::SdPropertySubControl mxContainer std::unique_ptr<weld::Container>
sd/source/ui/dlg/PhotoAlbumDialog.hxx:60
sd::SdPhotoAlbumDialog m_xImg std::unique_ptr<weld::CustomWeld>
-sd/source/ui/inc/custsdlg.hxx:43
+sd/source/ui/inc/custsdlg.hxx:42
SdCustomShowDlg m_xBtnHelp std::unique_ptr<weld::Button>
-sd/source/ui/inc/custsdlg.hxx:45
+sd/source/ui/inc/custsdlg.hxx:44
SdCustomShowDlg m_xBtnOK std::unique_ptr<weld::Button>
-sd/source/ui/inc/custsdlg.hxx:75
+sd/source/ui/inc/custsdlg.hxx:74
SdDefineCustomShowDlg m_xBtnCancel std::unique_ptr<weld::Button>
-sd/source/ui/inc/custsdlg.hxx:76
+sd/source/ui/inc/custsdlg.hxx:75
SdDefineCustomShowDlg m_xBtnHelp std::unique_ptr<weld::Button>
sd/source/ui/remotecontrol/ZeroconfService.hxx:36
sd::ZeroconfService port const uint
@@ -264,7 +272,7 @@ sd/source/ui/slidesorter/view/SlsLayouter.cxx:61
sd::slidesorter::view::Layouter::Implementation mpTheme std::shared_ptr<view::Theme>
sd/source/ui/table/TableDesignPane.hxx:104
sd::TableDesignPane aImpl const class sd::TableDesignWidget
-sd/source/ui/view/DocumentRenderer.cxx:1319
+sd/source/ui/view/DocumentRenderer.cxx:1313
sd::DocumentRenderer::Implementation mxObjectShell const SfxObjectShellRef
sd/source/ui/view/viewshel.cxx:1211
sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock const sd::slidesorter::view::class SlideSorterView::DrawLock
@@ -274,7 +282,7 @@ sd/source/ui/view/viewshel.cxx:1213
sd::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock const sd::slidesorter::controller::class PageSelector::UpdateLock
sd/source/ui/view/viewshel.cxx:1214
sd::KeepSlideSorterInSyncWithPageChanges m_aContext const sd::slidesorter::controller::class SelectionObserver::Context
-sd/source/ui/view/ViewShellBase.cxx:193
+sd/source/ui/view/ViewShellBase.cxx:194
sd::ViewShellBase::Implementation mpPageCacheManager std::shared_ptr<slidesorter::cache::PageCacheManager>
sfx2/source/doc/doctempl.cxx:116
DocTempl::DocTempl_EntryData_Impl mxObjShell const class SfxObjectShellLock
@@ -368,10 +376,14 @@ sw/source/uibase/inc/splittbl.hxx:30
SwSplitTableDlg m_xHorzBox std::unique_ptr<weld::RadioButton>
sw/source/uibase/inc/splittbl.hxx:31
SwSplitTableDlg m_xContentCopyRB std::unique_ptr<weld::RadioButton>
+sw/source/uibase/inc/swuiidxmrk.hxx:72
+ SwIndexMarkPane m_xFrame std::unique_ptr<weld::Widget>
sw/source/uibase/inc/uivwimp.hxx:95
SwView_Impl xTmpSelDocSh const class SfxObjectShellLock
sw/source/uibase/inc/unodispatch.hxx:46
SwXDispatchProviderInterceptor::DispatchMutexLock_Impl aGuard const class SolarMutexGuard
+sw/source/uibase/inc/wordcountdialog.hxx:46
+ SwWordCountFloatDlg m_xClosePB std::unique_ptr<weld::Button>
toolkit/source/awt/stylesettings.cxx:90
toolkit::StyleMethodGuard m_aGuard const class SolarMutexGuard
unoidl/source/unoidlprovider.cxx:672
@@ -396,7 +408,7 @@ vcl/unx/generic/print/prtsetup.hxx:73
RTSPaperPage m_xContainer std::unique_ptr<weld::Widget>
vcl/unx/generic/print/prtsetup.hxx:108
RTSDevicePage m_xContainer std::unique_ptr<weld::Widget>
-vcl/unx/gtk3/gtk3gtkinst.cxx:2403
+vcl/unx/gtk3/gtk3gtkinst.cxx:2495
CrippledViewport viewport GtkViewport
vcl/unx/gtk/a11y/atkhypertext.cxx:29
(anonymous) atk_hyper_link const AtkHyperlink
diff --git a/compilerplugins/clang/unusedfields.writeonly.results b/compilerplugins/clang/unusedfields.writeonly.results
index b192b04e9cc0..c0b9c63731ef 100644
--- a/compilerplugins/clang/unusedfields.writeonly.results
+++ b/compilerplugins/clang/unusedfields.writeonly.results
@@ -54,8 +54,6 @@ canvas/source/cairo/cairo_spritedevicehelper.hxx:77
cairocanvas::SpriteDeviceHelper mbFullScreen _Bool
canvas/source/cairo/cairo_spritehelper.hxx:103
cairocanvas::SpriteHelper mbTextureDirty _Bool
-canvas/source/opengl/ogl_spritedevicehelper.hxx:124
- oglcanvas::SpriteDeviceHelper mpDevice css::rendering::XGraphicDevice *
chart2/inc/ChartModel.hxx:470
chart::ChartModel mnStart sal_Int32
chart2/inc/ChartModel.hxx:471
@@ -140,9 +138,9 @@ cppu/source/uno/check.cxx:134
(anonymous namespace)::Char3 c3 char
cppu/source/uno/check.cxx:138
(anonymous namespace)::Char4 chars struct (anonymous namespace)::Char3
-cppuhelper/source/access_control.cxx:81
+cppuhelper/source/access_control.cxx:79
cppu::(anonymous namespace)::permission m_str1 rtl_uString *
-cppuhelper/source/access_control.cxx:82
+cppuhelper/source/access_control.cxx:80
cppu::(anonymous namespace)::permission m_str2 rtl_uString *
cui/source/inc/cuihyperdlg.hxx:57
SvxHlinkCtrl aRdOnlyForwarder class SfxStatusForwarder
@@ -150,7 +148,9 @@ cui/source/inc/cuihyperdlg.hxx:77
SvxHpLinkDlg maCtrl class SvxHlinkCtrl
dbaccess/source/core/dataaccess/documentdefinition.cxx:288
dbaccess::LifetimeCoupler m_xClient Reference<class com::sun::star::uno::XInterface>
-desktop/qa/desktop_lib/test_desktop_lib.cxx:178
+dbaccess/source/ui/inc/dbadmin.hxx:52
+ dbaui::ODbAdminDialog m_bUIEnabled _Bool
+desktop/qa/desktop_lib/test_desktop_lib.cxx:186
DesktopLOKTest m_bModified _Bool
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx:117
dp_gui::UpdateCommandEnv m_installThread ::rtl::Reference<UpdateInstallDialog::Thread>
@@ -242,9 +242,9 @@ include/LibreOfficeKit/LibreOfficeKit.h:108
_LibreOfficeKitDocumentClass nSize size_t
include/LibreOfficeKit/LibreOfficeKit.h:310
_LibreOfficeKitDocumentClass getPartInfo char *(*)(LibreOfficeKitDocument *, int)
-include/opencl/openclwrapper.hxx:36
+include/opencl/openclwrapper.hxx:34
openclwrapper::KernelEnv mpkProgram cl_program
-include/opencl/openclwrapper.hxx:52
+include/opencl/openclwrapper.hxx:50
openclwrapper::GPUEnv mbNeedsTDRAvoidance _Bool
include/opencl/platforminfo.hxx:29
OpenCLDeviceInfo mnMemory size_t
@@ -266,8 +266,6 @@ include/svx/imapdlg.hxx:118
SvxIMapDlg aIMapItem class SvxIMapDlgItem
include/svx/ofaitem.hxx:44
OfaRefItem mxRef rtl::Reference<reference_type>
-include/svx/svdlayer.hxx:70
- SdrLayer mbUserDefinedLayer _Bool
include/vcl/opengl/OpenGLContext.hxx:41
GLWindow bMultiSampleSupported _Bool
include/vcl/salnativewidgets.hxx:446
@@ -326,8 +324,6 @@ sal/textenc/tcvtutf7.cxx:396
ImplUTF7FromUCContextData mnBitBuffer sal_uInt32
sal/textenc/tcvtutf7.cxx:397
ImplUTF7FromUCContextData mnBufferBits sal_uInt32
-sc/inc/attrib.hxx:229
- ScDoubleItem nValue double
sc/inc/compiler.hxx:256
ScCompiler::AddInMap pODFF const char *
sc/inc/compiler.hxx:257
@@ -337,12 +333,12 @@ sc/inc/compiler.hxx:259
sc/inc/document.hxx:2526
ScMutationDisable mpDocument class ScDocument *
sc/inc/lookupcache.hxx:62
- ScLookupCache::QueryCriteria union ScLookupCache::QueryCriteria::(anonymous at /media/noel/disk2/libo4/sc/inc/lookupcache.hxx:62:9)
+ ScLookupCache::QueryCriteria union ScLookupCache::QueryCriteria::(anonymous at /media/noel/disk2/libo5/sc/inc/lookupcache.hxx:62:9)
sc/inc/pivot.hxx:75
ScDPLabelData mnFlags sal_Int32
sc/inc/pivot.hxx:78
ScDPLabelData mbIsValue _Bool
-sc/inc/scmatrix.hxx:120
+sc/inc/scmatrix.hxx:118
ScMatrix mbCloneIfConst _Bool
sc/inc/tabopparams.hxx:38
ScInterpreterTableOpParams bValid _Bool
@@ -414,9 +410,9 @@ sc/source/ui/inc/datastream.hxx:105
sc::DataStream mnSettings sal_uInt32
sc/source/ui/inc/preview.hxx:47
ScPreview nTabPage long
-sc/source/ui/inc/uiitems.hxx:48
+sc/source/ui/inc/uiitems.hxx:47
ScInputStatusItem aStartPos const class ScAddress
-sc/source/ui/inc/uiitems.hxx:49
+sc/source/ui/inc/uiitems.hxx:48
ScInputStatusItem aEndPos const class ScAddress
sd/source/filter/eppt/eppt.hxx:142
PPTWriter mnTxId sal_uInt32
@@ -527,7 +523,7 @@ sw/source/filter/inc/rtf.hxx:29
sw/source/filter/inc/rtf.hxx:30
RTFSurround::(anonymous union)::(anonymous) nJunk sal_uInt8
sw/source/filter/inc/rtf.hxx:31
- RTFSurround::(anonymous) Flags struct (anonymous struct at /media/noel/disk2/libo4/sw/source/filter/inc/rtf.hxx:27:9)
+ RTFSurround::(anonymous) Flags struct (anonymous struct at /media/noel/disk2/libo5/sw/source/filter/inc/rtf.hxx:27:9)
ucb/source/ucp/gio/gio_mount.hxx:46
OOoMountOperationClass parent_class GMountOperationClass
ucb/source/ucp/gio/gio_mount.hxx:49
@@ -584,8 +580,6 @@ vcl/inc/unx/gtk/gtkframe.hxx:89
GtkSalFrame::IMHandler::PreviousKeyPress send_event gint8
vcl/inc/unx/gtk/gtkframe.hxx:90
GtkSalFrame::IMHandler::PreviousKeyPress time guint32
-vcl/inc/unx/gtk/gtkframe.hxx:215
- GtkSalFrame m_nFloatFlags enum FloatWinPopupFlags
vcl/opengl/salbmp.cxx:440
(anonymous namespace)::ScanlineWriter mpCurrentScanline sal_uInt8 *
vcl/source/filter/graphicfilter.cxx:906
@@ -596,19 +590,19 @@ vcl/source/filter/jpeg/Exif.hxx:56
Exif::ExifIFD type sal_uInt16
vcl/source/filter/jpeg/Exif.hxx:57
Exif::ExifIFD count sal_uInt32
-vcl/source/gdi/pdfwriter_impl.hxx:200
+vcl/source/gdi/pdfwriter_impl.hxx:181
vcl::PDFWriterImpl::BitmapID m_nChecksum BitmapChecksum
-vcl/source/gdi/pdfwriter_impl.hxx:201
+vcl/source/gdi/pdfwriter_impl.hxx:182
vcl::PDFWriterImpl::BitmapID m_nMaskChecksum BitmapChecksum
vcl/unx/generic/app/wmadaptor.cxx:1269
_mwmhints input_mode long
vcl/unx/generic/app/wmadaptor.cxx:1270
_mwmhints status unsigned long
-vcl/unx/generic/gdi/cairotextrender.cxx:53
+vcl/unx/generic/gdi/cairotextrender.cxx:54
(anonymous namespace)::CairoFontsCache::CacheId maFace (anonymous namespace)::FT_Face
-vcl/unx/generic/gdi/cairotextrender.cxx:55
- (anonymous namespace)::CairoFontsCache::CacheId mbEmbolden _Bool
vcl/unx/generic/gdi/cairotextrender.cxx:56
+ (anonymous namespace)::CairoFontsCache::CacheId mbEmbolden _Bool
+vcl/unx/generic/gdi/cairotextrender.cxx:57
(anonymous namespace)::CairoFontsCache::CacheId mbVerticalMetrics _Bool
vcl/unx/gtk/a11y/atkwrapper.hxx:49
AtkObjectWrapper aParent const AtkObject
@@ -624,3 +618,5 @@ vcl/unx/gtk/hudawareness.cxx:23
(anonymous) notify GDestroyNotify
writerfilter/source/dmapper/PropertyMap.hxx:197
writerfilter::dmapper::SectionPropertyMap m_nDebugSectionNumber sal_Int32
+writerfilter/source/rtftok/rtfdocumentimpl.hxx:256
+ writerfilter::rtftok::RTFFrame m_nAnchorType sal_Int16
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx b/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx
index b3a172f0c2de..01c1889f4681 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_resultset.cxx
@@ -118,13 +118,12 @@ OResultSet::OResultSet(OConnection& rConn, OCommonStatement* pStmt, MYSQL_RES* p
rtl_TextEncoding _encoding)
: OResultSet_BASE(m_aMutex)
, OPropertySetHelper(OResultSet_BASE::rBHelper)
- , m_rConnection(rConn)
, m_pMysql(rConn.getMysqlConnection())
, m_aStatement(static_cast<OWeakObject*>(pStmt))
, m_pResult(pResult)
, m_encoding(_encoding)
{
- m_xMetaData = new OResultSetMetaData(m_rConnection, m_pResult);
+ m_xMetaData = new OResultSetMetaData(rConn, m_pResult);
}
void OResultSet::ensureResultFetched()
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx b/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx
index 3241420aa3f6..e3fb1994cc15 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_resultset.hxx
@@ -62,8 +62,6 @@ class OResultSet final : public OBase_Mutex,
public ::cppu::OPropertySetHelper,
public OPropertyArrayUsageHelper<OResultSet>
{
- OConnection& m_rConnection;
-
using DataFields = std::vector<OString>;
std::vector<DataFields> m_aRows;
std::vector<MYSQL_FIELD> m_aFields;
diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx
index cc5106c986ab..58d065dc1e79 100644
--- a/dbaccess/source/ui/dlg/dbadmin.cxx
+++ b/dbaccess/source/ui/dlg/dbadmin.cxx
@@ -50,7 +50,6 @@ ODbAdminDialog::ODbAdminDialog(weld::Window* pParent,
SfxItemSet const * _pItems,
const Reference< XComponentContext >& _rxContext)
: SfxTabDialogController(pParent, "dbaccess/ui/admindialog.ui", "AdminDialog", _pItems)
- , m_bUIEnabled(true)
, m_sMainPageID("advanced")
{
m_pImpl.reset(new ODbDataSourceAdministrationHelper(_rxContext, m_xDialog.get(), pParent, this));
@@ -70,7 +69,6 @@ ODbAdminDialog::~ODbAdminDialog()
short ODbAdminDialog::Ok()
{
SfxTabDialogController::Ok();
- m_bUIEnabled = false;
return ( AR_LEAVE_MODIFIED == implApplyChanges() ) ? RET_OK : RET_CANCEL;
// TODO : AR_ERROR is not handled correctly, we always close the dialog here
}
diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx
index 04b88151df8c..4403f818efa8 100644
--- a/dbaccess/source/ui/inc/dbadmin.hxx
+++ b/dbaccess/source/ui/inc/dbadmin.hxx
@@ -49,7 +49,6 @@ class ODbAdminDialog final : public SfxTabDialogController, public IItemSetHelpe
private:
std::unique_ptr<ODbDataSourceAdministrationHelper> m_pImpl;
- bool m_bUIEnabled : 1; /// <TRUE/> if the UI is enabled, false otherwise. Cannot be switched back to <TRUE/>, once it is <FALSE/>
OString m_sMainPageID;
public:
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index 609e01c31af6..3f5ad7592f25 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -112,7 +112,6 @@ protected:
Size maWinSize;
vcl::Font maWinFont;
sal_Int32 mnAngle;
- sal_Int32 mnInitialAngle;
sal_Int32 mnOldAngle;
long mnCenterX;
long mnCenterY;
diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx
index e3c45f63f19e..66e8c22e461e 100644
--- a/svx/source/dialog/dialcontrol.cxx
+++ b/svx/source/dialog/dialcontrol.cxx
@@ -222,7 +222,6 @@ DialControl::DialControl_Impl::DialControl_Impl ( vcl::Window& rParent ) :
mpLinkField( nullptr ),
mnLinkedFieldValueMultiplyer( 0 ),
mnAngle( 0 ),
- mnInitialAngle( 0 ),
mnOldAngle( 0 ),
mnCenterX( 0 ),
mnCenterY( 0 ),
diff --git a/sw/source/ui/dialog/wordcountdialog.cxx b/sw/source/ui/dialog/wordcountdialog.cxx
index b24767823963..30148e8bb83b 100644
--- a/sw/source/ui/dialog/wordcountdialog.cxx
+++ b/sw/source/ui/dialog/wordcountdialog.cxx
@@ -111,7 +111,6 @@ SwWordCountFloatDlg::SwWordCountFloatDlg(SfxBindings* _pBindings,
, m_xDocStandardizedPagesFT(m_xBuilder->weld_label("docstandardizedpages"))
, m_xCjkcharsLabelFT(m_xBuilder->weld_label("cjkcharsft"))
, m_xStandardizedPagesLabelFT(m_xBuilder->weld_label("standardizedpages"))
- , m_xClosePB(m_xBuilder->weld_button("close"))
{
showCJK(SvtCJKOptions().IsAnyEnabled());
showStandardizedPages(officecfg::Office::Writer::WordCount::ShowStandardizedPageCount::get());
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index 29b440daa1b3..e8240b7d2fc1 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -86,7 +86,6 @@ SwIndexMarkPane::SwIndexMarkPane(const std::shared_ptr<weld::Dialog>& rDialog, w
, m_nLangForPhoneticReading(LANGUAGE_CHINESE_SIMPLIFIED)
, m_bIsPhoneticReadingEnabled(false)
, m_pSh(&rWrtShell)
- , m_xFrame(rBuilder.weld_widget("frame"))
, m_xTypeFT(rBuilder.weld_label("typeft"))
, m_xTypeDCB(rBuilder.weld_combo_box("typecb"))
, m_xNewBT(rBuilder.weld_button("new"))
diff --git a/sw/source/uibase/dbui/mailmergehelper.cxx b/sw/source/uibase/dbui/mailmergehelper.cxx
index 11f436cb9d63..b929b5317c89 100644
--- a/sw/source/uibase/dbui/mailmergehelper.cxx
+++ b/sw/source/uibase/dbui/mailmergehelper.cxx
@@ -679,7 +679,6 @@ void AddressPreview::MouseButtonDown( const MouseEvent& rMEvt )
pImpl->nSelectedAddress != static_cast<sal_uInt16>(nSelect))
{
pImpl->nSelectedAddress = static_cast<sal_uInt16>(nSelect);
- m_aSelectHdl.Call(nullptr);
}
Invalidate();
}
@@ -722,7 +721,6 @@ bool AddressPreview::KeyInput( const KeyEvent& rKEvt )
pImpl->nSelectedAddress != static_cast<sal_uInt16>(nSelect))
{
pImpl->nSelectedAddress = static_cast<sal_uInt16>(nSelect);
- m_aSelectHdl.Call(nullptr);
Invalidate();
}
}
diff --git a/sw/source/uibase/inc/mailmergehelper.hxx b/sw/source/uibase/inc/mailmergehelper.hxx
index e2c4ad6b6093..57aad5174ab1 100644
--- a/sw/source/uibase/inc/mailmergehelper.hxx
+++ b/sw/source/uibase/inc/mailmergehelper.hxx
@@ -114,7 +114,6 @@ class SW_DLLPUBLIC AddressPreview : public weld::CustomWidgetController
{
std::unique_ptr<SwAddressPreview_Impl> pImpl;
std::unique_ptr<weld::ScrolledWindow> m_xVScrollBar;
- Link<LinkParamNone*,void> m_aSelectHdl;
void DrawText_Impl(vcl::RenderContext& rRenderContext, const OUString& rAddress,
const Point& rTopLeft, const Size& rSize, bool bIsSelected);
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index f95ace96ae5c..5d64b9d670c1 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -69,7 +69,6 @@ class SwIndexMarkPane
m_pTOXMgr;
SwWrtShell* m_pSh;
- std::unique_ptr<weld::Widget> m_xFrame;
std::unique_ptr<weld::Label> m_xTypeFT;
std::unique_ptr<weld::ComboBox> m_xTypeDCB;
std::unique_ptr<weld::Button> m_xNewBT;
diff --git a/sw/source/uibase/inc/wordcountdialog.hxx b/sw/source/uibase/inc/wordcountdialog.hxx
index e63ef3c07c6b..7e2730f7d0aa 100644
--- a/sw/source/uibase/inc/wordcountdialog.hxx
+++ b/sw/source/uibase/inc/wordcountdialog.hxx
@@ -43,7 +43,6 @@ class SwWordCountFloatDlg : public SfxModelessDialogController
std::unique_ptr<weld::Label> m_xDocStandardizedPagesFT;
std::unique_ptr<weld::Label> m_xCjkcharsLabelFT;
std::unique_ptr<weld::Label> m_xStandardizedPagesLabelFT;
- std::unique_ptr<weld::Button> m_xClosePB;
public:
SwWordCountFloatDlg(SfxBindings* pBindings,
diff --git a/writerfilter/source/rtftok/rtfdispatchvalue.cxx b/writerfilter/source/rtftok/rtfdispatchvalue.cxx
index b98508f297b2..5f37d62b9d79 100644
--- a/writerfilter/source/rtftok/rtfdispatchvalue.cxx
+++ b/writerfilter/source/rtftok/rtfdispatchvalue.cxx
@@ -1182,7 +1182,6 @@ RTFError RTFDocumentImpl::dispatchValue(RTFKeyword nKeyword, int nParam)
}
break;
case RTF_FLYANCHOR:
- m_aStates.top().aFrame.m_nAnchorType = nParam;
break;
case RTF_WMETAFILE:
m_aStates.top().aPicture.eWMetafile = nParam;
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index e54453f261f5..0013af494d00 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -3465,7 +3465,6 @@ RTFFrame::RTFFrame(RTFParserState* pParserState)
, m_nVertAlign(0)
, m_nVertAnchor(0)
, m_nHRule(NS_ooxml::LN_Value_doc_ST_HeightRule_auto)
- , m_nAnchorType(0)
{
}
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index 65ae6dab3457..1f45e9f99eec 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -253,7 +253,6 @@ private:
public:
explicit RTFFrame(RTFParserState* pParserState);
- sal_Int16 m_nAnchorType;
/// Convert the stored properties to Sprms
RTFSprms getSprms();
commit 8355de8778d67464fb654c37f9c120561da31a28
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 7 16:10:27 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Nov 8 07:38:13 2018 +0100
loplugin:unusedmethods
Change-Id: Id5cddc6d85e227f18d10d7af6a8d4b25c40ab9f3
Reviewed-on: https://gerrit.libreoffice.org/63026
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results
index bc822e40f642..33a9408b48b0 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -8,14 +8,6 @@ basic/source/inc/buffer.hxx:46
void SbiBuffer::operator+=(int)
canvas/source/vcl/impltools.hxx:105
vclcanvas::tools::LocalGuard::LocalGuard()
-chart2/source/controller/inc/res_LegendPosition.hxx:36
- chart::LegendPositionResources::LegendPositionResources(class weld::Builder &)
-chart2/source/controller/inc/res_LegendPosition.hxx:45
- void chart::LegendPositionResources::initFromItemSet(const class SfxItemSet &)
-chart2/source/controller/inc/res_LegendPosition.hxx:46
- void chart::LegendPositionResources::writeToItemSet(class SfxItemSet &) const
-chart2/source/controller/inc/res_LegendPosition.hxx:85
- void chart::SchLegendPositionResources::SetChangeHdl(const class Link<class LinkParamNone *, void> &)
connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:51
class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSetMetaData> connectivity::evoab::OEvoabResultSetMetaData::operator Reference()
connectivity/source/drivers/firebird/Driver.hxx:65
@@ -60,8 +52,6 @@ dbaccess/source/filter/hsqldb/parseschema.hxx:82
const class std::__debug::map<class rtl::OUString, class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> >, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > > > > & dbahsql::SchemaParser::getPrimaryKeys() const
dbaccess/source/ui/browser/genericcontroller.cxx:1213
const type-parameter-?-? & dbaui::(anonymous namespace)::SGI_identity::operator()(const type-parameter-?-? &) const
-dbaccess/source/ui/dlg/admincontrols.hxx:99
- _Bool dbaui::DBMySQLNativeSettings::canAdvance() const
dbaccess/source/ui/inc/dsmeta.hxx:88
class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<int>, class std::__debug::set<int, struct std::less<int>, class std::allocator<int> > > dbaui::FeatureSet::begin() const
dbaccess/source/ui/inc/dsmeta.hxx:89
@@ -106,12 +96,12 @@ drawinglayer/source/tools/emfpstringformat.hxx:57
_Bool emfplushelper::EMFPStringFormat::NoClip() const
drawinglayer/source/tools/emfpstringformat.hxx:58
_Bool emfplushelper::EMFPStringFormat::BypassGDI() const
+editeng/inc/editdoc.hxx:432
+ _Bool TextPortion::HasValidSize() const
editeng/inc/edtspell.hxx:112
class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, class std::__cxx1998::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> > >, class std::__debug::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> > > WrongList::begin() const
editeng/inc/edtspell.hxx:113
class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, class std::__cxx1998::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> > >, class std::__debug::vector<struct editeng::MisspellRange, class std::allocator<struct editeng::MisspellRange> > > WrongList::end() const
-editeng/source/editeng/editobj2.hxx:114
- enum OutDevType XParaPortionList::GetRefDevType() const
extensions/source/scanner/scanner.hxx:81
void ScannerManager::SetData(void *)
framework/source/uiconfiguration/ImageList.hxx:51
@@ -532,6 +522,12 @@ include/o3tl/typed_flags_set.hxx:348
typename typed_flags<type-parameter-?-?>::Self operator^=(type-parameter-?-? &,typename typed_flags<type-parameter-?-?>::Wrap)
include/o3tl/vector_pool.hxx:83
o3tl::detail::struct_from_value::type::type()
+include/oox/core/filterbase.hxx:136
+ const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> & oox::core::FilterBase::getParentShape() const
+include/oox/drawingml/shape.hxx:184
+ void oox::drawingml::Shape::addChildren(class oox::core::XmlFilterBase &,const class oox::drawingml::Theme *,const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShapes> &,const class basegfx::B2DHomMatrix &)
+include/oox/drawingml/shape.hxx:190
+ void oox::drawingml::Shape::setXShape(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &)
include/oox/helper/containerhelper.hxx:51
_Bool oox::ValueRange::operator!=(const struct oox::ValueRange &) const
include/oox/helper/containerhelper.hxx:99
@@ -558,12 +554,16 @@ include/opencl/openclconfig.hxx:57
_Bool OpenCLConfig::ImplMatcher::operator!=(const struct OpenCLConfig::ImplMatcher &) const
include/opencl/OpenCLZone.hxx:42
_Bool OpenCLZone::isInInitialTest()
-include/sfx2/basedlgs.hxx:216
+include/sfx2/basedlgs.hxx:137
+ void SfxModelessDialogController::FillInfo(struct SfxChildWinInfo &) const
+include/sfx2/basedlgs.hxx:244
class weld::Button & SfxSingleTabDialogController::GetOKButton() const
include/sfx2/charwin.hxx:63
void SvxCharView::connect_focus_in(const class Link<class weld::Widget &, void> &)
include/sfx2/charwin.hxx:64
void SvxCharView::connect_focus_out(const class Link<class weld::Widget &, void> &)
+include/sfx2/childwin.hxx:166
+ void SfxChildWindow::ClearController()
include/sfx2/docfilt.hxx:83
_Bool SfxFilter::GetGpgEncryption() const
include/sfx2/lokcharthelper.hxx:41
@@ -572,8 +572,6 @@ include/sfx2/msg.hxx:120
const class std::type_info * SfxType0::Type() const
include/sfx2/sidebar/Context.hxx:55
_Bool sfx2::sidebar::Context::operator==(const class sfx2::sidebar::Context &) const
-include/sfx2/tabdlg.hxx:183
- void SfxTabDialog::RemoveResetButton()
include/svl/itempool.hxx:167
const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
include/svl/itempool.hxx:196
@@ -596,7 +594,7 @@ include/svx/dlgctrl.hxx:295
void SvxLineEndLB::set_active_text(const class rtl::OUString &)
include/svx/framelink.hxx:201
_Bool svx::frame::operator>(const class svx::frame::Style &,const class svx::frame::Style &)
-include/svx/svdlayer.hxx:76
+include/svx/svdlayer.hxx:75
_Bool SdrLayer::operator==(const class SdrLayer &) const
include/svx/svdpntv.hxx:462
_Bool SdrPaintView::IsSwapAsynchron() const
@@ -776,59 +774,59 @@ include/vcl/weld.hxx:149
enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const
include/vcl/weld.hxx:179
class rtl::OUString weld::Notebook::get_tab_label_text(const class rtl::OString &) const
-include/vcl/weld.hxx:206
+include/vcl/weld.hxx:213
struct SystemEnvData weld::Window::get_system_data() const
-include/vcl/weld.hxx:384
+include/vcl/weld.hxx:393
void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:397
+include/vcl/weld.hxx:406
void weld::TreeView::set_top_entry(int)
-include/vcl/weld.hxx:428
+include/vcl/weld.hxx:437
void weld::TreeView::select_all()
-include/vcl/weld.hxx:520
+include/vcl/weld.hxx:529
void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:528
+include/vcl/weld.hxx:537
void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:532
+include/vcl/weld.hxx:541
void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:585
+include/vcl/weld.hxx:594
void weld::Entry::signal_insert_text(class rtl::OUString &)
-include/vcl/weld.hxx:597
+include/vcl/weld.hxx:606
int weld::Entry::get_position() const
-include/vcl/weld.hxx:657
+include/vcl/weld.hxx:666
int weld::SpinButton::get_min() const
-include/vcl/weld.hxx:932
- class Size weld::MetricSpinButton::get_size_request() const
include/vcl/weld.hxx:943
+ class Size weld::MetricSpinButton::get_size_request() const
+include/vcl/weld.hxx:954
void weld::MetricSpinButton::set_position(int)
-include/vcl/weld.hxx:990
+include/vcl/weld.hxx:1001
_Bool weld::TimeSpinButton::get_sensitive() const
-include/vcl/weld.hxx:991
+include/vcl/weld.hxx:1002
_Bool weld::TimeSpinButton::get_visible() const
-include/vcl/weld.hxx:992
+include/vcl/weld.hxx:1003
void weld::TimeSpinButton::grab_focus()
-include/vcl/weld.hxx:993
+include/vcl/weld.hxx:1004
_Bool weld::TimeSpinButton::has_focus() const
-include/vcl/weld.hxx:994
+include/vcl/weld.hxx:1005
void weld::TimeSpinButton::show(_Bool)
-include/vcl/weld.hxx:995
+include/vcl/weld.hxx:1006
void weld::TimeSpinButton::hide()
-include/vcl/weld.hxx:996
+include/vcl/weld.hxx:1007
void weld::TimeSpinButton::save_value()
-include/vcl/weld.hxx:997
+include/vcl/weld.hxx:1008
_Bool weld::TimeSpinButton::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1088
+include/vcl/weld.hxx:1099
void weld::DrawingArea::connect_key_release(const class Link<const class KeyEvent &, _Bool> &)
-include/vcl/weld.hxx:1115
+include/vcl/weld.hxx:1126
void weld::Menu::set_active(const class rtl::OString &,_Bool)
-include/vcl/weld.hxx:1125
+include/vcl/weld.hxx:1136
void weld::Menu::append_check(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1129
+include/vcl/weld.hxx:1140
void weld::Menu::append(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1145
+include/vcl/weld.hxx:1156
void weld::SizeGroup::set_mode(enum VclSizeGroupMode)
-include/vcl/weld.hxx:1167
+include/vcl/weld.hxx:1178
class std::unique_ptr<class weld::Window, struct std::default_delete<class weld::Window> > weld::Builder::weld_window(const class rtl::OString &,_Bool)
-include/vcl/weld.hxx:1275
+include/vcl/weld.hxx:1286
class rtl::OUString weld::MessageDialogController::get_primary_text() const
include/vcl/window.hxx:430
const char * ImplDbgCheckWindow(const void *)
@@ -844,27 +842,27 @@ o3tl/qa/cow_wrapper_clients.hxx:142
_Bool o3tltests::cow_wrapper_client4::operator<(const class o3tltests::cow_wrapper_client4 &) const
o3tl/qa/cow_wrapper_clients.hxx:193
_Bool o3tltests::cow_wrapper_client5::operator!=(const class o3tltests::cow_wrapper_client5 &) const
+oox/inc/drawingml/diagram/diagram.hxx:45
+ void oox::drawingml::loadDiagram(const class std::shared_ptr<class oox::drawingml::Shape> &,class oox::core::XmlFilterBase &,const class com::sun::star::uno::Reference<class com::sun::star::xml::dom::XDocument> &,const class com::sun::star::uno::Reference<class com::sun::star::xml::dom::XDocument> &,const class com::sun::star::uno::Reference<class com::sun::star::xml::dom::XDocument> &,const class com::sun::star::uno::Reference<class com::sun::star::xml::dom::XDocument> &)
oox/inc/drawingml/textliststyle.hxx:49
void oox::drawingml::TextListStyle::dump() const
oox/inc/drawingml/textparagraphproperties.hxx:100
void oox::drawingml::TextParagraphProperties::setLineSpacing(const class oox::drawingml::TextSpacing &)
-reportdesign/source/ui/inc/PageNumber.hxx:52
- void rptui::OPageNumberDialog::execute()
sc/inc/address.hxx:651
_Bool ScRange::operator<=(const class ScRange &) const
sc/inc/bigrange.hxx:73
_Bool ScBigAddress::operator!=(const class ScBigAddress &) const
sc/inc/columniterator.hxx:82
int sc::ColumnIterator::getType() const
-sc/inc/datamapper.hxx:80
+sc/inc/datamapper.hxx:79
void sc::ExternalDataSource::setUpdateFrequency(double)
-sc/inc/datamapper.hxx:83
+sc/inc/datamapper.hxx:82
void sc::ExternalDataSource::setURL(const class rtl::OUString &)
-sc/inc/datamapper.hxx:84
+sc/inc/datamapper.hxx:83
void sc::ExternalDataSource::setProvider(const class rtl::OUString &)
sc/inc/dpfilteredcache.hxx:143
void ScDPFilteredCache::dump() const
-sc/inc/formulacell.hxx:460
+sc/inc/formulacell.hxx:459
void ScFormulaCell::Dump() const
sc/inc/formulagroup.hxx:141
void sc::FormulaGroupInterpreter::enableOpenCL_UnitTestsOnly()
@@ -876,7 +874,7 @@ sc/inc/stlalgorithm.hxx:61
_Bool sc::AlignedAllocator::operator==(const AlignedAllocator<T, Alignment> &) const
sc/inc/stlalgorithm.hxx:62
_Bool sc::AlignedAllocator::operator!=(const AlignedAllocator<T, Alignment> &) const
-sc/inc/table.hxx:323
+sc/inc/table.hxx:324
_Bool ScTable::IsColRowTabValid(const short,const int,const short) const
sc/inc/userlist.hxx:86
class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > *, class std::__cxx1998::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > > >, class std::__debug::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > > > ScUserList::begin() const
@@ -928,7 +926,7 @@ sc/source/filter/inc/tokstack.hxx:213
_Bool TokenPool::GrowTripel(unsigned short)
sc/source/filter/inc/xestream.hxx:103
class XclExpStream & XclExpStream::operator<<(float)
-sc/source/filter/inc/xiescher.hxx:156
+sc/source/filter/inc/xiescher.hxx:154
class Color XclImpDrawObjBase::GetSolidLineColor(const struct XclObjLineData &) const
sc/source/filter/xml/xmltransformationi.hxx:160
ScXMLDateTimeContext::ScXMLDateTimeContext(class ScXMLImport &,const class rtl::Reference<class sax_fastparser::FastAttributeList> &)
@@ -944,17 +942,17 @@ sc/source/ui/inc/dataprovider.hxx:85
class std::__debug::map<class rtl::OUString, class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class rtl::OUString> > > sc::DataProvider::getDataSourcesForURL(const class rtl::OUString &)
sc/source/ui/inc/datatableview.hxx:115
void ScDataTableView::getRowRange(int &,int &) const
-sc/source/ui/inc/impex.hxx:95
+sc/source/ui/inc/impex.hxx:93
ScImportExport::ScImportExport(class ScDocument *,const class rtl::OUString &)
sc/source/ui/inc/RandomNumberGeneratorDialog.hxx:68
void ScRandomNumberGeneratorDialog::GenerateNumbers(type-parameter-?-? &,const char *,const class boost::optional<signed char>)
sc/source/ui/inc/TableFillingAndNavigationTools.hxx:120
unsigned long DataRangeIterator::size()
-sc/source/ui/inc/viewdata.hxx:406
+sc/source/ui/inc/viewdata.hxx:405
long ScViewData::GetLOKDocWidthPixel() const
-sc/source/ui/inc/viewdata.hxx:407
+sc/source/ui/inc/viewdata.hxx:406
long ScViewData::GetLOKDocHeightPixel() const
-sc/source/ui/inc/viewdata.hxx:540
+sc/source/ui/inc/viewdata.hxx:539
_Bool ScViewData::IsGridMode() const
scaddins/source/analysis/analysishelper.hxx:819
_Bool sca::analysis::ScaDate::operator>=(const class sca::analysis::ScaDate &) const
@@ -1162,7 +1160,7 @@ sw/inc/viscrs.hxx:204
const class SwShellTableCursor * SwShellTableCursor::GetPrev() const
sw/qa/extras/inc/swmodeltestbase.hxx:621
class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &) const
-sw/qa/extras/uiwriter/uiwriter.cxx:6530
+sw/qa/extras/uiwriter/uiwriter.cxx:6529
int main()
sw/source/core/inc/frame.hxx:907
void SwFrame::dumpTopMostAsXml(struct _xmlTextWriter *) const
@@ -1182,22 +1180,8 @@ sw/source/core/text/txtpaint.hxx:73
DbgRect::DbgRect(class OutputDevice *,const class tools::Rectangle &,const _Bool,class Color)
sw/source/filter/ww8/ww8struc.hxx:243
WW8_BRCVer6::WW8_BRCVer6()
-sw/source/uibase/inc/mailmergehelper.hxx:102
- void SwAddressPreview::ReplaceSelectedAddress(const class rtl::OUString &)
-sw/source/uibase/inc/mailmergehelper.hxx:103
- void SwAddressPreview::RemoveSelectedAddress()
-sw/source/uibase/inc/mailmergehelper.hxx:107
- void SwAddressPreview::EnableScrollBar()
-sw/source/uibase/inc/mailmergehelper.hxx:147
- void AddressPreview::Clear()
-sw/source/uibase/inc/mailmergehelper.hxx:160
- class rtl::OUString AddressPreview::FillData(const class rtl::OUString &,const class SwMailMergeConfigItem &,const class com::sun::star::uno::Sequence<class rtl::OUString> *)
-sw/source/uibase/inc/mailmergehelper.hxx:163
- void AddressPreview::SetSelectHdl(const class Link<class LinkParamNone *, void> &)
sw/source/uibase/inc/swcont.hxx:86
_Bool SwContent::operator==(const class SwContent &) const
-sw/source/uibase/inc/swuiidxmrk.hxx:274
- void AuthorMarkPane::Activate()
test/source/sheet/xsubtotalfield.cxx:28
_Bool CppUnit::assertion_traits::equal(const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::SubTotalColumn> &,const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::SubTotalColumn> &)
test/source/sheet/xsubtotalfield.cxx:34
@@ -1218,11 +1202,11 @@ vcl/inc/fontinstance.hxx:66
void LogicalFontInstance::SetAverageWidthFactor(double)
vcl/inc/fontinstance.hxx:67
double LogicalFontInstance::GetAverageWidthFactor() const
-vcl/inc/fontinstance.hxx:87
+vcl/inc/fontinstance.hxx:89
void LogicalFontInstance::ReleaseHbFont()
vcl/inc/fontselect.hxx:49
_Bool FontSelectPattern::operator!=(const class FontSelectPattern &) const
-vcl/inc/headless/svpgdi.hxx:247
+vcl/inc/headless/svpgdi.hxx:246
void SvpSalGraphics::drawBitmap(const struct SalTwoRect &,struct BitmapBuffer *,enum _cairo_operator)
vcl/inc/impgraph.hxx:57
_Bool GraphicID::operator==(const class GraphicID &) const
@@ -1258,7 +1242,7 @@ vcl/inc/PhysicalFontFamily.hxx:58
const class rtl::OUString & PhysicalFontFamily::GetAliasNames() const
vcl/inc/regionband.hxx:27
const char * ImplDbgTestRegionBand(const void *)
-vcl/inc/salgdi.hxx:217
+vcl/inc/salgdi.hxx:214
class basegfx::B2DHomMatrix SalGraphics::mirror(const class basegfx::B2DHomMatrix &,const class OutputDevice *) const
vcl/inc/salmenu.hxx:46
SalMenuButtonItem::SalMenuButtonItem()
@@ -1288,7 +1272,7 @@ vcl/inc/unx/saldisp.hxx:386
class SalXLib * SalDisplay::GetXLib() const
vcl/inc/unx/salframe.h:187
enum SalFrameStyleFlags X11SalFrame::GetStyle() const
-vcl/inc/unx/salgdi.h:308
+vcl/inc/unx/salgdi.h:306
void X11SalGraphics::releaseGlyphPeer()
vcl/source/app/scheduler.cxx:81
basic_ostream<type-parameter-?-?, type-parameter-?-?> & (anonymous namespace)::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const class Idle &)
@@ -1308,6 +1292,8 @@ vcl/source/fontsubset/xlat.hxx:34
unsigned short vcl::TranslateChar15(unsigned short)
vcl/source/fontsubset/xlat.hxx:35
unsigned short vcl::TranslateChar16(unsigned short)
+vcl/source/gdi/pdfbuildin_fonts.hxx:56
+ class rtl::OString vcl::pdf::BuildinFontInstance::getNameObject() const
workdir/LexTarget/l10ntools/source/cfglex.cxx:3721
void YYWarning(const char *)
workdir/LexTarget/l10ntools/source/xrmlex.cxx:715
diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results
index 31a8336dbc05..5c0195a00c5d 100644
--- a/compilerplugins/clang/unusedmethods.unused-returns.results
+++ b/compilerplugins/clang/unusedmethods.unused-returns.results
@@ -56,11 +56,17 @@ include/LibreOfficeKit/LibreOfficeKit.hxx:484
unsigned char * lok::Document::renderFont(const char *,const char *,int *,int *)
include/LibreOfficeKit/LibreOfficeKit.hxx:523
_Bool lok::Document::getViewIds(int *,unsigned long)
-include/LibreOfficeKit/LibreOfficeKit.hxx:671
+include/LibreOfficeKit/LibreOfficeKit.hxx:584
+ _Bool lok::Document::insertCertificate(const unsigned char *,const int,const unsigned char *,const int)
+include/LibreOfficeKit/LibreOfficeKit.hxx:598
+ _Bool lok::Document::addCertificate(const unsigned char *,const int)
+include/LibreOfficeKit/LibreOfficeKit.hxx:610
+ int lok::Document::getSignatureState()
+include/LibreOfficeKit/LibreOfficeKit.hxx:705
char * lok::Office::getFilterTypes()
-include/LibreOfficeKit/LibreOfficeKit.hxx:725
+include/LibreOfficeKit/LibreOfficeKit.hxx:759
char * lok::Office::getVersionInfo()
-include/LibreOfficeKit/LibreOfficeKit.hxx:739
+include/LibreOfficeKit/LibreOfficeKit.hxx:773
_Bool lok::Office::runMacro(const char *)
include/oox/crypto/AgileEngine.hxx:121
_Bool oox::core::AgileEngine::decryptHmacKey()
@@ -134,11 +140,11 @@ include/oox/ole/olehelper.hxx:180
_Bool oox::ole::MSConvertOCXControls::importControlFromStream(class oox::BinaryInputStream &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,const class rtl::OUString &)
include/oox/ole/olehelper.hxx:191
_Bool oox::ole::MSConvertOCXControls::ReadOCXCtlsStream(const class tools::SvRef<class SotStorageStream> &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,int,int)
-include/sax/fshelper.hxx:206
+include/sax/fshelper.hxx:210
class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(int)
-include/sax/fshelper.hxx:207
+include/sax/fshelper.hxx:211
class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(long)
-include/sax/fshelper.hxx:210
+include/sax/fshelper.hxx:214
class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::writeEscaped(const char *)
include/sfx2/linkmgr.hxx:64
_Bool sfx2::LinkManager::InsertLink(class sfx2::SvBaseLink *,unsigned short,enum SfxLinkUpdateMode,const class rtl::OUString *)
@@ -196,9 +202,9 @@ include/vcl/texteng.hxx:279
_Bool TextEngine::Read(class SvStream &,const class TextSelection *)
include/vcl/toolbox.hxx:514
_Bool ToolBox::ChangeHighlightUpDn(_Bool)
-include/vcl/weld.hxx:348
+include/vcl/weld.hxx:355
_Bool weld::ComboBox::get_entry_selection_bounds(int &,int &)
-include/vcl/weld.hxx:1022
+include/vcl/weld.hxx:1033
_Bool weld::TextView::get_selection_bounds(int &,int &)
lotuswordpro/inc/lwpsvstream.hxx:76
class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &)
@@ -216,7 +222,7 @@ sc/source/filter/inc/workbookhelper.hxx:259
_Bool oox::xls::WorkbookHelper::importOoxFragment(const class rtl::Reference<class oox::core::FragmentHandler> &,class oox::core::FastParser &)
sc/source/filter/xml/XMLStylesExportHelper.hxx:179
_Bool ScFormatRangeStyles::AddStyleName(const class rtl::OUString &,int &,const _Bool)
-sc/source/ui/inc/select.hxx:73
+sc/source/ui/inc/select.hxx:72
_Bool ScViewFunctionSet::SetCursorAtCell(short,int,_Bool)
sc/source/ui/vba/vbaformat.hxx:69
class com::sun::star::uno::Any ScVbaFormat::getAddIndent()
@@ -264,7 +270,7 @@ sw/inc/doc.hxx:1245
_Bool SwDoc::SplitTable(const struct SwPosition &,enum SplitTable_HeadlineOption,_Bool)
sw/inc/editsh.hxx:264
_Bool SwEditShell::GetPaMParAttr(class SwPaM *,class SfxItemSet &) const
-sw/inc/editsh.hxx:635
+sw/inc/editsh.hxx:633
const class GraphicAttr * SwEditShell::GetGraphicAttr(class GraphicAttr &) const
sw/inc/IDocumentUndoRedo.hxx:181
_Bool IDocumentUndoRedo::Repeat(class sw::RepeatContext &,const unsigned short)
@@ -298,17 +304,17 @@ vcl/inc/opengl/texture.hxx:112
_Bool OpenGLTexture::CopyData(int,int,int,int,const unsigned char *)
vcl/inc/salframe.hxx:222
_Bool SalFrame::SetPluginParent(struct SystemParentData *)
-vcl/inc/salgdi.hxx:214
+vcl/inc/salgdi.hxx:211
class basegfx::B2DPoint SalGraphics::mirror(const class basegfx::B2DPoint &,const class OutputDevice *) const
-vcl/inc/salgdi.hxx:397
+vcl/inc/salgdi.hxx:394
_Bool SalGraphics::BlendBitmap(const struct SalTwoRect &,const class SalBitmap &,const class OutputDevice *)
vcl/inc/unx/gtk/gtkdata.hxx:164
int GtkSalDisplay::CaptureMouse(class SalFrame *)
vcl/inc/unx/saldisp.hxx:316
_Bool SalDisplay::Dispatch(union _XEvent *)
-vcl/source/gdi/pdfwriter_impl.hxx:1252
+vcl/source/gdi/pdfwriter_impl.hxx:1230
_Bool vcl::PDFWriterImpl::setCurrentStructureElement(int)
-vcl/source/gdi/pdfwriter_impl.hxx:1253
+vcl/source/gdi/pdfwriter_impl.hxx:1231
_Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue)
-vcl/source/gdi/pdfwriter_impl.hxx:1254
+vcl/source/gdi/pdfwriter_impl.hxx:1232
_Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int)
diff --git a/editeng/inc/editdoc.hxx b/editeng/inc/editdoc.hxx
index aafeb0c81378..881fc474ae33 100644
--- a/editeng/inc/editdoc.hxx
+++ b/editeng/inc/editdoc.hxx
@@ -429,8 +429,6 @@ public:
sal_Unicode GetExtraValue() const { return nExtraValue; }
void SetExtraValue( sal_Unicode n ) { nExtraValue = n; }
- bool HasValidSize() const { return aOutSz.Width() != -1; }
-
ExtraPortionInfo* GetExtraInfos() const { return xExtraInfos.get(); }
void SetExtraInfos( ExtraPortionInfo* p ) { xExtraInfos.reset(p); }
};
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx
index 790d8d94b436..8bb995b2f7f0 100644
--- a/include/oox/core/filterbase.hxx
+++ b/include/oox/core/filterbase.hxx
@@ -131,10 +131,6 @@ public:
const css::uno::Reference< css::frame::XFrame >&
getTargetFrame() const;
- /// Returns the parent shape to load into (if any)
- const css::uno::Reference< css::drawing::XShape >&
- getParentShape() const;
-
/** Returns the status indicator (may be null). */
const css::uno::Reference< css::task::XStatusIndicator >&
getStatusIndicator() const;
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index 0311b705fce6..4940a90c3977 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -181,14 +181,6 @@ public:
FillProperties& rShapeOrParentShapeFillProps,
ShapeIdMap* pShapeMap = nullptr );
- void addChildren(
- ::oox::core::XmlFilterBase& rFilterBase,
- const Theme* pTheme,
- const css::uno::Reference< css::drawing::XShapes >& rxShapes,
- basegfx::B2DHomMatrix const & aTransformation );
-
- void setXShape( const css::uno::Reference< css::drawing::XShape >& rXShape )
- { mxShape = rXShape; };
const css::uno::Reference< css::drawing::XShape > &
getXShape() const { return mxShape; }
diff --git a/oox/inc/drawingml/diagram/diagram.hxx b/oox/inc/drawingml/diagram/diagram.hxx
index a528668c08b4..73431815dadb 100644
--- a/oox/inc/drawingml/diagram/diagram.hxx
+++ b/oox/inc/drawingml/diagram/diagram.hxx
@@ -42,12 +42,6 @@ void loadDiagram( ShapePtr const & pShape,
const OUString& rColorStylePath,
const oox::core::Relations& rRelations );
-void loadDiagram( const ShapePtr& pShape,
- core::XmlFilterBase& rFilter,
- const css::uno::Reference< css::xml::dom::XDocument>& rXDataModelDom,
- const css::uno::Reference< css::xml::dom::XDocument>& rXLayoutDom,
- const css::uno::Reference< css::xml::dom::XDocument>& rXQStyleDom,
- const css::uno::Reference< css::xml::dom::XDocument>& rXColorStyleDom );
} }
#endif
diff --git a/oox/source/core/filterbase.cxx b/oox/source/core/filterbase.cxx
index 57226a5a3e5b..c19905417114 100644
--- a/oox/source/core/filterbase.cxx
+++ b/oox/source/core/filterbase.cxx
@@ -236,11 +236,6 @@ const Reference< XFrame >& FilterBase::getTargetFrame() const
return mxImpl->mxTargetFrame;
}
-const Reference< XShape >& FilterBase::getParentShape() const
-{
- return mxImpl->mxParentShape;
-}
-
const Reference< XStatusIndicator >& FilterBase::getStatusIndicator() const
{
return mxImpl->mxStatusIndicator;
diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx
index edbb6b4ebf59..64dc5dde6d91 100644
--- a/oox/source/drawingml/diagram/diagram.cxx
+++ b/oox/source/drawingml/diagram/diagram.cxx
@@ -535,57 +535,6 @@ void loadDiagram( ShapePtr const & pShape,
pDiagram->addTo(pShape);
}
-void loadDiagram( const ShapePtr& pShape,
- core::XmlFilterBase& rFilter,
- const uno::Reference<xml::dom::XDocument>& rXDataModelDom,
- const uno::Reference<xml::dom::XDocument>& rXLayoutDom,
- const uno::Reference<xml::dom::XDocument>& rXQStyleDom,
- const uno::Reference<xml::dom::XDocument>& rXColorStyleDom )
-{
- DiagramPtr pDiagram( new Diagram );
-
- DiagramDataPtr pData( new DiagramData() );
- pDiagram->setData( pData );
-
- DiagramLayoutPtr pLayout( new DiagramLayout(*pDiagram) );
- pDiagram->setLayout( pLayout );
-
- // data
- if( rXDataModelDom.is() )
- importFragment(rFilter,
- rXDataModelDom,
- "OOXData",
- pDiagram,
- new DiagramDataFragmentHandler( rFilter, "", pData ));
-
- // layout
- if( rXLayoutDom.is() )
- importFragment(rFilter,
- rXLayoutDom,
- "OOXLayout",
- pDiagram,
- new DiagramLayoutFragmentHandler( rFilter, "", pLayout ));
-
- // style
- if( rXQStyleDom.is() )
- importFragment(rFilter,
- rXQStyleDom,
- "OOXStyle",
- pDiagram,
- new DiagramQStylesFragmentHandler( rFilter, "", pDiagram->getStyles() ));
-
- // colors
- if( rXColorStyleDom.is() )
- importFragment(rFilter,
- rXColorStyleDom,
- "OOXColor",
- pDiagram,
- new ColorFragmentHandler( rFilter, "", pDiagram->getColors() ));
-
- // diagram loaded. now lump together & attach to shape
- pDiagram->addTo(pShape);
-}
-
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 0872a8b0cf56..1d1e4d8be5a1 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -326,14 +326,6 @@ void Shape::applyShapeReference( const Shape& rReferencedShape, bool bUseText )
mbHidden = rReferencedShape.mbHidden;
}
-void Shape::addChildren( ::oox::core::XmlFilterBase& rFilterBase,
- const Theme* pTheme,
- const Reference< XShapes >& rxShapes,
- basegfx::B2DHomMatrix const & aTransformation )
-{
- addChildren(rFilterBase, *this, pTheme, rxShapes, nullptr, aTransformation);
-}
-
struct ActionLockGuard
{
explicit ActionLockGuard(Reference<drawing::XShape> const& xShape)
diff --git a/vcl/source/gdi/pdfbuildin_fonts.hxx b/vcl/source/gdi/pdfbuildin_fonts.hxx
index 5dbbf92ce41d..69bdee5dcb9c 100644
--- a/vcl/source/gdi/pdfbuildin_fonts.hxx
+++ b/vcl/source/gdi/pdfbuildin_fonts.hxx
@@ -53,7 +53,6 @@ public:
BuildinFontInstance(const PhysicalFontFace&, const FontSelectPattern&);
bool GetGlyphOutline(sal_GlyphId nId, basegfx::B2DPolyPolygon& rPoly, bool) const override;
- OString getNameObject() const;
};
class BuildinFontFace final : public PhysicalFontFace
commit 906f8e89370cc71215ade869d7bfc2d489343f64
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 7 15:52:04 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Nov 8 07:37:53 2018 +0100
loplugin:constantparam
Change-Id: I593ccc2fb43321caf3ff64d0c348b1bac742ad18
Reviewed-on: https://gerrit.libreoffice.org/63025
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
index 114d0cf97612..1a074b29f9d4 100644
--- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
+++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
@@ -346,7 +346,7 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
AddTabPage("transparent", SchResId(STR_PAGE_TRANSPARENCY), RID_SVXPAGE_TRANSPARENCE);
AddTabPage("fontname", SchResId(STR_PAGE_FONT), RID_SVXPAGE_CHAR_NAME);
AddTabPage("effects", SchResId(STR_PAGE_FONT_EFFECTS), RID_SVXPAGE_CHAR_EFFECTS);
- AddTabPage("alignment", SchResId(STR_PAGE_ALIGNMENT), SchAlignmentTabPage::Create, nullptr);
+ AddTabPage("alignment", SchResId(STR_PAGE_ALIGNMENT), SchAlignmentTabPage::Create);
if( aCJKOptions.IsAsianTypographyEnabled() )
AddTabPage("asian", SchResId(STR_PAGE_ASIAN), RID_SVXPAGE_PARA_ASIAN);
break;
@@ -357,7 +357,7 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
AddTabPage("transparent", SchResId(STR_PAGE_TRANSPARENCY), RID_SVXPAGE_TRANSPARENCE);
AddTabPage("fontname", SchResId(STR_PAGE_FONT), RID_SVXPAGE_CHAR_NAME);
AddTabPage("effects", SchResId(STR_PAGE_FONT_EFFECTS), RID_SVXPAGE_CHAR_EFFECTS);
- AddTabPage("legendpos", SchResId(STR_PAGE_POSITION), SchLegendPosTabPage::Create, nullptr);
+ AddTabPage("legendpos", SchResId(STR_PAGE_POSITION), SchLegendPosTabPage::Create);
if (aCJKOptions.IsAsianTypographyEnabled())
AddTabPage("asian", SchResId(STR_PAGE_ASIAN), RID_SVXPAGE_PARA_ASIAN);
break;
@@ -365,12 +365,12 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
case OBJECTTYPE_DATA_SERIES:
case OBJECTTYPE_DATA_POINT:
if( m_pParameter->ProvidesSecondaryYAxis() || m_pParameter->ProvidesOverlapAndGapWidth() || m_pParameter->ProvidesMissingValueTreatments() )
- AddTabPage("options", SchResId(STR_PAGE_OPTIONS),SchOptionTabPage::Create, nullptr);
+ AddTabPage("options", SchResId(STR_PAGE_OPTIONS),SchOptionTabPage::Create);
if( m_pParameter->ProvidesStartingAngle())
- AddTabPage("polaroptions", SchResId(STR_PAGE_OPTIONS), PolarOptionsTabPage::Create, nullptr);
+ AddTabPage("polaroptions", SchResId(STR_PAGE_OPTIONS), PolarOptionsTabPage::Create);
if( m_pParameter->HasGeometryProperties() )
- AddTabPage("layout", SchResId(STR_PAGE_LAYOUT), SchLayoutTabPage::Create, nullptr);
+ AddTabPage("layout", SchResId(STR_PAGE_LAYOUT), SchLayoutTabPage::Create);
if(m_pParameter->HasAreaProperties())
{
@@ -383,7 +383,7 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
case OBJECTTYPE_DATA_LABEL:
case OBJECTTYPE_DATA_LABELS:
AddTabPage("border", SchResId(STR_PAGE_BORDER), RID_SVXPAGE_LINE);
- AddTabPage("datalabels", SchResId(STR_OBJECT_DATALABELS), DataLabelsTabPage::Create, nullptr);
+ AddTabPage("datalabels", SchResId(STR_OBJECT_DATALABELS), DataLabelsTabPage::Create);
AddTabPage("fontname", SchResId(STR_PAGE_FONT), RID_SVXPAGE_CHAR_NAME);
AddTabPage("effects", SchResId(STR_PAGE_FONT_EFFECTS), RID_SVXPAGE_CHAR_EFFECTS);
if( aCJKOptions.IsAsianTypographyEnabled() )
@@ -394,12 +394,12 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
case OBJECTTYPE_AXIS:
{
if( m_pParameter->HasScaleProperties() )
- AddTabPage("scale", SchResId(STR_PAGE_SCALE), ScaleTabPage::Create, nullptr);
+ AddTabPage("scale", SchResId(STR_PAGE_SCALE), ScaleTabPage::Create);
if( m_pParameter->HasScaleProperties() )//no positioning page for z axes so far as the tickmarks are not shown so far
- AddTabPage("axispos", SchResId(STR_PAGE_POSITIONING), AxisPositionsTabPage::Create, nullptr);
+ AddTabPage("axispos", SchResId(STR_PAGE_POSITIONING), AxisPositionsTabPage::Create);
AddTabPage("border", SchResId(STR_PAGE_LINE), RID_SVXPAGE_LINE);
- AddTabPage("axislabel", SchResId(STR_OBJECT_LABEL), SchAxisLabelTabPage::Create, nullptr);
+ AddTabPage("axislabel", SchResId(STR_OBJECT_LABEL), SchAxisLabelTabPage::Create);
if( m_pParameter->HasNumberProperties() )
AddTabPage("numberformat", SchResId(STR_PAGE_NUMBERS), RID_SVXPAGE_NUMBERFORMAT);
AddTabPage("fontname", SchResId(STR_PAGE_FONT), RID_SVXPAGE_CHAR_NAME);
@@ -410,12 +410,12 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
}
case OBJECTTYPE_DATA_ERRORS_X:
- AddTabPage("xerrorbar", SchResId(STR_PAGE_XERROR_BARS), ErrorBarsTabPage::Create, nullptr);
+ AddTabPage("xerrorbar", SchResId(STR_PAGE_XERROR_BARS), ErrorBarsTabPage::Create);
AddTabPage("border", SchResId(STR_PAGE_LINE), RID_SVXPAGE_LINE);
break;
case OBJECTTYPE_DATA_ERRORS_Y:
- AddTabPage("yerrorbar", SchResId(STR_PAGE_YERROR_BARS), ErrorBarsTabPage::Create, nullptr);
+ AddTabPage("yerrorbar", SchResId(STR_PAGE_YERROR_BARS), ErrorBarsTabPage::Create);
AddTabPage("border", SchResId(STR_PAGE_LINE), RID_SVXPAGE_LINE);
break;
@@ -430,7 +430,7 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
break;
case OBJECTTYPE_DATA_CURVE:
- AddTabPage("trendline", SchResId(STR_PAGE_TRENDLINE_TYPE), TrendlineTabPage::Create, nullptr);
+ AddTabPage("trendline", SchResId(STR_PAGE_TRENDLINE_TYPE), TrendlineTabPage::Create);
AddTabPage("border", SchResId(STR_PAGE_LINE), RID_SVXPAGE_LINE);
break;
@@ -462,7 +462,7 @@ SchAttribTabDlg::SchAttribTabDlg(weld::Window* pParent,
/* When rotation is supported for equation text boxes, use
SchAlignmentTabPage::Create here. The special
SchAlignmentTabPage::CreateWithoutRotation can be deleted. */
- AddTabPage("alignment", SchResId(STR_PAGE_ALIGNMENT), SchAlignmentTabPage::CreateWithoutRotation, nullptr);
+ AddTabPage("alignment", SchResId(STR_PAGE_ALIGNMENT), SchAlignmentTabPage::CreateWithoutRotation);
}
break;
default:
diff --git a/compilerplugins/clang/constantparam.bitmask.results b/compilerplugins/clang/constantparam.bitmask.results
index e0edc377e13a..17bf470d3436 100644
--- a/compilerplugins/clang/constantparam.bitmask.results
+++ b/compilerplugins/clang/constantparam.bitmask.results
@@ -1,7 +1,7 @@
-codemaker/source/javamaker/classfile.hxx:152
+codemaker/source/javamaker/classfile.hxx:153
void codemaker::javamaker::ClassFile::ClassFile(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &)
enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
-codemaker/source/javamaker/classfile.hxx:167
+codemaker/source/javamaker/classfile.hxx:168
void codemaker::javamaker::ClassFile::addField(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,unsigned short,const class rtl::OString &)
enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
cui/source/options/webconninfo.hxx:35
@@ -10,19 +10,19 @@ cui/source/options/webconninfo.hxx:35
dbaccess/source/filter/xml/xmlExport.hxx:171
void dbaxml::ODBExport::ODBExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags)
enum SvXMLExportFlags nExportFlag setBits=0x400 clearBits=0x200
-include/basegfx/polygon/b2dpolygontools.hxx:143
+include/basegfx/polygon/b2dpolygontools.hxx:144
enum CutFlagValue findCut(const class basegfx::B2DPoint &,const class basegfx::B2DVector &,const class basegfx::B2DPoint &,const class basegfx::B2DVector &,enum CutFlagValue,double *,double *)
enum CutFlagValue aCutFlags setBits=0x1
include/framework/framelistanalyzer.hxx:181
void framework::FrameListAnalyzer::FrameListAnalyzer(const class com::sun::star::uno::Reference<class com::sun::star::frame::XFramesSupplier> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,enum FrameAnalyzerFlags)
enum FrameAnalyzerFlags eDetectMode setBits=0x4
-include/sfx2/objsh.hxx:464
+include/sfx2/objsh.hxx:468
void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags)
enum SfxLoadedFlags nWhich setBits=0x1
include/svtools/brwbox.hxx:438
void BrowseBox::InsertDataColumn(unsigned short,const class rtl::OUString &,long,enum HeaderBarItemBits,unsigned short)
enum HeaderBarItemBits nBits setBits=0x410 clearBits=0x3ac
-include/svtools/wizardmachine.hxx:172
+include/svtools/wizardmachine.hxx:178
void svt::OWizardMachine::OWizardMachine(class vcl::Window *,enum WizardButtonFlags)
enum WizardButtonFlags _nButtonFlags setBits=0xf
include/vcl/gdimtf.hxx:195
@@ -43,13 +43,13 @@ sc/source/ui/view/cellsh1.cxx:115
sc/source/ui/view/cellsh1.cxx:138
class rtl::OUString FlagsToString(enum InsertDeleteFlags,enum InsertDeleteFlags)
enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700
-sw/source/core/view/viewsh.cxx:730
+sw/source/core/view/viewsh.cxx:734
void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags)
enum SwInvalidateFlags nInv setBits=0x2
sw/source/filter/html/swhtml.hxx:671
void SwHTMLParser::SetFrameFormatAttrs(class SfxItemSet &,enum HtmlFrameFormatFlags,class SfxItemSet &)
enum HtmlFrameFormatFlags nFlags setBits=0x1
-sw/source/filter/ww8/wrtw8esh.cxx:1534
+sw/source/filter/ww8/wrtw8esh.cxx:1529
enum ShapeFlag AddMirrorFlags(enum ShapeFlag,const class SwMirrorGrf &)
enum ShapeFlag nFlags setBits=0xa00 clearBits=0x5ef
xmloff/inc/MetaExportComponent.hxx:32
diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results
index e1a57614fe46..3b0b836aa652 100644
--- a/compilerplugins/clang/constantparam.booleans.results
+++ b/compilerplugins/clang/constantparam.booleans.results
@@ -98,7 +98,7 @@ chart2/qa/extras/PivotChartTest.cxx:224
class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotTables> lclGetDataPilotTables(int,const class com::sun::star::uno::Reference<class com::sun::star::sheet::XSpreadsheetDocument> &)
int nIndex
0
-chart2/source/controller/dialogs/ChartTypeDialogController.hxx:55
+chart2/source/controller/dialogs/ChartTypeDialogController.hxx:52
void chart::ChartTypeParameter::ChartTypeParameter(int,_Bool,_Bool,enum chart::GlobalStackMode,_Bool,_Bool,enum com::sun::star::chart2::CurveStyle)
enum com::sun::star::chart2::CurveStyle eCurveStyle
0
@@ -114,14 +114,6 @@ chart2/source/controller/inc/ChartController.hxx:367
class chart::ChartController::TheModelRef & chart::ChartController::TheModelRef::operator=(class chart::ChartController::TheModel *)
###1
0
-chart2/source/controller/inc/res_Titles.hxx:35
- void chart::TitleResources::TitleResources(class VclBuilderContainer &,_Bool)
- _Bool bShowSecondaryAxesTitle
- 0
-chart2/source/controller/inc/res_Titles.hxx:67
- void chart::SchTitleResources::SchTitleResources(class weld::Builder &,_Bool)
- _Bool bShowSecondaryAxesTitle
- 1
chart2/source/controller/inc/ViewElementListProvider.hxx:51
class Graphic chart::ViewElementListProvider::GetSymbolGraphic(int,const class SfxItemSet *) const
int nStandardSymbol
@@ -174,7 +166,7 @@ chart2/source/view/main/VButton.hxx:51
void chart::VButton::showArrow(_Bool)
_Bool bShowArrow
0
-codemaker/source/javamaker/classfile.hxx:119
+codemaker/source/javamaker/classfile.hxx:120
void codemaker::javamaker::ClassFile::Code::storeLocalReference(unsigned short)
unsigned short index
1
@@ -206,7 +198,7 @@ connectivity/source/inc/odbc/OTools.hxx:219
void connectivity::odbc::OTools::bindValue(const class connectivity::odbc::OConnection *,void *,int,short,short,const void *,void *,long *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,unsigned short,_Bool)
short _nMaxLen
0
-cppcanvas/source/mtfrenderer/mtftools.cxx:260
+cppcanvas/source/mtfrenderer/mtftools.cxx:295
void appendRect(class basegfx::B2DPolyPolygon &,const class basegfx::B2DPoint &,const double,const double,const double,const double)
const double nX1
0
@@ -242,7 +234,7 @@ cui/source/inc/scriptdlg.hxx:76
class SvTreeListEntry * SFTreeListBox::insertEntry(const class rtl::OUString &,const class rtl::OUString &,class SvTreeListEntry *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &)
class SvTreeListEntry * pParent
0
-cui/source/inc/SpellDialog.hxx:87
+cui/source/inc/SpellDialog.hxx:86
void svx::SentenceEditWindow_Impl::SetAttrib(const class TextAttrib &,unsigned int,int,int)
unsigned int nPara
0
@@ -282,6 +274,10 @@ dbaccess/source/ui/control/tabletree.cxx:222
class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > lcl_getMetaDataStrings_throw(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSet> &,int)
int _nColumnIndex
1
+dbaccess/source/ui/dlg/adminpages.hxx:225
+ void dbaui::OGenericAdministrationPage::fillBool(class SfxItemSet &,const class CheckBox *,unsigned short,_Bool &,_Bool)
+ _Bool _bRevertValue
+ 0
dbaccess/source/ui/inc/charsets.hxx:47
class dbaui::OCharsetDisplay::ExtendedCharsetIterator dbaui::OCharsetDisplay::findEncoding(const unsigned short) const
const unsigned short _eEncoding
@@ -302,9 +298,9 @@ desktop/source/deployment/gui/dp_gui_theextmgr.hxx:90
void dp_gui::TheExtensionManager::ToTop(enum ToTopFlags)
enum ToTopFlags nFlags
1
-desktop/source/lib/init.cxx:4132
+desktop/source/lib/init.cxx:4291
struct _LibreOfficeKit * libreofficekit_hook_2(const char *,const char *)
- const char * user_profile_path
+ const char * user_profile_url
0
editeng/source/editeng/editstt2.hxx:29
void InternalEditStatus::TurnOnFlags(enum EEControlBits)
@@ -326,19 +322,19 @@ extensions/source/propctrlr/newdatatype.hxx:40
void pcr::NewDataTypeDialog::NewDataTypeDialog(class weld::Window *,const class rtl::OUString &,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &)
class weld::Window * _pParent
0
-extensions/source/propctrlr/propertyhandler.hxx:188
+extensions/source/propctrlr/propertyhandler.hxx:189
void pcr::PropertyHandler::addDoublePropertyDescription(class std::__debug::vector<struct com::sun::star::beans::Property, class std::allocator<struct com::sun::star::beans::Property> > &,const class rtl::OUString &,short) const
short _nAttribs
1
-extensions/source/propctrlr/propertyhandler.hxx:196
+extensions/source/propctrlr/propertyhandler.hxx:197
void pcr::PropertyHandler::addDatePropertyDescription(class std::__debug::vector<struct com::sun::star::beans::Property, class std::allocator<struct com::sun::star::beans::Property> > &,const class rtl::OUString &,short) const
short _nAttribs
1
-extensions/source/propctrlr/propertyhandler.hxx:204
+extensions/source/propctrlr/propertyhandler.hxx:205
void pcr::PropertyHandler::addTimePropertyDescription(class std::__debug::vector<struct com::sun::star::beans::Property, class std::allocator<struct com::sun::star::beans::Property> > &,const class rtl::OUString &,short) const
short _nAttribs
1
-extensions/source/propctrlr/propertyhandler.hxx:212
+extensions/source/propctrlr/propertyhandler.hxx:213
void pcr::PropertyHandler::addDateTimePropertyDescription(class std::__debug::vector<struct com::sun::star::beans::Property, class std::allocator<struct com::sun::star::beans::Property> > &,const class rtl::OUString &,short) const
short _nAttribs
1
@@ -410,7 +406,7 @@ filter/source/graphicfilter/eps/eps.cxx:212
void PSWriter::ImplWriteFillColor(unsigned long)
unsigned long nMode
1
-filter/source/graphicfilter/icgm/cgm.hxx:93
+filter/source/graphicfilter/icgm/cgm.hxx:91
unsigned char CGM::ImplGetByte(unsigned int,unsigned int)
unsigned int nPrecision
1
@@ -438,7 +434,7 @@ forms/source/inc/featuredispatcher.hxx:50
void frm::IFeatureDispatcher::dispatchWithArgument(short,const char *,const class com::sun::star::uno::Any &) const
short _nFeatureId
1
-formula/source/ui/dlg/structpg.hxx:87
+formula/source/ui/dlg/structpg.hxx:86
class SvTreeListEntry * formula::StructPage::InsertEntry(const class rtl::OUString &,class SvTreeListEntry *,unsigned short,unsigned long,const class formula::FormulaToken *)
unsigned long nPos
0
@@ -474,23 +470,23 @@ include/avmedia/mediaplayer.hxx:51
void avmedia::MediaFloater::setURL(const class rtl::OUString &,const class rtl::OUString &,_Bool)
_Bool bPlayImmediately
1
-include/basegfx/polygon/b2dpolygon.hxx:86
+include/basegfx/polygon/b2dpolygon.hxx:84
void basegfx::B2DPolygon::insert(unsigned int,const class basegfx::B2DPoint &,unsigned int)
unsigned int nCount
1
-include/basegfx/polygon/b2dpolygontools.hxx:89
+include/basegfx/polygon/b2dpolygontools.hxx:90
_Bool isInside(const class basegfx::B2DPolygon &,const class basegfx::B2DPolygon &,_Bool)
_Bool bWithBorder
1
-include/basegfx/polygon/b2dpolygontools.hxx:342
+include/basegfx/polygon/b2dpolygontools.hxx:343
enum basegfx::B2VectorOrientation getOrientationForIndex(const class basegfx::B2DPolygon &,unsigned int)
unsigned int nIndex
0
-include/basegfx/polygon/b2dpolygontools.hxx:349
+include/basegfx/polygon/b2dpolygontools.hxx:350
_Bool isPointOnPolygon(const class basegfx::B2DPolygon &,const class basegfx::B2DPoint &,_Bool)
_Bool bWithPoints
1
-include/basegfx/polygon/b2dpolygontools.hxx:352
+include/basegfx/polygon/b2dpolygontools.hxx:353
_Bool isPointInTriangle(const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,_Bool)
_Bool bWithBorder
1
@@ -518,19 +514,19 @@ include/basegfx/polygon/b2dpolypolygon.hxx:138
shared_ptr<type-parameter-?-?> basegfx::B2DPolyPolygon::addOrReplaceSystemDependentData(class basegfx::SystemDependentDataManager &,type-parameter-?-? &&...) const
###3
0
-include/basegfx/polygon/b3dpolygon.hxx:73
+include/basegfx/polygon/b3dpolygon.hxx:72
void basegfx::B3DPolygon::append(const class basegfx::B3DPoint &,unsigned int)
unsigned int nCount
1
-include/basegfx/polygon/b3dpolygon.hxx:97
+include/basegfx/polygon/b3dpolygon.hxx:96
void basegfx::B3DPolygon::append(const class basegfx::B3DPolygon &,unsigned int,unsigned int)
- unsigned int nCount
+ unsigned int nIndex
0
-include/basegfx/polygon/b3dpolygon.hxx:97
+include/basegfx/polygon/b3dpolygon.hxx:96
void basegfx::B3DPolygon::append(const class basegfx::B3DPolygon &,unsigned int,unsigned int)
- unsigned int nIndex
+ unsigned int nCount
0
-include/basegfx/polygon/b3dpolygon.hxx:100
+include/basegfx/polygon/b3dpolygon.hxx:99
void basegfx::B3DPolygon::remove(unsigned int,unsigned int)
unsigned int nCount
1
@@ -550,17 +546,17 @@ include/basegfx/polygon/b3dpolypolygon.hxx:89
void basegfx::B3DPolyPolygon::remove(unsigned int,unsigned int)
unsigned int nCount
1
-include/basegfx/range/b2dpolyrange.hxx:74
+include/basegfx/range/b2dpolyrange.hxx:73
void basegfx::B2DPolyRange::appendElement(const class basegfx::B2DRange &,enum basegfx::B2VectorOrientation,unsigned int)
unsigned int nCount
1
-include/basegfx/range/b2ibox.hxx:77
+include/basegfx/range/b2ibox.hxx:72
void basegfx::B2IBox::B2IBox(int,int,int,int)
- int y1
+ int x1
0
-include/basegfx/range/b2ibox.hxx:77
+include/basegfx/range/b2ibox.hxx:72
void basegfx::B2IBox::B2IBox(int,int,int,int)
- int x1
+ int y1
0
include/basegfx/utils/tools.hxx:118
class basegfx::B2DPolyPolygon number2PolyPolygon(double,int,int,_Bool)
@@ -798,7 +794,7 @@ include/formula/vectortoken.hxx:50
void formula::VectorRefArray::VectorRefArray(enum formula::VectorRefArray::InitInvalid)
enum formula::VectorRefArray::InitInvalid
0
-include/i18nutil/widthfolding.hxx:45
+include/i18nutil/widthfolding.hxx:47
class rtl::OUString i18nutil::widthfolding::compose_ja_voiced_sound_marks(const class rtl::OUString &,int,int,class com::sun::star::uno::Sequence<int> &,_Bool,int)
int startPos
0
@@ -914,11 +910,11 @@ include/oox/vml/vmlformatting.hxx:123
int decodeMeasureToHmm(const class oox::GraphicHelper &,const class rtl::OUString &,int,_Bool,_Bool)
int nRefValue
0
-include/opencl/openclwrapper.hxx:63
+include/opencl/openclwrapper.hxx:61
_Bool buildProgramFromBinary(const char *,struct openclwrapper::GPUEnv *,const char *,int)
int idx
0
-include/opencl/openclwrapper.hxx:86
+include/opencl/openclwrapper.hxx:84
void setOpenCLCmdQueuePosition(int)
int nPos
0
@@ -950,6 +946,10 @@ include/sfx2/filedlghelper.hxx:107
void sfx2::FileDialogHelper::FileDialogHelper(short,enum FileDialogFlags,const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags,class weld::Window *)
enum SfxFilterFlags nDont
0
+include/sfx2/notebookbar/SfxNotebookBar.hxx:50
+ void sfx2::SfxNotebookBar::ShowMenubar(class SfxViewFrame *,_Bool)
+ _Bool bShow
+ 1
include/sfx2/opengrf.hxx:46
void SvxOpenGraphicDialog::EnableLink(_Bool)
_Bool
@@ -974,7 +974,7 @@ include/sfx2/sfxdlg.hxx:139
class VclPtr<class VclAbstractDialog> SfxAbstractDialogFactory::CreateEditObjectDialog(class weld::Window *,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XEmbeddedObject> &)
class weld::Window * pParent
0
-include/sfx2/sidebar/FocusManager.hxx:121
+include/sfx2/sidebar/FocusManager.hxx:117
_Bool sfx2::sidebar::FocusManager::IsPanelTitleVisible(const int) const
const int nPanelIndex
0
@@ -982,35 +982,39 @@ include/sfx2/sidebar/SidebarToolBox.hxx:55
void sfx2::sidebar::SidebarToolBox::SetController(const unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::frame::XToolbarController> &)
const unsigned short nItemId
1
+include/sfx2/tabdlg.hxx:266
+ void SfxTabDialogController::AddTabPage(const class rtl::OString &,const class rtl::OUString &,class VclPtr<class SfxTabPage> (*)(struct TabPageParent, const class SfxItemSet *),const unsigned short *(*)(void))
+ const unsigned short *(*)(void) pRangesFunc
+ 0
include/sfx2/thumbnailview.hxx:225
void ThumbnailView::ShowTooltips(_Bool)
_Bool bShowTooltips
1
-include/sot/stg.hxx:168
+include/sot/stg.hxx:158
void Storage::Storage(const class rtl::OUString &,enum StreamMode,_Bool)
_Bool bDirect
1
-include/sot/stg.hxx:261
+include/sot/stg.hxx:251
void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
_Bool bDirect
0
-include/sot/stg.hxx:261
+include/sot/stg.hxx:251
void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
_Bool bIsRoot
1
-include/sot/stg.hxx:261
+include/sot/stg.hxx:251
void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
enum StreamMode nMode
1
-include/sot/stg.hxx:267
+include/sot/stg.hxx:257
void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
- _Bool bIsRoot
+ _Bool bDirect
1
-include/sot/stg.hxx:267
+include/sot/stg.hxx:257
void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
- _Bool bDirect
+ _Bool bIsRoot
1
-include/sot/stg.hxx:272
+include/sot/stg.hxx:262
void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::ucb::XProgressHandler> &)
_Bool bIsRoot
0
@@ -1046,7 +1050,7 @@ include/svl/urihelper.hxx:149
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list