compilerplugins/clang/unusedmethods.py | 17 compilerplugins/clang/unusedmethods.results | 2532 +------------ compilerplugins/clang/unusedmethods.unused-returns.results | 926 ++++ cui/source/factory/dlgfact.cxx | 1 include/svx/Palette.hxx | 2 include/svx/chrtitem.hxx | 4 include/svx/svxdlg.hxx | 1 sc/source/filter/inc/worksheethelper.hxx | 3 sc/source/filter/oox/worksheethelper.cxx | 20 svx/inc/palettes.hxx | 6 svx/source/items/chrtitem.cxx | 6 svx/source/tbxctrls/Palette.cxx | 15 sw/source/uibase/inc/swrenamexnameddlg.hxx | 8 13 files changed, 1155 insertions(+), 2386 deletions(-)
New commits: commit 4b61dffd1da35063006de0e26506fd863cb9782f Author: Noel Grandin <[email protected]> AuthorDate: Wed May 28 11:53:54 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Wed May 28 16:49:14 2025 +0200 loplugin:unusedmethods and trim out some of the noise from the reports Change-Id: Ib99a044049a7715978ef58718d2518bde23b8fe6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185958 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/compilerplugins/clang/unusedmethods.py b/compilerplugins/clang/unusedmethods.py index a69ea6529d4a..dbd9226b3feb 100755 --- a/compilerplugins/clang/unusedmethods.py +++ b/compilerplugins/clang/unusedmethods.py @@ -197,6 +197,23 @@ for d in definitionSet: continue if location.startswith("include/oox/drawingml/chart/modelbase.hxx"): continue + # templated methods that are auto-generated by the compiler + if location.startswith("include/comphelper/interfacecontainer3.hxx"): + continue + if location.startswith("include/comphelper/interfacecontainer4.hxx"): + continue + if location.startswith("include/o3tl/sorted_vector.hxx"): + continue + if location.startswith("include/o3tl/strong_int.hxx"): + continue + if location.startswith("include/o3tl/typed_flags_set.hxx"): + continue + if location.startswith("include/svl/typedwhich.hxx"): + continue + if location.startswith("include/toolkit/helper/listenermultiplexer.hxx"): + continue + if location.startswith("include/tools/lazydelete.hxx"): + continue unusedSet.add(d) # used by the "unused return types" analysis tmp1set.add((method, location)) diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index fcf43dcefe4d..3b17176fd20f 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -1,4 +1,4 @@ -basctl/source/basicide/baside2.hxx:405 +basctl/source/basicide/baside2.hxx:404 const rtl::OUString & basctl::ModulWindow::GetEditorColorScheme() basegfx/source/range/b2drangeclipper.cxx:686 type-parameter-?-? basegfx::(anonymous namespace)::eraseFromList(type-parameter-?-? &,const type-parameter-?-? &) @@ -38,7 +38,7 @@ canvas/inc/vclwrapper.hxx:138 void canvas::vcltools::VCLObject::swap(VCLObject<Wrappee_> &) canvas/source/vcl/canvasfont.hxx:76 const struct com::sun::star::geometry::Matrix2D & vclcanvas::CanvasFont::getFontMatrix() const -canvas/source/vcl/impltools.hxx:107 +canvas/source/vcl/impltools.hxx:83 vclcanvas::tools::LocalGuard::LocalGuard() chart2/source/view/axes/VAxisBase.hxx:73 const std::shared_ptr<chart::DataTableView> & chart::VAxisBase::getDataTableView() @@ -50,7 +50,7 @@ connectivity/source/drivers/evoab2/NResultSet.hxx:60 rtl::OString connectivity::evoab::OEvoabVersionHelper::getUserName(void *) connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:49 com::sun::star::uno::Reference<com::sun::star::sdbc::XResultSetMetaData> connectivity::evoab::OEvoabResultSetMetaData::operator Reference() -connectivity/source/drivers/firebird/Driver.hxx:61 +connectivity/source/drivers/firebird/Driver.hxx:63 const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> & connectivity::firebird::FirebirdDriver::getContext() const connectivity/source/drivers/firebird/Util.hxx:73 const rtl::OUString & connectivity::firebird::ColumnTypeInfo::getCharacterSet() const @@ -84,7 +84,7 @@ connectivity/source/inc/OColumn.hxx:105 _Bool connectivity::OColumn::isDefinitelyWritable() const connectivity/source/inc/odbc/OConnection.hxx:118 connectivity::odbc::ODBCDriver * connectivity::odbc::OConnection::getDriver() const -connectivity/source/inc/odbc/ODriver.hxx:71 +connectivity/source/inc/odbc/ODriver.hxx:75 const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> & connectivity::odbc::ODBCDriver::getContext() const connectivity/source/inc/odbc/OFunctions.hxx:92 short connectivity::odbc::Functions::GetEnvAttr(void *,int,void *,int,int *) const @@ -95,9 +95,9 @@ connectivity/source/inc/odbc/OPreparedStatement.hxx:70 connectivity/source/inc/odbc/OPreparedStatement.hxx:71 void connectivity::odbc::OPreparedStatement::setScalarParameter(int,int,unsigned long,int,const type-parameter-?-?) connectivity/source/inc/odbc/OTools.hxx:326 - connectivity::odbc::CHARS::CHARS<type-parameter-?-?, 4>(std::basic_string_view<char16_t>) + connectivity::odbc::CHARS::CHARS<C, sizeof(sal_uInt32)>(std::basic_string_view<char16_t>) connectivity/source/inc/odbc/OTools.hxx:339 - connectivity::odbc::CHARS::CHARS<type-parameter-?-?, 4>(const rtl::OUString &) + connectivity::odbc::CHARS::CHARS<C, sizeof(sal_uInt32)>(const rtl::OUString &) connectivity/source/inc/OTypeInfo.hxx:45 _Bool connectivity::OTypeInfo::operator==(const struct connectivity::OTypeInfo &) const connectivity/source/inc/OTypeInfo.hxx:46 @@ -115,7 +115,7 @@ cppuhelper/inc/interfacecontainer4.hxx:195 cppuhelper/inc/interfacecontainer4.hxx:210 void cppuhelper::OInterfaceContainerHelper4::forEach(std::unique_lock<std::mutex> &,const type-parameter-?-? &) const cppuhelper/inc/interfacecontainer4.hxx:235 - void cppuhelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::lang::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const + void cppuhelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const cppuhelper/inc/interfacecontainer4.hxx:235 void cppuhelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (type-parameter-?-?::*)(const type-parameter-?-? &),const type-parameter-?-? &) const cppuhelper/inc/interfacecontainer4.hxx:270 @@ -158,9 +158,9 @@ dbaccess/source/ui/inc/indexcollection.hxx:60 __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, std::__cxx1998::vector<struct dbaui::OIndex> >, std::vector<struct dbaui::OIndex> > dbaui::OIndexCollection::find(const rtl::OUString &) const dbaccess/source/ui/inc/indexcollection.hxx:62 __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, std::__cxx1998::vector<struct dbaui::OIndex> >, std::vector<struct dbaui::OIndex> > dbaui::OIndexCollection::findOriginal(const rtl::OUString &) const -dbaccess/source/ui/inc/unodatbr.hxx:316 +dbaccess/source/ui/inc/unodatbr.hxx:315 _Bool dbaui::SbaTableQueryBrowser::implCopyObject(ODataClipboard &,const weld::TreeIter &,int) -desktop/inc/lib/init.hxx:141 +desktop/inc/lib/init.hxx:152 desktop::CallbackFlushHandler::CallbackData::CallbackData(const tools::Rectangle *,int) desktop/source/lib/lokclipboard.hxx:95 LOKClipboardFactory::LOKClipboardFactory() @@ -186,9 +186,9 @@ drawinglayer/source/tools/emfpstringformat.hxx:100 _Bool emfplushelper::EMFPStringFormat::BypassGDI() const editeng/inc/EditLine.hxx:105 _Bool EditLine::IsInvalid() const -editeng/inc/edtspell.hxx:103 +editeng/inc/edtspell.hxx:99 __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, std::__cxx1998::vector<struct editeng::MisspellRange> >, std::vector<struct editeng::MisspellRange> > WrongList::begin() const -editeng/inc/edtspell.hxx:104 +editeng/inc/edtspell.hxx:100 __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, std::__cxx1998::vector<struct editeng::MisspellRange> >, std::vector<struct editeng::MisspellRange> > WrongList::end() const editeng/inc/ParagraphPortionList.hxx:59 void ParaPortionList::Append(std::unique_ptr<ParaPortion>) @@ -200,11 +200,11 @@ editeng/inc/TextPortionList.hxx:65 __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<TextPortion> *, std::__cxx1998::vector<std::unique_ptr<TextPortion> > >, std::vector<std::unique_ptr<TextPortion> > > TextPortionList::cbegin() const editeng/inc/TextPortionList.hxx:66 __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<TextPortion> *, std::__cxx1998::vector<std::unique_ptr<TextPortion> > >, std::vector<std::unique_ptr<TextPortion> > > TextPortionList::cend() const -editeng/source/editeng/impedit.hxx:235 +editeng/source/editeng/impedit.hxx:231 tools::Rectangle LOKSpecialPositioning::GetWindowPos(const tools::Rectangle &,enum MapUnit) const -editeng/source/editeng/impedit.hxx:795 +editeng/source/editeng/impedit.hxx:806 double ImpEditEngine::scaleXFontValue(long) const -editeng/source/editeng/impedit.hxx:803 +editeng/source/editeng/impedit.hxx:814 double ImpEditEngine::scaleYFontValue(unsigned short) const embeddedobj/source/msole/olecomponent.hxx:72 void OleComponent::InitializeObject_Impl() @@ -278,7 +278,7 @@ extensions/source/scanner/scanner.hxx:79 void ScannerManager::SetData(void *) extensions/source/scanner/scanner.hxx:83 com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScannerManager_CreateInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &) -filter/source/svg/svgwriter.hxx:346 +filter/source/svg/svgwriter.hxx:341 Color SVGActionWriter::ImplGetColorWithIntensity(const Color &,unsigned short) hwpfilter/source/hiodev.h:62 unsigned long HIODev::read4b(void *,unsigned long) @@ -350,7 +350,7 @@ include/basegfx/range/b1drange.hxx:50 basegfx::B1DRange::B1DRange(double) include/basegfx/range/b1drange.hxx:143 double basegfx::B1DRange::clamp(double) const -include/basegfx/range/b2drange.hxx:132 +include/basegfx/range/b2drange.hxx:141 basegfx::B2DRange basegfx::operator*(const basegfx::B2DHomMatrix &,const basegfx::B2DRange &) include/basegfx/range/b2ibox.hxx:61 basegfx::B2IBox::B2IBox() @@ -482,374 +482,6 @@ include/comphelper/flagguard.hxx:54 comphelper::ValueRestorationGuard::ValueRestorationGuard(unsigned char &,type-parameter-?-? &&) include/comphelper/flagguard.hxx:54 ValueRestorationGuard<T> comphelper::<deduction guide for ValueRestorationGuard>(type-parameter-?-? &,type-parameter-?-? &&) -include/comphelper/interfacecontainer3.hxx:44 - OInterfaceIteratorHelper3<ListenerT> comphelper::<deduction guide for OInterfaceIteratorHelper3>(OInterfaceIteratorHelper3<ListenerT>) -include/comphelper/interfacecontainer3.hxx:59 - OInterfaceIteratorHelper3<ListenerT> comphelper::<deduction guide for OInterfaceIteratorHelper3>(OInterfaceContainerHelper3<type-parameter-?-?> &) -include/comphelper/interfacecontainer3.hxx:88 - OInterfaceIteratorHelper3<ListenerT> comphelper::<deduction guide for OInterfaceIteratorHelper3>(const OInterfaceIteratorHelper3<ListenerT> &) -include/comphelper/interfacecontainer3.hxx:166 - const Reference<type-parameter-?-?> & comphelper::OInterfaceContainerHelper3::getInterface(int) const -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XActionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XDockableWindowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XFocusListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XItemListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XKeyHandler::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XKeyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XMouseClickHandler::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XMouseListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XMouseMotionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XStyleChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XTextListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XWindowListener2::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::awt::XWindowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::beans::XPropertiesChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::beans::XPropertyChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::beans::XPropertySetInfoChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::beans::XVetoableChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::container::XContainerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::document::XDocumentEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::document::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::document::XStorageChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XApproveActionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XConfirmDeleteListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XDatabaseParameterListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XFormControllerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XGridControlListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XLoadListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XResetListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XSubmitListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::XUpdateListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::runtime::XFilterControllerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::submission::XSubmissionVetoListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::form::validation::XFormComponentValidityListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::frame::XStatusListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::lang::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::linguistic2::XDictionaryEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::linguistic2::XDictionaryListEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::linguistic2::XLinguServiceEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::presentation::XShapeEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::presentation::XSlideShowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::sdb::XDatabaseRegistrationsListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::sdb::XRowSetApproveListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::sdb::XRowSetChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::sdb::XRowsChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::sdb::XSQLErrorListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::sdb::application::XCopyTableListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::sdbc::XRowSetListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::text::XPasteListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::ucb::XContentEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::ui::XContextMenuInterceptor::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XChangesListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XCloseListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XFlushListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XModeChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XModifyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XRefreshListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::view::XPrintJobListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer3.hxx:210 - void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::view::XSelectionChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) -include/comphelper/interfacecontainer4.hxx:46 - OInterfaceIteratorHelper4<ListenerT> comphelper::<deduction guide for OInterfaceIteratorHelper4>(OInterfaceIteratorHelper4<ListenerT>) -include/comphelper/interfacecontainer4.hxx:63 - OInterfaceIteratorHelper4<ListenerT> comphelper::<deduction guide for OInterfaceIteratorHelper4>(std::unique_lock<std::mutex> &,OInterfaceContainerHelper4<type-parameter-?-?> &) -include/comphelper/interfacecontainer4.hxx:97 - OInterfaceIteratorHelper4<ListenerT> comphelper::<deduction guide for OInterfaceIteratorHelper4>(const OInterfaceIteratorHelper4<ListenerT> &) -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::accessibility::XAccessibleEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XActionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XAdjustmentListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XFocusListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XItemListListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XItemListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XKeyHandler::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XKeyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XMenuListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XMouseListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XMouseMotionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XPaintListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XSpinListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XTabListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XTextListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XTopWindowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XVclContainerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XWindowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::grid::XGridColumnListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::grid::XGridDataListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::grid::XGridSelectionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tab::XTabPageContainerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tree::XTreeDataModelListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tree::XTreeEditListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tree::XTreeExpansionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XPropertiesChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XPropertyChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XPropertySetInfoChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XVetoableChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::chart::XChartDataChangeEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::container::XContainerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::datatransfer::dnd::XDragGestureListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::datatransfer::dnd::XDropTargetListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XDocumentEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XStorageChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XUndoManagerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::XGridControlListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::XLoadListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::XUpdateListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::binding::XListEntryListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::frame::XStatusListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::frame::XTitleChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::io::XStreamListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::lang::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::presentation::XSlideShowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::script::XScriptListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::script::vba::XVBAScriptListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::ucb::XContentEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::ui::XContextMenuInterceptor::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::ui::XUIConfigurationListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XChangesListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XCloseListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XFlushListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XModeChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XModifyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XRefreshListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::view::XPrintJobListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:250 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::view::XSelectionChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::accessibility::XAccessibleEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XActionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XAdjustmentListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XFocusListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XItemListListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XItemListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XKeyHandler::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XKeyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XMenuListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XMouseListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XMouseMotionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XPaintListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XSpinListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XTabListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XTextListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XTopWindowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XVclContainerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::XWindowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::grid::XGridColumnListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::grid::XGridDataListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::grid::XGridSelectionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tab::XTabPageContainerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tree::XTreeDataModelListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tree::XTreeEditListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::awt::tree::XTreeExpansionListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XPropertiesChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XPropertyChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XPropertySetInfoChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::beans::XVetoableChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::chart::XChartDataChangeEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::container::XContainerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::datatransfer::dnd::XDragGestureListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::datatransfer::dnd::XDropTargetListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XDocumentEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XStorageChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::document::XUndoManagerListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::XGridControlListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::XLoadListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::XUpdateListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::form::binding::XListEntryListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::frame::XStatusListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::frame::XTitleChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::io::XStreamListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::lang::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::presentation::XSlideShowListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::script::XScriptListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::script::vba::XVBAScriptListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::ucb::XContentEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::ui::XContextMenuInterceptor::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::ui::XUIConfigurationListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XChangesListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XCloseListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XFlushListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XModeChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XModifyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::util::XRefreshListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::view::XPrintJobListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const -include/comphelper/interfacecontainer4.hxx:275 - void comphelper::OInterfaceContainerHelper4::notifyEach(std::unique_lock<std::mutex> &,void (com::sun::star::view::XSelectionChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &,const type-parameter-?-? &) const include/comphelper/logging.hxx:58 rtl::OUString comphelper::log::convert::convertLogArgToString(char16_t) include/comphelper/logging.hxx:224 @@ -886,7 +518,7 @@ include/comphelper/logging.hxx:428 void comphelper::EventLogger::logp(const int,const char *,const char *,const char *,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) const include/comphelper/lok.hxx:71 _Bool comphelper::LibreOfficeKit::isLocalRendering() -include/comphelper/lok.hxx:139 +include/comphelper/lok.hxx:143 void comphelper::LibreOfficeKit::setBlockedCommandList(const char *) include/comphelper/multicontainer2.hxx:112 void comphelper::OMultiTypeInterfaceContainerHelper2::clear() @@ -1000,9 +632,9 @@ include/editeng/colritem.hxx:81 void SvxColorItem::setComplexColor(const model::ComplexColor &) include/editeng/editdata.hxx:86 EFieldInfo::EFieldInfo() -include/editeng/editeng.hxx:243 - _Bool EditEngine::GetVertical() const include/editeng/editeng.hxx:245 + _Bool EditEngine::GetVertical() const +include/editeng/editeng.hxx:247 enum TextRotation EditEngine::GetRotation() const include/editeng/lrspitem.hxx:113 SvxLeftMarginItem::SvxLeftMarginItem(const long,const unsigned short) @@ -1016,11 +648,11 @@ include/filter/msfilter/mstoolbar.hxx:103 Indent::Indent(_Bool) include/filter/msfilter/rtfutil.hxx:60 int msfilter::rtfutil::AsHex(char) -include/formula/opcode.hxx:544 +include/formula/opcode.hxx:547 std::basic_string<char> OpCodeEnumToString(enum OpCode) include/formula/tokenarray.hxx:182 formula::FormulaTokenArrayReferencesIterator formula::FormulaTokenArrayReferencesIterator::operator++(int) -include/formula/tokenarray.hxx:587 +include/formula/tokenarray.hxx:592 basic_ostream<type-parameter-?-?, type-parameter-?-?> & formula::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const formula::FormulaTokenArray &) include/framework/addonsoptions.hxx:195 rtl::OUString framework::AddonsOptions::GetAddonsNotebookBarResourceName(unsigned int) const @@ -1095,721 +727,33 @@ include/o3tl/enumarray.hxx:66 include/o3tl/enumarray.hxx:66 o3tl::enumarray::enumarray(struct _GdkCursor *const &,type-parameter-?-? &&...) include/o3tl/enumarray.hxx:122 - typename type-parameter-?-?::value_type * o3tl::enumarray_iterator::operator->() const + type-parameter-?-?::value_type * o3tl::enumarray_iterator::operator->() const include/o3tl/enumarray.hxx:147 - const typename type-parameter-?-?::value_type * o3tl::enumarray_const_iterator::operator->() const + const type-parameter-?-?::value_type * o3tl::enumarray_const_iterator::operator->() const include/o3tl/enumarray.hxx:150 _Bool o3tl::enumarray_const_iterator::operator==(const enumarray_const_iterator<EA> &) const -include/o3tl/float_int_conversion.hxx:64 - typename enable_if<std::is_floating_point_v<F>, type-parameter-?-?>::type o3tl::roundAway(type-parameter-?-?) -include/o3tl/hash_combine.hxx:19 - typename enable_if<(sizeof(N) == 4), void>::type o3tl::hash_combine(type-parameter-?-? &,const type-parameter-?-? *,unsigned long) -include/o3tl/hash_combine.hxx:30 - typename enable_if<(sizeof(N) == 4), void>::type o3tl::hash_combine(type-parameter-?-? &,const type-parameter-?-? &) -include/o3tl/hash_combine.hxx:37 - typename enable_if<(sizeof(N) == 8), void>::type o3tl::hash_combine(type-parameter-?-? &,const type-parameter-?-? *,unsigned long) -include/o3tl/intcmp.hxx:91 +include/o3tl/float_int_conversion.hxx:58 + type-parameter-?-? o3tl::roundAway(type-parameter-?-?) +include/o3tl/hash_combine.hxx:20 + void o3tl::hash_combine(type-parameter-?-? &,const type-parameter-?-? *,unsigned long) +include/o3tl/intcmp.hxx:19 IntCmp<T> o3tl::<deduction guide for IntCmp>(IntCmp<T>) -include/o3tl/intcmp.hxx:93 +include/o3tl/intcmp.hxx:21 IntCmp<T> o3tl::<deduction guide for IntCmp>(type-parameter-?-?) -include/o3tl/intcmp.hxx:101 +include/o3tl/intcmp.hxx:29 _Bool o3tl::operator==(IntCmp<type-parameter-?-?>,IntCmp<type-parameter-?-?>) -include/o3tl/intcmp.hxx:106 +include/o3tl/intcmp.hxx:34 _Bool o3tl::operator!=(IntCmp<type-parameter-?-?>,IntCmp<type-parameter-?-?>) -include/o3tl/intcmp.hxx:111 +include/o3tl/intcmp.hxx:39 _Bool o3tl::operator<(IntCmp<type-parameter-?-?>,IntCmp<type-parameter-?-?>) -include/o3tl/intcmp.hxx:116 +include/o3tl/intcmp.hxx:44 _Bool o3tl::operator>(IntCmp<type-parameter-?-?>,IntCmp<type-parameter-?-?>) -include/o3tl/intcmp.hxx:126 +include/o3tl/intcmp.hxx:54 _Bool o3tl::operator>=(IntCmp<type-parameter-?-?>,IntCmp<type-parameter-?-?>) include/o3tl/safeint.hxx:309 _Bool o3tl::ValidRange::isOutside(type-parameter-?-?) include/o3tl/safeint.hxx:315 _Bool o3tl::ValidRange::isInside(type-parameter-?-?) -include/o3tl/sorted_vector.hxx:47 - sorted_vector<Value, Compare, Find> o3tl::<deduction guide for sorted_vector>(sorted_vector<Value, Compare, Find>) -include/o3tl/sorted_vector.hxx:60 - sorted_vector<Value, Compare, Find> o3tl::<deduction guide for sorted_vector>(initializer_list<type-parameter-?-?>) -include/o3tl/sorted_vector.hxx:65 - sorted_vector<Value, Compare, Find> o3tl::<deduction guide for sorted_vector>() -include/o3tl/sorted_vector.hxx:66 - sorted_vector<Value, Compare, Find> o3tl::<deduction guide for sorted_vector>(const sorted_vector<Value, Compare, Find> &) -include/o3tl/sorted_vector.hxx:67 - sorted_vector<Value, Compare, Find> o3tl::<deduction guide for sorted_vector>(sorted_vector<Value, Compare, Find> &&) -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<(anonymous namespace)::SwContent *const *, std::__cxx1998::vector<(anonymous namespace)::SwContent *> >, std::vector<(anonymous namespace)::SwContent *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpCellLayout *const *, std::__cxx1998::vector<LwpCellLayout *> >, std::vector<LwpCellLayout *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpCellList *const *, std::__cxx1998::vector<LwpCellList *> >, std::vector<LwpCellList *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpColumnLayout *const *, std::__cxx1998::vector<LwpColumnLayout *> >, std::vector<LwpColumnLayout *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpDocument *const *, std::__cxx1998::vector<LwpDocument *> >, std::vector<LwpDocument *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpObjectID *const *, std::__cxx1998::vector<LwpObjectID *> >, std::vector<LwpObjectID *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpPageHint *const *, std::__cxx1998::vector<LwpPageHint *> >, std::vector<LwpPageHint *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpPara *const *, std::__cxx1998::vector<LwpPara *> >, std::vector<LwpPara *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpRowLayout *const *, std::__cxx1998::vector<LwpRowLayout *> >, std::vector<LwpRowLayout *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpRowList *const *, std::__cxx1998::vector<LwpRowList *> >, std::vector<LwpRowList *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpSilverBullet *const *, std::__cxx1998::vector<LwpSilverBullet *> >, std::vector<LwpSilverBullet *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpStory *const *, std::__cxx1998::vector<LwpStory *> >, std::vector<LwpStory *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpTableRange *const *, std::__cxx1998::vector<LwpTableRange *> >, std::vector<LwpTableRange *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpVirtualLayout *const *, std::__cxx1998::vector<LwpVirtualLayout *> >, std::vector<LwpVirtualLayout *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SalFrame *const *, std::__cxx1998::vector<SalFrame *> >, std::vector<SalFrame *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<ScDPObject *const *, std::__cxx1998::vector<ScDPObject *> >, std::vector<ScDPObject *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<ScExternalRefManager::LinkListener *const *, std::__cxx1998::vector<ScExternalRefManager::LinkListener *> >, std::vector<ScExternalRefManager::LinkListener *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SdrObject *const *, std::__cxx1998::vector<SdrObject *> >, std::vector<SdrObject *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SdrOutliner *const *, std::__cxx1998::vector<SdrOutliner *> >, std::vector<SdrOutliner *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SdrView *const *, std::__cxx1998::vector<SdrView *> >, std::vector<SdrView *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SfxDispatcher *const *, std::__cxx1998::vector<SfxDispatcher *> >, std::vector<SfxDispatcher *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SfxStyleSheet *const *, std::__cxx1998::vector<SfxStyleSheet *> >, std::vector<SfxStyleSheet *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SvTreeListEntry *const *, std::__cxx1998::vector<SvTreeListEntry *> >, std::vector<SvTreeListEntry *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SvtBroadcaster *const *, std::__cxx1998::vector<SvtBroadcaster *> >, std::vector<SvtBroadcaster *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwAccessibleParagraph *const *, std::__cxx1998::vector<SwAccessibleParagraph *> >, std::vector<SwAccessibleParagraph *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwFlyFrame *const *, std::__cxx1998::vector<SwFlyFrame *> >, std::vector<SwFlyFrame *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwFormat *const *, std::__cxx1998::vector<SwFormat *> >, std::vector<SwFormat *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwList *const *, std::__cxx1998::vector<SwList *> >, std::vector<SwList *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwNode *const *, std::__cxx1998::vector<SwNode *> >, std::vector<SwNode *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwRangeRedline *const *, std::__cxx1998::vector<SwRangeRedline *> >, std::vector<SwRangeRedline *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwRootFrame *const *, std::__cxx1998::vector<SwRootFrame *> >, std::vector<SwRootFrame *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwSectionFormat *const *, std::__cxx1998::vector<SwSectionFormat *> >, std::vector<SwSectionFormat *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwSectionFrame *const *, std::__cxx1998::vector<SwSectionFrame *> >, std::vector<SwSectionFrame *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwTableBox *const *, std::__cxx1998::vector<SwTableBox *> >, std::vector<SwTableBox *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwTextFootnote *const *, std::__cxx1998::vector<SwTextFootnote *> >, std::vector<SwTextFootnote *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwTextFrame *const *, std::__cxx1998::vector<SwTextFrame *> >, std::vector<SwTextFrame *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SwXMLTableColumn_Impl *const *, std::__cxx1998::vector<SwXMLTableColumn_Impl *> >, std::vector<SwXMLTableColumn_Impl *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<configmgr::RootAccess *const *, std::__cxx1998::vector<configmgr::RootAccess *> >, std::vector<configmgr::RootAccess *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const MathTypeFont *, std::__cxx1998::vector<MathTypeFont> >, std::vector<MathTypeFont> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const ScTokenArray *const *, std::__cxx1998::vector<const ScTokenArray *> >, std::vector<const ScTokenArray *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SdrObject *const *, std::__cxx1998::vector<const SdrObject *> >, std::vector<const SdrObject *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SvxTabStop *, std::__cxx1998::vector<SvxTabStop> >, std::vector<SvxTabStop> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwCharFormat *const *, std::__cxx1998::vector<const SwCharFormat *> >, std::vector<const SwCharFormat *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwFlyCache *const *, std::__cxx1998::vector<const SwFlyCache *> >, std::vector<const SwFlyCache *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwFrameFormat *const *, std::__cxx1998::vector<const SwFrameFormat *> >, std::vector<const SwFrameFormat *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwNode *const *, std::__cxx1998::vector<const SwNode *> >, std::vector<const SwNode *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwPageDesc *const *, std::__cxx1998::vector<const SwPageDesc *> >, std::vector<const SwPageDesc *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwRedlineData *const *, std::__cxx1998::vector<const SwRedlineData *> >, std::vector<const SwRedlineData *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwTableBox *const *, std::__cxx1998::vector<const SwTableBox *> >, std::vector<const SwTableBox *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwTextAttr *const *, std::__cxx1998::vector<const SwTextAttr *> >, std::vector<const SwTextAttr *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwTextField *const *, std::__cxx1998::vector<const SwTextField *> >, std::vector<const SwTextField *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const SwTextFormatColl *const *, std::__cxx1998::vector<const SwTextFormatColl *> >, std::vector<const SwTextFormatColl *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const basegfx::B2DPoint *, std::__cxx1998::vector<basegfx::B2DPoint> >, std::vector<basegfx::B2DPoint> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const basegfx::utils::PointIndex *, std::__cxx1998::vector<basegfx::utils::PointIndex> >, std::vector<basegfx::utils::PointIndex> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const char16_t *, std::__cxx1998::vector<char16_t> >, std::vector<char16_t> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::beans::XPropertiesChangeListener> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::beans::XPropertiesChangeListener> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::beans::XPropertiesChangeListener> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::beans::XPropertyChangeListener> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::beans::XPropertyChangeListener> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::beans::XPropertyChangeListener> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::beans::XVetoableChangeListener> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::beans::XVetoableChangeListener> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::beans::XVetoableChangeListener> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::container::XContainerListener> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::container::XContainerListener> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::container::XContainerListener> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::drawing::XShape> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::drawing::XShape> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::drawing::XShape> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::io::XStreamListener> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::io::XStreamListener> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::io::XStreamListener> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::lang::XEventListener> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::lang::XEventListener> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::lang::XEventListener> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::text::XTextFrame> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::text::XTextFrame> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::text::XTextFrame> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const com::sun::star::uno::Reference<com::sun::star::uno::XInterface> *, std::__cxx1998::vector<com::sun::star::uno::Reference<com::sun::star::uno::XInterface> > >, std::vector<com::sun::star::uno::Reference<com::sun::star::uno::XInterface> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const enum OpCode *, std::__cxx1998::vector<enum OpCode> >, std::vector<enum OpCode> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const fileaccess::TaskManager::MyProperty *, std::__cxx1998::vector<fileaccess::TaskManager::MyProperty> >, std::vector<fileaccess::TaskManager::MyProperty> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const int *, std::__cxx1998::vector<int> >, std::vector<int> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const rtl::OUString *, std::__cxx1998::vector<rtl::OUString> >, std::vector<rtl::OUString> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const short *, std::__cxx1998::vector<short> >, std::vector<short> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::basic_string_view<char16_t> *, std::__cxx1998::vector<std::basic_string_view<char16_t> > >, std::vector<std::basic_string_view<char16_t> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<(anonymous namespace)::XMLFontAutoStylePoolEntry_Impl> *, std::__cxx1998::vector<std::unique_ptr<(anonymous namespace)::XMLFontAutoStylePoolEntry_Impl> > >, std::vector<std::unique_ptr<(anonymous namespace)::XMLFontAutoStylePoolEntry_Impl> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SetGetExpField> *, std::__cxx1998::vector<std::unique_ptr<SetGetExpField> > >, std::vector<std::unique_ptr<SetGetExpField> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SwBlockName> *, std::__cxx1998::vector<std::unique_ptr<SwBlockName> > >, std::vector<std::unique_ptr<SwBlockName> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SwContent> *, std::__cxx1998::vector<std::unique_ptr<SwContent> > >, std::vector<std::unique_ptr<SwContent> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SwGlblDocContent> *, std::__cxx1998::vector<std::unique_ptr<SwGlblDocContent> > >, std::vector<std::unique_ptr<SwGlblDocContent> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SwHTMLPosFlyFrame> *, std::__cxx1998::vector<std::unique_ptr<SwHTMLPosFlyFrame> > >, std::vector<std::unique_ptr<SwHTMLPosFlyFrame> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SwWriteTableCol> *, std::__cxx1998::vector<std::unique_ptr<SwWriteTableCol> > >, std::vector<std::unique_ptr<SwWriteTableCol> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SwWriteTableRow> *, std::__cxx1998::vector<std::unique_ptr<SwWriteTableRow> > >, std::vector<std::unique_ptr<SwWriteTableRow> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<SwXMLTableColumn_Impl> *, std::__cxx1998::vector<std::unique_ptr<SwXMLTableColumn_Impl> > >, std::vector<std::unique_ptr<SwXMLTableColumn_Impl> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<XMLTextListAutoStylePoolEntry_Impl> *, std::__cxx1998::vector<std::unique_ptr<XMLTextListAutoStylePoolEntry_Impl> > >, std::vector<std::unique_ptr<XMLTextListAutoStylePoolEntry_Impl> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<rtl::OUString> *, std::__cxx1998::vector<std::unique_ptr<rtl::OUString> > >, std::vector<std::unique_ptr<rtl::OUString> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<struct HTMLControl> *, std::__cxx1998::vector<std::unique_ptr<struct HTMLControl> > >, std::vector<std::unique_ptr<struct HTMLControl> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const std::unique_ptr<struct SwInsDBColumn> *, std::__cxx1998::vector<std::unique_ptr<struct SwInsDBColumn> > >, std::vector<std::unique_ptr<struct SwInsDBColumn> > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct (anonymous namespace)::CmpLPt *, std::__cxx1998::vector<struct (anonymous namespace)::CmpLPt> >, std::vector<struct (anonymous namespace)::CmpLPt> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct (anonymous namespace)::CpyTabFrame *, std::__cxx1998::vector<struct (anonymous namespace)::CpyTabFrame> >, std::vector<struct (anonymous namespace)::CpyTabFrame> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct (anonymous namespace)::FieldResult *, std::__cxx1998::vector<struct (anonymous namespace)::FieldResult> >, std::vector<struct (anonymous namespace)::FieldResult> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct (anonymous namespace)::XclExpTokenConvInfo *const *, std::__cxx1998::vector<const struct (anonymous namespace)::XclExpTokenConvInfo *> >, std::vector<const struct (anonymous namespace)::XclExpTokenConvInfo *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct EntryData *, std::__cxx1998::vector<struct EntryData> >, std::vector<struct EntryData> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct SfxItemPropertyMapEntry *, std::__cxx1998::vector<struct SfxItemPropertyMapEntry> >, std::vector<struct SfxItemPropertyMapEntry> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct SfxItemPropertyMapEntry *const *, std::__cxx1998::vector<const struct SfxItemPropertyMapEntry *> >, std::vector<const struct SfxItemPropertyMapEntry *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct SwPamRange *, std::__cxx1998::vector<struct SwPamRange> >, std::vector<struct SwPamRange> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct XMLPropertyState *, std::__cxx1998::vector<struct XMLPropertyState> >, std::vector<struct XMLPropertyState> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct oox::xls::SheetDataBuffer::RowRangeStyle *, std::__cxx1998::vector<struct oox::xls::SheetDataBuffer::RowRangeStyle> >, std::vector<struct oox::xls::SheetDataBuffer::RowRangeStyle> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct std::pair<std::basic_string_view<char16_t>, std::basic_string_view<char16_t> > *, std::__cxx1998::vector<struct std::pair<std::basic_string_view<char16_t>, std::basic_string_view<char16_t> > > >, std::vector<struct std::pair<std::basic_string_view<char16_t>, std::basic_string_view<char16_t> > > > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const sw::mark::MarkBase *const *, std::__cxx1998::vector<const sw::mark::MarkBase *> >, std::vector<const sw::mark::MarkBase *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const unsigned int *, std::__cxx1998::vector<unsigned int> >, std::vector<unsigned int> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const unsigned long *, std::__cxx1998::vector<unsigned long> >, std::vector<unsigned long> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const unsigned short *, std::__cxx1998::vector<unsigned short> >, std::vector<unsigned short> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<editeng::IAutoCompleteString *const *, std::__cxx1998::vector<editeng::IAutoCompleteString *> >, std::vector<editeng::IAutoCompleteString *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<sfx2::SvLinkSource *const *, std::__cxx1998::vector<sfx2::SvLinkSource *> >, std::vector<sfx2::SvLinkSource *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<struct ScFormulaCellGroup *const *, std::__cxx1998::vector<struct ScFormulaCellGroup *> >, std::vector<struct ScFormulaCellGroup *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<struct SwRedlineDataParent *const *, std::__cxx1998::vector<struct SwRedlineDataParent *> >, std::vector<struct SwRedlineDataParent *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<struct _GtkTreePath *const *, std::__cxx1998::vector<struct _GtkTreePath *> >, std::vector<struct _GtkTreePath *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<sw::mark::MarkBase *const *, std::__cxx1998::vector<sw::mark::MarkBase *> >, std::vector<sw::mark::MarkBase *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<vcl::graphic::MemoryManaged *const *, std::__cxx1998::vector<vcl::graphic::MemoryManaged *> >, std::vector<vcl::graphic::MemoryManaged *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:203 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<void *const *, std::__cxx1998::vector<void *> >, std::vector<void *> > o3tl::sorted_vector::lower_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<(anonymous namespace)::SwContent *const *, std::__cxx1998::vector<(anonymous namespace)::SwContent *> >, std::vector<(anonymous namespace)::SwContent *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpCellLayout *const *, std::__cxx1998::vector<LwpCellLayout *> >, std::vector<LwpCellLayout *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpCellList *const *, std::__cxx1998::vector<LwpCellList *> >, std::vector<LwpCellList *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpColumnLayout *const *, std::__cxx1998::vector<LwpColumnLayout *> >, std::vector<LwpColumnLayout *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpDocument *const *, std::__cxx1998::vector<LwpDocument *> >, std::vector<LwpDocument *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpObjectID *const *, std::__cxx1998::vector<LwpObjectID *> >, std::vector<LwpObjectID *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpPageHint *const *, std::__cxx1998::vector<LwpPageHint *> >, std::vector<LwpPageHint *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpPara *const *, std::__cxx1998::vector<LwpPara *> >, std::vector<LwpPara *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpRowLayout *const *, std::__cxx1998::vector<LwpRowLayout *> >, std::vector<LwpRowLayout *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpRowList *const *, std::__cxx1998::vector<LwpRowList *> >, std::vector<LwpRowList *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpSilverBullet *const *, std::__cxx1998::vector<LwpSilverBullet *> >, std::vector<LwpSilverBullet *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpStory *const *, std::__cxx1998::vector<LwpStory *> >, std::vector<LwpStory *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpTableRange *const *, std::__cxx1998::vector<LwpTableRange *> >, std::vector<LwpTableRange *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<LwpVirtualLayout *const *, std::__cxx1998::vector<LwpVirtualLayout *> >, std::vector<LwpVirtualLayout *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SalFrame *const *, std::__cxx1998::vector<SalFrame *> >, std::vector<SalFrame *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<ScDPObject *const *, std::__cxx1998::vector<ScDPObject *> >, std::vector<ScDPObject *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<ScExternalRefManager::LinkListener *const *, std::__cxx1998::vector<ScExternalRefManager::LinkListener *> >, std::vector<ScExternalRefManager::LinkListener *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SdrObject *const *, std::__cxx1998::vector<SdrObject *> >, std::vector<SdrObject *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SdrOutliner *const *, std::__cxx1998::vector<SdrOutliner *> >, std::vector<SdrOutliner *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SdrView *const *, std::__cxx1998::vector<SdrView *> >, std::vector<SdrView *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SfxDispatcher *const *, std::__cxx1998::vector<SfxDispatcher *> >, std::vector<SfxDispatcher *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SfxStyleSheet *const *, std::__cxx1998::vector<SfxStyleSheet *> >, std::vector<SfxStyleSheet *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 - __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SvTreeListEntry *const *, std::__cxx1998::vector<SvTreeListEntry *> >, std::vector<SvTreeListEntry *> > o3tl::sorted_vector::upper_bound(const type-parameter-?-? &) const -include/o3tl/sorted_vector.hxx:208 -e ... etc. - the rest is truncated
