Kaydet (Commit) afed3d17 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields

Change-Id: I4ebd1e89daf7ba5e6ab709f56c0fec5b49f50dd0
Reviewed-on: https://gerrit.libreoffice.org/61774
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst bb234655
......@@ -248,7 +248,6 @@ SchLegendPositionResources::SchLegendPositionResources(weld::Builder& rBuilder)
, m_xRbtTop(rBuilder.weld_radio_button("top"))
, m_xRbtBottom(rBuilder.weld_radio_button("bottom"))
{
impl_setRadioButtonToggleHdl();
}
SchLegendPositionResources::SchLegendPositionResources(weld::Builder& rBuilder,
......@@ -261,15 +260,6 @@ SchLegendPositionResources::SchLegendPositionResources(weld::Builder& rBuilder,
, m_xRbtBottom(rBuilder.weld_radio_button("bottom"))
{
m_xCbxShow->connect_toggled(LINK(this, SchLegendPositionResources, PositionEnableHdl));
impl_setRadioButtonToggleHdl();
}
void SchLegendPositionResources::impl_setRadioButtonToggleHdl()
{
m_xRbtLeft->connect_toggled(LINK(this, SchLegendPositionResources, PositionChangeHdl));
m_xRbtTop->connect_toggled(LINK(this, SchLegendPositionResources, PositionChangeHdl));
m_xRbtRight->connect_toggled(LINK(this, SchLegendPositionResources, PositionChangeHdl));
m_xRbtBottom->connect_toggled(LINK(this, SchLegendPositionResources, PositionChangeHdl));
}
SchLegendPositionResources::~SchLegendPositionResources()
......@@ -374,8 +364,6 @@ IMPL_LINK_NOARG(SchLegendPositionResources, PositionEnableHdl, weld::ToggleButto
m_xRbtTop->set_sensitive( bEnable );
m_xRbtRight->set_sensitive( bEnable );
m_xRbtBottom->set_sensitive( bEnable );
m_aChangeLink.Call(nullptr);
}
void SchLegendPositionResources::initFromItemSet( const SfxItemSet& rInAttrs )
......@@ -426,20 +414,6 @@ void SchLegendPositionResources::writeToItemSet( SfxItemSet& rOutAttrs ) const
rOutAttrs.Put( SfxBoolItem(SCHATTR_LEGEND_SHOW, !m_xCbxShow || m_xCbxShow->get_active()) );
}
IMPL_LINK(SchLegendPositionResources, PositionChangeHdl, weld::ToggleButton&, rRadio, void )
{
//for each radio click there are coming two change events
//first uncheck of previous button -> ignore that call
//the second call gives the check of the new button
if (rRadio.get_active())
m_aChangeLink.Call(nullptr);
}
void SchLegendPositionResources::SetChangeHdl( const Link<LinkParamNone*,void>& rLink )
{
m_aChangeLink = rLink;
}
} //namespace chart
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -90,14 +90,9 @@ public:
void SetChangeHdl( const Link<LinkParamNone*,void>& rLink );
DECL_LINK(PositionEnableHdl, weld::ToggleButton&, void);
DECL_LINK(PositionChangeHdl, weld::ToggleButton&, void);
private:
void impl_setRadioButtonToggleHdl();
private:
css::uno::Reference< css::uno::XComponentContext> m_xCC;
Link<LinkParamNone*,void> m_aChangeLink;
std::unique_ptr<weld::CheckButton> m_xCbxShow;
std::unique_ptr<weld::RadioButton> m_xRbtLeft;
......
......@@ -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/libo5/avmedia/source/vlc/wrapper/Types.hxx:43:7)
libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/noel/disk2/libo6/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/libo5/avmedia/source/vlc/wrapper/Types.hxx:41:5)
libvlc_event_t u union (anonymous union at /media/noel/disk2/libo6/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:201
......@@ -120,7 +120,7 @@ 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:1418
cui/source/factory/dlgfact.cxx:1421
SvxMacroAssignDialog m_aItems class SfxItemSet
cui/source/inc/cfgutil.hxx:190
SvxScriptSelectorDialog m_aStylesInfo struct SfxStylesInfo_Impl
......@@ -136,8 +136,6 @@ cui/source/inc/tabstpge.hxx:95
SvxTabulatorTabPage m_aCenterWin class TabWin_Impl
cui/source/inc/tabstpge.hxx:96
SvxTabulatorTabPage m_aDezWin class TabWin_Impl
cui/source/tabpages/backgrnd.cxx:73
SvxBackgroundPage_Impl bIsImportDlgInExecute _Bool
dbaccess/source/core/api/RowSet.hxx:111
dbaccess::ORowSet m_aURL class rtl::OUString
dbaccess/source/core/api/RowSet.hxx:125
......@@ -203,9 +201,9 @@ include/registry/registry.hxx:35
include/sfx2/classificationhelper.hxx:127
sfx::ClassificationKeyCreator m_ePolicyType const enum SfxClassificationPolicyType
include/sfx2/msg.hxx:117
SfxType0 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
SfxType0 createSfxPoolItemFunc const std::function<SfxPoolItem *(void)>
include/sfx2/msg.hxx:119
SfxType0 nAttribs sal_uInt16
SfxType0 nAttribs const sal_uInt16
include/svl/ondemand.hxx:58
OnDemandLocaleDataWrapper aSysLocale class SvtSysLocale
include/svx/ClassificationDialog.hxx:59
......@@ -289,17 +287,17 @@ pyuno/source/module/pyuno_impl.hxx:324
reportdesign/source/core/api/ReportDefinition.cxx:241
reportdesign::OStyle m_aSize awt::Size
sal/osl/unx/thread.cxx:90
osl_thread_priority_st m_Highest int
osl_thread_priority_st m_Highest const int
sal/osl/unx/thread.cxx:91
osl_thread_priority_st m_Above_Normal int
osl_thread_priority_st m_Above_Normal const int
sal/osl/unx/thread.cxx:92
osl_thread_priority_st m_Normal int
osl_thread_priority_st m_Normal const int
sal/osl/unx/thread.cxx:93
osl_thread_priority_st m_Below_Normal int
osl_thread_priority_st m_Below_Normal const int
sal/osl/unx/thread.cxx:94
osl_thread_priority_st m_Lowest int
osl_thread_priority_st m_Lowest const int
sal/osl/unx/thread.cxx:112
osl_thread_global_st m_priority struct osl_thread_priority_st
osl_thread_global_st m_priority const struct osl_thread_priority_st
sal/qa/osl/process/osl_process.cxx:157
Test_osl_executeProcess env_param_ const class rtl::OUString
sal/textenc/textenc.cxx:406
......@@ -314,7 +312,7 @@ sc/inc/compiler.hxx:259
ScCompiler::AddInMap pUpper const char *
sc/inc/formulalogger.hxx:42
sc::FormulaLogger maMessages std::vector<OUString>
sc/inc/interpretercontext.hxx:31
sc/inc/interpretercontext.hxx:32
ScInterpreterContext mrDoc const class ScDocument &
sc/inc/token.hxx:406
SingleDoubleRefModifier aDub struct ScComplexRefData
......@@ -385,11 +383,11 @@ sccomp/source/solver/DifferentialEvolution.hxx:35
sccomp/source/solver/ParticelSwarmOptimization.hxx:56
ParticleSwarmOptimizationAlgorithm maRandomDevice std::random_device
scripting/source/stringresource/stringresource.cxx:1310
stringresource::BinaryInput m_aData Sequence<sal_Int8>
stringresource::BinaryInput m_aData const Sequence<sal_Int8>
sd/inc/anminfo.hxx:52
SdAnimationInfo maSecondSoundFile class rtl::OUString
SdAnimationInfo maSecondSoundFile const class rtl::OUString
sd/source/filter/eppt/epptbase.hxx:347
PPTWriterBase maFraction class Fraction
PPTWriterBase maFraction const class Fraction
sd/source/filter/ppt/pptin.hxx:82
SdPPTImport maParam struct PowerPointImportParam
sd/source/ui/inc/AccessibleDocumentViewBase.hxx:262
......@@ -397,23 +395,23 @@ sd/source/ui/inc/AccessibleDocumentViewBase.hxx:262
sd/source/ui/remotecontrol/Receiver.hxx:36
sd::Receiver pTransmitter class sd::Transmitter *
sd/source/ui/remotecontrol/ZeroconfService.hxx:36
sd::ZeroconfService port uint
sd::ZeroconfService port const uint
sd/source/ui/table/TableDesignPane.hxx:104
sd::TableDesignPane aImpl class sd::TableDesignWidget
sd::TableDesignPane aImpl const class sd::TableDesignWidget
sd/source/ui/view/DocumentRenderer.cxx:1319
sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
sd::DocumentRenderer::Implementation mxObjectShell const SfxObjectShellRef
sd/source/ui/view/viewshel.cxx:1211
sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock const sd::slidesorter::view::class SlideSorterView::DrawLock
sd/source/ui/view/viewshel.cxx:1212
sd::KeepSlideSorterInSyncWithPageChanges m_aModelLock sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
sd::KeepSlideSorterInSyncWithPageChanges m_aModelLock const sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
sd/source/ui/view/viewshel.cxx:1213
sd::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
sd::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock const sd::slidesorter::controller::class PageSelector::UpdateLock
sd/source/ui/view/viewshel.cxx:1214
sd::KeepSlideSorterInSyncWithPageChanges m_aContext sd::slidesorter::controller::class SelectionObserver::Context
sd::KeepSlideSorterInSyncWithPageChanges m_aContext const sd::slidesorter::controller::class SelectionObserver::Context
sfx2/source/doc/doctempl.cxx:116
DocTempl::DocTempl_EntryData_Impl mxObjShell class SfxObjectShellLock
DocTempl::DocTempl_EntryData_Impl mxObjShell const class SfxObjectShellLock
slideshow/source/engine/animationnodes/animationbasenode.hxx:89
slideshow::internal::AnimationBaseNode mpSubsetManager slideshow::internal::SubsettableShapeManagerSharedPtr
slideshow::internal::AnimationBaseNode mpSubsetManager const slideshow::internal::SubsettableShapeManagerSharedPtr
slideshow/source/engine/opengl/TransitionImpl.hxx:296
Vertex normal glm::vec3
slideshow/source/engine/opengl/TransitionImpl.hxx:297
......@@ -449,7 +447,7 @@ svl/source/crypto/cryptosign.cxx:282
svtools/source/inc/svimpbox.hxx:125
SvImpLBox aFctSet class ImpLBSelEng
svtools/source/svhtml/htmlkywd.cxx:558
HTML_OptionEntry union HTML_OptionEntry::(anonymous at /media/noel/disk2/libo5/svtools/source/svhtml/htmlkywd.cxx:558:5)
HTML_OptionEntry union HTML_OptionEntry::(anonymous at /media/noel/disk2/libo6/svtools/source/svhtml/htmlkywd.cxx:558:5)
svtools/source/svhtml/htmlkywd.cxx:560
HTML_OptionEntry::(anonymous) sToken const sal_Char *
svtools/source/svhtml/htmlkywd.cxx:561
......@@ -584,13 +582,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:1525
vcl/source/app/salvtables.cxx:1542
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:2346
vcl/unx/gtk3/gtk3gtkinst.cxx:2398
CrippledViewport viewport GtkViewport
vcl/unx/gtk/a11y/atkhypertext.cxx:29
(anonymous) atk_hyper_link const AtkHyperlink
......
......@@ -52,6 +52,8 @@ bridges/source/jni_uno/jni_java2uno.cxx:151
jni_uno::largest p void *
bridges/source/jni_uno/jni_java2uno.cxx:152
jni_uno::largest a uno_Any
chart2/source/controller/inc/res_LegendPosition.hxx:93
chart::SchLegendPositionResources m_aChangeLink Link<class LinkParamNone *, void>
chart2/source/model/main/DataPoint.hxx:108
chart::DataPoint m_bNoParentPropAllowed _Bool
connectivity/source/drivers/evoab2/EApi.h:125
......@@ -158,11 +160,11 @@ cui/source/options/optcolor.cxx:255
ColorConfigWindow_Impl aModuleOptions class SvtModuleOptions
cui/source/options/optpath.cxx:79
OptPath_Impl m_aDefOpt class SvtDefaultOptions
cui/source/options/personalization.hxx:39
cui/source/options/personalization.hxx:45
SvxPersonalizationTabPage m_vDefaultPersonaImages VclPtr<class PushButton> [3]
cui/source/options/personalization.hxx:103
cui/source/options/personalization.hxx:109
SelectPersonaDialog m_vResultList VclPtr<class PushButton> [9]
cui/source/options/personalization.hxx:104
cui/source/options/personalization.hxx:110
SelectPersonaDialog m_vSearchSuggestions VclPtr<class PushButton> [6]
cui/source/options/treeopt.cxx:469
OptionsGroupInfo m_bLoadError _Bool
......@@ -303,17 +305,17 @@ include/sfx2/msg.hxx:95
include/sfx2/msg.hxx:96
SfxTypeAttrib pName const char *
include/sfx2/msg.hxx:105
SfxType createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
SfxType createSfxPoolItemFunc const std::function<SfxPoolItem *(void)>
include/sfx2/msg.hxx:106
SfxType pType const std::type_info *
include/sfx2/msg.hxx:107
SfxType nAttribs sal_uInt16
SfxType nAttribs const sal_uInt16
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
sfx2::sidebar::ResourceManager maMiscOptions class SvtMiscOptions
sfx2::sidebar::ResourceManager maMiscOptions const class SvtMiscOptions
include/svl/adrparse.hxx:52
SvAddressParser m_bHasFirst _Bool
include/svl/ondemand.hxx:58
......@@ -353,7 +355,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/libo5/include/unoidl/unoidl.hxx:444:5)
unoidl::ConstantValue union unoidl::ConstantValue::(anonymous at /media/noel/disk2/libo6/include/unoidl/unoidl.hxx:444:5)
include/unoidl/unoidl.hxx:445
unoidl::ConstantValue::(anonymous) booleanValue _Bool
include/unoidl/unoidl.hxx:446
......@@ -415,7 +417,7 @@ registry/source/reflwrit.cxx:142
registry/source/reflwrit.cxx:182
CPInfo::(anonymous) aUik struct RTUik *
reportdesign/source/ui/inc/ColorListener.hxx:35
rptui::OColorListener m_aColorConfig svtools::ColorConfig
rptui::OColorListener m_aColorConfig const svtools::ColorConfig
sal/osl/unx/process.cxx:825
osl_procStat signal char [24]
sal/osl/unx/process.cxx:826
......@@ -437,7 +439,7 @@ sal/rtl/uuid.cxx:65
sc/inc/compiler.hxx:127
ScRawToken::(anonymous union)::(anonymous) eItem class ScTableRefToken::Item
sc/inc/compiler.hxx:128
ScRawToken::(anonymous) table struct (anonymous struct at /media/noel/disk2/libo5/sc/inc/compiler.hxx:125:9)
ScRawToken::(anonymous) table struct (anonymous struct at /media/noel/disk2/libo6/sc/inc/compiler.hxx:125:9)
sc/inc/compiler.hxx:133
ScRawToken::(anonymous) pMat class ScMatrix *
sc/inc/formulagroup.hxx:39
......@@ -519,19 +521,19 @@ sd/source/ui/slideshow/showwindow.hxx:103
sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx:143
sd::slidesorter::cache::PageCacheManager::RecentlyUsedPageCaches maMap std::map<key_type, mapped_type>
sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx:97
sd::slidesorter::controller::Animator maElapsedTime ::canvas::tools::ElapsedTime
sd::slidesorter::controller::Animator maElapsedTime const ::canvas::tools::ElapsedTime
sd/source/ui/table/TableDesignPane.hxx:94
sd::TableDesignWidget m_aCheckBoxes VclPtr<class CheckBox> [6]
sdext/source/pdfimport/inc/pdfihelper.hxx:101
pdfi::GraphicsContext BlendMode sal_Int8
sdext/source/pdfimport/tree/style.hxx:42
pdfi::StyleContainer::Style Contents class rtl::OUString
pdfi::StyleContainer::Style Contents const class rtl::OUString
sfx2/source/appl/lnkbase2.cxx:95
sfx2::ImplDdeItem pLink class sfx2::SvBaseLink *
slideshow/source/engine/slideshowimpl.cxx:153
(anonymous namespace)::FrameSynchronization maTimer canvas::tools::ElapsedTime
(anonymous namespace)::FrameSynchronization maTimer const canvas::tools::ElapsedTime
sot/source/sdstor/ucbstorage.cxx:408
UCBStorageStream_Impl m_aKey class rtl::OString
UCBStorageStream_Impl m_aKey const class rtl::OString
starmath/source/view.cxx:856
SmViewShell_Impl aOpts const class SvtMiscOptions
store/source/storbios.cxx:59
......
......@@ -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/libo5/avmedia/source/vlc/wrapper/Types.hxx:43:7)
libvlc_event_t::(anonymous) padding struct (anonymous struct at /media/noel/disk2/libo6/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/libo5/avmedia/source/vlc/wrapper/Types.hxx:41:5)
libvlc_event_t u union (anonymous union at /media/noel/disk2/libo6/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
......@@ -86,10 +86,6 @@ cui/source/inc/transfrm.hxx:190
SvxAngleTabPage m_xCtlRect std::unique_ptr<weld::CustomWeld>
cui/source/inc/transfrm.hxx:193
SvxAngleTabPage m_xCtlAngle std::unique_ptr<weld::CustomWeld>
cui/source/tabpages/backgrnd.cxx:72
SvxBackgroundPage_Impl pLoadIdle std::unique_ptr<Idle>
cui/source/tabpages/backgrnd.cxx:73
SvxBackgroundPage_Impl bIsImportDlgInExecute _Bool
dbaccess/source/sdbtools/inc/connectiondependent.hxx:116
sdbtools::ConnectionDependentComponent::EntryGuard m_aMutexGuard ::osl::MutexGuard
emfio/source/emfuno/xemfparser.cxx:60
......@@ -117,9 +113,9 @@ include/registry/registry.hxx:35
include/sfx2/mgetempl.hxx:63
SfxManageStyleSheetPage m_xNameFt std::unique_ptr<weld::Label>
include/sfx2/msg.hxx:117
SfxType0 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
SfxType0 createSfxPoolItemFunc const std::function<SfxPoolItem *(void)>
include/sfx2/msg.hxx:119
SfxType0 nAttribs sal_uInt16
SfxType0 nAttribs const sal_uInt16
include/svtools/ctrlbox.hxx:353
SvtLineListBox m_xLineSetWin std::unique_ptr<weld::CustomWeld>
include/svtools/genericunodialog.hxx:218
......@@ -185,20 +181,20 @@ reportdesign/source/ui/inc/PageNumber.hxx:41
reportdesign/source/ui/inc/ReportWindow.hxx:54
rptui::OReportWindow m_pObjFac std::unique_ptr<DlgEdFactory, o3tl::default_delete<DlgEdFactory> >
sal/osl/unx/thread.cxx:90
osl_thread_priority_st m_Highest int
osl_thread_priority_st m_Highest const int
sal/osl/unx/thread.cxx:91
osl_thread_priority_st m_Above_Normal int
osl_thread_priority_st m_Above_Normal const int
sal/osl/unx/thread.cxx:92
osl_thread_priority_st m_Normal int
osl_thread_priority_st m_Normal const int
sal/osl/unx/thread.cxx:93
osl_thread_priority_st m_Below_Normal int
osl_thread_priority_st m_Below_Normal const int
sal/osl/unx/thread.cxx:94
osl_thread_priority_st m_Lowest int
osl_thread_priority_st m_Lowest const int
sal/osl/unx/thread.cxx:112
osl_thread_global_st m_priority struct osl_thread_priority_st
osl_thread_global_st m_priority const struct osl_thread_priority_st
sc/inc/formulalogger.hxx:42
sc::FormulaLogger maMessages std::vector<OUString>
sc/inc/interpretercontext.hxx:31
sc/inc/interpretercontext.hxx:32
ScInterpreterContext mrDoc const class ScDocument &
sc/qa/unit/ucalc_column.cxx:104
aInputs aName const char *
......@@ -220,6 +216,24 @@ sc/source/ui/inc/docsh.hxx:462
ScDocShellModificator mpProtector std::unique_ptr<ScRefreshTimerProtector>
sc/source/ui/inc/instbdlg.hxx:66
ScInsertTableDlg m_xBtnBehind std::unique_ptr<weld::RadioButton>
sd/source/ui/animations/CustomAnimationDialog.cxx:1743
sd::CustomAnimationEffectTabPage mxContainer std::unique_ptr<weld::Container>
sd/source/ui/animations/CustomAnimationDialog.cxx:1749
sd::CustomAnimationEffectTabPage mxFTSound std::unique_ptr<weld::Label>
sd/source/ui/animations/CustomAnimationDialog.cxx:1752
sd::CustomAnimationEffectTabPage mxFTAfterEffect std::unique_ptr<weld::Label>
sd/source/ui/animations/CustomAnimationDialog.cxx:2273
sd::CustomAnimationDurationTabPage mxContainer std::unique_ptr<weld::Container>
sd/source/ui/animations/CustomAnimationDialog.cxx:2274
sd::CustomAnimationDurationTabPage mxFTStart std::unique_ptr<weld::Label>
sd/source/ui/animations/CustomAnimationDialog.cxx:2276
sd::CustomAnimationDurationTabPage mxFTStartDelay std::unique_ptr<weld::Label>
sd/source/ui/animations/CustomAnimationDialog.cxx:2639
sd::CustomAnimationTextAnimTabPage mxContainer std::unique_ptr<weld::Container>
sd/source/ui/animations/CustomAnimationDialog.cxx:2640
sd::CustomAnimationTextAnimTabPage mxFTGroupText std::unique_ptr<weld::Label>
sd/source/ui/animations/CustomAnimationDialog.hxx:150
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
......@@ -231,25 +245,25 @@ sd/source/ui/inc/custsdlg.hxx:75
sd/source/ui/inc/custsdlg.hxx:76
SdDefineCustomShowDlg m_xBtnHelp std::unique_ptr<weld::Button>
sd/source/ui/remotecontrol/ZeroconfService.hxx:36
sd::ZeroconfService port uint
sd::ZeroconfService port const uint
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 class sd::TableDesignWidget
sd::TableDesignPane aImpl const class sd::TableDesignWidget
sd/source/ui/view/DocumentRenderer.cxx:1319
sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
sd::DocumentRenderer::Implementation mxObjectShell const SfxObjectShellRef
sd/source/ui/view/viewshel.cxx:1211
sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
sd::KeepSlideSorterInSyncWithPageChanges m_aDrawLock const sd::slidesorter::view::class SlideSorterView::DrawLock
sd/source/ui/view/viewshel.cxx:1212
sd::KeepSlideSorterInSyncWithPageChanges m_aModelLock sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
sd::KeepSlideSorterInSyncWithPageChanges m_aModelLock const sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
sd/source/ui/view/viewshel.cxx:1213
sd::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
sd::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock const sd::slidesorter::controller::class PageSelector::UpdateLock
sd/source/ui/view/viewshel.cxx:1214
sd::KeepSlideSorterInSyncWithPageChanges m_aContext sd::slidesorter::controller::class SelectionObserver::Context
sd::KeepSlideSorterInSyncWithPageChanges m_aContext const sd::slidesorter::controller::class SelectionObserver::Context
sd/source/ui/view/ViewShellBase.cxx:193
sd::ViewShellBase::Implementation mpPageCacheManager std::shared_ptr<slidesorter::cache::PageCacheManager>
sfx2/source/doc/doctempl.cxx:116
DocTempl::DocTempl_EntryData_Impl mxObjShell class SfxObjectShellLock
DocTempl::DocTempl_EntryData_Impl mxObjShell const class SfxObjectShellLock
sfx2/source/inc/sfxpicklist.hxx:33
SfxPickList mxImpl std::unique_ptr<SfxPickListImpl>
sfx2/source/view/viewfrm.cxx:163
......@@ -287,7 +301,7 @@ svl/source/crypto/cryptosign.cxx:282
svtools/source/filter/exportdialog.hxx:124
ExportDialog mxEncoding std::unique_ptr<weld::Widget>
svtools/source/svhtml/htmlkywd.cxx:558
HTML_OptionEntry union HTML_OptionEntry::(anonymous at /media/noel/disk2/libo5/svtools/source/svhtml/htmlkywd.cxx:558:5)
HTML_OptionEntry union HTML_OptionEntry::(anonymous at /media/noel/disk2/libo6/svtools/source/svhtml/htmlkywd.cxx:558:5)
svtools/source/svhtml/htmlkywd.cxx:560
HTML_OptionEntry::(anonymous) sToken const sal_Char *
svtools/source/svhtml/htmlkywd.cxx:561
......@@ -346,7 +360,7 @@ vcl/inc/opengl/zone.hxx:46
OpenGLVCLContextZone aZone const class OpenGLZone
vcl/inc/salprn.hxx:44
SalPrinterQueueInfo mpPortName std::unique_ptr<OUString>
vcl/source/app/salvtables.cxx:606
vcl/source/app/salvtables.cxx:617
SalInstanceContainer m_xContainer VclPtr<vcl::Window>
vcl/source/gdi/jobset.cxx:35
ImplOldJobSetupData cDeviceName char [32]
......@@ -358,7 +372,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:2346
vcl/unx/gtk3/gtk3gtkinst.cxx:2398
CrippledViewport viewport GtkViewport
vcl/unx/gtk/a11y/atkhypertext.cxx:29
(anonymous) atk_hyper_link const AtkHyperlink
......
......@@ -300,7 +300,7 @@ sc/inc/compiler.hxx:257
ScCompiler::AddInMap pEnglish const char *
sc/inc/compiler.hxx:259
ScCompiler::AddInMap pUpper const char *
sc/inc/document.hxx:2523
sc/inc/document.hxx:2528
ScMutationDisable mpDocument class ScDocument *
sc/inc/pivot.hxx:75
ScDPLabelData mnFlags sal_Int32
......@@ -379,7 +379,7 @@ sd/source/filter/ppt/ppt97animations.hxx:51
sd/source/ui/remotecontrol/Receiver.hxx:36
sd::Receiver pTransmitter class sd::Transmitter *
sd/source/ui/sidebar/MasterPageContainerProviders.hxx:136
sd::sidebar::TemplatePreviewProvider msURL class rtl::OUString
sd::sidebar::TemplatePreviewProvider msURL const class rtl::OUString
sd/source/ui/sidebar/SlideBackground.hxx:100
sd::sidebar::SlideBackground m_pContainer VclPtr<class VclVBox>
sfx2/source/view/classificationcontroller.cxx:59
......@@ -465,7 +465,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/libo5/sw/source/filter/inc/rtf.hxx:27:9)
RTFSurround::(anonymous) Flags struct (anonymous struct at /media/noel/disk2/libo6/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment