summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-24 13:09:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-24 22:16:24 +0200
commit7e4a3eee79b49216696f8c51bf833eee3e06a803 (patch)
tree9a6ceee7e11d2ceeb402303e4cf696c86defd05a /compilerplugins
parentefa19c9a5004699d844d108e2bf0dce845d48959 (diff)
loplugin:unusedmethods
Change-Id: Ib724da1f07be9e8f4d0d505f7f2886990cab661f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97022 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/unusedmethods.results258
1 files changed, 144 insertions, 114 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results
index 9bd5018e47e9..c8adebbb9ee6 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -9,10 +9,8 @@ basctl/source/inc/bastype2.hxx:266
basctl/source/inc/bastype2.hxx:270
enum TriState basctl::SbTreeListBox::get_sort_indicator(int)
basctl/source/inc/bastype2.hxx:275
- int basctl::SbTreeListBox::get_sort_column() const
-basctl/source/inc/bastype2.hxx:276
void basctl::SbTreeListBox::set_sort_column(int)
-basctl/source/inc/bastype2.hxx:278
+basctl/source/inc/bastype2.hxx:277
void basctl::SbTreeListBox::set_sort_func(const class std::function<int (const class weld::TreeIter &, const class weld::TreeIter &)> &)
basegfx/source/range/b2drangeclipper.cxx:688
type-parameter-?-? basegfx::(anonymous namespace)::eraseFromList(type-parameter-?-? &,const type-parameter-?-? &)
@@ -112,19 +110,19 @@ cui/source/inc/cfg.hxx:338
void SvxMenuEntriesListBox::set_dropdown(int,int)
cui/source/inc/cfg.hxx:339
void SvxMenuEntriesListBox::set_id(int,const class rtl::OUString &)
-cui/source/inc/cfgutil.hxx:143
+cui/source/inc/cfgutil.hxx:144
_Bool CuiConfigFunctionListBox::get_iter_first(class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:145
- _Bool CuiConfigFunctionListBox::iter_next(class weld::TreeIter &) const
cui/source/inc/cfgutil.hxx:146
+ _Bool CuiConfigFunctionListBox::iter_next(class weld::TreeIter &) const
+cui/source/inc/cfgutil.hxx:147
_Bool CuiConfigFunctionListBox::iter_next_sibling(class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:148
+cui/source/inc/cfgutil.hxx:149
class rtl::OUString CuiConfigFunctionListBox::get_text(const class weld::TreeIter &) const
-cui/source/inc/cfgutil.hxx:151
+cui/source/inc/cfgutil.hxx:152
class rtl::OUString CuiConfigFunctionListBox::get_id(int) const
-cui/source/inc/cfgutil.hxx:165
- int CuiConfigFunctionListBox::get_selected_index() const
cui/source/inc/cfgutil.hxx:166
+ int CuiConfigFunctionListBox::get_selected_index() const
+cui/source/inc/cfgutil.hxx:167
void CuiConfigFunctionListBox::select(const class weld::TreeIter &)
cui/source/inc/CustomNotebookbarGenerator.hxx:30
CustomNotebookbarGenerator::CustomNotebookbarGenerator()
@@ -192,6 +190,8 @@ editeng/inc/edtspell.hxx:105
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> >, struct std::random_access_iterator_tag> WrongList::end() const
extensions/source/scanner/scanner.hxx:83
void ScannerManager::SetData(void *)
+helpcompiler/source/HelpIndexer_main.cxx:17
+ int main(int,char **)
hwpfilter/source/mzstring.h:99
class MzString & MzString::operator<<(unsigned char)
hwpfilter/source/mzstring.h:101
@@ -488,6 +488,8 @@ include/comphelper/propagg.hxx:61
_Bool comphelper::internal::OPropertyAccessor::operator<(const struct comphelper::internal::OPropertyAccessor &) const
include/comphelper/proparrhlp.hxx:83
class cppu::IPropertyArrayHelper * comphelper::OAggregationArrayUsageHelper::createArrayHelper() const
+include/comphelper/PropertyInfoHash.hxx:36
+ comphelper::PropertyInfo::PropertyInfo(const class rtl::OUString &,int,const class com::sun::star::uno::Type &,short)
include/comphelper/scopeguard.hxx:52
ScopeGuard<Func> comphelper::<deduction guide for ScopeGuard>(ScopeGuard<Func>)
include/comphelper/scopeguard.hxx:57
@@ -530,6 +532,8 @@ include/drawinglayer/geometry/viewinformation2d.hxx:138
_Bool drawinglayer::geometry::ViewInformation2D::operator!=(const class drawinglayer::geometry::ViewInformation2D &) const
include/drawinglayer/primitive2d/baseprimitive2d.hxx:140
_Bool drawinglayer::primitive2d::BasePrimitive2D::operator!=(const class drawinglayer::primitive2d::BasePrimitive2D &) const
+include/drawinglayer/primitive2d/softedgeprimitive2d.hxx:39
+ void drawinglayer::primitive2d::SoftEdgePrimitive2D::setMaskGeneration(_Bool) const
include/drawinglayer/primitive3d/baseprimitive3d.hxx:114
_Bool drawinglayer::primitive3d::BasePrimitive3D::operator!=(const class drawinglayer::primitive3d::BasePrimitive3D &) const
include/drawinglayer/tools/primitive2dxmldump.hxx:45
@@ -542,7 +546,7 @@ include/editeng/editeng.hxx:468
_Bool EditEngine::(anonymous)::__invoke(const class SvxFieldData *)
include/editeng/hyphenzoneitem.hxx:64
_Bool SvxHyphenZoneItem::IsPageEnd() const
-include/editeng/outliner.hxx:877
+include/editeng/outliner.hxx:879
_Bool Outliner::(anonymous)::__invoke(const class SvxFieldData *)
include/filter/msfilter/mstoolbar.hxx:102
Indent::Indent(_Bool)
@@ -587,12 +591,14 @@ include/o3tl/strong_int.hxx:112
include/o3tl/strong_int.hxx:121
_Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<int, struct ViewShellIdTag>,type-parameter-?-?...) const
include/o3tl/strong_int.hxx:121
- _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned short, struct SfxInterfaceIdTag>,type-parameter-?-?...) const
-include/o3tl/strong_int.hxx:121
_Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned char, struct SdrLayerIDTag>,type-parameter-?-?...) const
include/o3tl/strong_int.hxx:121
_Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,type-parameter-?-?...) const
include/o3tl/strong_int.hxx:121
+ _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<int, struct ViewShellDocIdTag>,type-parameter-?-?...) const
+include/o3tl/strong_int.hxx:121
+ _Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<unsigned short, struct SfxInterfaceIdTag>,type-parameter-?-?...) const
+include/o3tl/strong_int.hxx:121
_Bool o3tl::strong_int::anyOf(struct o3tl::strong_int<int, struct Tag_TextFrameIndex>,type-parameter-?-?...) const
include/o3tl/typed_flags_set.hxx:114
typename typed_flags<type-parameter-?-?>::Wrap operator~(typename typed_flags<type-parameter-?-?>::Wrap)
@@ -620,9 +626,9 @@ include/oox/helper/containerhelper.hxx:123
typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::iterator oox::Matrix::row_end(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
include/oox/helper/containerhelper.hxx:126
typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::reference oox::Matrix::row_front(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
-include/oox/helper/propertymap.hxx:114
+include/oox/helper/propertymap.hxx:113
void oox::PropertyMap::dumpCode(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
-include/oox/helper/propertymap.hxx:115
+include/oox/helper/propertymap.hxx:114
void oox::PropertyMap::dumpData(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
include/opencl/openclconfig.hxx:57
_Bool OpenCLConfig::ImplMatcher::operator!=(const struct OpenCLConfig::ImplMatcher &) const
@@ -638,11 +644,15 @@ include/sfx2/evntconf.hxx:60
struct SfxEventName & SfxEventNamesList::at(unsigned long)
include/sfx2/lokcharthelper.hxx:42
void LokChartHelper::Invalidate()
+include/sfx2/lokhelper.hxx:60
+ int SfxLokHelper::getDocumentIdOfView(int)
include/sfx2/msg.hxx:120
const class std::type_info * SfxType0::Type() const
-include/sfx2/viewsh.hxx:359
+include/sfx2/thumbnailview.hxx:206
+ unsigned short ThumbnailView::getNextItemId() const
+include/sfx2/viewsh.hxx:365
enum LOKDeviceFormFactor SfxViewShell::GetLOKDeviceFormFactor() const
-include/sfx2/viewsh.hxx:361
+include/sfx2/viewsh.hxx:367
_Bool SfxViewShell::isLOKDesktop() const
include/svl/itempool.hxx:171
const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
@@ -690,6 +700,8 @@ include/svx/relfld.hxx:61
void SvxRelativeField::set_size_request(int,int)
include/svx/relfld.hxx:63
class Size SvxRelativeField::get_preferred_size() const
+include/svx/sidebar/InspectorTextPanel.hxx:34
+ class VclPtr<class vcl::Window> svx::sidebar::InspectorTextPanel::Create(class vcl::Window *,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &)
include/svx/svdlayer.hxx:74
_Bool SdrLayer::operator==(const class SdrLayer &) const
include/svx/svdpntv.hxx:455
@@ -762,15 +774,17 @@ include/tools/simd.hxx:21
type-parameter-?-? simd::roundDown(type-parameter-?-?,unsigned int)
include/tools/stream.hxx:507
class rtl::OString read_uInt32_lenPrefixed_uInt8s_ToOString(class SvStream &)
+include/tools/UnitConversion.hxx:30
+ double convertPointToTwip(double)
include/tools/urlobj.hxx:448
_Bool INetURLObject::SetHost(const class rtl::OUString &)
include/tools/urlobj.hxx:952
int INetURLObject::SubString::set(class rtl::OUString &,const class rtl::OUString &)
-include/tools/weakbase.h:107
+include/tools/weakbase.h:110
_Bool tools::WeakReference::operator==(const type-parameter-?-? *) const
-include/tools/weakbase.h:116
- _Bool tools::WeakReference::operator<(const WeakReference<reference_type> &) const
include/tools/weakbase.h:119
+ _Bool tools::WeakReference::operator<(const WeakReference<reference_type> &) const
+include/tools/weakbase.h:122
_Bool tools::WeakReference::operator>(const WeakReference<reference_type> &) const
include/tools/XmlWriter.hxx:60
void tools::XmlWriter::element(const class rtl::OString &)
@@ -796,6 +810,10 @@ include/vcl/BitmapBasicMorphologyFilter.hxx:63
BitmapDilateFilter::BitmapDilateFilter(int,unsigned char)
include/vcl/BitmapColor.hxx:39
void BitmapColor::SetAlpha(unsigned char)
+include/vcl/builder.hxx:236
+ void VclBuilder::mungeAdjustment(class DateField &,const class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &)
+include/vcl/builder.hxx:237
+ void VclBuilder::mungeAdjustment(class TimeField &,const class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &)
include/vcl/builderpage.hxx:36
void BuilderPage::SetHelpId(const class rtl::OString &)
include/vcl/ColorMask.hxx:113
@@ -812,8 +830,6 @@ include/vcl/commandevent.hxx:276
CommandSwipeData::CommandSwipeData()
include/vcl/commandevent.hxx:293
CommandLongPressData::CommandLongPressData()
-include/vcl/ctrl.hxx:165
- void Control::SetGetFocusHdl(const class Link<class Control &, void> &)
include/vcl/cursor.hxx:96
_Bool vcl::Cursor::operator!=(const class vcl::Cursor &) const
include/vcl/customweld.hxx:42
@@ -830,6 +846,8 @@ include/vcl/errcode.hxx:88
_Bool ErrCode::operator>(const class ErrCode &) const
include/vcl/errcode.hxx:89
_Bool ErrCode::operator>=(const class ErrCode &) const
+include/vcl/filter/PDFiumLibrary.hxx:47
+ class rtl::OUString vcl::pdf::PDFium::getLastError()
include/vcl/gdimtf.hxx:110
_Bool GDIMetaFile::operator!=(const class GDIMetaFile &) const
include/vcl/gdimtf.hxx:204
@@ -840,16 +858,10 @@ include/vcl/hatch.hxx:55
_Bool Hatch::operator!=(const class Hatch &) const
include/vcl/inputctx.hxx:62
_Bool InputContext::operator!=(const class InputContext &) const
-include/vcl/ITiledRenderable.hxx:190
+include/vcl/ITiledRenderable.hxx:189
enum PointerStyle vcl::ITiledRenderable::getPointer()
include/vcl/lok.hxx:24
void vcl::lok::unregisterPollCallbacks()
-include/vcl/lstbox.hxx:189
- void ListBox::SaveValue()
-include/vcl/lstbox.hxx:190
- _Bool ListBox::IsValueChangedFromSaved() const
-include/vcl/lstbox.hxx:222
- void ListBox::SetDoubleClickHdl(const class Link<class ListBox &, void> &)
include/vcl/menu.hxx:456
unsigned short MenuBar::AddMenuBarButton(const class Image &,const class Link<struct MenuBar::MenuBarButtonCallbackArg &, _Bool> &,const class rtl::OUString &)
include/vcl/menu.hxx:460
@@ -866,9 +878,9 @@ include/vcl/opengl/OpenGLHelper.hxx:67
void OpenGLHelper::renderToFile(long,long,const class rtl::OUString &)
include/vcl/opengl/OpenGLHelper.hxx:100
void OpenGLHelper::debugMsgStreamWarn(const class std::__cxx11::basic_ostringstream<char> &)
-include/vcl/outdev.hxx:1731
+include/vcl/outdev.hxx:1740
class basegfx::B2DPolyPolygon OutputDevice::LogicToPixel(const class basegfx::B2DPolyPolygon &,const class MapMode &) const
-include/vcl/outdev.hxx:1751
+include/vcl/outdev.hxx:1760
class basegfx::B2DPolyPolygon OutputDevice::PixelToLogic(const class basegfx::B2DPolyPolygon &,const class MapMode &) const
include/vcl/pngread.hxx:56
void vcl::PNGReader::SetIgnoreGammaChunk(_Bool)
@@ -908,12 +920,14 @@ include/vcl/TaskStopwatch.hxx:118
void TaskStopwatch::setTimeSlice(unsigned int)
include/vcl/textrectinfo.hxx:45
_Bool TextRectInfo::operator!=(const class TextRectInfo &) const
-include/vcl/toolkit/combobox.hxx:142
- class rtl::OUString ComboBox::GetSelectedEntry() const
include/vcl/treelist.hxx:171
const class SvTreeListEntry * SvTreeList::GetParent(const class SvTreeListEntry *) const
-include/vcl/treelistbox.hxx:368
+include/vcl/treelistbox.hxx:370
void SvTreeListBox::RemoveSelection()
+include/vcl/treelistbox.hxx:620
+ void SvTreeListBox::SetCheckButtonHdl(const class Link<class SvTreeListBox *, void> &)
+include/vcl/treelistentry.hxx:124
+ class SvTreeListEntry * SvTreeListEntry::GetParent() const
include/vcl/txtattr.hxx:56
_Bool TextAttrib::operator!=(const class TextAttrib &) const
include/vcl/uitest/uiobject.hxx:278
@@ -924,6 +938,8 @@ include/vcl/uitest/uiobject.hxx:349
SpinUIObject::SpinUIObject(const class VclPtr<class SpinButton> &)
include/vcl/uitest/uiobject.hxx:357
class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > SpinUIObject::create(class vcl::Window *)
+include/vcl/vclevent.hxx:222
+ VclAccessibleEvent::VclAccessibleEvent(enum VclEventId,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &)
include/vcl/weld.hxx:137
_Bool weld::Widget::get_hexpand() const
include/vcl/weld.hxx:139
@@ -938,104 +954,106 @@ include/vcl/weld.hxx:149
int weld::Widget::get_margin_bottom() const
include/vcl/weld.hxx:151
int weld::Widget::get_margin_right() const
-include/vcl/weld.hxx:331
+include/vcl/weld.hxx:328
void weld::ScrolledWindow::hadjustment_set_step_increment(int)
-include/vcl/weld.hxx:333
+include/vcl/weld.hxx:330
enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const
-include/vcl/weld.hxx:338
+include/vcl/weld.hxx:335
int weld::ScrolledWindow::get_hscroll_height() const
-include/vcl/weld.hxx:463
+include/vcl/weld.hxx:461
struct SystemEnvData weld::Window::get_system_data() const
-include/vcl/weld.hxx:536
+include/vcl/weld.hxx:534
void weld::AboutDialog::set_version(const class rtl::OUString &)
-include/vcl/weld.hxx:537
+include/vcl/weld.hxx:535
void weld::AboutDialog::set_copyright(const class rtl::OUString &)
-include/vcl/weld.hxx:538
+include/vcl/weld.hxx:536
void weld::AboutDialog::set_website(const class rtl::OUString &)
-include/vcl/weld.hxx:539
+include/vcl/weld.hxx:537
void weld::AboutDialog::set_website_label(const class rtl::OUString &)
-include/vcl/weld.hxx:540
+include/vcl/weld.hxx:538
class rtl::OUString weld::AboutDialog::get_website_label() const
-include/vcl/weld.hxx:541
+include/vcl/weld.hxx:539
void weld::AboutDialog::set_logo(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &)
-include/vcl/weld.hxx:542
+include/vcl/weld.hxx:540
void weld::AboutDialog::set_background(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &)
-include/vcl/weld.hxx:556
+include/vcl/weld.hxx:554
class rtl::OString weld::Assistant::get_current_page_ident() const
-include/vcl/weld.hxx:562
+include/vcl/weld.hxx:560
class rtl::OUString weld::Assistant::get_page_title(const class rtl::OString &) const
-include/vcl/weld.hxx:883
+include/vcl/weld.hxx:888
void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:892
+include/vcl/weld.hxx:897
void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:986
+include/vcl/weld.hxx:1003
_Bool weld::TreeView::iter_next_visible(class weld::TreeIter &) const
-include/vcl/weld.hxx:1027
+include/vcl/weld.hxx:1046
void weld::TreeView::set_text_align(const class weld::TreeIter &,double,int)
-include/vcl/weld.hxx:1101
+include/vcl/weld.hxx:1125
void weld::TreeView::select_all()
-include/vcl/weld.hxx:1150
+include/vcl/weld.hxx:1172
const class rtl::OUString & weld::TreeView::get_saved_value() const
-include/vcl/weld.hxx:1204
+include/vcl/weld.hxx:1236
class rtl::OUString weld::IconView::get_selected_id() const
-include/vcl/weld.hxx:1219
+include/vcl/weld.hxx:1251
_Bool weld::IconView::get_cursor(class weld::TreeIter *) const
-include/vcl/weld.hxx:1229
+include/vcl/weld.hxx:1261
void weld::IconView::select_all()
-include/vcl/weld.hxx:1235
+include/vcl/weld.hxx:1267
void weld::IconView::save_value()
-include/vcl/weld.hxx:1236
+include/vcl/weld.hxx:1268
const class rtl::OUString & weld::IconView::get_saved_value() const
-include/vcl/weld.hxx:1237
+include/vcl/weld.hxx:1269
_Bool weld::IconView::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1335
+include/vcl/weld.hxx:1367
void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1343
+include/vcl/weld.hxx:1375
void weld::MenuButton::append_item_radio(const class rtl::OUString &,const class rtl::OUString &)
-include/vcl/weld.hxx:1351
+include/vcl/weld.hxx:1383
void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
-include/vcl/weld.hxx:1356
+include/vcl/weld.hxx:1388
void weld::MenuButton::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:1407
+include/vcl/weld.hxx:1439
void weld::Scale::get_increments(int &,int &) const
-include/vcl/weld.hxx:1424
+include/vcl/weld.hxx:1456
class rtl::OUString weld::ProgressBar::get_text() const
-include/vcl/weld.hxx:1441
+include/vcl/weld.hxx:1473
void weld::Entry::signal_insert_text(class rtl::OUString &)
-include/vcl/weld.hxx:1457
+include/vcl/weld.hxx:1489
int weld::Entry::get_position() const
-include/vcl/weld.hxx:1567
+include/vcl/weld.hxx:1599
void weld::FormattedSpinButton::set_max(double)
-include/vcl/weld.hxx:1622
+include/vcl/weld.hxx:1654
void weld::EntryTreeView::EntryModifyHdl(const class weld::Entry &)
-include/vcl/weld.hxx:1858
+include/vcl/weld.hxx:1890
class Size weld::MetricSpinButton::get_size_request() const
-include/vcl/weld.hxx:1870
+include/vcl/weld.hxx:1902
void weld::MetricSpinButton::set_position(int)
-include/vcl/weld.hxx:1920
+include/vcl/weld.hxx:1952
_Bool weld::TimeSpinButton::get_sensitive() const
-include/vcl/weld.hxx:1922
+include/vcl/weld.hxx:1954
_Bool weld::TimeSpinButton::get_visible() const
-include/vcl/weld.hxx:1923
+include/vcl/weld.hxx:1955
void weld::TimeSpinButton::grab_focus()
-include/vcl/weld.hxx:1924
+include/vcl/weld.hxx:1956
_Bool weld::TimeSpinButton::has_focus() const
-include/vcl/weld.hxx:1927
+include/vcl/weld.hxx:1959
void weld::TimeSpinButton::save_value()
-include/vcl/weld.hxx:1928
+include/vcl/weld.hxx:1960
_Bool weld::TimeSpinButton::get_value_changed_from_saved() const
-include/vcl/weld.hxx:1996
+include/vcl/weld.hxx:2028
int weld::TextView::vadjustment_get_lower() const
-include/vcl/weld.hxx:2144
+include/vcl/weld.hxx:2176
_Bool weld::Toolbar::get_item_visible(const class rtl::OString &) const
-include/vcl/weld.hxx:2146
+include/vcl/weld.hxx:2178
class rtl::OUString weld::Toolbar::get_item_label(const class rtl::OString &) const
-include/vcl/weld.hxx:2156
+include/vcl/weld.hxx:2188
void weld::Toolbar::append_separator(const class rtl::OUString &)
-include/vcl/weld.hxx:2199
+include/vcl/weld.hxx:2231
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/window.hxx:410
const char * ImplDbgCheckWindow(const void *)
+include/vcl/window.hxx:741
+ void vcl::Window::FireVclEvent(class VclSimpleEvent &)
include/xmloff/txtimp.hxx:385
class XMLPropertyBackpatcher<short> & XMLTextImportHelper::GetFootnoteBP()
include/xmloff/txtimp.hxx:386
@@ -1094,6 +1112,12 @@ sal/osl/unx/uunxapi.hxx:35
int mkdir_c(const class rtl::OString &,unsigned int)
sal/osl/unx/uunxapi.hxx:70
int osl::lstat(const class rtl::OUString &,struct stat &)
+sc/inc/AccessibleGlobal.hxx:32
+ ScAccessibleStateSet::ScAccessibleStateSet()
+sc/inc/AccessibleGlobal.hxx:48
+ void ScAccessibleStateSet::insert(short)
+sc/inc/AccessibleGlobal.hxx:49
+ void ScAccessibleStateSet::clear()
sc/inc/address.hxx:666
_Bool ScRange::operator<=(const class ScRange &) const
sc/inc/bigrange.hxx:73
@@ -1158,8 +1182,10 @@ sc/inc/postit.hxx:46
ScCaptionPtr::ScCaptionPtr(class SdrCaptionObj *)
sc/inc/scdll.hxx:36
ScDLL::ScDLL()
-sc/inc/scopetools.hxx:73
+sc/inc/scopetools.hxx:74
void sc::DelayFormulaGroupingSwitch::reset()
+sc/inc/segmenttree.hxx:139
+ void ScFlatUInt16RowSegments::setValueIf(int,int,unsigned short,const class std::function<_Bool (unsigned short)> &)
sc/inc/sheetlimits.hxx:41
_Bool ScSheetLimits::ValidColRow(short,int) const
sc/inc/sheetlimits.hxx:45
@@ -1180,10 +1206,10 @@ sc/inc/table.hxx:320
_Bool ScTable::IsColRowTabValid(const short,const int,const short) const
sc/inc/userlist.hxx:88
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> > > >, struct std::random_access_iterator_tag> ScUserList::begin() const
+sc/qa/extras/sctabviewobj.cxx:141
+ int main()
sc/qa/unit/helper/qahelper.hxx:155
class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > print(const class ScAddress &)
-sc/qa/unit/screenshots/screenshots.cxx:326
- int main()
sc/qa/unit/ucalc.hxx:150
void Test::testFormulaHashAndTag()
sc/qa/unit/ucalc.hxx:189
@@ -1226,7 +1252,7 @@ sc/source/core/opencl/formulagroupcl.cxx:1387
_Bool sc::opencl::(anonymous namespace)::ParallelReductionVectorRef::GetEndFixed() const
sc/source/core/opencl/op_statistical.hxx:206
sc::opencl::OpGeoMean::OpGeoMean()
-sc/source/core/tool/interpr1.cxx:6487
+sc/source/core/tool/interpr1.cxx:6495
double ::operator()(const struct sc::ParamIfsResult &) const
sc/source/core/tool/interpr3.cxx:4442
double ::operator()(double,unsigned long) const
@@ -1256,8 +1282,12 @@ sc/source/filter/inc/xiescher.hxx:154
class Color XclImpDrawObjBase::GetSolidLineColor(const struct XclObjLineData &) const
sc/source/filter/inc/xlformula.hxx:409
_Bool XclTokenArray::operator==(const class XclTokenArray &) const
+sc/source/filter/xml/xmlimprt.hxx:372
+ void ScXMLImport::SetStyleToRange(const class ScRange &,const class rtl::OUString *,const short,const class rtl::OUString *)
sc/source/filter/xml/xmltransformationi.hxx:160
ScXMLDateTimeContext::ScXMLDateTimeContext(class ScXMLImport &,const class rtl::Reference<class sax_fastparser::FastAttributeList> &)
+sc/source/ui/inc/checklistmenu.hxx:187
+ void ScCheckListMenuControl::getSectionPosSize(class Point &,class Size &,enum ScCheckListMenuControl::SectionType) const
sc/source/ui/inc/condformatdlg.hxx:51
class weld::ScrolledWindow * ScCondFormatList::GetWidget()
sc/source/ui/inc/condformatdlgentry.hxx:84
@@ -1354,11 +1384,11 @@ sfx2/source/appl/shutdownicon.hxx:114
void ShutdownIcon::SetVeto(_Bool)
sfx2/source/inc/templdgi.hxx:247
class weld::Widget * SfxCommonTemplateDialog_Impl::GetFrameWeld()
-shell/inc/xml_parser.hxx:48
+shell/inc/xml_parser.hxx:46
xml_parser::xml_parser()
-shell/inc/xml_parser.hxx:71
+shell/inc/xml_parser.hxx:69
void xml_parser::parse(const char *,unsigned long,_Bool)
-shell/inc/xml_parser.hxx:89
+shell/inc/xml_parser.hxx:87
void xml_parser::set_document_handler(class i_xml_parser_event_handler *)
slideshow/source/engine/activities/activitiesfactory.cxx:172
void slideshow::internal::(anonymous namespace)::FromToByActivity::startAnimation()
@@ -1382,38 +1412,36 @@ slideshow/source/engine/activities/activitiesfactory.cxx:566
void slideshow::internal::(anonymous namespace)::ValuesActivity::perform(unsigned int,unsigned int) const
slideshow/source/engine/activities/activitiesfactory.cxx:581
void slideshow::internal::(anonymous namespace)::ValuesActivity::performEnd()
-slideshow/source/engine/animationfactory.cxx:432
+slideshow/source/engine/animationfactory.cxx:434
void slideshow::internal::(anonymous namespace)::GenericAnimation::prefetch()
-slideshow/source/engine/animationfactory.cxx:435
+slideshow/source/engine/animationfactory.cxx:437
void slideshow::internal::(anonymous namespace)::GenericAnimation::start(const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeAttributeLayer> &)
-slideshow/source/engine/animationfactory.cxx:508
+slideshow/source/engine/animationfactory.cxx:510
_Bool slideshow::internal::(anonymous namespace)::GenericAnimation::operator()(const typename type-parameter-?-?::ValueType &)
-slideshow/source/engine/animationfactory.cxx:523
+slideshow/source/engine/animationfactory.cxx:525
_Bool slideshow::internal::(anonymous namespace)::GenericAnimation::operator()(typename type-parameter-?-?::ValueType)
-slideshow/source/engine/animationfactory.cxx:536
+slideshow/source/engine/animationfactory.cxx:538
typename type-parameter-?-?::ValueType slideshow::internal::(anonymous namespace)::GenericAnimation::getUnderlyingValue() const
slideshow/source/engine/opengl/TransitionImpl.hxx:184
void OGLTransitionImpl::cleanup()
slideshow/source/inc/listenercontainer.hxx:45
_Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::PauseEventHandler> &)
slideshow/source/inc/listenercontainer.hxx:45
- _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::AnimationEventHandler> &)
-slideshow/source/inc/listenercontainer.hxx:45
_Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::EventHandler> &)
slideshow/source/inc/listenercontainer.hxx:45
+ _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ShapeListenerEventHandler> &)
+slideshow/source/inc/listenercontainer.hxx:45
+ _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ViewUpdate> &)
+slideshow/source/inc/listenercontainer.hxx:45
_Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::IntrinsicAnimationEventHandler> &)
slideshow/source/inc/listenercontainer.hxx:45
_Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::UserPaintEventHandler> &)
slideshow/source/inc/listenercontainer.hxx:45
- _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ViewUpdate> &)
-slideshow/source/inc/listenercontainer.hxx:45
- _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ShapeListenerEventHandler> &)
+ _Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::AnimationEventHandler> &)
slideshow/source/inc/listenercontainer.hxx:55
_Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ViewRepaintHandler> &)
slideshow/source/inc/listenercontainer.hxx:55
_Bool slideshow::internal::FunctionApply::apply(type-parameter-?-?,const class std::shared_ptr<class slideshow::internal::ViewEventHandler> &)
-smoketest/libtest.cxx:70
- int main(int,char **)
starmath/inc/format.hxx:138
_Bool SmFormat::operator!=(const class SmFormat &) const
svgio/inc/svgstyleattributes.hxx:348
@@ -1433,9 +1461,9 @@ svl/source/misc/gridprinter.cxx:47
svl/source/misc/gridprinter.cxx:47
void rtl::mdds_mtv_set_values(struct mdds::mtv::base_element_block &,unsigned long,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
svl/source/misc/gridprinter.cxx:47
- void rtl::mdds_mtv_append_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
-svl/source/misc/gridprinter.cxx:47
void rtl::mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
+svl/source/misc/gridprinter.cxx:47
+ void rtl::mdds_mtv_append_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
svx/inc/sdr/contact/viewcontactofgraphic.hxx:54
class SdrGrafObj & sdr::contact::ViewContactOfGraphic::GetGrafObject()
svx/source/tbxctrls/tbcontrl.cxx:150
@@ -1491,10 +1519,10 @@ sw/inc/dbgoutsw.hxx:106
sw/inc/dbgoutsw.hxx:107
const char * dbg_out(const class std::__debug::vector<struct SwFormToken, class std::allocator<struct SwFormToken> > &)
sw/inc/docary.hxx:94
- void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwTextFormatColl **, class std::__cxx1998::vector<class SwTextFormatColl *, class std::allocator<class SwTextFormatColl *> > >, class std::__debug::vector<class SwTextFormatColl *, class std::allocator<class SwTextFormatColl *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
-sw/inc/docary.hxx:94
void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwGrfFormatColl **, class std::__cxx1998::vector<class SwGrfFormatColl *, class std::allocator<class SwGrfFormatColl *> > >, class std::__debug::vector<class SwGrfFormatColl *, class std::allocator<class SwGrfFormatColl *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
sw/inc/docary.hxx:94
+ void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwTextFormatColl **, class std::__cxx1998::vector<class SwTextFormatColl *, class std::allocator<class SwTextFormatColl *> > >, class std::__debug::vector<class SwTextFormatColl *, class std::allocator<class SwTextFormatColl *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
+sw/inc/docary.hxx:94
void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwSectionFormat **, class std::__cxx1998::vector<class SwSectionFormat *, class std::allocator<class SwSectionFormat *> > >, class std::__debug::vector<class SwSectionFormat *, class std::allocator<class SwSectionFormat *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
sw/inc/docary.hxx:94
void SwVectorModifyBase::insert(class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class SwCharFormat **, class std::__cxx1998::vector<class SwCharFormat *, class std::allocator<class SwCharFormat *> > >, class std::__debug::vector<class SwCharFormat *, class std::allocator<class SwCharFormat *> >, struct std::random_access_iterator_tag>,type-parameter-?-?,type-parameter-?-?)
@@ -1520,8 +1548,6 @@ sw/inc/frameformats.hxx:94
class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > SwFrameFormats::rangeEnd() const
sw/inc/frameformats.hxx:95
class boost::multi_index::detail::rnd_node_iterator<struct boost::multi_index::detail::random_access_index_node<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > > SwFrameFormats::rangeProject(const class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > &)
-sw/inc/frameformats.hxx:101
- class SwFrameFormat *const & SwFrameFormats::front() const
sw/inc/frameformats.hxx:102
class SwFrameFormat *const & SwFrameFormats::back() const
sw/inc/IDocumentLinksAdministration.hxx:53
@@ -1544,6 +1570,8 @@ sw/inc/IDocumentMarkAccess.hxx:104
_Bool IDocumentMarkAccess::iterator::operator>(const class IDocumentMarkAccess::iterator &) const
sw/inc/IDocumentMarkAccess.hxx:106
_Bool IDocumentMarkAccess::iterator::operator>=(const class IDocumentMarkAccess::iterator &) const
+sw/inc/modcfg.hxx:344
+ _Bool SwModuleOptions::IsFileEncryptedFromColumn() const
sw/inc/node.hxx:231
const class IDocumentStylePoolAccess & SwNode::getIDocumentStylePoolAccess() const
sw/inc/node.hxx:235
@@ -1610,7 +1638,7 @@ sw/source/core/inc/frame.hxx:1393
long SwRectFnSet::LeftDist(const class SwRect &,long) const
sw/source/core/inc/frame.hxx:1394
long SwRectFnSet::RightDist(const class SwRect &,long) const
-sw/source/core/inc/mvsave.hxx:169
+sw/source/core/inc/mvsave.hxx:171
_Bool ZSortFly::operator==(const class ZSortFly &) const
sw/source/core/text/porlin.hxx:118
_Bool SwLinePortion::IsTabRightPortion() const
@@ -1624,7 +1652,7 @@ sw/source/uibase/inc/bookmark.hxx:45
void BookmarkTable::remove(const class weld::TreeIter &)
sw/source/uibase/inc/condedit.hxx:53
_Bool ConditionEdit::get_sensitive() const
-sw/source/uibase/inc/conttree.hxx:345
+sw/source/uibase/inc/conttree.hxx:346
int SwGlobalTree::count_selected_rows() const
sw/source/uibase/inc/numfmtlb.hxx:130
_Bool SwNumFormatTreeView::get_value_changed_from_saved() const
@@ -1658,6 +1686,12 @@ vcl/inc/bitmap/ScanlineTools.hxx:23
void vcl::bitmap::ScanlineTransformer::skipPixel(unsigned int)
vcl/inc/bitmapwriteaccess.hxx:73
void BitmapWriteAccess::SetFillColor()
+vcl/inc/calendar.hxx:213
+ void Calendar::EnableCallEverySelect()
+vcl/inc/calendar.hxx:225
+ void Calendar::StartSelection()
+vcl/inc/calendar.hxx:228
+ _Bool Calendar::IsTravelSelect() const
vcl/inc/ControlCacheKey.hxx:35
ControlCacheKey::ControlCacheKey(enum ControlType,enum ControlPart,enum ControlState,const class Size &)
vcl/inc/ControlCacheKey.hxx:42
@@ -1766,10 +1800,6 @@ vcl/inc/skia/utils.hxx:62
void SkiaHelper::dump(const class SkBitmap &,const char *)
vcl/inc/skia/zone.hxx:22
void SkiaZone::relaxWatchdogTimings()
-vcl/inc/unx/glyphcache.hxx:119
- int FreetypeFont::GetLoadFlags() const
-vcl/inc/unx/glyphcache.hxx:133
- class FreetypeFontInstance & FreetypeFont::GetFontInstance() const
vcl/inc/unx/gtk/gtkframe.hxx:217
void ensure_dbus_setup(struct _GdkWindow *,class GtkSalFrame *)
vcl/inc/unx/saldisp.hxx:377
@@ -1778,7 +1808,7 @@ vcl/inc/unx/salframe.h:184
enum SalFrameStyleFlags X11SalFrame::GetStyle() const
vcl/qa/cppunit/lifecycle.cxx:237
(anonymous namespace)::LeakTestClass::LeakTestClass(_Bool &,type-parameter-?-? &&...)
-vcl/skia/salbmp.cxx:430
+vcl/skia/salbmp.cxx:427
void ::operator()(void *,void *) const
vcl/source/app/scheduler.cxx:83
basic_ostream<type-parameter-?-?, type-parameter-?-?> & (anonymous namespace)::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const class Idle &)