diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-25 14:51:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-25 16:03:30 +0200 |
commit | 435f43f630fdbf379a8069f163672dc7b1f4f2ee (patch) | |
tree | a1e70503ec85326447a1cbefabac455ada1f0a95 /compilerplugins | |
parent | d86d7829978b325b03450eec6e83f6e1935c90ab (diff) |
loplugin:unusedmethods
Change-Id: I235e00eca7b7cbc070bf5831117868eba5c7c273
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94791
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 206 |
1 files changed, 104 insertions, 102 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index a3bdde1e599f..9bd5018e47e9 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -74,8 +74,6 @@ connectivity/source/drivers/firebird/Util.hxx:74 short connectivity::firebird::ColumnTypeInfo::getSubType() const connectivity/source/drivers/firebird/Util.hxx:76 const class rtl::OUString & connectivity::firebird::ColumnTypeInfo::getCharacterSet() const -connectivity/source/drivers/mork/mork_helper.cxx:37 - int main(int,char **) connectivity/source/drivers/mysqlc/mysqlc_connection.hxx:176 class rtl::OUString connectivity::mysqlc::OConnection::transFormPreparedStatement(const class rtl::OUString &) connectivity/source/drivers/mysqlc/mysqlc_prepared_resultset.hxx:96 @@ -160,7 +158,7 @@ dbaccess/source/ui/inc/opendoccontrols.hxx:68 _Bool dbaui::OpenDocumentListBox::get_sensitive() const dbaccess/source/ui/inc/opendoccontrols.hxx:69 void dbaui::OpenDocumentListBox::grab_focus() -dbaccess/source/ui/inc/sbamultiplex.hxx:386 +dbaccess/source/ui/inc/sbamultiplex.hxx:385 class cppu::OInterfaceContainerHelper * dbaui::SbaXVetoableChangeMultiplexer::getContainer(const class rtl::OUString &) dbaccess/source/ui/inc/SqlNameEdit.hxx:105 void dbaui::OSQLNameEntry::set_sensitive(_Bool) @@ -508,8 +506,6 @@ include/comphelper/sequence.hxx:200 Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[_Nm]) include/comphelper/sequence.hxx:200 Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[SrcSize]) -include/comphelper/sequence.hxx:200 - Sequence<type-parameter-?-?> comphelper::containerToSequence(type-parameter-?-? const (&)[R]) include/comphelper/servicedecl.hxx:284 comphelper::service_decl::serviceimpl_base::serviceimpl_base(const type-parameter-?-? &) include/comphelper/servicedecl.hxx:305 @@ -534,7 +530,7 @@ 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/primitive3d/baseprimitive3d.hxx:115 +include/drawinglayer/primitive3d/baseprimitive3d.hxx:114 _Bool drawinglayer::primitive3d::BasePrimitive3D::operator!=(const class drawinglayer::primitive3d::BasePrimitive3D &) const include/drawinglayer/tools/primitive2dxmldump.hxx:45 void drawinglayer::tools::Primitive2dXmlDump::dump(const class drawinglayer::primitive2d::Primitive2DContainer &,const class rtl::OUString &) @@ -808,8 +804,6 @@ include/vcl/ColorMask.hxx:114 void ColorMask::SetColorFor16BitMSB(const class BitmapColor &,unsigned char *) const include/vcl/ColorMask.hxx:116 void ColorMask::SetColorFor16BitLSB(const class BitmapColor &,unsigned char *) const -include/vcl/combobox.hxx:138 - class rtl::OUString ComboBox::GetSelectedEntry() const include/vcl/commandevent.hxx:249 CommandMediaData::CommandMediaData(enum MediaCommand) include/vcl/commandevent.hxx:256 @@ -818,6 +812,8 @@ 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 @@ -848,6 +844,12 @@ include/vcl/ITiledRenderable.hxx:190 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 @@ -864,9 +866,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:1744 +include/vcl/outdev.hxx:1731 class basegfx::B2DPolyPolygon OutputDevice::LogicToPixel(const class basegfx::B2DPolyPolygon &,const class MapMode &) const -include/vcl/outdev.hxx:1764 +include/vcl/outdev.hxx:1751 class basegfx::B2DPolyPolygon OutputDevice::PixelToLogic(const class basegfx::B2DPolyPolygon &,const class MapMode &) const include/vcl/pngread.hxx:56 void vcl::PNGReader::SetIgnoreGammaChunk(_Bool) @@ -906,6 +908,8 @@ 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 @@ -934,109 +938,101 @@ 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:328 +include/vcl/weld.hxx:331 void weld::ScrolledWindow::hadjustment_set_step_increment(int) -include/vcl/weld.hxx:330 +include/vcl/weld.hxx:333 enum VclPolicyType weld::ScrolledWindow::get_hpolicy() const -include/vcl/weld.hxx:335 +include/vcl/weld.hxx:338 int weld::ScrolledWindow::get_hscroll_height() const -include/vcl/weld.hxx:460 +include/vcl/weld.hxx:463 struct SystemEnvData weld::Window::get_system_data() const -include/vcl/weld.hxx:535 - void weld::AboutDialog::set_version(const class rtl::OUString &) include/vcl/weld.hxx:536 - void weld::AboutDialog::set_copyright(const class rtl::OUString &) + void weld::AboutDialog::set_version(const class rtl::OUString &) include/vcl/weld.hxx:537 - void weld::AboutDialog::set_website(const class rtl::OUString &) + void weld::AboutDialog::set_copyright(const class rtl::OUString &) include/vcl/weld.hxx:538 - void weld::AboutDialog::set_website_label(const class rtl::OUString &) + void weld::AboutDialog::set_website(const class rtl::OUString &) include/vcl/weld.hxx:539 - class rtl::OUString weld::AboutDialog::get_website_label() const + void weld::AboutDialog::set_website_label(const class rtl::OUString &) include/vcl/weld.hxx:540 - void weld::AboutDialog::set_logo(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &) + class rtl::OUString weld::AboutDialog::get_website_label() const include/vcl/weld.hxx:541 + void weld::AboutDialog::set_logo(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &) +include/vcl/weld.hxx:542 void weld::AboutDialog::set_background(const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &) -include/vcl/weld.hxx:555 +include/vcl/weld.hxx:556 class rtl::OString weld::Assistant::get_current_page_ident() const -include/vcl/weld.hxx:561 +include/vcl/weld.hxx:562 class rtl::OUString weld::Assistant::get_page_title(const class rtl::OString &) const -include/vcl/weld.hxx:709 - void weld::ComboBox::set_entry_editable(_Bool) -include/vcl/weld.hxx:710 - void weld::ComboBox::cut_entry_clipboard() -include/vcl/weld.hxx:711 - void weld::ComboBox::copy_entry_clipboard() -include/vcl/weld.hxx:712 - void weld::ComboBox::paste_entry_clipboard() -include/vcl/weld.hxx:882 +include/vcl/weld.hxx:883 void weld::TreeView::append(const class weld::TreeIter *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) -include/vcl/weld.hxx:891 +include/vcl/weld.hxx:892 void weld::TreeView::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &) -include/vcl/weld.hxx:985 +include/vcl/weld.hxx:986 _Bool weld::TreeView::iter_next_visible(class weld::TreeIter &) const -include/vcl/weld.hxx:1026 +include/vcl/weld.hxx:1027 void weld::TreeView::set_text_align(const class weld::TreeIter &,double,int) -include/vcl/weld.hxx:1100 +include/vcl/weld.hxx:1101 void weld::TreeView::select_all() -include/vcl/weld.hxx:1149 +include/vcl/weld.hxx:1150 const class rtl::OUString & weld::TreeView::get_saved_value() const -include/vcl/weld.hxx:1203 +include/vcl/weld.hxx:1204 class rtl::OUString weld::IconView::get_selected_id() const -include/vcl/weld.hxx:1218 +include/vcl/weld.hxx:1219 _Bool weld::IconView::get_cursor(class weld::TreeIter *) const -include/vcl/weld.hxx:1228 +include/vcl/weld.hxx:1229 void weld::IconView::select_all() -include/vcl/weld.hxx:1234 - void weld::IconView::save_value() include/vcl/weld.hxx:1235 - const class rtl::OUString & weld::IconView::get_saved_value() const + void weld::IconView::save_value() include/vcl/weld.hxx:1236 + const class rtl::OUString & weld::IconView::get_saved_value() const +include/vcl/weld.hxx:1237 _Bool weld::IconView::get_value_changed_from_saved() const -include/vcl/weld.hxx:1334 +include/vcl/weld.hxx:1335 void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &) -include/vcl/weld.hxx:1342 +include/vcl/weld.hxx:1343 void weld::MenuButton::append_item_radio(const class rtl::OUString &,const class rtl::OUString &) -include/vcl/weld.hxx:1350 +include/vcl/weld.hxx:1351 void weld::MenuButton::append_item(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &) -include/vcl/weld.hxx:1355 +include/vcl/weld.hxx:1356 void weld::MenuButton::append_separator(const class rtl::OUString &) -include/vcl/weld.hxx:1406 +include/vcl/weld.hxx:1407 void weld::Scale::get_increments(int &,int &) const -include/vcl/weld.hxx:1423 +include/vcl/weld.hxx:1424 class rtl::OUString weld::ProgressBar::get_text() const -include/vcl/weld.hxx:1440 +include/vcl/weld.hxx:1441 void weld::Entry::signal_insert_text(class rtl::OUString &) -include/vcl/weld.hxx:1456 +include/vcl/weld.hxx:1457 int weld::Entry::get_position() const -include/vcl/weld.hxx:1566 +include/vcl/weld.hxx:1567 void weld::FormattedSpinButton::set_max(double) -include/vcl/weld.hxx:1621 +include/vcl/weld.hxx:1622 void weld::EntryTreeView::EntryModifyHdl(const class weld::Entry &) -include/vcl/weld.hxx:1857 +include/vcl/weld.hxx:1858 class Size weld::MetricSpinButton::get_size_request() const -include/vcl/weld.hxx:1869 +include/vcl/weld.hxx:1870 void weld::MetricSpinButton::set_position(int) -include/vcl/weld.hxx:1919 +include/vcl/weld.hxx:1920 _Bool weld::TimeSpinButton::get_sensitive() const -include/vcl/weld.hxx:1921 - _Bool weld::TimeSpinButton::get_visible() const include/vcl/weld.hxx:1922 - void weld::TimeSpinButton::grab_focus() + _Bool weld::TimeSpinButton::get_visible() const include/vcl/weld.hxx:1923 + void weld::TimeSpinButton::grab_focus() +include/vcl/weld.hxx:1924 _Bool weld::TimeSpinButton::has_focus() const -include/vcl/weld.hxx:1926 - void weld::TimeSpinButton::save_value() include/vcl/weld.hxx:1927 + void weld::TimeSpinButton::save_value() +include/vcl/weld.hxx:1928 _Bool weld::TimeSpinButton::get_value_changed_from_saved() const -include/vcl/weld.hxx:1995 +include/vcl/weld.hxx:1996 int weld::TextView::vadjustment_get_lower() const -include/vcl/weld.hxx:2143 +include/vcl/weld.hxx:2144 _Bool weld::Toolbar::get_item_visible(const class rtl::OString &) const -include/vcl/weld.hxx:2145 +include/vcl/weld.hxx:2146 class rtl::OUString weld::Toolbar::get_item_label(const class rtl::OString &) const -include/vcl/weld.hxx:2155 +include/vcl/weld.hxx:2156 void weld::Toolbar::append_separator(const class rtl::OUString &) -include/vcl/weld.hxx:2198 +include/vcl/weld.hxx:2199 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 *) @@ -1044,7 +1040,7 @@ include/xmloff/txtimp.hxx:385 class XMLPropertyBackpatcher<short> & XMLTextImportHelper::GetFootnoteBP() include/xmloff/txtimp.hxx:386 class XMLPropertyBackpatcher<short> & XMLTextImportHelper::GetSequenceIdBP() -include/xmloff/txtimp.hxx:566 +include/xmloff/txtimp.hxx:568 class rtl::OUString XMLTextImportHelper::FindActiveBookmarkName() include/xmloff/xmlnumi.hxx:60 SvxXMLListStyleContext::SvxXMLListStyleContext(class SvXMLImport &,int,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XFastAttributeList> &,_Bool) @@ -1060,10 +1056,10 @@ libreofficekit/qa/gtktiledviewer/gtv-application-window.cxx:72 void ::operator()(struct _GtkBuilder *) const libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:31 void * gtv_comments_sidebar_get_instance_private(struct GtvCommentsSidebar *) +libreofficekit/qa/gtktiledviewer/gtv-comments-sidebar.cxx:49 + void ::operator()(struct _GList *) const libreofficekit/qa/gtktiledviewer/gtv-helpers.cxx:80 void ::operator()(struct _GtkTargetList *) const -libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.cxx:183 - void ::operator()(struct _GList *) const libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.hxx:35 void openLokDialog(struct _GtkWidget *,void *) lotuswordpro/source/filter/clone.hxx:28 @@ -1092,7 +1088,7 @@ oox/inc/drawingml/textparagraphproperties.hxx:98 void oox::drawingml::TextParagraphProperties::setLineSpacing(const class oox::drawingml::TextSpacing &) oox/source/drawingml/diagram/diagramlayoutatoms.hxx:256 const class std::__debug::vector<class std::shared_ptr<class oox::drawingml::Shape>, class std::allocator<class std::shared_ptr<class oox::drawingml::Shape> > > & oox::drawingml::LayoutNode::getNodeShapes() const -oox/source/drawingml/diagram/diagramlayoutatoms.hxx:264 +oox/source/drawingml/diagram/diagramlayoutatoms.hxx:265 const class oox::drawingml::LayoutNode * oox::drawingml::LayoutNode::getParentLayoutNode() const sal/osl/unx/uunxapi.hxx:35 int mkdir_c(const class rtl::OString &,unsigned int) @@ -1137,13 +1133,13 @@ sc/inc/mtvelements.hxx:78 sc/inc/mtvelements.hxx:78 void mdds_mtv_assign_values(struct mdds::mtv::base_element_block &,const class SvtBroadcaster *,const type-parameter-?-? &,const type-parameter-?-? &) sc/inc/mtvelements.hxx:79 - void mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const class ScFormulaCell *,const type-parameter-?-? &,const type-parameter-?-? &) -sc/inc/mtvelements.hxx:79 struct mdds::mtv::base_element_block * mdds_mtv_create_new_block(const class ScFormulaCell *,const type-parameter-?-? &,const type-parameter-?-? &) sc/inc/mtvelements.hxx:79 void mdds_mtv_get_empty_value(class ScFormulaCell *&) sc/inc/mtvelements.hxx:79 void mdds_mtv_get_value(const struct mdds::mtv::base_element_block &,unsigned long,class ScFormulaCell *&) +sc/inc/mtvelements.hxx:79 + void mdds_mtv_insert_values(struct mdds::mtv::base_element_block &,unsigned long,const class ScFormulaCell *,const type-parameter-?-? &,const type-parameter-?-? &) sc/inc/mtvelements.hxx:80 void mdds_mtv_get_value(const struct mdds::mtv::base_element_block &,unsigned long,class EditTextObject *&) sc/inc/mtvelements.hxx:80 @@ -1188,25 +1184,25 @@ 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:143 +sc/qa/unit/ucalc.hxx:150 void Test::testFormulaHashAndTag() -sc/qa/unit/ucalc.hxx:182 +sc/qa/unit/ucalc.hxx:189 void Test::testSingleCellCopyColumnLabel() -sc/qa/unit/ucalc.hxx:241 +sc/qa/unit/ucalc.hxx:248 void Test::testExternalRefUnresolved() -sc/qa/unit/ucalc.hxx:380 +sc/qa/unit/ucalc.hxx:387 void Test::testCopyPasteSkipEmptyConditionalFormatting() -sc/qa/unit/ucalc.hxx:407 +sc/qa/unit/ucalc.hxx:414 void Test::testSharedFormulaMoveBlock() -sc/qa/unit/ucalc.hxx:524 +sc/qa/unit/ucalc.hxx:531 void Test::testCondFormatUpdateMoveTab() -sc/qa/unit/ucalc.hxx:525 +sc/qa/unit/ucalc.hxx:532 void Test::testCondFormatUpdateDeleteTab() -sc/qa/unit/ucalc.hxx:526 +sc/qa/unit/ucalc.hxx:533 void Test::testCondFormatUpdateInsertTab() -sc/qa/unit/ucalc.hxx:527 +sc/qa/unit/ucalc.hxx:534 void Test::testCondFormatUpdateReference() -sc/qa/unit/ucalc.hxx:537 +sc/qa/unit/ucalc.hxx:544 void Test::testCondFormatListenToOwnRange() sc/source/core/inc/interpre.hxx:73 basic_ostream<type-parameter-?-?, type-parameter-?-?> & sc::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const struct sc::ParamIfsResult &) @@ -1278,7 +1274,7 @@ sc/source/ui/inc/dataprovider.hxx:58 void sc::CSVFetchThread::EndThread() sc/source/ui/inc/dataprovider.hxx:83 const class rtl::OUString & sc::DataProvider::GetURL() const -sc/source/ui/inc/datatableview.hxx:114 +sc/source/ui/inc/datatableview.hxx:112 void ScDataTableView::getRowRange(int &,int &) const sc/source/ui/inc/impex.hxx:93 ScImportExport::ScImportExport(class ScDocument *,const class rtl::OUString &) @@ -1331,7 +1327,7 @@ sd/source/ui/inc/unomodel.hxx:137 sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx:200 _Bool sd::slidesorter::view::InsertPosition::operator!=(const class sd::slidesorter::view::InsertPosition &) const sdext/source/pdfimport/pdfparse/pdfparse.cxx:111 - long (anonymous namespace)::PDFGrammar<boost::spirit::classic::file_iterator<char, boost::spirit::classic::fileiter_impl::mmap_file_iterator<char> > >::pdf_string_parser::operator()(const type-parameter-?-? &,struct boost::spirit::classic::nil_t &) const + long (anonymous namespace)::PDFGrammar<boost::spirit::classic::file_iterator<char, boost::spirit::classic::fileiter_impl::mmap_file_iterator<char>>>::pdf_string_parser::operator()(const type-parameter-?-? &,struct boost::spirit::classic::nil_t &) const sfx2/inc/autoredactdialog.hxx:67 void TargetsTable::SelectByName(const class rtl::OUString &) sfx2/inc/autoredactdialog.hxx:71 @@ -1356,7 +1352,7 @@ sfx2/source/appl/shutdownicon.hxx:112 class rtl::OUString ShutdownIcon::GetUrlDescription(const class rtl::OUString &) sfx2/source/appl/shutdownicon.hxx:114 void ShutdownIcon::SetVeto(_Bool) -sfx2/source/inc/templdgi.hxx:244 +sfx2/source/inc/templdgi.hxx:247 class weld::Widget * SfxCommonTemplateDialog_Impl::GetFrameWeld() shell/inc/xml_parser.hxx:48 xml_parser::xml_parser() @@ -1386,36 +1382,38 @@ 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:437 +slideshow/source/engine/animationfactory.cxx:432 void slideshow::internal::(anonymous namespace)::GenericAnimation::prefetch() -slideshow/source/engine/animationfactory.cxx:440 +slideshow/source/engine/animationfactory.cxx:435 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:513 +slideshow/source/engine/animationfactory.cxx:508 _Bool slideshow::internal::(anonymous namespace)::GenericAnimation::operator()(const typename type-parameter-?-?::ValueType &) -slideshow/source/engine/animationfactory.cxx:528 +slideshow/source/engine/animationfactory.cxx:523 _Bool slideshow::internal::(anonymous namespace)::GenericAnimation::operator()(typename type-parameter-?-?::ValueType) -slideshow/source/engine/animationfactory.cxx:541 +slideshow/source/engine/animationfactory.cxx:536 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::EventHandler> &) + _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::ViewUpdate> &) + _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::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::AnimationEventHandler> &) + _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> &) 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 @@ -1425,19 +1423,19 @@ svgio/inc/svgstyleattributes.hxx:372 svl/source/misc/gridprinter.cxx:47 void rtl::mdds_mtv_get_empty_value(class rtl::OUString &) svl/source/misc/gridprinter.cxx:47 - void rtl::mdds_mtv_assign_values(struct mdds::mtv::base_element_block &,const class rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &) -svl/source/misc/gridprinter.cxx:47 struct mdds::mtv::base_element_block * rtl::mdds_mtv_create_new_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_prepend_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_assign_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_get_value(const struct mdds::mtv::base_element_block &,unsigned long,class rtl::OUString &) 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-?-? &) svx/inc/sdr/contact/viewcontactofgraphic.hxx:54 class SdrGrafObj & sdr::contact::ViewContactOfGraphic::GetGrafObject() svx/source/tbxctrls/tbcontrl.cxx:150 @@ -1568,8 +1566,6 @@ sw/inc/ring.hxx:203 sw::RingIterator::RingIterator<value_type>() sw/inc/swatrset.hxx:226 const class SvxNoHyphenItem & SwAttrSet::GetNoHyphenHere(_Bool) const -sw/inc/swatrset.hxx:227 - const class SvxBlinkItem & SwAttrSet::GetBlink(_Bool) const sw/inc/swcrsr.hxx:219 class SwCursor * SwCursor::GetPrev() sw/inc/swcrsr.hxx:220 @@ -1628,7 +1624,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:340 +sw/source/uibase/inc/conttree.hxx:345 int SwGlobalTree::count_selected_rows() const sw/source/uibase/inc/numfmtlb.hxx:130 _Bool SwNumFormatTreeView::get_value_changed_from_saved() const @@ -1738,7 +1734,7 @@ vcl/inc/qt5/Qt5Tools.hxx:57 class QRect toQRect(const class tools::Rectangle &,const double) vcl/inc/regionband.hxx:27 const char * ImplDbgTestRegionBand(const void *) -vcl/inc/salgdi.hxx:215 +vcl/inc/salgdi.hxx:211 class basegfx::B2DHomMatrix SalGraphics::mirror(const class basegfx::B2DHomMatrix &,const class OutputDevice *) const vcl/inc/salmenu.hxx:46 SalMenuButtonItem::SalMenuButtonItem() @@ -1760,7 +1756,9 @@ vcl/inc/skia/gdiimpl.hxx:51 const class vcl::Region & SkiaSalGraphicsImpl::getClipRegion() const vcl/inc/skia/gdiimpl.hxx:198 void SkiaSalGraphicsImpl::dump(const char *) const -vcl/inc/skia/salbmp.hxx:70 +vcl/inc/skia/salbmp.hxx:63 + const class BitmapPalette & SkiaSalBitmap::Palette() const +vcl/inc/skia/salbmp.hxx:71 void SkiaSalBitmap::dump(const char *) const vcl/inc/skia/utils.hxx:58 void SkiaHelper::removeCachedImage(class sk_sp<class SkImage>) @@ -1768,6 +1766,10 @@ 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 |