diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-21 13:38:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-22 14:14:48 +0200 |
commit | 7fb43031b7eec663768f5a4e78e60da86379df41 (patch) | |
tree | 026dd9b5a522aec8534763af074fc4a28ccfa58d /compilerplugins | |
parent | 61ea11e51ceeaec7bf197a076cf40d96bd65ad07 (diff) |
loplugin:constantparam
Change-Id: Ibfe70492683ff3ec208cee95d8a11155ec54f690
Reviewed-on: https://gerrit.libreoffice.org/81314
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/constantparam.bitmask.results | 19 | ||||
-rw-r--r-- | compilerplugins/clang/constantparam.booleans.results | 870 | ||||
-rw-r--r-- | compilerplugins/clang/constantparam.constructors.results | 162 | ||||
-rw-r--r-- | compilerplugins/clang/constantparam.numbers.results | 636 |
4 files changed, 840 insertions, 847 deletions
diff --git a/compilerplugins/clang/constantparam.bitmask.results b/compilerplugins/clang/constantparam.bitmask.results index 2686f7b15969..f18bbf6b392a 100644 --- a/compilerplugins/clang/constantparam.bitmask.results +++ b/compilerplugins/clang/constantparam.bitmask.results @@ -13,20 +13,17 @@ include/basegfx/polygon/b2dpolygontools.hxx:144 include/framework/framelistanalyzer.hxx:184 void framework::FrameListAnalyzer::FrameListAnalyzer(const class com::sun::star::uno::Reference<class com::sun::star::frame::XFramesSupplier> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,enum FrameAnalyzerFlags) enum FrameAnalyzerFlags eDetectMode setBits=0x4 -include/sfx2/objsh.hxx:451 +include/sfx2/objsh.hxx:456 void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags) enum SfxLoadedFlags nWhich setBits=0x1 include/svtools/brwbox.hxx:431 void BrowseBox::InsertDataColumn(unsigned short,const class rtl::OUString &,long,enum HeaderBarItemBits,unsigned short) enum HeaderBarItemBits nBits setBits=0x400 clearBits=0x3ec -include/svtools/wizardmachine.hxx:178 - void svt::OWizardMachine::OWizardMachine(class vcl::Window *,enum WizardButtonFlags) +include/vcl/wizardmachine.hxx:140 + void vcl::WizardMachine::WizardMachine(class weld::Window *,enum WizardButtonFlags) enum WizardButtonFlags _nButtonFlags setBits=0xf -include/vcl/gdimtf.hxx:194 - _Bool GDIMetaFile::CreateThumbnail(class BitmapEx &,enum BmpConversion,enum BmpScaleFlag) const - enum BmpScaleFlag nScaleFlag setBits=0x1 sc/inc/rangelst.hxx:48 - void ScRangeList::Format(class rtl::OUString &,enum ScRefFlags,class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool) const + void ScRangeList::Format(class rtl::OUString &,enum ScRefFlags,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool) const enum ScRefFlags nFlags setBits=0x8000 clearBits=0x7f80 sc/inc/rangeutl.hxx:162 void ScRangeStringConverter::GetStringFromAddress(class rtl::OUString &,const class ScAddress &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags) @@ -34,13 +31,13 @@ sc/inc/rangeutl.hxx:162 sc/inc/xmlwrap.hxx:89 _Bool ScXMLImportWrapper::Import(enum ImportFlags,class ErrCode &) enum ImportFlags nMode setBits=0x1 -sc/source/ui/view/cellsh1.cxx:115 +sc/source/ui/view/cellsh1.cxx:102 enum InsertDeleteFlags FlagsFromString(const class rtl::OUString &,enum InsertDeleteFlags) enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700 -sc/source/ui/view/cellsh1.cxx:138 +sc/source/ui/view/cellsh1.cxx:125 class rtl::OUString FlagsToString(enum InsertDeleteFlags,enum InsertDeleteFlags) enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700 -sw/source/core/view/viewsh.cxx:727 +sw/source/core/view/viewsh.cxx:728 void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags) enum SwInvalidateFlags nInv setBits=0x2 sw/source/filter/html/swhtml.hxx:670 @@ -52,6 +49,6 @@ sw/source/filter/ww8/wrtw8esh.cxx:1557 xmloff/inc/MetaExportComponent.hxx:32 void XMLMetaExportComponent::XMLMetaExportComponent(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags) enum SvXMLExportFlags nFlags setBits=0x1 -xmloff/source/text/XMLAutoTextEventExport.hxx:53 +xmloff/source/text/XMLAutoTextEventExport.hxx:51 void XMLAutoTextEventExport::XMLAutoTextEventExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags) enum SvXMLExportFlags nFlags setBits=0xdff clearBits=0x200 diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results index 132e12df226d..4288e3b07453 100644 --- a/compilerplugins/clang/constantparam.booleans.results +++ b/compilerplugins/clang/constantparam.booleans.results @@ -2,14 +2,10 @@ accessibility/inc/standard/vclxaccessiblemenuitem.hxx:59 void VCLXAccessibleMenuItem::VCLXAccessibleMenuItem(class Menu *,unsigned short,class Menu *) class Menu * pMenu 0 -accessibility/source/standard/vclxaccessibletoolbox.cxx:99 +accessibility/source/standard/vclxaccessibletoolbox.cxx:100 void (anonymous namespace)::OToolBoxWindowItem::OToolBoxWindowItem(int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &) int _nIndexInParent 0 -basctl/source/basicide/macrodlg.hxx:92 - void basctl::MacroChooser::MacroChooser(class weld::Window *,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,_Bool) - _Bool bCreateEntries - 1 basctl/source/basicide/moduldlg.hxx:103 void basctl::LibDialog::EnableReference(_Bool) _Bool b @@ -50,7 +46,7 @@ chart2/qa/extras/chart2dump/chart2dump.cxx:97 void Chart2DumpTest::Chart2DumpTest(_Bool) _Bool bDumpMode 0 -chart2/qa/extras/chart2export.cxx:346 +chart2/qa/extras/chart2export.cxx:356 void checkCommonTrendline(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XRegressionCurve> &,double,double,_Bool,double,_Bool,_Bool) _Bool aExpectedShowEquation 1 @@ -114,6 +110,10 @@ chart2/source/controller/dialogs/DialogModel.cxx:229 struct (anonymous namespace)::lcl_RolesWithRangeAppend & (anonymous namespace)::lcl_RolesWithRangeAppend::operator++(int) int 0 +chart2/source/controller/dialogs/tp_ChartType.cxx:167 + void chart::StackingResourceGroup::showControls(_Bool,_Bool) + _Bool bShowDeepStacking + 0 chart2/source/controller/inc/ChartController.hxx:372 class chart::ChartController::TheModelRef & chart::ChartController::TheModelRef::operator=(class chart::ChartController::TheModel *) ###1 @@ -178,7 +178,7 @@ comphelper/source/misc/backupfilehelper.cxx:78 unsigned int createCrc32(const class std::shared_ptr<class osl::File> &,unsigned int) unsigned int nOffset 0 -connectivity/source/drivers/postgresql/pq_connection.cxx:414 +connectivity/source/drivers/postgresql/pq_connection.cxx:413 void pq_sdbc_driver::cstr_vector::push_back(const char *,enum __sal_NoAcquire) enum __sal_NoAcquire 0 @@ -218,55 +218,55 @@ cppu/qa/test_unotype.cxx:74 void (anonymous namespace)::DerivedInterface2::dummy(struct (anonymous namespace)::DerivedInterface2 *) struct (anonymous namespace)::DerivedInterface2 * p 0 -cui/source/inc/acccfg.hxx:49 +cui/source/inc/acccfg.hxx:42 void TAccInfo::TAccInfo(int,int,const class vcl::KeyCode &) int nListPos 0 -cui/source/inc/cfg.hxx:344 +cui/source/inc/cfg.hxx:336 void SvxMenuEntriesListBox::set_toggle(int,enum TriState,int) int col 0 -cui/source/inc/cfg.hxx:446 - void SvxConfigPage::InsertEntryIntoNotebookbarTabUI(class rtl::OUString &,class rtl::OUString &,class rtl::OUString &,int,int) - int nStartCol - 1 -cui/source/inc/cfg.hxx:462 - int SvxConfigPage::AddFunction(int,_Bool,_Bool) +cui/source/inc/cfg.hxx:429 + int SvxConfigPage::InsertEntry(class SvxConfigEntry *,int,_Bool) _Bool bFront 0 -cui/source/inc/cfgutil.hxx:128 - void CuiConfigFunctionListBox::append(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,class weld::TreeIter *) - class weld::TreeIter * pParent +cui/source/inc/cfg.hxx:438 + void SvxConfigPage::InsertEntryIntoNotebookbarTabUI(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,int,int) + int nStartCol + 1 +cui/source/inc/cfgutil.hxx:127 + void CuiConfigFunctionListBox::append(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *) + const class weld::TreeIter * pParent 0 -cui/source/inc/cfgutil.hxx:142 +cui/source/inc/cfgutil.hxx:141 class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > CuiConfigFunctionListBox::make_iterator(const class weld::TreeIter *) const const class weld::TreeIter * pOrig 0 -cui/source/inc/cuitabarea.hxx:761 +cui/source/inc/cuitabarea.hxx:727 void SvxColorTabPage::SetPropertyList(enum XPropertyListType,const class rtl::Reference<class XPropertyList> &) enum XPropertyListType t 0 -cui/source/inc/hangulhanjadlg.hxx:56 +cui/source/inc/hangulhanjadlg.hxx:55 void svx::SuggestionDisplay::SelectEntryPos(unsigned short) unsigned short nPos 0 -cui/source/inc/hangulhanjadlg.hxx:60 +cui/source/inc/hangulhanjadlg.hxx:59 class rtl::OUString svx::SuggestionDisplay::GetEntry(unsigned short) const unsigned short nPos 0 -cui/source/inc/scriptdlg.hxx:122 +cui/source/inc/scriptdlg.hxx:123 + void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &,_Bool) + const class weld::TreeIter * pParent + 0 +cui/source/inc/scriptdlg.hxx:123 void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &,_Bool) _Bool bChildrenOnDemand 1 -cui/source/inc/scriptdlg.hxx:122 +cui/source/inc/scriptdlg.hxx:123 void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &,_Bool) _Bool bSelect 0 -cui/source/inc/scriptdlg.hxx:122 - void SvxScriptOrgDialog::insertEntry(const class rtl::OUString &,const class rtl::OUString &,const class weld::TreeIter *,_Bool,class std::unique_ptr<class SFEntry, struct std::default_delete<class SFEntry> > &&,const class rtl::OUString &,_Bool) - const class weld::TreeIter * pParent - 0 -cui/source/options/optjsearch.hxx:65 +cui/source/options/optjsearch.hxx:66 void SvxJSearchOptionsPage::EnableSaveOptions(_Bool) _Bool bVal 0 @@ -302,14 +302,14 @@ dbaccess/source/ui/control/tabletree.cxx:295 class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > lcl_getMetaDataStrings_throw(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSet> &,int) int _nColumnIndex 1 -dbaccess/source/ui/dlg/adminpages.hxx:225 - void dbaui::OGenericAdministrationPage::fillBool(class SfxItemSet &,const class CheckBox *,unsigned short,_Bool &,_Bool) - _Bool _bRevertValue - 0 dbaccess/source/ui/inc/charsets.hxx:47 class dbaui::OCharsetDisplay::ExtendedCharsetIterator dbaui::OCharsetDisplay::findEncoding(const unsigned short) const const unsigned short _eEncoding 0 +dbaccess/source/ui/inc/FieldDescControl.hxx:129 + void dbaui::OFieldDescControl::InitializeControl(class dbaui::OPropListBoxCtrl *,const class rtl::OString &,_Bool) + _Bool _bAddChangeHandler + 1 dbaccess/source/ui/inc/imageprovider.hxx:81 class rtl::OUString dbaui::ImageProvider::getImageId(const class rtl::OUString &,const int) const int _nDatabaseObjectType @@ -326,11 +326,19 @@ dbaccess/source/ui/inc/IUpdateHelper.hxx:33 void dbaui::IUpdateHelper::updateInt(int,int) int _nPos 1 +dbaccess/source/ui/inc/opendoccontrols.hxx:76 + struct std::pair<class rtl::OUString, class rtl::OUString> dbaui::OpenDocumentListBox::impl_getDocumentAtIndex(unsigned short,_Bool) const + _Bool _bSystemNotation + 0 dbaccess/source/ui/inc/tabletree.hxx:202 - class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > dbaui::TableTreeListBox::GetEntryPosByName(const class rtl::OUString &,class weld::TreeIter *,const class dbaui::IEntryFilter *) const + class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > dbaui::TableTreeListBox::GetEntryPosByName(const class rtl::OUString &,const class weld::TreeIter *,const class dbaui::IEntryFilter *) const const class dbaui::IEntryFilter * _pFilter 0 -dbaccess/source/ui/inc/WTypeSelect.hxx:112 +dbaccess/source/ui/inc/WCopyTable.hxx:313 + void dbaui::OCopyTableWizard::OCopyTableWizard(class weld::Window *,const class rtl::OUString &,short,const class std::__debug::map<class rtl::OUString, class dbaui::OFieldDescription *, struct comphelper::UStringMixLess, class std::allocator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> > > &,const class std::__debug::vector<class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> >, class std::__debug::map<class rtl::OUString, class dbaui::OFieldDescription *, struct comphelper::UStringMixLess, class std::allocator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> > >, struct std::bidirectional_iterator_tag>, class std::allocator<class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> >, class std::__debug::map<class rtl::OUString, class dbaui::OFieldDescription *, struct comphelper::UStringMixLess, class std::allocator<struct std::pair<const class rtl::OUString, class dbaui::OFieldDescription *> > >, struct std::bidirectional_iterator_tag> > > &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormatter> &,class std::unique_ptr<class dbaui::OWizTypeSelect, struct std::default_delete<class dbaui::OWizTypeSelect> > (*)(class weld::Container *, class dbaui::OCopyTableWizard *, class SvStream &),class SvStream &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) + class weld::Window * pParent + 0 +dbaccess/source/ui/inc/WTypeSelect.hxx:124 void dbaui::OWizTypeSelect::EnableAuto(_Bool) _Bool bEnable 0 @@ -342,7 +350,7 @@ desktop/source/deployment/gui/dp_gui_updatedialog.hxx:103 void dp_gui::UpdateDialog::addAdditional(struct dp_gui::UpdateDialog::Index *,_Bool) _Bool bEnableCheckBox 0 -desktop/source/lib/init.cxx:5185 +desktop/source/lib/init.cxx:5737 struct _LibreOfficeKit * libreofficekit_hook_2(const char *,const char *) const char * user_profile_url 0 @@ -382,11 +390,11 @@ extensions/source/propctrlr/propertyhandler.hxx:213 void pcr::PropertyHandler::addDateTimePropertyDescription(class std::__debug::vector<struct com::sun::star::beans::Property, class std::allocator<struct com::sun::star::beans::Property> > &,const class rtl::OUString &,short) const short _nAttribs 1 -extensions/source/scanner/grid.cxx:126 +extensions/source/scanner/grid.cxx:130 void GridWindow::Init(double *,double *,int,_Bool,const class BitmapEx &) _Bool bCutValues 1 -extensions/source/scanner/grid.hxx:54 +extensions/source/scanner/grid.hxx:48 void GridDialog::setBoundings(double,double,double,double) double fMinX 0 @@ -479,9 +487,13 @@ forms/source/inc/featuredispatcher.hxx:50 short _nFeatureId 1 formula/source/ui/dlg/structpg.hxx:60 - _Bool formula::StructPage::InsertEntry(const class rtl::OUString &,class weld::TreeIter *,unsigned short,int,const class formula::FormulaToken *,class weld::TreeIter &) + _Bool formula::StructPage::InsertEntry(const class rtl::OUString &,const class weld::TreeIter *,unsigned short,int,const class formula::FormulaToken *,class weld::TreeIter &) int nPos 0 +fpicker/source/office/fileview.hxx:166 + void SvtFileView::EnableDelete(_Bool) + _Bool bEnable + 1 framework/inc/uielement/uicommanddescription.hxx:83 void framework::UICommandDescription::UICommandDescription(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,_Bool) _Bool @@ -658,14 +670,26 @@ include/comphelper/configurationhelper.hxx:227 void comphelper::ConfigurationHelper::writeDirectKey(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Any &,enum comphelper::EConfigurationModes) enum comphelper::EConfigurationModes eMode 0 -include/comphelper/lok.hxx:46 +include/comphelper/lok.hxx:52 void setLocalRendering(_Bool) _Bool bLocalRendering 1 -include/comphelper/lok.hxx:71 +include/comphelper/lok.hxx:77 void setRangeHeaders(_Bool) _Bool bTiledAnnotations 1 +include/comphelper/lok.hxx:87 + void setCompatFlag(enum comphelper::LibreOfficeKit::Compat) + enum comphelper::LibreOfficeKit::Compat flag + 1 +include/comphelper/lok.hxx:89 + _Bool isCompatFlagSet(enum comphelper::LibreOfficeKit::Compat) + enum comphelper::LibreOfficeKit::Compat flag + 1 +include/comphelper/parallelsort.hxx:286 + void s3sort(const type-parameter-?-?,const type-parameter-?-?,type-parameter-?-?,_Bool) + _Bool bThreaded + 1 include/comphelper/property.hxx:52 void ModifyPropertyAttributes(class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,const class rtl::OUString &,short,short) short _nAddAttrib @@ -686,11 +710,11 @@ include/connectivity/dbexception.hxx:318 void throwSQLException(const class rtl::OUString &,enum dbtools::StandardSQLState,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const int) const int _nErrorCode 0 -include/connectivity/dbtools.hxx:324 +include/connectivity/dbtools.hxx:327 _Bool isDataSourcePropertyEnabled(const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const class rtl::OUString &,_Bool) _Bool _bDefault 1 -include/connectivity/dbtools.hxx:615 +include/connectivity/dbtools.hxx:619 class rtl::OUString createStandardCreateStatement(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,class dbtools::ISQLStatementHelper *,const class rtl::OUString &) class dbtools::ISQLStatementHelper * _pHelper 0 @@ -768,14 +792,14 @@ include/editeng/editeng.hxx:564 0 include/editeng/editobj.hxx:115 const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const - int nType - 1 -include/editeng/editobj.hxx:115 - const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const int nPara 0 include/editeng/editobj.hxx:115 const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const + int nType + 1 +include/editeng/editobj.hxx:115 + const class SvxFieldData * EditTextObject::GetFieldData(int,unsigned long,int) const unsigned long nPos 0 include/editeng/edtdlg.hxx:79 @@ -786,7 +810,7 @@ include/editeng/outliner.hxx:239 void OutlinerView::SelectRange(int,int) int nFirst 0 -include/editeng/outliner.hxx:623 +include/editeng/outliner.hxx:625 _Bool Outliner::ImpCanDeleteSelectedPages(class OutlinerView *,int,int) int nPages 1 @@ -794,7 +818,7 @@ include/editeng/pmdlitem.hxx:40 void SvxPageModelItem::SvxPageModelItem(unsigned short) unsigned short nWh 0 -include/editeng/splwrap.hxx:75 +include/editeng/splwrap.hxx:74 void SvxSpellWrapper::SvxSpellWrapper(class vcl::Window *,const _Bool,const _Bool) const _Bool bIsAllRight 0 @@ -814,17 +838,17 @@ include/filter/msfilter/escherex.hxx:1143 void EscherEx::EndAtom(unsigned short,int,int) int nRecVersion 0 -include/filter/msfilter/msdffimp.hxx:712 +include/filter/msfilter/msdffimp.hxx:711 void SvxMSDffManager::ExchangeInShapeOrder(const class SdrObject *,unsigned long,class SdrObject *) const unsigned long nTxBx 0 -include/filter/msfilter/msdffimp.hxx:765 +include/filter/msfilter/msdffimp.hxx:764 void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short) - unsigned short nBoxId + unsigned short nSeqId 0 -include/filter/msfilter/msdffimp.hxx:765 +include/filter/msfilter/msdffimp.hxx:764 void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short) - unsigned short nSeqId + unsigned short nBoxId 0 include/formula/FormulaCompiler.hxx:326 void formula::FormulaCompiler::PushTokenArray(class formula::FormulaTokenArray *,_Bool) @@ -874,7 +898,7 @@ include/oox/helper/containerhelper.hxx:114 typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::const_reference oox::Matrix::operator()(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type,typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type) const typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type nY 0 -include/oox/helper/helper.hxx:105 +include/oox/helper/helper.hxx:101 type-parameter-?-? getIntervalValue(type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) type-parameter-?-? nBegin 0 @@ -934,6 +958,10 @@ include/sfx2/filedlghelper.hxx:109 void sfx2::FileDialogHelper::FileDialogHelper(short,enum FileDialogFlags,const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags,class weld::Window *) enum SfxFilterFlags nDont 0 +include/sfx2/lokhelper.hxx:53 + void SfxLokHelper::notifyDocumentSizeChangedAllViews(class vcl::ITiledRenderable *,_Bool) + _Bool bInvalidateAll + 1 include/sfx2/notebookbar/SfxNotebookBar.hxx:55 void sfx2::SfxNotebookBar::ShowMenubar(const class SfxViewFrame *,_Bool) _Bool bShow @@ -982,30 +1010,34 @@ include/sot/stg.hxx:158 void Storage::Storage(const class rtl::OUString &,enum StreamMode,_Bool) _Bool bDirect 1 -include/sot/stg.hxx:251 +include/sot/stg.hxx:250 void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool) - _Bool bDirect - 0 -include/sot/stg.hxx:251 + enum StreamMode nMode + 1 +include/sot/stg.hxx:250 void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool) _Bool bIsRoot 1 -include/sot/stg.hxx:251 +include/sot/stg.hxx:250 void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool) - enum StreamMode nMode - 1 -include/sot/stg.hxx:257 + _Bool bDirect + 0 +include/sot/stg.hxx:256 void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool) _Bool bDirect 1 -include/sot/stg.hxx:257 +include/sot/stg.hxx:256 void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool) _Bool bIsRoot 1 -include/sot/stg.hxx:262 +include/sot/stg.hxx:261 void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::ucb::XProgressHandler> &) _Bool bIsRoot 0 +include/sot/stg.hxx:271 + void UCBStorage::UCBStorage(class SvStream &,_Bool) + _Bool bDirect + 0 include/store/store.hxx:104 storeError store::OStoreStream::writeAt(unsigned int,const void *,unsigned int,unsigned int &) unsigned int nOffset @@ -1042,19 +1074,19 @@ include/svl/urihelper.hxx:148 class rtl::OUString removePassword(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short) enum INetURLObject::EncodeMechanism eEncodeMechanism 1 -include/svl/zforlist.hxx:879 +include/svl/zforlist.hxx:883 const class NfKeywordTable & SvNumberFormatter::GetKeywords(unsigned int) unsigned int nKey 0 -include/svl/zformat.hxx:400 +include/svl/zformat.hxx:405 int SvNumberformat::GetQuoteEnd(const class rtl::OUString &,int,char16_t,char16_t) char16_t cEscIn 0 -include/svl/zformat.hxx:410 +include/svl/zformat.hxx:415 int SvNumberformat::InsertBlanks(class rtl::OUString &,int,char16_t) int nPos 0 -include/svl/zformat.hxx:476 +include/svl/zformat.hxx:481 _Bool SvNumberformat::IsIso8601(unsigned short) const unsigned short nNumFor 0 @@ -1062,10 +1094,6 @@ include/svtools/editsyntaxhighlighter.hxx:41 void MultiLineEditSyntaxHighlight::MultiLineEditSyntaxHighlight(class vcl::Window *,long,enum HighlighterLanguage) enum HighlighterLanguage aLanguage 1 -include/svtools/fileview.hxx:171 - void SvtFileView::EnableDelete(_Bool) - _Bool bEnable - 1 include/svtools/HtmlWriter.hxx:38 void HtmlWriter::prettyPrint(_Bool) _Bool b @@ -1090,15 +1118,15 @@ include/svtools/svmedit2.hxx:37 void ExtMultiLineEdit::SetAttrib(const class TextAttrib &,unsigned int,int,int) int nStart 0 -include/svtools/valueset.hxx:321 +include/svtools/valueset.hxx:322 void ValueSet::EnableFullItemMode(_Bool) _Bool bFullMode 0 -include/svtools/valueset.hxx:355 +include/svtools/valueset.hxx:356 void ValueSet::SetItemColor(unsigned short,const class Color &) unsigned short nItemId 1 -include/svtools/valueset.hxx:378 +include/svtools/valueset.hxx:379 class Size ValueSet::CalcWindowSizePixel(const class Size &,unsigned short,unsigned short) const unsigned short nCalcLines 0 @@ -1110,15 +1138,15 @@ include/svx/algitem.hxx:39 void SvxOrientationItem::SvxOrientationItem(int,_Bool,const unsigned short) const unsigned short nId 0 -include/svx/colorwindow.hxx:147 - void ColorWindow::ColorWindow(const class std::shared_ptr<class PaletteManager> &,class ColorStatus &,unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,class weld::Window *,class weld::MenuButton *,_Bool,const class std::function<void (const class rtl::OUString &, const struct std::pair<class Color, class rtl::OUString> &)> &) - _Bool bInterimBuilder +include/svx/colorbox.hxx:60 + void SvxColorListBox::SetSlotId(unsigned short,_Bool) + _Bool bShowNoneButton 0 -include/svx/ctredlin.hxx:211 +include/svx/ctredlin.hxx:193 void SvxTPFilter::SelectedAuthorPos(int) int nPos 0 -include/svx/ctredlin.hxx:234 +include/svx/ctredlin.hxx:216 void SvxTPFilter::CheckAction(_Bool) _Bool bFlag 0 @@ -1131,7 +1159,7 @@ include/svx/fmtools.hxx:76 _Bool bUseCloned 0 include/svx/fmtools.hxx:141 - void FmXDisposeListener::disposing(const struct com::sun::star::lang::EventObject &,short) + void FmXDisposeListener::disposing(short) short _nId 0 include/svx/fmview.hxx:88 @@ -1162,7 +1190,7 @@ include/svx/IAccessibleParent.hxx:80 _Bool accessibility::IAccessibleParent::ReplaceChild(class accessibility::AccessibleShape *,const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,const long,const class accessibility::AccessibleShapeTreeInfo &) const long _nIndex 0 -include/svx/langbox.hxx:90 +include/svx/langbox.hxx:88 void SvxLanguageBoxBase::ImplSelectEntryPos(int,_Bool) _Bool bSelect 1 @@ -1310,6 +1338,10 @@ include/svx/textchain.hxx:139 void TextChain::SetPendingOverflowCheck(const class SdrTextObj *,_Bool) _Bool 1 +include/svx/txencbox.hxx:124 + void SvxTextEncodingTreeView::FillFromTextEncodingTable(_Bool,unsigned int,unsigned int) + unsigned int nButIncludeInfoFlags + 0 include/svx/unopool.hxx:44 void SvxUnoDrawPool::SvxUnoDrawPool(class SdrModel *,int) int nServiceId @@ -1398,7 +1430,7 @@ include/tools/urlobj.hxx:351 class rtl::OUString INetURLObject::GetRelURL(const class rtl::OUString &,const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short,enum FSysStyle) enum INetURLObject::EncodeMechanism eEncodeMechanism 1 -include/tools/urlobj.hxx:846 +include/tools/urlobj.hxx:826 class rtl::OUString INetURLObject::encode(const class rtl::OUString &,enum INetURLObject::Part,enum INetURLObject::EncodeMechanism,unsigned short) enum INetURLObject::EncodeMechanism eMechanism 0 @@ -1478,11 +1510,11 @@ include/unotools/transliterationwrapper.hxx:103 _Bool utl::TransliterationWrapper::equals(const class rtl::OUString &,int,int,int &,const class rtl::OUString &,int,int,int &) const int nPos2 0 -include/vbahelper/vbaeventshelperbase.hxx:93 +include/vbahelper/vbaeventshelperbase.hxx:90 void VbaEventsHelperBase::checkArgumentType(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int) int nIndex 0 -include/vbahelper/vbahelper.hxx:122 +include/vbahelper/vbahelper.hxx:120 class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool) _Bool bUppercaseBool 1 @@ -1494,13 +1526,9 @@ include/vcl/alpha.hxx:58 void AlphaMask::Replace(unsigned char,unsigned char) unsigned char cSearchTransparency 0 -include/vcl/combobox.hxx:120 - void ComboBox::EnableMultiSelection(_Bool) - _Bool bMulti - 0 -include/vcl/dialog.hxx:92 - void Dialog::Dialog(class vcl::Window *,const class rtl::OUString &,const class rtl::OUString &,enum WindowType,enum Dialog::InitFlag,_Bool) - enum Dialog::InitFlag eFlag +include/vcl/bitmapex.hxx:324 + class tools::Polygon BitmapEx::GetContour(_Bool,_Bool,const class tools::Rectangle *) + _Bool bContourVert 0 include/vcl/dibtools.hxx:40 _Bool ReadDIB(class Bitmap &,class SvStream &,_Bool,_Bool) @@ -1514,7 +1542,7 @@ include/vcl/dibtools.hxx:46 _Bool ReadDIBBitmapEx(class BitmapEx &,class SvStream &,_Bool,_Bool) _Bool bMSOFormat 0 -include/vcl/edit.hxx:119 +include/vcl/edit.hxx:102 void Edit::ImplClearBackground(class OutputDevice &,const class tools::Rectangle &,long,long) long nXStart 0 @@ -1530,27 +1558,27 @@ include/vcl/field.hxx:82 void FormatterBase::EnableEmptyFieldValue(_Bool) _Bool bEnable 1 -include/vcl/field.hxx:505 +include/vcl/field.hxx:507 double MetricField::ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit) long nBaseValue 0 -include/vcl/field.hxx:505 +include/vcl/field.hxx:507 double MetricField::ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit) unsigned short nDecDigits 0 include/vcl/graphicfilter.hxx:290 - class ErrCode GraphicFilter::ImportGraphic(class Graphic &,const class rtl::OUString &,class SvStream &,unsigned short,unsigned short *,enum GraphicFilterImportFlags,class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> *,const struct WmfExternal *) - class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> * pFilterData + class ErrCode GraphicFilter::ImportGraphic(class Graphic &,const class rtl::OUString &,class SvStream &,unsigned short,unsigned short *,enum GraphicFilterImportFlags,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> *,const struct WmfExternal *) + const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> * pFilterData 0 -include/vcl/lstbox.hxx:151 +include/vcl/lstbox.hxx:152 void ListBox::EnableDDAutoWidth(_Bool) _Bool b 0 -include/vcl/lstbox.hxx:234 +include/vcl/lstbox.hxx:235 void ListBox::EnableUserDraw(_Bool) _Bool bUserDraw 1 -include/vcl/lstbox.hxx:279 +include/vcl/lstbox.hxx:280 void ListBox::EnableQuickSelection(_Bool) _Bool b 0 @@ -1558,31 +1586,35 @@ include/vcl/mtfxmldump.hxx:34 void MetafileXmlDump::filterActionType(const enum MetaActionType,_Bool) _Bool bShouldFilter 0 +include/vcl/oldprintadaptor.hxx:38 + void vcl::OldStylePrintAdaptor::OldStylePrintAdaptor(const class VclPtr<class Printer> &,class weld::Window *) + class weld::Window * + 0 include/vcl/outdev.hxx:529 _Bool OutputDevice::SupportsOperation(enum OutDevSupportType) const enum OutDevSupportType 0 -include/vcl/outdev.hxx:1185 +include/vcl/outdev.hxx:1190 void OutputDevice::ImplDrawWaveTextLine(long,long,long,long,long,enum FontLineStyle,class Color,_Bool) long nY 0 -include/vcl/outdev.hxx:1186 +include/vcl/outdev.hxx:1191 void OutputDevice::ImplDrawStraightTextLine(long,long,long,long,long,enum FontLineStyle,class Color,_Bool) long nY 0 -include/vcl/outdev.hxx:1187 +include/vcl/outdev.hxx:1192 void OutputDevice::ImplDrawStrikeoutLine(long,long,long,long,long,enum FontStrikeout,class Color) long nY 0 -include/vcl/outdev.hxx:1188 +include/vcl/outdev.hxx:1193 void OutputDevice::ImplDrawStrikeoutChar(long,long,long,long,long,enum FontStrikeout,class Color) long nY 0 -include/vcl/outdev.hxx:1210 +include/vcl/outdev.hxx:1215 void OutputDevice::RefreshFontData(const _Bool) const _Bool bNewFontLists 1 -include/vcl/outdev.hxx:1349 +include/vcl/outdev.hxx:1356 _Bool OutputDevice::GetTextIsRTL(const class rtl::OUString &,int,int) const int nIndex 0 @@ -1590,6 +1622,14 @@ include/vcl/outdev/ScopedStates.hxx:25 void vcl::ScopedAntialiasing::ScopedAntialiasing(class OutputDevice &,_Bool) _Bool bAAState 1 +include/vcl/pdfread.hxx:41 + _Bool ImportPDF(class SvStream &,class Bitmap &,unsigned long,class std::__debug::vector<signed char, class std::allocator<signed char> > &,unsigned long,unsigned long,double) + unsigned long nPos + 0 +include/vcl/pdfread.hxx:41 + _Bool ImportPDF(class SvStream &,class Bitmap &,unsigned long,class std::__debug::vector<signed char, class std::allocator<signed char> > &,unsigned long,unsigned long,double) + unsigned long nPageIndex + 0 include/vcl/splitwin.hxx:137 void SplitWindow::InsertItem(unsigned short,long,unsigned short,unsigned short,enum SplitWindowItemFlags) unsigned short nIntoSetId @@ -1606,51 +1646,51 @@ include/vcl/svimpbox.hxx:187 void SvImpLBox::FindMostRight(class SvTreeListEntry *,class SvTreeListEntry *) class SvTreeListEntry * EntryToIgnore 0 -include/vcl/svimpbox.hxx:280 +include/vcl/svimpbox.hxx:283 void SvImpLBox::SelectEntry(class SvTreeListEntry *,_Bool) _Bool bSelect 0 -include/vcl/svtabbx.hxx:100 - void SvTabListBox::SetEntryText(const class rtl::OUString &,unsigned long,unsigned short) - unsigned short nCol - 1 include/vcl/syschild.hxx:50 void SystemChildWindow::EnableEraseBackground(_Bool) _Bool bEnable 0 +include/vcl/TaskStopwatch.hxx:76 + void TaskStopwatch::TaskStopwatch(_Bool) + _Bool bConciderLastIterTime + 1 include/vcl/texteng.hxx:263 void TextEngine::UndoActionStart(unsigned short) unsigned short nId 0 -include/vcl/timer.hxx:56 +include/vcl/texteng.hxx:288 + void TextEngine::SetAttrib(const class TextAttrib &,unsigned int,int,int,_Bool) + _Bool bIdleFormatAndUpdate + 1 +include/vcl/timer.hxx:55 void Timer::Invoke(class Timer *) class Timer * arg 0 -include/vcl/toolbox.hxx:327 +include/vcl/toolbox.hxx:317 void ToolBox::InsertWindow(unsigned short,class vcl::Window *,enum ToolBoxItemBits,unsigned long) enum ToolBoxItemBits nBits 0 -include/vcl/toolbox.hxx:433 +include/vcl/toolbox.hxx:423 class Size ToolBox::CalcWindowSizePixel(unsigned long,enum WindowAlign) unsigned long nCalcLines 1 -include/vcl/toolbox.hxx:457 +include/vcl/toolbox.hxx:447 void ToolBox::EnableCustomize(_Bool) _Bool bEnable 1 -include/vcl/treelistbox.hxx:596 - class SvTreeListEntry * SvTreeListBox::InsertEntry(const class rtl::OUString &,const class Image &,const class Image &,class SvTreeListEntry *,_Bool,unsigned long,void *,enum SvLBoxButtonKind) - enum SvLBoxButtonKind eButtonKind - 0 -include/vcl/treelistbox.hxx:671 +include/vcl/treelistbox.hxx:658 void SvTreeListBox::MakeVisible(class SvTreeListEntry *,_Bool) _Bool bMoveToTop 1 -include/vcl/treelistbox.hxx:697 +include/vcl/treelistbox.hxx:684 unsigned long SvTreeListBox::SelectChildren(class SvTreeListEntry *,_Bool) _Bool bSelect 0 -include/vcl/treelistbox.hxx:721 +include/vcl/treelistbox.hxx:708 void SvTreeListBox::EnableAsyncDrag(_Bool) _Bool b 1 @@ -1674,6 +1714,10 @@ include/vcl/vclptr.hxx:94 void VclPtr::VclPtr<reference_type>(const VclPtr<type-parameter-?-?> &,typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type) typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type 0 +include/vcl/vclptr.hxx:127 + VclPtr<reference_type> VclPtr::Create(type-parameter-?-? &&...) + ###6 + 1 include/vcl/vclptr.hxx:341 void ScopedVclPtr::ScopedVclPtr<reference_type>(const VclPtr<type-parameter-?-?> &,typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type) typename enable_if<std::is_base_of<reference_type, derived_type>::value, int>::type @@ -1686,147 +1730,155 @@ include/vcl/vectorgraphicdata.hxx:84 void VectorGraphicData::VectorGraphicData(const class rtl::OUString &,enum VectorGraphicDataType) enum VectorGraphicDataType eVectorDataType 0 -include/vcl/weld.hxx:283 +include/vcl/weld.hxx:288 + void weld::ScrolledWindow::hadjustment_configure(int,int,int,int,int,int) + int step_increment + 1 +include/vcl/weld.hxx:306 void weld::ScrolledWindow::vadjustment_configure(int,int,int,int,int,int) int lower 0 -include/vcl/weld.hxx:294 +include/vcl/weld.hxx:317 void weld::ScrolledWindow::vadjustment_set_lower(int) int upper 0 -include/vcl/weld.hxx:715 +include/vcl/weld.hxx:799 void weld::TreeView::set_text_emphasis(int,_Bool,int) _Bool bOn 1 -include/vcl/weld.hxx:716 +include/vcl/weld.hxx:800 _Bool weld::TreeView::get_text_emphasis(int,int) const int col 0 -include/vcl/weld.hxx:789 +include/vcl/weld.hxx:875 void weld::TreeView::set_toggle(const class weld::TreeIter &,enum TriState,int) int col 0 -include/vcl/weld.hxx:790 - enum TriState weld::TreeView::get_toggle(const class weld::TreeIter &,int) const - int col - 0 -include/vcl/weld.hxx:1705 +include/vcl/weld.hxx:1805 void weld::Menu::set_visible(const class rtl::OString &,_Bool) _Bool bVisible 0 -include/vcl/weld.hxx:1777 +include/vcl/weld.hxx:1878 class std::unique_ptr<class weld::MessageDialog, struct std::default_delete<class weld::MessageDialog> > weld::Builder::weld_message_dialog(const class rtl::OString &,_Bool) _Bool bTakeOwnership 1 -include/vcl/weld.hxx:1780 +include/vcl/weld.hxx:1881 class std::unique_ptr<class weld::Dialog, struct std::default_delete<class weld::Dialog> > weld::Builder::weld_dialog(const class rtl::OString &,_Bool) _Bool bTakeOwnership 1 -include/vcl/weld.hxx:1781 +include/vcl/weld.hxx:1882 class std::unique_ptr<class weld::AboutDialog, struct std::default_delete<class weld::AboutDialog> > weld::Builder::weld_about_dialog(const class rtl::OString &,_Bool) _Bool bTakeOwnership 1 -include/vcl/weld.hxx:1785 +include/vcl/weld.hxx:1885 + class std::unique_ptr<class weld::Assistant, struct std::default_delete<class weld::Assistant> > weld::Builder::weld_assistant(const class rtl::OString &,_Bool) + _Bool bTakeOwnership + 1 +include/vcl/weld.hxx:1888 class std::unique_ptr<class weld::Widget, struct std::default_delete<class weld::Widget> > weld::Builder::weld_widget(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1786 +include/vcl/weld.hxx:1889 class std::unique_ptr<class weld::Container, struct std::default_delete<class weld::Container> > weld::Builder::weld_container(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1789 +include/vcl/weld.hxx:1892 + class std::unique_ptr<class weld::Box, struct std::default_delete<class weld::Box> > weld::Builder::weld_box(const class rtl::OString &,_Bool) + _Bool bTakeOwnership + 0 +include/vcl/weld.hxx:1893 class std::unique_ptr<class weld::Button, struct std::default_delete<class weld::Button> > weld::Builder::weld_button(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1790 +include/vcl/weld.hxx:1894 class std::unique_ptr<class weld::MenuButton, struct std::default_delete<class weld::MenuButton> > weld::Builder::weld_menu_button(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1794 +include/vcl/weld.hxx:1898 class std::unique_ptr<class weld::ScrolledWindow, struct std::default_delete<class weld::ScrolledWindow> > weld::Builder::weld_scrolled_window(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1797 +include/vcl/weld.hxx:1901 class std::unique_ptr<class weld::Notebook, struct std::default_delete<class weld::Notebook> > weld::Builder::weld_notebook(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1802 +include/vcl/weld.hxx:1906 class std::unique_ptr<class weld::RadioButton, struct std::default_delete<class weld::RadioButton> > weld::Builder::weld_radio_button(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1805 +include/vcl/weld.hxx:1909 class std::unique_ptr<class weld::CheckButton, struct std::default_delete<class weld::CheckButton> > weld::Builder::weld_check_button(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1808 +include/vcl/weld.hxx:1912 class std::unique_ptr<class weld::LinkButton, struct std::default_delete<class weld::LinkButton> > weld::Builder::weld_link_button(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1815 +include/vcl/weld.hxx:1919 class std::unique_ptr<class weld::MetricSpinButton, struct std::default_delete<class weld::MetricSpinButton> > weld::Builder::weld_metric_spin_button(const class rtl::OString &,enum FieldUnit,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1817 +include/vcl/weld.hxx:1921 class std::unique_ptr<class weld::FormattedSpinButton, struct std::default_delete<class weld::FormattedSpinButton> > weld::Builder::weld_formatted_spin_button(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1819 +include/vcl/weld.hxx:1923 class std::unique_ptr<class weld::TimeSpinButton, struct std::default_delete<class weld::TimeSpinButton> > weld::Builder::weld_time_spin_button(const class rtl::OString &,enum TimeFieldFormat,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1821 +include/vcl/weld.hxx:1925 class std::unique_ptr<class weld::ComboBox, struct std::default_delete<class weld::ComboBox> > weld::Builder::weld_combo_box(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1825 +include/vcl/weld.hxx:1929 class std::unique_ptr<class weld::Label, struct std::default_delete<class weld::Label> > weld::Builder::weld_label(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1826 +include/vcl/weld.hxx:1930 class std::unique_ptr<class weld::TextView, struct std::default_delete<class weld::TextView> > weld::Builder::weld_text_view(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1828 +include/vcl/weld.hxx:1932 class std::unique_ptr<class weld::Expander, struct std::default_delete<class weld::Expander> > weld::Builder::weld_expander(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1831 +include/vcl/weld.hxx:1935 class std::unique_ptr<class weld::Scale, struct std::default_delete<class weld::Scale> > weld::Builder::weld_scale(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1832 +include/vcl/weld.hxx:1936 class std::unique_ptr<class weld::ProgressBar, struct std::default_delete<class weld::ProgressBar> > weld::Builder::weld_progress_bar(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1835 +include/vcl/weld.hxx:1939 class std::unique_ptr<class weld::Spinner, struct std::default_delete<class weld::Spinner> > weld::Builder::weld_spinner(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1837 +include/vcl/weld.hxx:1941 class std::unique_ptr<class weld::Image, struct std::default_delete<class weld::Image> > weld::Builder::weld_image(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1838 +include/vcl/weld.hxx:1942 class std::unique_ptr<class weld::Calendar, struct std::default_delete<class weld::Calendar> > weld::Builder::weld_calendar(const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1841 +include/vcl/weld.hxx:1945 class std::unique_ptr<class weld::DrawingArea, struct std::default_delete<class weld::DrawingArea> > weld::Builder::weld_drawing_area(const class rtl::OString &,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,class std::function<class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > (class vcl::Window *)>,void *,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1846 +include/vcl/weld.hxx:1950 class std::unique_ptr<class weld::EntryTreeView, struct std::default_delete<class weld::EntryTreeView> > weld::Builder::weld_entry_tree_view(const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,_Bool) _Bool bTakeOwnership 0 -include/vcl/weld.hxx:1849 +include/vcl/weld.hxx:1953 class std::unique_ptr<class weld::Menu, struct std::default_delete<class weld::Menu> > weld::Builder::weld_menu(const class rtl::OString &,_Bool) _Bool bTakeOwnership 1 -include/vcl/weld.hxx:1850 +include/vcl/weld.hxx:1954 class std::unique_ptr<class weld::Toolbar, struct std::default_delete<class weld::Toolbar> > weld::Builder::weld_toolbar(const class rtl::OString &,_Bool) _Bool bTakeOwnership 1 -include/vcl/window.hxx:604 +include/vcl/window.hxx:606 void vcl::Window::ImplSetMouseTransparent(_Bool) _Bool bTransparent 1 @@ -1866,7 +1918,7 @@ libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:52 void gtv_main_toolbar_doc_loaded(struct GtvMainToolbar *,LibreOfficeKitDocumentType,_Bool) _Bool bEditMode 1 -libreofficekit/qa/tilebench/tilebench.cxx:116 +libreofficekit/qa/tilebench/tilebench.cxx:139 void testTile(class lok::Document *,int,int,_Bool) _Bool dump 1 @@ -1892,11 +1944,11 @@ lotuswordpro/inc/xfilter/xfframestyle.hxx:128 1 lotuswordpro/inc/xfilter/xfframestyle.hxx:128 void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool) - _Bool pos + _Bool content 1 lotuswordpro/inc/xfilter/xfframestyle.hxx:128 void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool) - _Bool content + _Bool pos 1 lotuswordpro/inc/xfilter/xfindex.hxx:101 void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &) @@ -1942,6 +1994,10 @@ oox/inc/drawingml/textspacing.hxx:44 void oox::drawingml::TextSpacing::TextSpacing(int) int nPoints 0 +oox/source/drawingml/lineproperties.cxx:48 + void lclSetDashData(struct com::sun::star::drawing::LineDash &,short,int,short,int,int) + short nDots + 1 oox/source/export/ColorPropertySet.hxx:42 void oox::drawingml::ColorPropertySet::ColorPropertySet(class Color,_Bool) _Bool bFillColor @@ -1974,7 +2030,7 @@ opencl/source/opencl_device.cxx:114 double random(double,double) double min 0 -opencl/source/openclwrapper.cxx:530 +opencl/source/openclwrapper.cxx:529 _Bool initOpenCLRunEnv(int) int argc 0 @@ -2006,7 +2062,7 @@ reportdesign/source/filter/xml/xmlStyleImport.hxx:113 void rptxml::OReportStylesContext::OReportStylesContext(class rptxml::ORptFilter &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,const _Bool) unsigned short nPrfx 0 -reportdesign/source/ui/inc/DesignView.hxx:236 +reportdesign/source/ui/inc/DesignView.hxx:235 void rptui::ODesignView::setMarked(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Reference<class com::sun::star::report::XReportComponent> > &,_Bool) _Bool _bMark 1 @@ -2022,7 +2078,7 @@ reportdesign/source/ui/inc/UITools.hxx:143 class SdrObject * isOver(const class tools::Rectangle &,const class SdrPage &,const class SdrView &,_Bool,class std::unique_ptr<class SdrUnoObj, struct SdrObjectFreeOp> *,int) _Bool _bAllObjects 1 -reportdesign/source/ui/report/SectionWindow.cxx:363 +reportdesign/source/ui/report/SectionWindow.cxx:365 void lcl_setOrigin(class vcl::Window &,long,long) long _nY 0 @@ -2030,11 +2086,7 @@ sal/osl/unx/file.cxx:97 void FileHandle_Impl::FileHandle_Impl(int,enum FileHandle_Impl::Kind,const char *) enum FileHandle_Impl::Kind kind 1 -sal/osl/unx/uunxapi.hxx:63 - int access(const class rtl::OUString &,int) - int mode - 0 -sal/qa/osl/file/osl_File.cxx:422 +sal/qa/osl/file/osl_File.cxx:420 void osl_FileBase::getAbsoluteFileURL::check_getAbsoluteFileURL(const class rtl::OUString &,const class rtl::OString &,enum osl::FileBase::RC,const class rtl::OUString &) enum osl::FileBase::RC _nAssumeError 0 @@ -2046,19 +2098,15 @@ sal/qa/osl/process/osl_Thread.cxx:154 void ThreadSafeValue::ThreadSafeValue<T>(type-parameter-?-?) type-parameter-?-? n 0 -sal/qa/rtl/random/rtl_random.cxx:170 - void rtl_random::Statistics::addValue(unsigned char,int) - int _nValue - 1 -sc/inc/address.hxx:331 +sc/inc/address.hxx:325 void ScAddress::Format(class rtl::OStringBuffer &,enum ScRefFlags,const class ScDocument *,const struct ScAddress::Details &) const const class ScDocument * pDocument 0 -sc/inc/address.hxx:504 +sc/inc/address.hxx:498 void ScRange::ScRange(enum ScAddress::Uninitialized) enum ScAddress::Uninitialized eUninitialized 0 -sc/inc/address.hxx:507 +sc/inc/address.hxx:501 void ScRange::ScRange(enum ScAddress::InitializeInvalid) enum ScAddress::InitializeInvalid eInvalid 0 @@ -2122,11 +2170,11 @@ sc/inc/column.hxx:366 void ScColumn::GetString(struct sc::ColumnBlockConstPosition &,int,class rtl::OUString &,const struct ScInterpreterContext *) const const struct ScInterpreterContext * pContext 0 -sc/inc/column.hxx:667 +sc/inc/column.hxx:668 void ScColumn::DetachFormulaCells(class sc::EndListeningContext &,int,int,class std::__debug::vector<int, class std::allocator<int> > *) class std::__debug::vector<int, class std::allocator<int> > * pNewSharedRows 0 -sc/inc/column.hxx:723 +sc/inc/column.hxx:724 void ScColumn::AttachNewFormulaCell(const class mdds::detail::mtv::iterator_base<struct mdds::multi_type_vector<struct mdds::mtv::custom_block_func3<struct mdds::mtv::default_element_block<52, class svl::SharedString>, struct mdds::mtv::noncopyable_managed_element_block<53, class EditTextObject>, struct mdds::mtv::noncopyable_managed_element_block<54, class ScFormulaCell> >, class sc::CellStoreEvent>::iterator_trait, struct mdds::detail::mtv::private_data_forward_update<struct mdds::detail::mtv::iterator_value_node<unsigned long, struct mdds::mtv::base_element_block> > > &,int,class ScFormulaCell &,const class std::__debug::vector<int, class std::allocator<int> > &,_Bool,enum sc::StartListeningType) _Bool bJoin 1 @@ -2182,7 +2230,7 @@ sc/inc/compressedarray.hxx:179 void ScBitMaskCompressedArray::CopyFromAnded(const ScBitMaskCompressedArray<A, D> &,type-parameter-?-?,type-parameter-?-?,const type-parameter-?-? &) type-parameter-?-? nStart 0 -sc/inc/dapiuno.hxx:307 +sc/inc/dapiuno.hxx:297 void ScFieldIdentifier::ScFieldIdentifier(const class rtl::OUString &,_Bool) _Bool bDataLayout 1 @@ -2194,131 +2242,115 @@ sc/inc/dociter.hxx:538 void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument *,short,short,int,short,int) int nRow1 0 -sc/inc/document.hxx:940 +sc/inc/document.hxx:944 void ScDocument::SetPendingRowHeights(short,_Bool) _Bool bSet 0 -sc/inc/document.hxx:944 +sc/inc/document.hxx:948 void ScDocument::SetScenario(short,_Bool) _Bool bFlag 1 -sc/inc/document.hxx:1140 +sc/inc/document.hxx:1144 class rtl::OUString ScDocument::GetString(short,int,short,const struct ScInterpreterContext *) const const struct ScInterpreterContext * pContext 0 -sc/inc/document.hxx:1280 +sc/inc/document.hxx:1284 void ScDocument::GetBorderLines(short,int,short,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **,const class editeng::SvxBorderLine **) const short nTab 0 -sc/inc/document.hxx:1506 +sc/inc/document.hxx:1510 void ScDocument::EnableUserInteraction(_Bool) _Bool bVal 0 -sc/inc/document.hxx:1593 +sc/inc/document.hxx:1597 void ScDocument::CopyMultiRangeFromClip(const class ScAddress &,const class ScMarkData &,enum InsertDeleteFlags,class ScDocument *,_Bool,_Bool,_Bool,_Bool) _Bool bResetCut 1 -sc/inc/document.hxx:1642 +sc/inc/document.hxx:1646 void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &) short nCol1 0 -sc/inc/document.hxx:1642 +sc/inc/document.hxx:1646 void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &) _Bool bMarked 0 -sc/inc/document.hxx:1649 +sc/inc/document.hxx:1653 void ScDocument::UndoToDocument(const class ScRange &,enum InsertDeleteFlags,_Bool,class ScDocument &) _Bool bMarked 0 -sc/inc/document.hxx:1694 +sc/inc/document.hxx:1698 const class ScPatternAttr * ScDocument::GetMostUsedPattern(short,int,int,short) const int nStartRow 0 -sc/inc/document.hxx:1845 +sc/inc/document.hxx:1849 unsigned long ScDocument::GetColWidth(short,short,short) const short nStartCol 0 -sc/inc/document.hxx:1886 +sc/inc/document.hxx:1890 void ScDocument::ShowRow(int,short,_Bool) _Bool bShow 0 -sc/inc/document.hxx:1889 +sc/inc/document.hxx:1893 void ScDocument::SetRowFlags(int,int,short,enum CRFlags) int nStartRow 0 -sc/inc/document.hxx:1894 - void ScDocument::GetAllRowBreaks(class std::__debug::set<int, struct std::less<int>, class std::allocator<int> > &,short,_Bool,_Bool) const - _Bool bManual - 1 -sc/inc/document.hxx:1894 - void ScDocument::GetAllRowBreaks(class std::__debug::set<int, struct std::less<int>, class std::allocator<int> > &,short,_Bool,_Bool) const - _Bool bPage - 0 -sc/inc/document.hxx:1895 - void ScDocument::GetAllColBreaks(class std::__debug::set<short, struct std::less<short>, class std::allocator<short> > &,short,_Bool,_Bool) const - _Bool bPage - 0 -sc/inc/document.hxx:1895 - void ScDocument::GetAllColBreaks(class std::__debug::set<short, struct std::less<short>, class std::allocator<short> > &,short,_Bool,_Bool) const - _Bool bManual - 1 -sc/inc/document.hxx:1898 +sc/inc/document.hxx:1902 void ScDocument::SetRowBreak(int,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:1898 +sc/inc/document.hxx:1902 void ScDocument::SetRowBreak(int,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:1899 +sc/inc/document.hxx:1903 void ScDocument::SetColBreak(short,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:1899 +sc/inc/document.hxx:1903 void ScDocument::SetColBreak(short,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:1900 +sc/inc/document.hxx:1904 void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:1900 +sc/inc/document.hxx:1904 void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:1901 +sc/inc/document.hxx:1905 void ScDocument::RemoveColBreak(short,short,_Bool,_Bool) _Bool bPage 0 -sc/inc/document.hxx:1901 +sc/inc/document.hxx:1905 void ScDocument::RemoveColBreak(short,short,_Bool,_Bool) _Bool bManual 1 -sc/inc/document.hxx:2223 +sc/inc/document.hxx:2227 void ScDocument::UpdateBroadcastAreas(enum UpdateRefMode,const class ScRange &,short,int,short) enum UpdateRefMode eUpdateRefMode 0 -sc/inc/document.hxx:2253 +sc/inc/document.hxx:2257 void ScDocument::CalcFormulaTree(_Bool,_Bool,_Bool) _Bool bSetAllDirty 1 -sc/inc/document.hxx:2475 +sc/inc/document.hxx:2479 void ScDocument::StoreTabToCache(short,class SvStream &) const short nTab 0 -sc/inc/document.hxx:2476 +sc/inc/document.hxx:2480 void ScDocument::RestoreTabFromCache(short,class SvStream &) short nTab 0 -sc/inc/document.hxx:2552 +sc/inc/document.hxx:2556 void ScDocument::EndListeningIntersectedGroup(class sc::EndListeningContext &,const class ScAddress &,class std::__debug::vector<class ScAddress, class std::allocator<class ScAddress> > *) class std::__debug::vector<class ScAddress, class std::allocator<class ScAddress> > * pGroupPos 0 -sc/inc/document.hxx:2571 +sc/inc/document.hxx:2575 void ScMutationDisable::ScMutationDisable(class ScDocument *,enum ScMutationGuardFlags) enum ScMutationGuardFlags nFlags 1 -sc/inc/document.hxx:2603 +sc/inc/document.hxx:2607 void ScMutationGuard::ScMutationGuard(class ScDocument *,enum ScMutationGuardFlags) enum ScMutationGuardFlags nFlags 1 @@ -2326,7 +2358,7 @@ sc/inc/documentimport.hxx:89 void ScDocumentImport::setSheetName(short,const class rtl::OUString &) short nTab 0 -sc/inc/documentimport.hxx:122 +sc/inc/documentimport.hxx:124 void ScDocumentImport::setRowsVisible(short,int,int,_Bool) _Bool bVisible 0 @@ -2354,7 +2386,7 @@ sc/inc/dptabres.hxx:140 void ScDPRelativePos::ScDPRelativePos(long,long) long nBase 0 -sc/inc/drwlayer.hxx:162 +sc/inc/drwlayer.hxx:160 class tools::Rectangle ScDrawLayer::GetCellRect(const class ScDocument &,const class ScAddress &,_Bool) _Bool bMergedCell 1 @@ -2412,12 +2444,12 @@ sc/inc/rangeutl.hxx:178 0 sc/inc/rangeutl.hxx:185 void ScRangeStringConverter::GetStringFromArea(class rtl::OUString &,const class ScArea &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags) - enum formula::FormulaGrammar::AddressConvention eConv - 0 -sc/inc/rangeutl.hxx:185 - void ScRangeStringConverter::GetStringFromArea(class rtl::OUString &,const class ScArea &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags) _Bool bAppendStr 1 +sc/inc/rangeutl.hxx:185 + void ScRangeStringConverter::GetStringFromArea(class rtl::OUString &,const class ScArea &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags) + enum formula::FormulaGrammar::AddressConvention eConv + 0 sc/inc/rangeutl.hxx:195 void ScRangeStringConverter::GetStringFromAddress(class rtl::OUString &,const struct com::sun::star::table::CellAddress &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool) _Bool bAppendStr @@ -2436,11 +2468,11 @@ sc/inc/scabstdlg.hxx:453 0 sc/inc/scmatrix.hxx:333 _Bool ScMatrix::IsEmptyResult(unsigned long,unsigned long) const - unsigned long nR + unsigned long nC 0 sc/inc/scmatrix.hxx:333 _Bool ScMatrix::IsEmptyResult(unsigned long,unsigned long) const - unsigned long nC + unsigned long nR 0 sc/inc/scmatrix.hxx:372 unsigned long ScMatrix::MatchDoubleInColumns(double,unsigned long,unsigned long) const @@ -2474,31 +2506,31 @@ sc/inc/stringutil.hxx:154 class rtl::OUString ScStringUtil::GetQuotedToken(const class rtl::OUString &,int,const class rtl::OUString &,char16_t,int &) int nToken 0 -sc/inc/table.hxx:775 +sc/inc/table.hxx:777 void ScTable::SetOptimalHeightOnly(class sc::RowHeightContext &,int,int,class ScProgress *,unsigned long) int nStartRow 0 -sc/inc/table.hxx:890 +sc/inc/table.hxx:892 _Bool ScTable::RowHiddenLeaf(int,int *,int *) const int * pFirstRow 0 -sc/inc/table.hxx:895 +sc/inc/table.hxx:897 void ScTable::CopyColHidden(const class ScTable &,short,short) short nStartCol 0 -sc/inc/table.hxx:896 +sc/inc/table.hxx:898 void ScTable::CopyRowHidden(const class ScTable &,int,int) int nStartRow 0 -sc/inc/table.hxx:906 +sc/inc/table.hxx:908 _Bool ScTable::ColFiltered(short,short *,short *) const short * pFirstCol 0 -sc/inc/table.hxx:908 +sc/inc/table.hxx:910 void ScTable::CopyColFiltered(const class ScTable &,short,short) short nStartCol 0 -sc/inc/table.hxx:909 +sc/inc/table.hxx:911 void ScTable::CopyRowFiltered(const class ScTable &,int,int) int nStartRow 0 @@ -2510,11 +2542,11 @@ sc/inc/types.hxx:107 void sc::MultiDataCellState::MultiDataCellState(enum sc::MultiDataCellState::StateType) enum sc::MultiDataCellState::StateType eState 1 -sc/qa/extras/new_cond_format.cxx:185 +sc/qa/extras/new_cond_format.cxx:183 void testShowValue(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool) _Bool bShowVal 1 -sc/qa/extras/scpdfexport.cxx:53 +sc/qa/extras/scpdfexport.cxx:51 void ScPDFExportTest::setFont(class ScFieldEditEngine &,int,int,const class rtl::OUString &) int nStart 0 @@ -2522,15 +2554,15 @@ sc/qa/unit/helper/qahelper.hxx:220 void testFormats(class ScBootstrapFixture *,class ScDocument *,int) int nFormat 0 -sc/qa/unit/subsequent_export-test.cxx:1270 +sc/qa/unit/subsequent_export-test.cxx:1278 void setAttribute(class ScFieldEditEngine &,int,int,int,unsigned short,class Color) int nPara 0 -sc/qa/unit/subsequent_export-test.cxx:1327 +sc/qa/unit/subsequent_export-test.cxx:1335 void setFont(class ScFieldEditEngine &,int,int,int,const class rtl::OUString &) int nPara 0 -sc/qa/unit/subsequent_export-test.cxx:1340 +sc/qa/unit/subsequent_export-test.cxx:1348 void setEscapement(class ScFieldEditEngine &,int,int,int,short,unsigned char) int nPara 0 @@ -2542,7 +2574,7 @@ sc/source/core/data/dociter.cxx:1276 void BoolResetter::BoolResetter(_Bool &,_Bool) _Bool b 1 -sc/source/core/data/drwlayer.cxx:2002 +sc/source/core/data/drwlayer.cxx:2004 void DeleteFirstUserDataOfType(class SdrObject *,unsigned short) unsigned short nId 1 @@ -2656,11 +2688,11 @@ sc/source/filter/inc/htmlpars.hxx:189 0 sc/source/filter/inc/htmlpars.hxx:189 void ScHTMLLayoutParser::MakeColNoRef(class o3tl::sorted_vector<unsigned long, struct std::less<unsigned long>, find_unique, true> *,unsigned short,unsigned short,unsigned short,unsigned short) - unsigned short nWidthTol + unsigned short nOffsetTol 0 sc/source/filter/inc/htmlpars.hxx:189 void ScHTMLLayoutParser::MakeColNoRef(class o3tl::sorted_vector<unsigned long, struct std::less<unsigned long>, find_unique, true> *,unsigned short,unsigned short,unsigned short,unsigned short) - unsigned short nOffsetTol + unsigned short nWidthTol 0 sc/source/filter/inc/pivotcachebuffer.hxx:205 void oox::xls::PivotCacheField::PivotCacheField(const class oox::xls::WorkbookHelper &,_Bool) @@ -2726,8 +2758,8 @@ sc/source/filter/inc/xepivot.hxx:269 unsigned short XclExpPTField::GetItemIndex(const class rtl::OUString &,unsigned short) const unsigned short nDefaultIdx 0 -sc/source/filter/inc/xestream.hxx:290 - void XclExpXmlStream::WriteAttributes(int,const type-parameter-?-? &,type-parameter-?-?...) +sc/source/filter/inc/xestream.hxx:296 + void XclExpXmlStream::WriteAttributes(int,type-parameter-?-? &&,type-parameter-?-? &&...) ###27 0 sc/source/filter/inc/xestring.hxx:74 @@ -2758,7 +2790,7 @@ sc/source/filter/inc/xetable.hxx:337 void XclExpSingleCellBase::XclExpSingleCellBase(const class XclExpRoot &,unsigned short,unsigned long,const struct XclAddress &,const class ScPatternAttr *,short,unsigned int) short nScript 1 -sc/source/filter/inc/xiescher.hxx:475 +sc/source/filter/inc/xiescher.hxx:479 void XclImpControlHelper::ReadSourceRangeFormula(class XclImpStream &,_Bool) _Bool bWithBoundSize 1 @@ -2800,11 +2832,11 @@ sc/source/filter/inc/xlformula.hxx:445 1 sc/source/filter/inc/xltools.hxx:62 void XclGuid::XclGuid(unsigned int,unsigned short,unsigned short,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char) - unsigned char nData45 + unsigned char nData43 0 sc/source/filter/inc/xltools.hxx:62 void XclGuid::XclGuid(unsigned int,unsigned short,unsigned short,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char,unsigned char) - unsigned char nData43 + unsigned char nData45 0 sc/source/filter/inc/xltools.hxx:109 int XclTools::GetScRotation(unsigned short,int) @@ -2830,11 +2862,11 @@ sc/source/filter/xml/xmlstyli.hxx:155 void XMLTableStylesContext::XMLTableStylesContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,const _Bool) unsigned short nPrfx 0 -sc/source/ui/dbgui/csvgrid.cxx:53 +sc/source/ui/dbgui/csvgrid.cxx:55 void Func_SetType::Func_SetType(int) int nType 0 -sc/source/ui/dbgui/csvgrid.cxx:61 +sc/source/ui/dbgui/csvgrid.cxx:63 void Func_Select::Func_Select(_Bool) _Bool bSelect 0 @@ -2842,11 +2874,11 @@ sc/source/ui/inc/AccessibleDocument.hxx:250 void ScAccessibleDocument::RemoveChild(const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,_Bool) _Bool bFireEvent 1 -sc/source/ui/inc/acredlin.hxx:119 +sc/source/ui/inc/acredlin.hxx:118 class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > ScAcceptChgDlg::AppendFilteredAction(const class ScChangeAction *,enum ScChangeActionState,_Bool,const class weld::TreeIter *,_Bool,_Bool) _Bool bDelMaster 0 -sc/source/ui/inc/acredlin.hxx:119 +sc/source/ui/inc/acredlin.hxx:118 class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > ScAcceptChgDlg::AppendFilteredAction(const class ScChangeAction *,enum ScChangeActionState,_Bool,const class weld::TreeIter *,_Bool,_Bool) _Bool bDisabled 0 @@ -2900,11 +2932,11 @@ sc/source/ui/inc/docfunc.hxx:185 1 sc/source/ui/inc/drawutil.hxx:32 void ScDrawUtil::CalcScale(const class ScDocument *,short,short,int,short,int,const class OutputDevice *,const class Fraction &,const class Fraction &,double,double,class Fraction &,class Fraction &) - short nStartCol + int nStartRow 0 sc/source/ui/inc/drawutil.hxx:32 void ScDrawUtil::CalcScale(const class ScDocument *,short,short,int,short,int,const class OutputDevice *,const class Fraction &,const class Fraction &,double,double,class Fraction &,class Fraction &) - int nStartRow + short nStartCol 0 sc/source/ui/inc/pvfundlg.hxx:143 int ScDPSubtotalOptDlg::FindListBoxEntry(const class weld::ComboBox &,const class rtl::OUString &,int) const @@ -2920,14 +2952,14 @@ sc/source/ui/inc/spellparam.hxx:37 0 sc/source/ui/inc/spellparam.hxx:40 void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool) - int nOptions - 0 -sc/source/ui/inc/spellparam.hxx:40 - void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool) _Bool bIsInteractive 1 sc/source/ui/inc/spellparam.hxx:40 void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool) + int nOptions + 0 +sc/source/ui/inc/spellparam.hxx:40 + void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,_Bool) enum ScConversionType eConvType 1 sc/source/ui/inc/spellparam.hxx:47 @@ -2958,19 +2990,19 @@ sc/source/ui/inc/tabview.hxx:440 void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool) enum ScFollowMode eMode 1 -sc/source/ui/inc/viewdata.hxx:146 +sc/source/ui/inc/viewdata.hxx:147 void ScPositionHelper::invalidateByPosition(long) long nPos 0 -sc/source/ui/inc/viewdata.hxx:600 +sc/source/ui/inc/viewdata.hxx:604 class Point ScViewData::GetScrPos(short,int,enum ScHSplitPos) const int nWhereY 0 -sc/source/ui/inc/viewdata.hxx:601 +sc/source/ui/inc/viewdata.hxx:605 class Point ScViewData::GetScrPos(short,int,enum ScVSplitPos) const short nWhereX 0 -sc/source/ui/inc/viewdata.hxx:660 +sc/source/ui/inc/viewdata.hxx:664 void ScViewData::AddPixelsWhileBackward(long &,long,int &,int,double,const class ScDocument *,short) int nStartRow 0 @@ -3018,7 +3050,7 @@ sc/source/ui/vba/vbarange.hxx:107 class com::sun::star::uno::Reference<class ooo::vba::excel::XRange> ScVbaRange::getArea(int) int nIndex 0 -sc/source/ui/view/olinewin.cxx:726 +sc/source/ui/view/olinewin.cxx:725 _Bool lcl_RotateValue(unsigned long &,unsigned long,unsigned long,_Bool) unsigned long nMin 0 @@ -3066,15 +3098,11 @@ sd/inc/shapelist.hxx:57 void sd::ShapeList::seekShape(unsigned int) unsigned int nIndex 0 -sd/qa/unit/sdmodeltestbase.hxx:370 - const class SdrPage * SdModelTestBase::GetPage(int,class tools::SvRef<class sd::DrawDocShell>) - int nPage - 1 -sd/qa/unit/sdmodeltestbase.hxx:427 +sd/qa/unit/sdmodeltestbase.hxx:424 class com::sun::star::uno::Reference<class com::sun::star::text::XTextField> SdModelTestBase::getTextFieldFromPage(int,int,int,int,class tools::SvRef<class sd::DrawDocShell>) int nRun 0 -sd/qa/unit/sdmodeltestbase.hxx:427 +sd/qa/unit/sdmodeltestbase.hxx:424 class com::sun::star::uno::Reference<class com::sun::star::text::XTextField> SdModelTestBase::getTextFieldFromPage(int,int,int,int,class tools::SvRef<class sd::DrawDocShell>) int nPara 0 @@ -3104,12 +3132,12 @@ sd/source/ui/inc/DrawDocShell.hxx:64 0 sd/source/ui/inc/DrawDocShell.hxx:69 void sd::DrawDocShell::DrawDocShell(class SdDrawDocument *,enum SfxObjectCreateMode,_Bool,enum DocumentType) - _Bool bSdDataObj - 1 -sd/source/ui/inc/DrawDocShell.hxx:69 - void sd::DrawDocShell::DrawDocShell(class SdDrawDocument *,enum SfxObjectCreateMode,_Bool,enum DocumentType) enum SfxObjectCreateMode eMode 0 +sd/source/ui/inc/DrawDocShell.hxx:69 + void sd::DrawDocShell::DrawDocShell(class SdDrawDocument *,enum SfxObjectCreateMode,_Bool,enum DocumentType) + _Bool bSdDataObj + 1 sd/source/ui/inc/slideshow.hxx:150 void sd::SlideShow::pause(_Bool) _Bool bPause @@ -3126,15 +3154,15 @@ sd/source/ui/inc/unomodel.hxx:131 void SdXImpressDocument::SdXImpressDocument(class SdDrawDocument *,_Bool) _Bool bClipBoard 1 -sd/source/ui/inc/View.hxx:149 +sd/source/ui/inc/View.hxx:147 _Bool sd::View::IsPresObjSelected(_Bool,_Bool,_Bool,_Bool) const _Bool bOnMasterPage 1 -sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx:45 +sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx:44 void sd::slidesorter::cache::BitmapCache::CacheEntry::CacheEntry(int,_Bool) _Bool bIsPrecious 1 -sd/source/ui/slidesorter/controller/SlsAnimator.cxx:32 +sd/source/ui/slidesorter/controller/SlsAnimator.cxx:31 void sd::slidesorter::controller::Animator::Animation::Animation(const class std::function<void (double)> &,const double,const double,const double,const int,const class std::function<void (void)> &) const double nStartOffset 0 @@ -3186,6 +3214,14 @@ sfx2/source/inc/workwin.hxx:282 void SfxWorkWindow::SetChildWindowVisible_Impl(unsigned int,_Bool,enum SfxVisibilityFlags) _Bool 1 +sfx2/source/sidebar/SidebarController.cxx:77 + class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > UnoNameFromDeckId(const class rtl::OUString &,_Bool) + _Bool isDraw + 0 +slideshow/source/engine/opengl/Operation.hxx:226 + class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double) + double T0 + 0 slideshow/source/engine/opengl/Operation.hxx:226 class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double) _Bool bInter @@ -3194,10 +3230,6 @@ slideshow/source/engine/opengl/Operation.hxx:226 class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double) double T1 1 -slideshow/source/engine/opengl/Operation.hxx:226 - class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double) - double T0 - 0 slideshow/source/engine/opengl/Operation.hxx:262 class std::shared_ptr<class RotateAndScaleDepthByHeight> makeRotateAndScaleDepthByHeight(const struct glm::detail::tvec3<float> &,const struct glm::detail::tvec3<float> &,double,_Bool,_Bool,double,double) _Bool bScale @@ -3227,34 +3259,34 @@ starmath/inc/rect.hxx:175 enum RectCopyMBL eCopyMode 0 starmath/source/cfgitem.hxx:85 - const class rtl::OUString SmFontFormatList::GetFontFormatId(const struct SmFontFormat &,_Bool) + class rtl::OUString SmFontFormatList::GetFontFormatId(const struct SmFontFormat &,_Bool) _Bool bAdd 1 store/source/object.hxx:56 type-parameter-?-? * query(class store::OStoreObject *,type-parameter-?-? *) type-parameter-?-? * 0 -svl/source/crypto/cryptosign.cxx:398 +svl/source/crypto/cryptosign.cxx:396 enum _SECStatus my_SEC_StringToOID(struct SECItemStr *,const char *,unsigned int) unsigned int len 0 -svl/source/crypto/cryptosign.cxx:491 +svl/source/crypto/cryptosign.cxx:489 struct NSSCMSAttributeStr * my_NSS_CMSAttributeArray_FindAttrByOidTag(struct NSSCMSAttributeStr **,SECOidTag,int) int only 0 -svl/source/crypto/cryptosign.cxx:1724 +svl/source/crypto/cryptosign.cxx:1717 struct NSSCMSAttributeStr * CMSAttributeArray_FindAttrByOidData(struct NSSCMSAttributeStr **,const struct SECOidDataStr *,int) int only 1 -svl/source/crypto/cryptosign.cxx:1763 +svl/source/crypto/cryptosign.cxx:1756 enum _SECStatus StringToOID(struct SECItemStr *,const char *,unsigned int) unsigned int len 0 -svl/source/numbers/zforfind.hxx:235 +svl/source/numbers/zforfind.hxx:239 _Bool ImpSvNumberInputScan::StringPtrContains(const class rtl::OUString &,const char16_t *,int) int nPos 0 -svl/source/numbers/zforfind.hxx:387 +svl/source/numbers/zforfind.hxx:391 _Bool ImpSvNumberInputScan::IsDatePatternNumberOfType(unsigned short,char16_t) unsigned short nNumber 0 @@ -3262,11 +3294,11 @@ svl/source/passwordcontainer/passwordcontainer.hxx:150 void NamePassRecord::RemovePasswords(signed char) signed char nStatus 1 -svtools/source/control/valueimp.hxx:354 +svtools/source/control/valueimp.hxx:349 void ValueItemAcc::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &) short nEventId 1 -svtools/source/control/valueimp.hxx:417 +svtools/source/control/valueimp.hxx:411 void SvtValueItemAcc::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &) short nEventId 1 @@ -3282,7 +3314,7 @@ svx/source/customshapes/EnhancedCustomShape3d.cxx:144 _Bool GetBool(const class SdrCustomShapeGeometryItem &,const class rtl::OUString &,const _Bool) const _Bool bDefault 0 -svx/source/dialog/srchdlg.cxx:728 +svx/source/dialog/srchdlg.cxx:726 void (anonymous namespace)::ToggleSaveToModule::ToggleSaveToModule(class SvxSearchDialog &,_Bool) _Bool bValue 0 @@ -3314,6 +3346,10 @@ sw/inc/authfld.hxx:162 class rtl::OUString SwAuthorityField::ExpandCitation(enum ToxAuthorityField,const class SwRootFrame *) const const class SwRootFrame * pLayout 0 +sw/inc/calbck.hxx:192 + void SwModify::SwModify(class SwModify *) + class SwModify * pToRegisterIn + 0 sw/inc/calc.hxx:109 void SwSbxValue::SwSbxValue(long) long n @@ -3322,15 +3358,15 @@ sw/inc/charfmt.hxx:30 void SwCharFormat::SwCharFormat(class SwAttrPool &,const char *,class SwCharFormat *) class SwCharFormat * pDerivedFrom 0 -sw/inc/crsrsh.hxx:562 +sw/inc/crsrsh.hxx:563 _Bool SwCursorShell::GotoMark(const class sw::mark::IMark *const,_Bool) _Bool bAtStart 1 -sw/inc/crsrsh.hxx:822 +sw/inc/crsrsh.hxx:824 void SwCursorShell::FireSectionChangeEvent(unsigned short,unsigned short) unsigned short nNewSection 1 -sw/inc/crsrsh.hxx:823 +sw/inc/crsrsh.hxx:825 void SwCursorShell::FireColumnChangeEvent(unsigned short,unsigned short) unsigned short nNewColumn 1 @@ -3338,35 +3374,35 @@ sw/inc/dbfld.hxx:83 void SwDBField::ChgValue(double,_Bool) _Bool bVal 1 -sw/inc/doc.hxx:986 +sw/inc/doc.hxx:988 void SwDoc::CorrAbs(const class SwNodeIndex &,const struct SwPosition &,const int,_Bool) _Bool bMoveCursor 1 -sw/inc/doc.hxx:1000 +sw/inc/doc.hxx:1002 void SwDoc::CorrAbs(const class SwPaM &,const struct SwPosition &,_Bool) _Bool bMoveCursor 1 -sw/inc/doc.hxx:1006 +sw/inc/doc.hxx:1008 void SwDoc::CorrRel(const class SwNodeIndex &,const struct SwPosition &,const int,_Bool) const int nOffset 0 -sw/inc/doc.hxx:1045 +sw/inc/doc.hxx:1047 void SwDoc::SetCounted(const class SwPaM &,_Bool,const class SwRootFrame *) _Bool bCounted 1 -sw/inc/doc.hxx:1114 +sw/inc/doc.hxx:1116 const class SwNumRule * SwDoc::SearchNumRule(const struct SwPosition &,const _Bool,const _Bool,const _Bool,int,class rtl::OUString &,const class SwRootFrame *,const _Bool) const _Bool bForward 0 -sw/inc/doc.hxx:1114 +sw/inc/doc.hxx:1116 const class SwNumRule * SwDoc::SearchNumRule(const struct SwPosition &,const _Bool,const _Bool,const _Bool,int,class rtl::OUString &,const class SwRootFrame *,const _Bool) const _Bool bOutline 0 -sw/inc/doc.hxx:1406 +sw/inc/doc.hxx:1408 const class SvNumberFormatter * SwDoc::GetNumberFormatter(_Bool) const _Bool bCreate 1 -sw/inc/doc.hxx:1622 +sw/inc/doc.hxx:1623 void SwDoc::dumpAsXml(struct _xmlTextWriter *) const struct _xmlTextWriter * 0 @@ -3379,14 +3415,14 @@ sw/inc/docary.hxx:399 _Bool bSaveInUndo 1 sw/inc/docufld.hxx:308 - void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,unsigned short) + void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,enum SwFieldTypesEnum) _Bool bConditional 1 sw/inc/docufld.hxx:308 - void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,unsigned short) + void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,enum SwFieldTypesEnum) _Bool bHidden 0 -sw/inc/docufld.hxx:519 +sw/inc/docufld.hxx:525 void SwDocInfoField::SwDocInfoField(class SwDocInfoFieldType *,unsigned short,const class rtl::OUString &,const class rtl::OUString &,unsigned int) unsigned int nFormat 0 @@ -3418,14 +3454,6 @@ sw/inc/IDocumentMarkAccess.hxx:100 class IDocumentMarkAccess::iterator IDocumentMarkAccess::iterator::operator-(long) const ###1 1 -sw/inc/IDocumentRedlineAccess.hxx:168 - _Bool IDocumentRedlineAccess::AppendTableRowRedline(class SwTableRowRedline *,_Bool) - _Bool bCallDelete - 0 -sw/inc/IDocumentRedlineAccess.hxx:169 - _Bool IDocumentRedlineAccess::AppendTableCellRedline(class SwTableCellRedline *,_Bool) - _Bool bCallDelete - 0 sw/inc/IDocumentRedlineAccess.hxx:203 _Bool IDocumentRedlineAccess::RejectRedline(unsigned long,_Bool) _Bool bCallDelete @@ -3450,23 +3478,23 @@ sw/inc/ndindex.hxx:84 unsigned long SwNodeIndex::operator--(int) ###1 0 -sw/inc/ndindex.hxx:139 +sw/inc/ndindex.hxx:140 void SwNodeRange::SwNodeRange(class SwNodes &,unsigned long,unsigned long) unsigned long nEndIdx 0 -sw/inc/ndole.hxx:94 +sw/inc/ndole.hxx:96 void SwOLENode::SwOLENode(const class SwNodeIndex &,const class svt::EmbeddedObjectRef &,class SwGrfFormatColl *,const class SwAttrSet *) const class SwAttrSet * pAutoAttr 0 -sw/inc/ndtxt.hxx:324 +sw/inc/ndtxt.hxx:323 void SwTextNode::CopyText(class SwTextNode *const,const class SwIndex &,const int,const _Bool) const _Bool bForceCopyOfAllAttrs 1 -sw/inc/ndtxt.hxx:686 +sw/inc/ndtxt.hxx:685 _Bool SwTextNode::CopyExpandText(class SwTextNode &,const class SwIndex *,int,int,const class SwRootFrame *,_Bool,_Bool,_Bool) const _Bool bWithNum 0 -sw/inc/ndtxt.hxx:696 +sw/inc/ndtxt.hxx:695 int SwTextNode::GetDropLen(int) const int nWishLen 0 @@ -3482,15 +3510,15 @@ sw/inc/pam.hxx:158 void SwPaM::SwPaM(const class SwNodeIndex &,int,class SwPaM *) class SwPaM * pRing 0 -sw/inc/shellio.hxx:513 +sw/inc/shellio.hxx:512 void SwWriter::SwWriter(class SvStream &,class SwCursorShell &,_Bool) _Bool bWriteAll 0 -sw/inc/shellio.hxx:515 +sw/inc/shellio.hxx:514 void SwWriter::SwWriter(class SvStream &,class SwPaM &,_Bool) _Bool bWriteAll 0 -sw/inc/shellio.hxx:519 +sw/inc/shellio.hxx:518 void SwWriter::SwWriter(class SfxMedium &,class SwCursorShell &,_Bool) _Bool bWriteAll 1 @@ -3506,11 +3534,11 @@ sw/inc/swcrsr.hxx:149 _Bool SwCursor::SelectWordWT(const class SwViewShell *,short,const class Point *) short nWordType 1 -sw/inc/swmodule.hxx:159 +sw/inc/swmodule.hxx:160 void SwModule::ApplyRulerMetric(enum FieldUnit,_Bool,_Bool) _Bool bWeb 0 -sw/inc/undobj.hxx:319 +sw/inc/undobj.hxx:332 void SwUndoDelLayFormat::ChgShowSel(_Bool) _Bool bNew 0 @@ -3522,11 +3550,11 @@ sw/qa/extras/ooxmlimport/ooxmlimport.cxx:85 void FailTest::executeImportTest(const char *,const char *) const char * 0 -sw/qa/extras/ooxmlimport/ooxmlimport.cxx:624 +sw/qa/extras/ooxmlimport/ooxmlimport.cxx:638 void lcl_countTextFrames(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,int) int nExpected 1 -sw/source/core/access/accmap.cxx:405 +sw/source/core/access/accmap.cxx:443 void SwAccessibleEvent_Impl::SwAccessibleEvent_Impl(enum SwAccessibleEvent_Impl::EventType,class SwAccessibleContext *,const class sw::access::SwAccessibleChild &,const enum AccessibleStates) enum SwAccessibleEvent_Impl::EventType eT 0 @@ -3534,6 +3562,10 @@ sw/source/core/crsr/swcrsr.cxx:67 void PercentHdl::PercentHdl(unsigned long,unsigned long,class SwDocShell *) unsigned long nStt 0 +sw/source/core/inc/DocumentContentOperationsManager.hxx:171 + _Bool sw::DocumentContentOperationsManager::CopyImpl(class SwPaM &,struct SwPosition &,const _Bool,const _Bool,class SwPaM *const) const + const _Bool MakeNewFrames + 1 sw/source/core/inc/drawfont.hxx:107 void SwDrawTextInfo::SwDrawTextInfo(const class SwViewShell *,class OutputDevice &,const class rtl::OUString &,const int,const int,unsigned short,_Bool) unsigned short nWidth @@ -3550,7 +3582,7 @@ sw/source/core/inc/scriptinfo.hxx:377 enum SwFontScript SwScriptInfo::WhichFont(int,const class rtl::OUString &) int nIdx 0 -sw/source/core/inc/swfont.hxx:287 +sw/source/core/inc/swfont.hxx:290 const class rtl::OUString & SwFont::GetName(const enum SwFontScript) const const enum SwFontScript nWhich 0 @@ -3570,11 +3602,11 @@ sw/source/core/undo/untbl.cxx:2191 void RedlineFlagsInternGuard::RedlineFlagsInternGuard(class SwDoc &,enum RedlineFlags,enum RedlineFlags) enum RedlineFlags eNewRedlineFlags 0 -sw/source/filter/html/htmltab.cxx:473 +sw/source/filter/html/htmltab.cxx:474 unsigned short HTMLTable::GetBottomCellSpace(unsigned short,unsigned short) const unsigned short nRowSpan 1 -sw/source/filter/html/htmltab.cxx:489 +sw/source/filter/html/htmltab.cxx:490 class SwTableLine * HTMLTable::MakeTableLine(class SwTableBox *,unsigned short,unsigned short,unsigned short,unsigned short) unsigned short nLeftCol 0 @@ -3582,15 +3614,11 @@ sw/source/filter/html/swhtml.hxx:815 void SwHTMLParser::BuildTableCell(class HTMLTable *,_Bool,_Bool) _Bool bReadOptions 1 -sw/source/filter/html/wrthtml.hxx:464 +sw/source/filter/html/wrthtml.hxx:468 void SwHTMLWriter::OutBackground(const class SfxItemSet &,_Bool) _Bool bGraphic 0 -sw/source/filter/inc/fltshell.hxx:223 - void SwFltRedline::SwFltRedline(enum RedlineType,unsigned long,const class DateTime &,enum RedlineType,unsigned long) - enum RedlineType eTypePrev_ - 0 -sw/source/filter/inc/fltshell.hxx:323 +sw/source/filter/inc/fltshell.hxx:313 void ImportProgress::ImportProgress(class SwDocShell *,long,long) long nStartVal 0 @@ -3606,23 +3634,23 @@ sw/source/filter/ww8/writerwordglue.cxx:330 void myImplHelpers::IfBeforeStart::IfBeforeStart(int) int nStart 0 -sw/source/filter/ww8/wrtww8.hxx:634 +sw/source/filter/ww8/wrtww8.hxx:643 void MSWordExportBase::OutputItemSet(const class SfxItemSet &,_Bool,_Bool,unsigned short,_Bool) unsigned short nScript 1 -sw/source/filter/ww8/wrtww8.hxx:869 +sw/source/filter/ww8/wrtww8.hxx:893 void MSWordExportBase::NearestAnnotationMark(int &,const int,_Bool) _Bool bNextPositionOnly 0 -sw/source/filter/ww8/wrtww8.hxx:1352 +sw/source/filter/ww8/wrtww8.hxx:1376 void WW8_WrMagicTable::Append(int,unsigned long) - int nCp + unsigned long nData 0 -sw/source/filter/ww8/wrtww8.hxx:1352 +sw/source/filter/ww8/wrtww8.hxx:1376 void WW8_WrMagicTable::Append(int,unsigned long) - unsigned long nData + int nCp 0 -sw/source/filter/ww8/ww8par.cxx:433 +sw/source/filter/ww8/ww8par.cxx:434 class rtl::OUString Sttb::getStringAtIndex(unsigned int) unsigned int 1 @@ -3654,7 +3682,7 @@ sw/source/ui/table/instable.cxx:169 void lcl_SetProperties(class SwTableAutoFormat *,_Bool) _Bool bVal 0 -sw/source/ui/vba/vbarangehelper.hxx:34 +sw/source/ui/vba/vbarangehelper.hxx:32 void SwVbaRangeHelper::insertString(const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class rtl::OUString &,_Bool) _Bool _bAbsorb 1 @@ -3666,11 +3694,15 @@ sw/source/uibase/inc/dbtree.hxx:58 class std::unique_ptr<class weld::TreeIter, struct std::default_delete<class weld::TreeIter> > SwDBTreeList::make_iterator(const class weld::TreeIter *) const const class weld::TreeIter * pOrig 0 -sw/source/uibase/inc/edtwin.hxx:211 +sw/source/uibase/inc/edtwin.hxx:192 + void SwEditWin::ShowAutoCorrectQuickHelp(const class rtl::OUString &,class SvxAutoCorrect &,_Bool) + _Bool bFromIME + 0 +sw/source/uibase/inc/edtwin.hxx:214 void SwEditWin::StdDrawMode(enum SdrObjKind,_Bool) enum SdrObjKind eSdrObjectKind 0 -sw/source/uibase/inc/FrameControlsManager.hxx:43 +sw/source/uibase/inc/FrameControlsManager.hxx:41 void SwFrameControlsManager::RemoveControlsByType(enum FrameControlType,const class SwFrame *) enum FrameControlType eType 0 @@ -3690,19 +3722,15 @@ sw/source/uibase/inc/frmmgr.hxx:100 void SwFlyFrameAttrMgr::SetULSpace(long,long) long nBottom 0 -sw/source/uibase/inc/mailmergehelper.hxx:104 - void SwAddressPreview::SetLayout(unsigned short,unsigned short) - unsigned short nRows - 1 sw/source/uibase/inc/mmconfigitem.hxx:134 void SwMailMergeConfigItem::SetIndividualGreeting(_Bool,_Bool) _Bool bInEMail 0 -sw/source/uibase/inc/numfmtlb.hxx:176 +sw/source/uibase/inc/numfmtlb.hxx:136 void SwNumFormatTreeView::select(int) int nPos 0 -sw/source/uibase/inc/prcntfld.hxx:69 +sw/source/uibase/inc/prcntfld.hxx:67 int SwPercentField::get_min(enum FieldUnit) const enum FieldUnit eOutUnit 0 @@ -3734,15 +3762,11 @@ test/source/sheet/xdatapilottable2.cxx:238 struct com::sun::star::table::CellAddress getLastUsedCellAddress(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XSpreadsheet> &,int,int) int nCol 0 -ucb/source/ucp/file/filtask.hxx:580 - _Bool fileaccess::TaskManager::getv(class fileaccess::Notifier *,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,class osl::DirectoryItem &,class rtl::OUString &,_Bool &,class com::sun::star::uno::Reference<class com::sun::star::sdbc::XRow> &) - class fileaccess::Notifier * pNotifier - 0 -ucb/source/ucp/tdoc/tdoc_provider.hxx:119 +ucb/source/ucp/tdoc/tdoc_provider.hxx:118 class com::sun::star::uno::Reference<class com::sun::star::io::XOutputStream> tdoc_ucp::ContentProvider::queryOutputStream(const class rtl::OUString &,const class rtl::OUString &,_Bool) const _Bool bTruncate 1 -ucb/source/ucp/tdoc/tdoc_provider.hxx:126 +ucb/source/ucp/tdoc/tdoc_provider.hxx:125 class com::sun::star::uno::Reference<class com::sun::star::io::XStream> tdoc_ucp::ContentProvider::queryStream(const class rtl::OUString &,const class rtl::OUString &,_Bool) const _Bool bTruncate 0 @@ -3750,7 +3774,7 @@ ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx:106 void webdav_ucp::DAVResourceAccess::PROPFIND(const enum webdav_ucp::Depth,class std::__debug::vector<struct webdav_ucp::DAVResourceInfo, class std::allocator<struct webdav_ucp::DAVResourceInfo> > &,const class com::sun::star::uno::Reference<class com::sun::star::ucb::XCommandEnvironment> &) const enum webdav_ucp::Depth nDepth 0 -ucb/source/ucp/webdav-neon/DAVTypes.hxx:183 +ucb/source/ucp/webdav-neon/DAVTypes.hxx:180 void webdav_ucp::DAVOptionsCache::setHeadAllowed(const class rtl::OUString &,_Bool) _Bool HeadAllowed 0 @@ -3778,6 +3802,10 @@ vcl/backendtest/outputdevice/common.cxx:166 enum vcl::test::TestResult checkDiamondLine(class Bitmap &,int,class Color) int aLayerNumber 1 +vcl/backendtest/VisualBackendTest.cxx:53 + void drawBitmapScaledAndCentered(const class tools::Rectangle &,class Bitmap,class OutputDevice &,enum BmpScaleFlag) + enum BmpScaleFlag aFlag + 1 vcl/inc/listbox.hxx:142 class rtl::OUString ImplEntryList::GetSelectedEntry(int) const int nIndex @@ -3790,6 +3818,10 @@ vcl/inc/opengl/program.hxx:112 void OpenGLProgram::SetVertexAttrib(unsigned int &,const class rtl::OString &,int,unsigned int,unsigned char,int,const void *) unsigned char bNormalized 0 +vcl/inc/opengl/texture.hxx:90 + void OpenGLTexture::OpenGLTexture(int,int,_Bool) + _Bool bAllocate + 1 vcl/inc/openglgdiimpl.hxx:107 void OpenGLSalGraphicsImpl::ImplSetClipBit(const class vcl::Region &,unsigned int) unsigned int nMask @@ -3802,6 +3834,10 @@ vcl/inc/openglgdiimpl.hxx:125 void OpenGLSalGraphicsImpl::DrawConvexPolygon(const class tools::Polygon &,_Bool) _Bool blockAA 1 +vcl/inc/openglgdiimpl.hxx:134 + void OpenGLSalGraphicsImpl::DrawTexture(class OpenGLTexture &,const struct SalTwoRect &,_Bool) + _Bool bInverted + 0 vcl/inc/openglgdiimpl.hxx:136 void OpenGLSalGraphicsImpl::DrawAlphaTexture(class OpenGLTexture &,const struct SalTwoRect &,_Bool,_Bool) _Bool pPremultiplied @@ -3810,10 +3846,14 @@ vcl/inc/openglgdiimpl.hxx:136 void OpenGLSalGraphicsImpl::DrawAlphaTexture(class OpenGLTexture &,const struct SalTwoRect &,_Bool,_Bool) _Bool bInverted 1 -vcl/inc/qt5/Qt5Instance.hxx:86 - void Qt5Instance::Qt5Instance(class std::unique_ptr<class QApplication, struct std::default_delete<class QApplication> > &,_Bool) - _Bool bUseCairo - 1 +vcl/inc/qt5/Qt5FilePicker.hxx:93 + void Qt5FilePicker::Qt5FilePicker(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,enum QFileDialog::FileMode,_Bool,_Bool) + _Bool bUseNativeDialog + 0 +vcl/inc/qt5/Qt5FilePicker.hxx:93 + void Qt5FilePicker::Qt5FilePicker(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,enum QFileDialog::FileMode,_Bool,_Bool) + _Bool bShowFileExtensionInFilterTitle + 0 vcl/inc/qt5/Qt5VirtualDevice.hxx:42 void Qt5VirtualDevice::Qt5VirtualDevice(enum DeviceFormat,double) double fScale @@ -3834,11 +3874,11 @@ vcl/inc/scrptrun.h:68 void vcl::ScriptRun::reset(const char16_t *,int,int) int start 0 -vcl/inc/sft.hxx:211 +vcl/inc/sft.hxx:475 enum vcl::SFErrCodes OpenTTFontBuffer(const void *,unsigned int,unsigned int,struct vcl::TrueTypeFont **) unsigned int facenum 0 -vcl/inc/sft.hxx:324 +vcl/inc/sft.hxx:588 enum vcl::SFErrCodes CreateT3FromTTGlyphs(struct vcl::TrueTypeFont *,struct _IO_FILE *,const char *,const unsigned short *,unsigned char *,int,int) int wmode 0 @@ -3858,43 +3898,31 @@ vcl/inc/unx/gtk/glomenu.h:49 void g_lo_menu_new_section(struct GLOMenu *,int,const char *) const char * label 0 -vcl/inc/unx/gtk/gtkdata.hxx:61 +vcl/inc/unx/gtk/gtkdata.hxx:53 void widget_set_can_focus(struct _GtkWidget *,int) int can_focus 1 -vcl/inc/unx/gtk/gtkdata.hxx:73 +vcl/inc/unx/gtk/gtkdata.hxx:58 void widget_set_can_default(struct _GtkWidget *,int) int can_default 1 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:45 +vcl/inc/unx/gtk/gtkprintwrapper.hxx:41 void vcl::unx::GtkPrintWrapper::print_job_send(struct _GtkPrintJob *,void (*)(struct _GtkPrintJob *, void *, const struct _GError *),void *,void (*)(void *)) const - void * user_data - 0 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:45 - void vcl::unx::GtkPrintWrapper::print_job_send(struct _GtkPrintJob *,void (*)(struct _GtkPrintJob *, void *, struct _GError *),void *,void (*)(void *)) const - void (*)(struct _GtkPrintJob *, void *, struct _GError *) callback - 0 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:45 - void vcl::unx::GtkPrintWrapper::print_job_send(struct _GtkPrintJob *,void (*)(struct _GtkPrintJob *, void *, struct _GError *),void *,void (*)(void *)) const - void * user_data - 0 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:45 - void vcl::unx::GtkPrintWrapper::print_job_send(struct _GtkPrintJob *,void (*)(struct _GtkPrintJob *, void *, struct _GError *),void *,void (*)(void *)) const void (*)(void *) dnotify 0 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:45 +vcl/inc/unx/gtk/gtkprintwrapper.hxx:41 void vcl::unx::GtkPrintWrapper::print_job_send(struct _GtkPrintJob *,void (*)(struct _GtkPrintJob *, void *, const struct _GError *),void *,void (*)(void *)) const void (*)(struct _GtkPrintJob *, void *, const struct _GError *) callback 0 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:45 +vcl/inc/unx/gtk/gtkprintwrapper.hxx:41 void vcl::unx::GtkPrintWrapper::print_job_send(struct _GtkPrintJob *,void (*)(struct _GtkPrintJob *, void *, const struct _GError *),void *,void (*)(void *)) const - void (*)(void *) dnotify + void * user_data 0 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:64 +vcl/inc/unx/gtk/gtkprintwrapper.hxx:60 void vcl::unx::GtkPrintWrapper::print_unix_dialog_set_support_selection(struct _GtkPrintUnixDialog *,int) const int support_selection 1 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:65 +vcl/inc/unx/gtk/gtkprintwrapper.hxx:61 void vcl::unx::GtkPrintWrapper::print_unix_dialog_set_has_selection(struct _GtkPrintUnixDialog *,int) const int has_selection 1 @@ -3954,35 +3982,43 @@ vcl/inc/unx/x11/xrender_peer.hxx:64 void XRenderPeer::CompositeTriangles(int,unsigned long,unsigned long,const XRenderPictFormat *,int,int,const struct _XTriangle *,int) const int nXSrc 0 +vcl/inc/wizdlg.hxx:130 + _Bool vcl::RoadmapWizard::Finish(long) + long nResult + 1 vcl/qa/cppunit/BitmapTest.cxx:67 void assertColorsAreSimilar(int,const class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &,const class BitmapColor &,const class BitmapColor &) int maxDifference 1 -vcl/source/app/salvtables.cxx:1426 +vcl/source/app/salvtables.cxx:1641 void SalInstanceAboutDialog::SalInstanceAboutDialog(class vcl::AboutDialog *,class SalInstanceBuilder *,_Bool) _Bool bTakeOwnership 0 -vcl/source/app/salvtables.cxx:1466 +vcl/source/app/salvtables.cxx:1710 + void SalInstanceAssistant::SalInstanceAssistant(class vcl::RoadmapWizard *,class SalInstanceBuilder *,_Bool) + _Bool bTakeOwnership + 0 +vcl/source/app/salvtables.cxx:1908 void SalInstanceFrame::SalInstanceFrame(class VclFrame *,class SalInstanceBuilder *,_Bool) _Bool bTakeOwnership 0 -vcl/source/control/imivctl.hxx:358 +vcl/source/control/imivctl.hxx:357 const class Size & SvxIconChoiceCtrl_Impl::GetItemSize(enum IcnViewFieldType) const enum IcnViewFieldType 1 -vcl/source/control/imivctl.hxx:405 +vcl/source/control/imivctl.hxx:404 void SvxIconChoiceCtrl_Impl::SetColumn(unsigned short,const class SvxIconChoiceCtrlColumnInfo &) unsigned short nIndex 0 -vcl/source/control/imivctl.hxx:406 +vcl/source/control/imivctl.hxx:405 const class SvxIconChoiceCtrlColumnInfo * SvxIconChoiceCtrl_Impl::GetColumn(unsigned short) const unsigned short nIndex 0 -vcl/source/filter/FilterConfigCache.hxx:99 +vcl/source/filter/FilterConfigCache.hxx:96 class rtl::OUString FilterConfigCache::GetExportWildcard(unsigned short,int) int nEntry 0 -vcl/source/filter/wmf/wmfwr.hxx:163 +vcl/source/filter/wmf/wmfwr.hxx:162 void WMFWriter::WMFRecord_SetBkMode(_Bool) _Bool bTransparent 1 @@ -3990,47 +4026,47 @@ vcl/source/fontsubset/list.h:64 int listSkipForward(struct list_ *,int) int n 1 -vcl/source/gdi/bmpfast.cxx:33 +vcl/source/gdi/bmpfast.cxx:32 void BasePixelPtr::BasePixelPtr(unsigned char *) unsigned char * p 0 +vcl/source/uitest/logger.cxx:345 + class rtl::OUString GetKeyInMapWithIndex(const class std::__debug::map<class rtl::OUString, class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class rtl::OUString> > > &,int) + int index + 0 vcl/source/window/menufloatingwindow.hxx:107 void MenuFloatingWindow::EnableScrollMenu(_Bool) _Bool b 1 -vcl/source/window/menuitemlist.hxx:112 +vcl/source/window/menuitemlist.hxx:110 struct MenuItemData * MenuItemList::Insert(unsigned short,enum MenuItemType,enum MenuItemBits,const class rtl::OUString &,class Menu *,unsigned long,const class rtl::OString &) enum MenuItemType eType 1 -vcl/source/window/window2.cxx:582 +vcl/source/window/window2.cxx:577 void lcl_HandleScrollHelper(class ScrollBar *,double,_Bool) _Bool isMultiplyByLineSize 1 -vcl/unx/generic/app/randrwrapper.cxx:57 +vcl/unx/generic/app/randrwrapper.cxx:53 void (anonymous namespace)::RandRWrapper::XRRSelectInput(struct _XDisplay *,unsigned long,int) int i_nMask 1 -vcl/unx/generic/print/psputil.hxx:50 +vcl/unx/generic/print/psputil.hxx:46 _Bool WritePS(class osl::File *,const char *,unsigned long) unsigned long nInLength 1 -vcl/unx/gtk3/gtk3gtkinst.cxx:7045 +vcl/unx/gtk3/gtk3gtkinst.cxx:8393 void GtkInstanceTreeView::move_before(int,int) int before 0 -vcl/unx/gtk3/gtk3gtkinst.cxx:8026 +vcl/unx/gtk3/gtk3gtkinst.cxx:9392 int GtkInstanceTreeView::starts_with(const class rtl::OUString &,int,int,_Bool) int col 0 -vcl/unx/kde5/KDE5SalFrame.hxx:36 - void KDE5SalFrame::KDE5SalFrame(class KDE5SalFrame *,enum SalFrameStyleFlags,_Bool) - _Bool bUseCairo - 1 workdir/../vcl/inc/qt5/Qt5Instance.hxx:76 _Bool Qt5Instance::ImplYieldSignal(_Bool,_Bool) _Bool bWait 0 -writerfilter/inc/dmapper/resourcemodel.hxx:244 +writerfilter/inc/dmapper/resourcemodel.hxx:242 void writerfilter::Stream::text(const unsigned char *,unsigned long) unsigned long len 1 @@ -4042,19 +4078,23 @@ writerfilter/inc/ooxml/OOXMLDocument.hxx:147 void writerfilter::ooxml::OOXMLDocument::resolveEndnote(class writerfilter::Stream &,unsigned int,const int) unsigned int aNoteType 0 -writerfilter/source/dmapper/DomainMapper.hxx:117 +writerfilter/source/dmapper/DomainMapper.hxx:116 void writerfilter::dmapper::DomainMapper::hasControls(const _Bool) const _Bool bSet 1 +writerfilter/source/dmapper/DomainMapper_Impl.hxx:715 + class com::sun::star::uno::Any writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromStyleSheet(enum writerfilter::dmapper::PropertyIds,class tools::SvRef<class writerfilter::dmapper::StyleSheetEntry>,const _Bool) + const _Bool bPara + 1 writerfilter/source/ooxml/OOXMLStreamImpl.hxx:64 void writerfilter::ooxml::OOXMLStreamImpl::OOXMLStreamImpl(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,enum writerfilter::ooxml::OOXMLStream::StreamType_t,_Bool) enum writerfilter::ooxml::OOXMLStream::StreamType_t nType 1 -xmlhelp/source/cxxhelp/provider/databases.hxx:365 +xmlhelp/source/cxxhelp/provider/databases.hxx:362 void chelp::DataBaseIterator::DataBaseIterator(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,class chelp::Databases &,const class rtl::OUString &,const class rtl::OUString &,_Bool) _Bool bHelpText 1 -xmlhelp/source/cxxhelp/provider/databases.hxx:370 +xmlhelp/source/cxxhelp/provider/databases.hxx:367 void chelp::DataBaseIterator::DataBaseIterator(class chelp::Databases &,const class rtl::OUString &,const class rtl::OUString &,_Bool) _Bool bHelpText 0 @@ -4078,11 +4118,7 @@ xmloff/source/chart/SchXMLTools.hxx:122 _Bool getXMLRangePropertyFromDataSequence(const class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> &,class rtl::OUString &,_Bool) _Bool bClearProp 1 -xmloff/source/forms/property_description.hxx:94 - void xmloff::PropertyDescription::PropertyDescription(const class rtl::OUString &,const unsigned short,const enum xmloff::token::XMLTokenEnum,class rtl::Reference<class xmloff::PropertyHandlerBase> (*const)(enum xmloff::PropertyId),const enum xmloff::PropertyId,const enum xmloff::PropertyGroup) - const enum xmloff::PropertyGroup i_propertyGroup - 0 -xmloff/source/text/txtflde.cxx:280 +xmloff/source/text/txtflde.cxx:276 _Bool GetOptionalBoolProperty(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySetInfo> &,_Bool) _Bool bDefault 0 @@ -4094,7 +4130,7 @@ xmloff/source/text/XMLSectionExport.hxx:105 _Bool XMLSectionExport::IsMuteSection(const class com::sun::star::uno::Reference<class com::sun::star::text::XTextContent> &,_Bool) const _Bool bDefault 0 -xmloff/source/transform/TransformerBase.hxx:172 +xmloff/source/transform/TransformerBase.hxx:170 const class XMLTransformerContext * XMLTransformerBase::GetAncestorContext(unsigned int) const unsigned int i 1 diff --git a/compilerplugins/clang/constantparam.constructors.results b/compilerplugins/clang/constantparam.constructors.results index 8d68417812af..3b62d1169f09 100644 --- a/compilerplugins/clang/constantparam.constructors.results +++ b/compilerplugins/clang/constantparam.constructors.results @@ -114,7 +114,7 @@ dbaccess/source/core/api/RowSetRow.hxx:40 void dbaccess::ORowSetOldRowHelper::ORowSetOldRowHelper(const class rtl::Reference<class connectivity::ORowVector<class connectivity::ORowSetValue> > &) const class rtl::Reference<class connectivity::ORowVector<class connectivity::ORowSetValue> > & _rRow ORowSetRow() -dbaccess/source/core/inc/ModelImpl.hxx:333 +dbaccess/source/core/inc/ModelImpl.hxx:336 void dbaccess::ODatabaseModelImpl::modelIsDisposing(const _Bool,struct dbaccess::ODatabaseModelImpl::ResetModelAccess) const _Bool _wasInitialized impl_isInitialized() @@ -122,7 +122,7 @@ dbaccess/source/core/inc/View.hxx:41 void dbaccess::View::View(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,_Bool,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) _Bool _bCaseSensitive isCaseSensitive() -dbaccess/source/ui/inc/adtabdlg.hxx:79 +dbaccess/source/ui/inc/adtabdlg.hxx:77 void dbaui::OAddTableDlg::OAddTableDlg(class weld::Window *,class dbaui::IAddTableDialogContext &) class dbaui::IAddTableDialogContext & _rContext impl_getDialogContext() @@ -142,6 +142,10 @@ dbaccess/source/ui/inc/TableWindowData.hxx:66 _Bool dbaui::OTableWindowData::init(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,_Bool) _Bool _bAllowQueries allowQueries() +dbaccess/source/ui/inc/WCPage.hxx:60 + void dbaui::OCopyTable::OCopyTable(class weld::Container *,class dbaui::OCopyTableWizard *) + class weld::Container * pParent + CreatePageContainer() dbaccess/source/ui/uno/copytablewizard.cxx:204 void dbaui::CopyTableWizard::impl_dialogToAttributes_nothrow(const class dbaui::OCopyTableWizard &) const class dbaui::OCopyTableWizard & _rDialog @@ -158,6 +162,10 @@ editeng/source/editeng/impedit3.cxx:155 void lcl_DrawRedLines(class OutputDevice *,long,const class Point &,unsigned long,unsigned long,const long *,const class WrongList *,short,const class Point &,_Bool,_Bool) _Bool bVertical IsVertical() +editeng/source/misc/svxacorr.cxx:2646 + _Bool SvxAutocorrWordList::CompareSvxAutocorrWordList::operator()(const class SvxAutocorrWord &,const class SvxAutocorrWord &) const + const class SvxAutocorrWord & lhs + CompareSvxAutocorrWordList() emfio/inc/mtftools.hxx:636 void emfio::MtfTools::ExcludeClipRect(const class tools::Rectangle &) const class tools::Rectangle & rRect @@ -166,11 +174,11 @@ extensions/source/abpilot/datasourcehandling.hxx:178 void abp::ODataSource::setDataSource(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,struct abp::PackageAccessControl) struct abp::PackageAccessControl PackageAccessControl() -extensions/source/dbpilots/controlwizard.hxx:114 +extensions/source/dbpilots/controlwizard.hxx:110 _Bool dbp::OControlWizard::updateContext(const struct dbp::OAccessRegulator &) const struct dbp::OAccessRegulator & OAccessRegulator() -extensions/source/dbpilots/controlwizard.hxx:115 +extensions/source/dbpilots/controlwizard.hxx:111 void dbp::OControlWizard::setFormConnection(const struct dbp::OAccessRegulator &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,_Bool) const struct dbp::OAccessRegulator & OAccessRegulator() @@ -214,19 +222,15 @@ extensions/source/propctrlr/usercontrol.hxx:146 void pcr::OTimeDurationControl::OTimeDurationControl(class vcl::Window *) class vcl::Window * pParent impl_getDefaultDialogParent_nothrow() -extensions/source/update/check/updateprotocol.hxx:31 - _Bool checkForUpdates(struct UpdateInfo &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::task::XInteractionHandler> &,const class com::sun::star::uno::Reference<class com::sun::star::deployment::XUpdateInformationProvider> &) - const class com::sun::star::uno::Reference<class com::sun::star::deployment::XUpdateInformationProvider> & rxProvider - createProvider() filter/source/flash/swfwriter.hxx:140 void swf::FlashFont::FlashFont(const class vcl::Font &,unsigned short) unsigned short nId createID() -forms/source/component/ListBox.cxx:1550 +forms/source/component/ListBox.cxx:1549 class com::sun::star::uno::Any lcl_getSingleSelectedEntryAny(const class com::sun::star::uno::Sequence<short> &,const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > &) const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > & _rStringList impl_getValues() -forms/source/component/ListBox.cxx:1566 +forms/source/component/ListBox.cxx:1565 class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> lcl_getMultiSelectedEntriesAny(const class com::sun::star::uno::Sequence<short> &,const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > &) const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > & _rStringList impl_getValues() @@ -250,19 +254,19 @@ include/comphelper/servicedecl.hxx:221 void comphelper::service_decl::detail::CreateFunc::CreateFunc<type-parameter-?-?, type-parameter-?-?, comphelper::service_decl::with_args<false> >(const type-parameter-?-? &) const type-parameter-?-? & postProcessFunc PostProcessDefaultT() -include/connectivity/dbtools.hxx:175 - class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) - const class rtl::OUString & _rPwd - "" -include/connectivity/dbtools.hxx:175 - class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) +include/connectivity/dbtools.hxx:177 + class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XWindow> &) const class rtl::OUString & _rUser "" -include/connectivity/dbtools.hxx:615 +include/connectivity/dbtools.hxx:177 + class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XWindow> &) + const class rtl::OUString & _rPwd + "" +include/connectivity/dbtools.hxx:619 class rtl::OUString createStandardCreateStatement(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,class dbtools::ISQLStatementHelper *,const class rtl::OUString &) const class rtl::OUString & _sCreatePattern "" -include/connectivity/dbtools.hxx:691 +include/connectivity/dbtools.hxx:695 class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> createSDBCXColumn(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,const class rtl::OUString &,_Bool,_Bool,_Bool,_Bool,int) _Bool _bCase isCaseSensitive() @@ -310,7 +314,7 @@ include/editeng/scripttypeitem.hxx:36 const class SfxPoolItem * SvxScriptSetItem::GetItemOfScript(unsigned short,const class SfxItemSet &,enum SvtScriptType) unsigned short nSlotId Which() -include/editeng/svxacorr.hxx:45 +include/editeng/svxacorr.hxx:46 _Bool CompareSvStringsISortDtor::operator()(const class rtl::OUString &,const class rtl::OUString &) const const class rtl::OUString & lhs Compare() @@ -326,19 +330,19 @@ include/i18nlangtag/languagetagicu.hxx:49 class icu_63::Locale LanguageTagIcu::getIcuLocale(const class LanguageTag &,const class rtl::OUString &,const class rtl::OUString &) const class rtl::OUString & rVariant "" -include/o3tl/sorted_vector.hxx:290 +include/o3tl/sorted_vector.hxx:302 _Bool o3tl::less_ptr_to::operator()(type-parameter-?-? *const &,type-parameter-?-? *const &) const type-parameter-?-? *const & lhs Compare() -include/o3tl/sorted_vector.hxx:298 +include/o3tl/sorted_vector.hxx:310 _Bool o3tl::less_uniqueptr_to::operator()(const unique_ptr<type-parameter-?-?, default_delete<type-parameter-?-?> > &,const unique_ptr<type-parameter-?-?, default_delete<type-parameter-?-?> > &) const const unique_ptr<type-parameter-?-?, default_delete<type-parameter-?-?> > & lhs Compare() -include/o3tl/sorted_vector.hxx:312 +include/o3tl/sorted_vector.hxx:324 pair<typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator, _Bool> o3tl::find_unique::operator()(typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator,typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator,const type-parameter-?-? &) typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator first Find_t() -include/o3tl/sorted_vector.hxx:329 +include/o3tl/sorted_vector.hxx:341 pair<typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator, _Bool> o3tl::find_partialorder_ptrequals::operator()(typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator,typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator,const type-parameter-?-? &) typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals, std::is_copy_constructible<type-parameter-?-?>::value>::const_iterator first Find_t() @@ -418,7 +422,7 @@ include/sfx2/dinfdlg.hxx:84 void SfxDocumentInfoItem::SfxDocumentInfoItem(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::document::XDocumentProperties> &,const class com::sun::star::uno::Sequence<struct com::sun::star::document::CmisProperty> &,_Bool,_Bool) _Bool bUseUserData IsUseUserData() -include/sfx2/dinfdlg.hxx:391 +include/sfx2/dinfdlg.hxx:389 void CustomPropertiesWindow::AddLine(const class rtl::OUString &,const class com::sun::star::uno::Any &) const class rtl::OUString & sName "" @@ -430,7 +434,7 @@ include/sfx2/docfile.hxx:276 _Bool SfxMedium::SignDocumentContentUsingCertificate(_Bool,const class com::sun::star::uno::Reference<class com::sun::star::security::XCertificate> &) _Bool bHasValidDocumentSignature HasValidSignatures() -include/sfx2/objsh.hxx:624 +include/sfx2/objsh.hxx:629 void SfxObjectShell::DoDraw(class OutputDevice *,const class Point &,const class Size &,const class JobSetup &,unsigned short) const class JobSetup & rSetup JobSetup() @@ -458,11 +462,15 @@ include/svx/charmap.hxx:150 void SvxShowCharSet::DrawChars_Impl(class OutputDevice &,int,int) int n1 FirstInView() +include/svx/DescriptionGenerator.hxx:116 + void accessibility::DescriptionGenerator::AddProperty(const class rtl::OUString &,enum accessibility::DescriptionGenerator::PropertyType,const char *) + const char * pResourceId + "" include/svx/svdtrans.hxx:62 void RotateXPoly(class XPolyPolygon &,const class Point &,double,double) const class Point & rRef Point() -include/vbahelper/vbahelper.hxx:122 +include/vbahelper/vbahelper.hxx:120 class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool) const class rtl::OUString & rDefault "" @@ -498,27 +506,27 @@ include/vcl/graphictools.hxx:278 void SvtGraphicFill::SvtGraphicFill(const class tools::PolyPolygon &,class Color,double,enum SvtGraphicFill::FillRule,enum SvtGraphicFill::FillType,const struct SvtGraphicFill::Transform &,_Bool,enum SvtGraphicFill::HatchType,class Color,enum SvtGraphicFill::GradientType,class Color,class Color,int,const class Graphic &) class Color aFillColor Color() -include/vcl/outdev.hxx:1562 +include/vcl/outdev.hxx:1569 class Bitmap OutputDevice::GetDownsampledBitmap(const class Size &,const class Point &,const class Size &,const class Bitmap &,long,long) const class Point & rSrcPt Point() -include/vcl/print.hxx:644 +include/vcl/print.hxx:647 class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setSubgroupControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const struct vcl::PrinterOptionsHelper::UIControlOptions &) const class rtl::OUString & i_rHelpId "" -include/vcl/print.hxx:660 +include/vcl/print.hxx:663 class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setChoiceRadiosControlOpt(const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int,const class com::sun::star::uno::Sequence<unsigned char> &,const struct vcl::PrinterOptionsHelper::UIControlOptions &) const class rtl::OUString & i_rTitle "" -include/vcl/print.hxx:671 +include/vcl/print.hxx:674 class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setRangeControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,const struct vcl::PrinterOptionsHelper::UIControlOptions &) const class rtl::OUString & i_rTitle "" -include/vcl/print.hxx:679 +include/vcl/print.hxx:682 class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setEditControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const struct vcl::PrinterOptionsHelper::UIControlOptions &) const class rtl::OUString & i_rTitle "" -include/vcl/toolbox.hxx:423 +include/vcl/toolbox.hxx:413 void ToolBox::SetHelpText(unsigned short,const class rtl::OUString &) const class rtl::OUString & rText "" @@ -526,15 +534,15 @@ include/vcl/toolkit/unowrap.hxx:70 class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> UnoWrapperBase::CreateAccessible(class Menu *,_Bool) _Bool bIsMenuBar IsMenuBar() -include/vcl/transfer.hxx:311 +include/vcl/transfer.hxx:319 class com::sun::star::uno::Any TransferableDataHelper::GetAny(enum SotClipboardFormatId,const class rtl::OUString &) const const class rtl::OUString & rDestDoc "" -include/vcl/transfer.hxx:349 +include/vcl/transfer.hxx:357 class com::sun::star::uno::Sequence<signed char> TransferableDataHelper::GetSequence(enum SotClipboardFormatId,const class rtl::OUString &) const class rtl::OUString & rDestDoc "" -include/vcl/treelistbox.hxx:729 +include/vcl/treelistbox.hxx:716 void SvTreeListBox::ShowFocusRect(const class SvTreeListEntry *) const class SvTreeListEntry * pEntry FirstSelected() @@ -542,7 +550,7 @@ include/vcl/virdev.hxx:157 _Bool VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(const class Size &,const class Fraction &,const class Point &,unsigned char *) const class Point & rNewOffset Point() -include/vcl/weld.hxx:520 +include/vcl/weld.hxx:597 void weld::ComboBox::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &) const class rtl::OUString & rId "" @@ -614,15 +622,15 @@ opencl/source/opencl_device.cxx:430 void (anonymous namespace)::LogWriter::text(const class rtl::OString &) const class rtl::OString & rText "" -opencl/source/openclwrapper.cxx:708 +opencl/source/openclwrapper.cxx:707 struct _cl_device_id * findDeviceIdByDeviceString(const class rtl::OUString &,const class std::__debug::vector<struct OpenCLPlatformInfo, class std::allocator<struct OpenCLPlatformInfo> > &) const class std::__debug::vector<struct OpenCLPlatformInfo, class std::allocator<struct OpenCLPlatformInfo> > & rPlatforms fillOpenCLInfo() -reportdesign/source/ui/dlg/Condition.hxx:154 +reportdesign/source/ui/dlg/Condition.hxx:130 void rptui::Condition::setConditionIndex(unsigned long,unsigned long) unsigned long _nCondCount impl_getConditionCount() -sal/qa/osl/file/osl_File.cxx:369 +sal/qa/osl/file/osl_File.cxx:368 class rtl::OString outputError(const class rtl::OString &,const class rtl::OString &,const char *) const char * msg "" @@ -634,7 +642,7 @@ sc/qa/unit/helper/qahelper.hxx:197 class tools::SvRef<class ScDocShell> ScBootstrapFixture::saveAndReload(class ScDocShell *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum SfxFilterFlags) const class rtl::OUString & rUserData "" -sc/source/core/tool/token.cxx:4811 +sc/source/core/tool/token.cxx:4815 void appendTokenByType(struct sc::TokenStringContext &,class rtl::OUStringBuffer &,const class formula::FormulaToken &,const class ScAddress &,_Bool) _Bool bFromRangeName IsFromRangeName() @@ -658,7 +666,7 @@ sc/source/filter/inc/xechart.hxx:799 void XclExpChChart3d::Convert(const class ScfPropertySet &,_Bool) _Bool b3dWallChart Is3dWallChart() -sc/source/filter/inc/xestream.hxx:277 +sc/source/filter/inc/xestream.hxx:283 void XclExpXmlStream::XclExpXmlStream(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,_Bool,_Bool) _Bool bExportTemplate isExportTemplate() @@ -690,11 +698,11 @@ sc/source/filter/oox/formulabuffer.cxx:299 void processSheetFormulaCells(class ScDocumentImport &,struct oox::xls::FormulaBuffer::SheetItem &,class SvNumberFormatter &,const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::ExternalLinkInfo> &,_Bool) _Bool bGeneratorKnownGood isGeneratorKnownGood() -sc/source/ui/inc/AccessibleCsvControl.hxx:479 +sc/source/ui/inc/AccessibleCsvControl.hxx:446 void ScAccessibleCsvCell::ScAccessibleCsvCell(class ScCsvGrid &,const class rtl::OUString &,int,int) class ScCsvGrid & rGrid implGetGrid() -sc/source/ui/vba/vbasheetobject.hxx:171 +sc/source/ui/vba/vbasheetobject.hxx:175 void ScVbaButton::ScVbaButton(const class com::sun::star::uno::Reference<class ooo::vba::XHelperInterface> &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XIndexContainer> &,const class com::sun::star::uno::Reference<class com::sun::star::drawing::XControlShape> &) const class com::sun::star::uno::Reference<class com::sun::star::container::XIndexContainer> & rxFormIC createForm() @@ -706,11 +714,11 @@ sd/source/filter/eppt/eppt.hxx:177 unsigned int PPTWriter::ImplInsertBookmarkURL(const class rtl::OUString &,const unsigned int,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) const class rtl::OUString & rStringVer2 "" -sd/source/filter/eppt/pptx-animations.cxx:553 +sd/source/filter/eppt/pptx-animations.cxx:552 void (anonymous namespace)::NodeContext::initValid(_Bool,_Bool) _Bool bHasValidChild initChildNodes() -sd/source/filter/xml/sdxmlwrp.cxx:144 +sd/source/filter/xml/sdxmlwrp.cxx:143 const struct XML_SERVICES * getServices(_Bool,_Bool,unsigned long) _Bool bDraw IsDraw() @@ -806,11 +814,11 @@ svx/source/inc/xmlxtimp.hxx:43 _Bool SvxXMLXTableImport::load(const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> &,_Bool *) const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> & xTable createInstance() -svx/source/svdraw/svdmodel.cxx:1892 +svx/source/svdraw/svdmodel.cxx:1891 void addPair(class std::__debug::vector<struct std::pair<class rtl::OUString, class com::sun::star::uno::Any>, class std::allocator<struct std::pair<class rtl::OUString, class com::sun::star::uno::Any> > > &,const class rtl::OUString &,const type-parameter-?-?) const type-parameter-?-? val IsAnchoredTextOverflowLegacy() -sw/inc/doc.hxx:915 +sw/inc/doc.hxx:917 const class SwTOXMark & SwDoc::GotoTOXMark(const class SwTOXMark &,enum SwTOXSearch,_Bool) _Bool bInReadOnly IsReadOnlyAvailable() @@ -822,19 +830,19 @@ sw/inc/ndarr.hxx:74 _Bool CompareSwOutlineNodes::operator()(class SwNode *const &,class SwNode *const &) const class SwNode *const & lhs Compare() -sw/inc/shellio.hxx:163 +sw/inc/shellio.hxx:164 void SwReader::SwReader(class SvStream &,const class rtl::OUString &,const class rtl::OUString &,class SwPaM &) const class rtl::OUString & rFilename "" -sw/inc/shellio.hxx:165 +sw/inc/shellio.hxx:166 void SwReader::SwReader(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class rtl::OUString &,class SwPaM &) const class rtl::OUString & rFilename "" -sw/inc/shellio.hxx:460 +sw/inc/shellio.hxx:459 class SvStream & Writer::OutLong(class SvStream &,long) class SvStream & rStrm Strm() -sw/inc/shellio.hxx:461 +sw/inc/shellio.hxx:460 class SvStream & Writer::OutULong(class SvStream &,unsigned long) class SvStream & rStrm Strm() @@ -842,7 +850,7 @@ sw/inc/tblsel.hxx:47 _Bool CompareSwSelBoxes::operator()(class SwTableBox *const &,class SwTableBox *const &) const class SwTableBox *const & lhs Compare() -sw/source/core/access/acctable.cxx:106 +sw/source/core/access/acctable.cxx:101 void SwAccessibleTableData_Impl::SwAccessibleTableData_Impl(class SwAccessibleMap &,const class SwTabFrame *,_Bool,_Bool) _Bool bIsInPagePreview IsInPagePreview() @@ -858,11 +866,11 @@ sw/source/core/inc/anchoredobjectposition.hxx:188 long objectpositioning::SwAnchoredObjectPosition::AdjustVertRelPos(const long,const _Bool,const _Bool,const class SwFrame &,const long,const _Bool,const _Bool) const const _Bool bFollowTextFlow DoesObjFollowsTextFlow() -sw/source/core/inc/layact.hxx:210 +sw/source/core/inc/layact.hxx:201 void SwLayIdle::SwLayIdle(class SwRootFrame *,class SwViewShellImp *) class SwViewShellImp * pImp Imp() -sw/source/core/inc/swfont.hxx:74 +sw/source/core/inc/swfont.hxx:77 void SwSubFont::DrawText_(class SwDrawTextInfo &,const _Bool) const _Bool bGrey IsGreyWave() @@ -919,14 +927,14 @@ sw/source/filter/inc/wrtswtbl.hxx:203 const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > & lhs Compare() sw/source/filter/ww8/docxexport.hxx:274 - void DocxExport::DocxExport(class DocxExportFilter *,class SwDoc *,class SwPaM *,class SwPaM *,_Bool,_Bool) + void DocxExport::DocxExport(class DocxExportFilter *,class SwDoc *,class std::shared_ptr<class SwUnoCursor> &,class SwPaM *,_Bool,_Bool) _Bool bTemplate isExportTemplate() sw/source/filter/ww8/wrtww8.hxx:273 void WW8_WrPlcSepx::WriteSepx(class SvStream &) const class SvStream & rStrm Strm() -sw/source/filter/ww8/ww8scan.hxx:1532 +sw/source/filter/ww8/ww8scan.hxx:1531 void WW8Fib::Write(class SvStream &) class SvStream & rStrm Strm() @@ -944,13 +952,13 @@ sw/source/filter/xml/xmltexti.hxx:38 IsInsertMode() sw/source/filter/xml/xmltexti.hxx:38 void SwXMLTextImportHelper::SwXMLTextImportHelper(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,class SvXMLImport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,_Bool,_Bool,_Bool) - _Bool bStylesOnlyM - IsStylesOnlyMode() -sw/source/filter/xml/xmltexti.hxx:38 - void SwXMLTextImportHelper::SwXMLTextImportHelper(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,class SvXMLImport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,_Bool,_Bool,_Bool) _Bool bBlockM IsBlockMode() -sw/source/ui/vba/vbadocuments.cxx:60 +sw/source/filter/xml/xmltexti.hxx:38 + void SwXMLTextImportHelper::SwXMLTextImportHelper(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,class SvXMLImport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,_Bool,_Bool,_Bool) + _Bool bStylesOnlyM + IsStylesOnlyMode() +sw/source/ui/vba/vbadocuments.cxx:59 void DocumentEnumImpl::DocumentEnumImpl(const class com::sun::star::uno::Reference<class ooo::vba::XHelperInterface> &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XEnumeration> &,const class com::sun::star::uno::Any &) const class com::sun::star::uno::Any & aApplication Application() @@ -982,6 +990,10 @@ vcl/inc/WidgetDrawInterface.hxx:87 _Bool vcl::WidgetDrawInterface::getNativeControlRegion(enum ControlType,enum ControlPart,const class tools::Rectangle &,enum ControlState,const class ImplControlValue &,const class rtl::OUString &,class tools::Rectangle &,class tools::Rectangle &) const class rtl::OUString & aCaption "" +vcl/qa/cppunit/svm/svmtest.cxx:43 + class GDIMetaFile SvmTest::writeAndReadStream(class GDIMetaFile &,const class rtl::OUString &) + const class rtl::OUString & rName + "" vcl/source/control/field2.cxx:363 void ImplPatternProcessStrictModify(class Edit *,const class rtl::OString &,const class rtl::OUString &,_Bool) _Bool bSameMask @@ -1018,35 +1030,35 @@ vcl/source/control/field2.cxx:1889 _Bool ImplTimeProcessKeyInput(const class KeyEvent &,_Bool,_Bool,enum TimeFieldFormat,const class LocaleDataWrapper &) _Bool bDuration IsDuration() -vcl/source/control/field.cxx:955 - _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) - const class LocaleDataWrapper & rWrapper - ImplGetLocaleDataWrapper() -vcl/source/control/field.cxx:955 +vcl/source/control/field.cxx:1031 _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) _Bool bUseThousandSep IsUseThousandSep() -vcl/source/control/field.cxx:1732 +vcl/source/control/field.cxx:1031 + _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) + const class LocaleDataWrapper & rWrapper + ImplGetLocaleDataWrapper() +vcl/source/control/field.cxx:1855 _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) const class LocaleDataWrapper & rWrapper ImplGetLocaleDataWrapper() -vcl/source/control/field.cxx:1732 +vcl/source/control/field.cxx:1855 _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) _Bool bUseThousandSep IsUseThousandSep() -vcl/source/control/field.cxx:1739 +vcl/source/control/field.cxx:1862 _Bool ImplCurrencyGetValue(const class rtl::OUString &,long &,unsigned short,const class LocaleDataWrapper &) const class LocaleDataWrapper & rWrapper ImplGetLocaleDataWrapper() -vcl/source/control/imivctl.hxx:405 +vcl/source/control/imivctl.hxx:404 void SvxIconChoiceCtrl_Impl::SetColumn(unsigned short,const class SvxIconChoiceCtrlColumnInfo &) const class SvxIconChoiceCtrlColumnInfo & SvxIconChoiceCtrlColumnInfo() -vcl/source/edit/vclmedit.cxx:97 +vcl/source/edit/vclmedit.cxx:98 void ImpVclMEdit::Enable(_Bool) _Bool bEnable IsEnabled() -writerfilter/source/rtftok/rtflookahead.hxx:32 +writerfilter/source/rtftok/rtflookahead.hxx:31 void writerfilter::rtftok::RTFLookahead::RTFLookahead(class SvStream &,unsigned long) class SvStream & rStream Strm() @@ -1054,15 +1066,15 @@ writerperfect/qa/unit/WpftLoader.hxx:71 void writerperfect::test::WpftLoader::WpftLoader(const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,const class com::sun::star::uno::Reference<class com::sun::star::document::XFilter> &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XDesktop2> &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> & rxInputStream createDummyInput() -xmlhelp/source/cxxhelp/provider/urlparameter.cxx:299 +xmlhelp/source/cxxhelp/provider/urlparameter.cxx:290 void InputStreamTransformer::InputStreamTransformer(class chelp::URLParameter *,class chelp::Databases *,_Bool) _Bool isRoot isRoot() -xmlhelp/source/cxxhelp/provider/urlparameter.hxx:216 +xmlhelp/source/cxxhelp/provider/urlparameter.hxx:215 _Bool chelp::URLParameter::name(_Bool) _Bool modulePresent module() -xmloff/source/style/XMLFontAutoStylePool.cxx:117 +xmloff/source/style/XMLFontAutoStylePool.cxx:116 _Bool XMLFontAutoStylePoolEntryCmp_Impl::operator()(const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > &,const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > &) const const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > & r1 Compare() diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results index 71bb7f333186..84b1951c6344 100644 --- a/compilerplugins/clang/constantparam.numbers.results +++ b/compilerplugins/clang/constantparam.numbers.results @@ -30,23 +30,23 @@ canvas/workben/canvasdemo.cxx:146 void DemoRenderer::drawStringAt(class rtl::OString,double,double) double y 15 -canvas/workben/canvasdemo.cxx:488 +canvas/workben/canvasdemo.cxx:485 void DemoRenderer::drawRegularPolygon(double,double,int,double) double r 15 -canvas/workben/canvasdemo.cxx:488 +canvas/workben/canvasdemo.cxx:485 void DemoRenderer::drawRegularPolygon(double,double,int,double) double centery 35 -chart2/qa/extras/chart2export.cxx:416 +chart2/qa/extras/chart2export.cxx:426 void checkPolynomialTrendline(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XRegressionCurve> &,const class rtl::OUString &,int,double,double,double) int aExpectedDegree 3 -chart2/qa/extras/chart2export.cxx:438 +chart2/qa/extras/chart2export.cxx:448 void checkMovingAverageTrendline(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XRegressionCurve> &,const class rtl::OUString &,int) int aExpectedPeriod 3 -chart2/qa/extras/chart2export.cxx:900 +chart2/qa/extras/chart2export.cxx:924 void ::change(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,short) short nNumFmtTypeFlag 16 @@ -102,7 +102,7 @@ connectivity/source/drivers/mork/MQueryHelper.hxx:171 _Bool connectivity::mork::MQueryHelper::getRowValue(class connectivity::ORowSetValue &,int,const class rtl::OUString &,int) int nType 12 -connectivity/source/drivers/postgresql/pq_connection.cxx:430 +connectivity/source/drivers/postgresql/pq_connection.cxx:429 void properties2arrays(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,const class com::sun::star::uno::Reference<class com::sun::star::script::XTypeConverter> &,unsigned short,class pq_sdbc_driver::cstr_vector &,class pq_sdbc_driver::cstr_vector &) unsigned short enc 76 @@ -138,23 +138,27 @@ cppcanvas/source/inc/implrenderer.hxx:189 _Bool cppcanvas::internal::ImplRenderer::isActionContained(class GDIMetaFile &,const char *,enum MetaActionType) enum MetaActionType nType 147 -cui/source/inc/chardlg.hxx:289 +cui/source/dialogs/hangulhanjadlg.cxx:104 + void svx::PseudoRubyText::Paint(class OutputDevice &,const class tools::Rectangle &,enum DrawTextFlags,class tools::Rectangle *,class tools::Rectangle *) + enum DrawTextFlags _nTextStyle + 274 +cui/source/inc/chardlg.hxx:268 void SvxCharPositionPage::UpdatePreview_Impl(unsigned char,unsigned char,short) unsigned char nProp 100 -cui/source/inc/cuihyperdlg.hxx:60 +cui/source/inc/cuihyperdlg.hxx:49 void SvxHlinkCtrl::SvxHlinkCtrl(unsigned short,class SfxBindings &,class SvxHpLinkDlg *) unsigned short nId 10361 -cui/source/inc/optlingu.hxx:153 +cui/source/inc/optlingu.hxx:143 void SvxLinguTabPage::HideGroups(unsigned short) unsigned short nGrp 8 -cui/source/inc/SpellDialog.hxx:125 +cui/source/inc/SpellDialog.hxx:113 void svx::SentenceEditWindow_Impl::UndoActionStart(unsigned short) unsigned short nId 205 -cui/source/inc/SvxToolbarConfigPage.hxx:73 +cui/source/inc/SvxToolbarConfigPage.hxx:61 void SvxToolbarConfigPage::AddFunction(int) int nTarget -1 @@ -162,7 +166,7 @@ cui/source/options/cfgchart.hxx:90 void SvxChartColorTableItem::SvxChartColorTableItem(unsigned short,const class SvxChartColorTable &) unsigned short nWhich 10437 -cui/source/options/connpoolsettings.hxx:74 +cui/source/options/connpoolsettings.hxx:76 void offapp::DriverPoolingSettingsItem::DriverPoolingSettingsItem(unsigned short,const class offapp::DriverPoolingSettings &) unsigned short _nId 17148 @@ -170,7 +174,7 @@ cui/source/options/dbregistersettings.hxx:68 void svx::DatabaseMapItem::DatabaseMapItem(unsigned short,const class std::__debug::map<class rtl::OUString, struct svx::DatabaseRegistration, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, struct svx::DatabaseRegistration> > > &) unsigned short _nId 17149 -cui/source/tabpages/align.cxx:68 +cui/source/tabpages/align.cxx:60 void lcl_MaybeResetAlignToDistro(class weld::ComboBox &,unsigned short,const class SfxItemSet &,unsigned short,unsigned short,type-parameter-?-?) type-parameter-?-? eBlock 4 @@ -182,22 +186,10 @@ dbaccess/source/core/inc/columnsettings.hxx:40 void dbaccess::IPropertyContainer::registerMayBeVoidProperty(const class rtl::OUString &,int,int,class com::sun::star::uno::Any *,const class com::sun::star::uno::Type &) int _nAttributes 3 -dbaccess/source/ext/macromigration/migrationerror.hxx:114 - void dbmm::MigrationError::MigrationError(const enum dbmm::MigrationErrorType,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Any &) - const enum dbmm::MigrationErrorType _eType - 17 -dbaccess/source/ext/macromigration/progressmixer.hxx:37 - void dbmm::IProgressConsumer::start(unsigned int) - unsigned int _nRange - 100000 -dbaccess/source/ui/dlg/adminpages.hxx:253 +dbaccess/source/ui/dlg/adminpages.hxx:224 void dbaui::OGenericAdministrationPage::fillString(class SfxItemSet &,const class dbaui::OConnectionURLEdit *,unsigned short,_Bool &) unsigned short _nID 3 -dbaccess/source/ui/dlg/adminpages.hxx:275 - void dbaui::LayoutHelper::positionBelow(const class Control &,class Control &,const long) - const long _nIndentAppFont - 10 dbaccess/source/ui/dlg/dsnItem.hxx:39 void dbaui::DbuTypeCollectionItem::DbuTypeCollectionItem(short,class dbaccess::ODsnTypeCollection *) short nWhich @@ -206,7 +198,7 @@ dbaccess/source/ui/inc/charsetlistbox.hxx:37 _Bool dbaui::CharSetListBox::StoreSelectedCharSet(class SfxItemSet &,const unsigned short) const unsigned short _nItemId 11 -dbaccess/source/ui/inc/FieldDescControl.hxx:159 +dbaccess/source/ui/inc/FieldDescControl.hxx:144 void dbaui::OFieldDescControl::CellModified(long,unsigned short) long nRow -1 @@ -214,7 +206,7 @@ dbaccess/source/ui/inc/JAccess.hxx:57 void dbaui::OJoinDesignViewAccess::notifyAccessibleEvent(const short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &) const short _nEventId 7 -dbaccess/source/ui/inc/JoinExchange.hxx:55 +dbaccess/source/ui/inc/JoinExchange.hxx:56 void dbaui::OJoinExchObj::StartDrag(class vcl::Window *,signed char,class dbaui::IDragTransferableListener *) signed char nDragSourceActions 4 @@ -249,27 +241,23 @@ editeng/source/editeng/impedit.hxx:644 editeng/source/editeng/impedit.hxx:959 void ImpEditEngine::SetLanguageAndFont(const struct ESelection &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,unsigned short,const class vcl::Font *,unsigned short) unsigned short nLangWhichId - 4037 + 4038 editeng/source/editeng/impedit.hxx:959 void ImpEditEngine::SetLanguageAndFont(const struct ESelection &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,unsigned short,const class vcl::Font *,unsigned short) unsigned short nFontWhichId - 4039 + 4040 editeng/source/editeng/textconv.hxx:89 void TextConvWrapper::SetLanguageAndFont(const struct ESelection &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,unsigned short,const class vcl::Font *,unsigned short) unsigned short nLangWhichId - 4037 + 4038 editeng/source/editeng/textconv.hxx:89 void TextConvWrapper::SetLanguageAndFont(const struct ESelection &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,unsigned short,const class vcl::Font *,unsigned short) unsigned short nFontWhichId - 4039 + 4040 editeng/source/outliner/outlundo.hxx:33 void OutlinerUndoBase::OutlinerUndoBase(unsigned short,class Outliner *) unsigned short nId 200 -extensions/source/update/ui/updatecheckui.cxx:120 - void (anonymous namespace)::BubbleWindow::Show(_Bool,enum ShowFlags) - enum ShowFlags nFlags - 4 filter/source/config/cache/filtercache.hxx:335 _Bool filter::config::FilterCache::isFillState(enum filter::config::FilterCache::EFillState) const enum filter::config::FilterCache::EFillState eRequired @@ -446,7 +434,7 @@ include/comphelper/storagehelper.hxx:117 class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> comphelper::OStorageHelper::GetStorageFromStream(const class com::sun::star::uno::Reference<class com::sun::star::io::XStream> &,int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) int nStorageMode 7 -include/connectivity/dbtools.hxx:296 +include/connectivity/dbtools.hxx:299 class com::sun::star::sdbc::SQLException prependErrorInfo(const class com::sun::star::sdbc::SQLException &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const class rtl::OUString &,const enum dbtools::StandardSQLState) const enum dbtools::StandardSQLState _eSQLState 2147483647 @@ -466,7 +454,7 @@ include/connectivity/sqlerror.hxx:205 void connectivity::SQLError::raiseTypedException(const int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const class com::sun::star::uno::Type &) const const int _eCondition 100 -include/dbaccess/genericcontroller.hxx:315 +include/dbaccess/genericcontroller.hxx:311 _Bool dbaui::OGenericUnoController::isFeatureSupported(int) int _nId 5502 @@ -493,13 +481,13 @@ include/editeng/AccessibleParaManager.hxx:243 include/editeng/bulletitem.hxx:60 void SvxBulletItem::SvxBulletItem(unsigned short) unsigned short nWhich - 4014 + 4015 include/editeng/editeng.hxx:290 struct ESelection EditEngine::GetWord(const struct ESelection &,unsigned short) const unsigned short nWordType 2 include/editeng/editeng.hxx:302 - void EditEngine::InsertParagraph(int,const class EditTextObject &) + void EditEngine::InsertParagraph(int,const class EditTextObject &,const _Bool) int nPara 2147483647 include/editeng/editeng.hxx:335 @@ -517,7 +505,7 @@ include/editeng/editund2.hxx:37 include/editeng/editview.hxx:227 void EditView::RemoveCharAttribs(int,unsigned short) unsigned short nWhich - 4026 + 4027 include/editeng/fhgtitem.hxx:72 void SvxFontHeightItem::SetHeight(unsigned int,unsigned short,enum MapUnit,enum MapUnit) enum MapUnit eUnit @@ -525,11 +513,11 @@ include/editeng/fhgtitem.hxx:72 include/editeng/flditem.hxx:76 void SvxFieldItem::SvxFieldItem(class std::unique_ptr<class SvxFieldData, struct std::default_delete<class SvxFieldData> >,const unsigned short) const unsigned short nId - 4058 + 4059 include/editeng/flditem.hxx:77 void SvxFieldItem::SvxFieldItem(const class SvxFieldData &,const unsigned short) const unsigned short nId - 4058 + 4059 include/editeng/justifyitem.hxx:33 void SvxHorJustifyItem::SvxHorJustifyItem(const unsigned short) const unsigned short nId @@ -558,11 +546,11 @@ include/editeng/outliner.hxx:152 void Paragraph::RemoveFlag(enum ParaFlag) enum ParaFlag nFlag 256 -include/editeng/outliner.hxx:843 +include/editeng/outliner.hxx:845 void Outliner::SetParaFlag(class Paragraph *,enum ParaFlag) enum ParaFlag nFlag 256 -include/editeng/outliner.hxx:844 +include/editeng/outliner.hxx:846 _Bool Outliner::HasParaFlag(const class Paragraph *,enum ParaFlag) enum ParaFlag nFlag 256 @@ -573,7 +561,7 @@ include/editeng/outlobj.hxx:106 include/editeng/prntitem.hxx:38 void SvxPrintItem::SvxPrintItem(const unsigned short,const _Bool) const unsigned short nId - 97 + 98 include/editeng/svxrtf.hxx:223 class rtl::OUString & SvxRTFParser::DelCharAtEnd(class rtl::OUString &,const char16_t) const char16_t cDel @@ -598,11 +586,11 @@ include/filter/msfilter/escherex.hxx:729 void EscherPropertyContainer::Commit(class SvStream &,unsigned short,unsigned short) unsigned short nVersion 3 -include/filter/msfilter/msdffimp.hxx:569 +include/filter/msfilter/msdffimp.hxx:568 _Bool SvxMSDffManager::SeekToRec2(unsigned short,unsigned short,unsigned long) const unsigned short nRecId2 4000 -include/filter/msfilter/msdffimp.hxx:569 +include/filter/msfilter/msdffimp.hxx:568 _Bool SvxMSDffManager::SeekToRec2(unsigned short,unsigned short,unsigned long) const unsigned short nRecId1 4008 @@ -634,7 +622,7 @@ include/formula/tokenarray.hxx:534 void formula::FormulaTokenIterator::Item::Item(const class formula::FormulaTokenArray *,short,short) short stop 32767 -include/formula/tokenarray.hxx:653 +include/formula/tokenarray.hxx:657 void formula::FormulaTokenArrayPlainIterator::AfterRemoveToken(unsigned short,unsigned short) unsigned short nCount 2 @@ -670,7 +658,7 @@ include/oox/drawingml/drawingmltypes.hxx:226 void oox::drawingml::EmuRectangle::EmuRectangle(long,long,long,long) long nHeight -1 -include/oox/export/drawingml.hxx:206 +include/oox/export/drawingml.hxx:207 void oox::drawingml::DrawingML::WriteBlipFill(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,int) int nXmlNamespace 421 @@ -702,14 +690,14 @@ include/oox/helper/containerhelper.hxx:193 class rtl::OUString oox::ContainerHelper::insertByUnusedName(const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> &,const class rtl::OUString &,char16_t,const class com::sun::star::uno::Any &) char16_t cSeparator 32 -include/oox/helper/helper.hxx:105 +include/oox/helper/helper.hxx:101 type-parameter-?-? getIntervalValue(type-parameter-?-?,type-parameter-?-?,type-parameter-?-?) type-parameter-?-? nEnd 360 include/oox/helper/propertyset.hxx:110 _Bool oox::PropertySet::setProperty(int,class Color) int nPropId - 497 + 499 include/oox/helper/textinputstream.hxx:42 void oox::TextInputStream::TextInputStream(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,unsigned short) unsigned short eTextEnc @@ -802,11 +790,11 @@ include/sfx2/linkmgr.hxx:63 _Bool sfx2::LinkManager::InsertLink(class sfx2::SvBaseLink *,unsigned short,enum SfxLinkUpdateMode,const class rtl::OUString *) enum SfxLinkUpdateMode nUpdateType 3 -include/sfx2/lokhelper.hxx:64 +include/sfx2/lokhelper.hxx:73 void SfxLokHelper::postMouseEventAsync(const class VclPtr<class vcl::Window> &,int,const class Point &,int,enum MouseEventModifiers,int,int) enum MouseEventModifiers aModifiers 256 -include/sfx2/mgetempl.hxx:85 +include/sfx2/mgetempl.hxx:83 _Bool SfxManageStyleSheetPage::Execute_Impl(unsigned short,const class rtl::OUString &,unsigned short) unsigned short nId 5550 @@ -838,10 +826,6 @@ include/sfx2/tbxctrl.hxx:88 void SfxPopupWindow::SfxPopupWindow(unsigned short,class vcl::Window *,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,long) long nBits 1610612810 -include/sfx2/templatelocalview.hxx:72 - void TemplateLocalView::TemplateLocalView(class vcl::Window *,long) - long nWinStyle - 256 include/sfx2/templatelocalview.hxx:228 class BitmapEx SfxTemplateLocalView::fetchThumbnail(const class rtl::OUString &,long,long) long height @@ -864,12 +848,12 @@ include/sfx2/thumbnailview.hxx:345 96 include/sfx2/thumbnailview.hxx:345 void SfxThumbnailView::setItemDimensions(long,long,long,int) - long ItemWidth - 160 -include/sfx2/thumbnailview.hxx:345 - void SfxThumbnailView::setItemDimensions(long,long,long,int) int itemPadding 5 +include/sfx2/thumbnailview.hxx:345 + void SfxThumbnailView::setItemDimensions(long,long,long,int) + long ItemWidth + 160 include/sot/stg.hxx:98 class BaseStorage * BaseStorage::OpenUCBStorage(const class rtl::OUString &,enum StreamMode,_Bool) enum StreamMode @@ -938,11 +922,11 @@ include/svl/urihelper.hxx:148 class rtl::OUString removePassword(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short) enum INetURLObject::DecodeMechanism eDecodeMechanism 3 -include/svl/zformat.hxx:385 +include/svl/zformat.hxx:390 _Bool SvNumberformat::IsInQuote(const class rtl::OUString &,int,char16_t,char16_t,char16_t) char16_t cEscOut 92 -include/svl/zformat.hxx:400 +include/svl/zformat.hxx:405 int SvNumberformat::GetQuoteEnd(const class rtl::OUString &,int,char16_t,char16_t) char16_t cQuote 34 @@ -966,22 +950,18 @@ include/svtools/ctrlbox.hxx:462 void SvtFontSizeBox::EnablePtRelativeMode(short,short,short) short nStep 10 +include/svtools/editsyntaxhighlighter.hxx:41 + void MultiLineEditSyntaxHighlight::MultiLineEditSyntaxHighlight(class vcl::Window *,long,enum HighlighterLanguage) + long nWinStyle + 24584 include/svtools/htmlout.hxx:66 class SvStream & HTMLOutFuncs::Out_Hex(class SvStream &,unsigned long,unsigned char) unsigned char nLen 2 -include/svtools/roadmapwizard.hxx:203 - void svt::RoadmapWizard::updateRoadmapItemLabel(short) - short _nState - 2 include/svtools/sampletext.hxx:40 class rtl::OUString makeMinimalTextForScript(enum UScriptCode) enum UScriptCode eScript 19 -include/svtools/simptabl.hxx:92 - void SvSimpleTable::InsertHeaderEntry(const class rtl::OUString &,unsigned short,enum HeaderBarItemBits) - unsigned short nCol - 65535 include/svtools/unitconv.hxx:45 long ControlToItem(long,enum FieldUnit,enum MapUnit) enum FieldUnit eCtrl @@ -1006,10 +986,6 @@ include/svx/chrtitem.hxx:119 void SvxChartIndicateItem::SvxChartIndicateItem(enum SvxChartIndicate,unsigned short) unsigned short nId 22 -include/svx/colorbox.hxx:121 - void ColorListBox::SetSlotId(unsigned short,_Bool) - unsigned short nSlotId - 10017 include/svx/dbaexchange.hxx:71 void svx::OColumnTransferable::OColumnTransferable(const class svx::ODataAccessDescriptor &,enum ColumnTransferFormatFlags) enum ColumnTransferFormatFlags _nFormats @@ -1109,11 +1085,15 @@ include/svx/galmisc.hxx:185 include/svx/grfcrop.hxx:33 void SvxGrfCrop::SvxGrfCrop(unsigned short) unsigned short - 131 -include/svx/langbox.hxx:80 + 132 +include/svx/langbox.hxx:78 int SvxLanguageBoxBase::ImplInsertLanguage(struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,short) int nPos 2147483647 +include/svx/langbox.hxx:78 + int SvxLanguageBoxBase::ImplInsertLanguage(struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,short) + short nType + 4 include/svx/numinf.hxx:33 void SvxNumberInfoItem::SvxNumberInfoItem(const unsigned short) const unsigned short nId @@ -1149,15 +1129,15 @@ include/svx/ruler.hxx:247 include/svx/sdtaitm.hxx:39 void SdrTextVertAdjustItem::SdrTextVertAdjustItem(enum SdrTextVertAdjust,unsigned short) unsigned short nWhich - 129 + 130 include/svx/svdetc.hxx:104 class std::unique_ptr<unsigned short [], struct std::default_delete<unsigned short []> > RemoveWhichRange(const unsigned short *,unsigned short,unsigned short) unsigned short nRangeBeg - 4004 + 4005 include/svx/svdetc.hxx:104 class std::unique_ptr<unsigned short [], struct std::default_delete<unsigned short []> > RemoveWhichRange(const unsigned short *,unsigned short,unsigned short) unsigned short nRangeEnd - 4058 + 4059 include/svx/svdhdl.hxx:349 void SdrHdlLine::SdrHdlLine(class SdrHdl &,class SdrHdl &,enum SdrHdlKind) enum SdrHdlKind eNewKind @@ -1174,10 +1154,6 @@ include/svx/svdhdl.hxx:409 void ImpMeasureHdl::ImpMeasureHdl(const class Point &,enum SdrHdlKind) enum SdrHdlKind eNewKind 20 -include/svx/svditer.hxx:59 - void SdrObjListIter::SdrObjListIter(const class SdrMarkList &,enum SdrIterMode) - enum SdrIterMode eMode - 2 include/svx/svdmodel.hxx:119 void SdrHint::SdrHint(enum SdrHintKind,const class SdrPage *) enum SdrHintKind eNewHint @@ -1190,12 +1166,12 @@ include/svx/SvxNumOptionsTabPageHelper.hxx:47 void SvxNumOptionsTabPageHelper::GetI18nNumbering(class ListBox &,unsigned short) unsigned short nDoNotRemove 65535 -include/svx/txencbox.hxx:195 - int TextEncodingTreeView::get_height_rows(int) const +include/svx/txencbox.hxx:163 + int SvxTextEncodingTreeView::get_height_rows(int) const int nRows 6 -include/svx/txencbox.hxx:199 - void TextEncodingTreeView::set_size_request(int,int) +include/svx/txencbox.hxx:167 + void SvxTextEncodingTreeView::set_size_request(int,int) int nWidth -1 include/svx/unoapi.hxx:43 @@ -1262,25 +1238,25 @@ include/tools/fract.hxx:71 class Fraction & Fraction::operator*=(double) ###1 -1 -include/tools/gen.hxx:91 +include/tools/gen.hxx:89 class Point & Point::operator*=(const long) ###1 -1 -include/tools/gen.hxx:92 +include/tools/gen.hxx:90 class Point & Point::operator/=(const long) ###1 2 -include/tools/gen.hxx:96 +include/tools/gen.hxx:94 class Point operator*(const class Point &,const long) const long nVal2 -1 -include/tools/gen.hxx:200 +include/tools/gen.hxx:198 void Size::extendBy(long,long) - long x + long y 10 -include/tools/gen.hxx:200 +include/tools/gen.hxx:198 void Size::extendBy(long,long) - long y + long x 10 include/tools/poly.hxx:96 void tools::Polygon::Polygon(const class Point &,const class Point &,const class Point &,const class Point &,unsigned short) @@ -1410,19 +1386,19 @@ include/tools/urlobj.hxx:752 _Bool INetURLObject::SetMark(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,unsigned short) unsigned short eCharset 76 -include/tools/urlobj.hxx:917 +include/tools/urlobj.hxx:897 _Bool INetURLObject::Append(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,unsigned short) unsigned short eCharset 76 -include/tools/urlobj.hxx:1051 +include/tools/urlobj.hxx:1031 _Bool INetURLObject::setUser(const class rtl::OUString &,unsigned short) unsigned short eCharset 76 -include/tools/urlobj.hxx:1057 +include/tools/urlobj.hxx:1037 _Bool INetURLObject::setPassword(const class rtl::OUString &,unsigned short) unsigned short eCharset 76 -include/tools/urlobj.hxx:1072 +include/tools/urlobj.hxx:1052 _Bool INetURLObject::setHost(const class rtl::OUString &,unsigned short) unsigned short eCharset 76 @@ -1470,10 +1446,6 @@ include/vcl/bitmapex.hxx:456 void BitmapEx::CombineMaskOr(class Color,unsigned char) unsigned char nTol 9 -include/vcl/dialog.hxx:92 - void Dialog::Dialog(class vcl::Window *,const class rtl::OUString &,const class rtl::OUString &,enum WindowType,enum Dialog::InitFlag,_Bool) - enum WindowType nType - 315 include/vcl/dockwin.hxx:144 void ImplDockingWindowWrapper::ShowTitleButton(enum TitleButton,_Bool) enum TitleButton nButton @@ -1482,10 +1454,14 @@ include/vcl/errinf.hxx:180 void TwoStringErrorInfo::TwoStringErrorInfo(class ErrCode,const class rtl::OUString &,const class rtl::OUString &,enum DialogMask) enum DialogMask nMask 4097 -include/vcl/field.hxx:508 +include/vcl/field.hxx:510 double MetricField::ConvertDoubleValue(long,unsigned short,enum FieldUnit,enum MapUnit) enum MapUnit eOutUnit 9 +include/vcl/field.hxx:513 + double MetricField::ConvertDoubleValue(long,unsigned short,enum MapUnit,enum FieldUnit) + enum MapUnit eInUnit + 9 include/vcl/floatwin.hxx:158 class Point FloatingWindow::CalcFloatingPosition(class vcl::Window *,const class tools::Rectangle &,enum FloatWinPopupFlags,unsigned short &) enum FloatWinPopupFlags nFlags @@ -1502,31 +1478,27 @@ include/vcl/font/Feature.hxx:77 void vcl::font::FeatureDefinition::FeatureDefinition(unsigned int,const char *,class std::__debug::vector<struct vcl::font::FeatureParameter, class std::allocator<struct vcl::font::FeatureParameter> >) unsigned int nCode 1718772067 -include/vcl/IDialogRenderable.hxx:37 - void vcl::ILibreOfficeKitNotifier::libreOfficeKitViewCallback(int,const char *) const - int nType - 18 include/vcl/imap.hxx:117 unsigned long ImageMap::Read(class SvStream &,unsigned long) unsigned long nFormat 4294967295 -include/vcl/listctrl.hxx:46 - void ListControl::addEntry(const class VclPtr<class vcl::Window> &,unsigned int) - unsigned int nPos - 65535 -include/vcl/lstbox.hxx:115 +include/vcl/lstbox.hxx:116 void ListBox::ListBox(enum WindowType) enum WindowType nType 332 -include/vcl/outdev.hxx:1163 +include/vcl/outdev.hxx:1168 int OutputDevice::GetTextBreak(const class rtl::OUString &,long,char16_t,int &,int,int,long,const class vcl::TextLayoutCache *) const char16_t nExtraChar 45 -include/vcl/print.hxx:671 +include/vcl/pdfread.hxx:41 + _Bool ImportPDF(class SvStream &,class Bitmap &,unsigned long,class std::__debug::vector<signed char, class std::allocator<signed char> > &,unsigned long,unsigned long,double) + unsigned long nSize + 18446744073709551615 +include/vcl/print.hxx:674 class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setRangeControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,const struct vcl::PrinterOptionsHelper::UIControlOptions &) int i_nMaxValue 1000 -include/vcl/print.hxx:671 +include/vcl/print.hxx:674 class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setRangeControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,const struct vcl::PrinterOptionsHelper::UIControlOptions &) int i_nMinValue 10 @@ -1534,47 +1506,43 @@ include/vcl/svapp.hxx:751 struct ImplSVEvent * Application::PostGestureEvent(enum VclEventId,class vcl::Window *,const class GestureEvent *) enum VclEventId nEvent 130 -include/vcl/svtabbx.hxx:98 +include/vcl/svtabbx.hxx:70 + void SvTabListBox::SetTab(unsigned short,long,enum MapUnit) + enum MapUnit + 10 +include/vcl/svtabbx.hxx:92 class rtl::OUString SvTabListBox::GetEntryText(unsigned long,unsigned short) const unsigned short nCol 65535 -include/vcl/svtabbx.hxx:106 - void SvTabListBox::SetTabJustify(unsigned short,enum SvTabJustify) - enum SvTabJustify - 2 -include/vcl/svtabbx.hxx:106 - void SvTabListBox::SetTabJustify(unsigned short,enum SvTabJustify) - unsigned short nTab - 2 include/vcl/texteng.hxx:137 class TextPaM TextEngine::ImpInsertText(const class TextSelection &,char16_t,_Bool) char16_t c 9 -include/vcl/transfer.hxx:224 +include/vcl/transfer.hxx:227 void TransferableHelper::RemoveFormat(enum SotClipboardFormatId) enum SotClipboardFormatId nFormat 59 -include/vcl/transfer.hxx:317 +include/vcl/transfer.hxx:325 _Bool TransferableDataHelper::GetBitmapEx(enum SotClipboardFormatId,class BitmapEx &) enum SotClipboardFormatId nFormat 2 -include/vcl/transfer.hxx:328 +include/vcl/transfer.hxx:336 _Bool TransferableDataHelper::GetGDIMetaFile(enum SotClipboardFormatId,class GDIMetaFile &,unsigned long) enum SotClipboardFormatId nFormat 3 -include/vcl/transfer.hxx:334 +include/vcl/transfer.hxx:342 _Bool TransferableDataHelper::GetImageMap(enum SotClipboardFormatId,class ImageMap &) enum SotClipboardFormatId nFormat 13 -include/vcl/transfer.hxx:349 +include/vcl/transfer.hxx:357 class com::sun::star::uno::Sequence<signed char> TransferableDataHelper::GetSequence(enum SotClipboardFormatId,const class rtl::OUString &) enum SotClipboardFormatId nFormat 59 -include/vcl/treelistbox.hxx:530 +include/vcl/treelistbox.hxx:522 class SvLBoxTab * SvTreeListBox::GetFirstTab(enum SvLBoxTabFlags,unsigned short &) enum SvLBoxTabFlags nFlagMask 16 -include/vcl/treelistbox.hxx:531 +include/vcl/treelistbox.hxx:523 void SvTreeListBox::GetLastTab(enum SvLBoxTabFlags,unsigned short &) enum SvLBoxTabFlags nFlagMask 16 @@ -1582,38 +1550,38 @@ include/vcl/vclevent.hxx:225 void VclAccessibleEvent::VclAccessibleEvent(enum VclEventId,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &) enum VclEventId n 37 -include/vcl/weld.hxx:524 +include/vcl/vclmedit.hxx:118 + void VclMultiLineEdit::EnableUpdateData(unsigned long) + unsigned long nTimeout + 300 +include/vcl/weld.hxx:601 void weld::ComboBox::insert_separator(int) int pos -1 -include/vcl/weld.hxx:706 +include/vcl/weld.hxx:790 void weld::TreeView::set_sensitive(int,_Bool,int) int col -1 -include/vcl/weld.hxx:786 +include/vcl/weld.hxx:872 void weld::TreeView::set_image(const class weld::TreeIter &,const class rtl::OUString &,int) int col -1 -include/vcl/weld.hxx:794 +include/vcl/weld.hxx:880 void weld::TreeView::set_image(const class weld::TreeIter &,const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &,int) int col -1 -include/vcl/weld.hxx:1707 +include/vcl/weld.hxx:1807 void weld::Menu::insert(int,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString *,class VirtualDevice *,_Bool) int pos -1 -include/vcl/weld.hxx:1713 +include/vcl/weld.hxx:1813 void weld::Menu::insert_separator(int,const class rtl::OUString &) int pos -1 -include/vcl/window.hxx:1572 +include/vcl/window.hxx:1577 void vcl::Window::SimulateKeyPress(unsigned short) const unsigned short nKeyCode 1312 -include/vcl/wizdlg.hxx:198 - long WizardDialog::LogicalCoordinateToPixel(int) - int iCoordinate - 6 include/vcl/wrkwin.hxx:61 void WorkWindow::WorkWindow(enum WindowType) enum WindowType nType @@ -1658,7 +1626,7 @@ include/xmloff/xmlexppr.hxx:135 void SvXMLExportPropertyMapper::exportXML(class SvXMLExport &,const class std::__debug::vector<struct XMLPropertyState, class std::allocator<struct XMLPropertyState> > &,enum SvXmlExportFlags,_Bool) const enum SvXmlExportFlags nFlags 8 -include/xmloff/xmlimp.hxx:474 +include/xmloff/xmlimp.hxx:476 void SvXMLImport::SetError(int,const class rtl::OUString &,const class rtl::OUString &) int nId 268566538 @@ -1677,11 +1645,19 @@ include/xmloff/xmlnumfi.hxx:195 include/xmloff/XMLSettingsExportContext.hxx:37 void xmloff::XMLSettingsExportContext::AddAttribute(enum xmloff::token::XMLTokenEnum,const class rtl::OUString &) enum xmloff::token::XMLTokenEnum i_eName - 1211 + 1217 include/xmloff/XMLSettingsExportContext.hxx:39 void xmloff::XMLSettingsExportContext::AddAttribute(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum) enum xmloff::token::XMLTokenEnum i_eName - 1859 + 1870 +libreofficekit/qa/tilebench/tilebench.cxx:273 + _Bool testJoinsAt(class lok::Document *,long,long,const long,const long) + const long nTilePixelSize + 256 +libreofficekit/qa/tilebench/tilebench.cxx:273 + _Bool testJoinsAt(class lok::Document *,long,long,const long,const long) + const long nTileTwipSize + 1852 lotuswordpro/inc/xfilter/xfdrawstyle.hxx:95 void XFDrawStyle::SetLineDashStyle(enum enumXFLineStyle,double,double,double) enum enumXFLineStyle style @@ -1726,16 +1702,16 @@ o3tl/qa/cow_wrapper_clients.hxx:132 void o3tltests::cow_wrapper_client4::cow_wrapper_client4(int) int 4 -oox/source/core/xmlfilterbase.cxx:596 +oox/source/core/xmlfilterbase.cxx:597 void writeElement(const class std::shared_ptr<class sax_fastparser::FastSerializerHelper> &,int,const class com::sun::star::uno::Sequence<class rtl::OUString> &) int nXmlElement 93522801 -oox/source/core/xmlfilterbase.cxx:613 +oox/source/core/xmlfilterbase.cxx:614 void writeElement(const class std::shared_ptr<class sax_fastparser::FastSerializerHelper> &,int,const class LanguageTag &) int nXmlElement 109972365 oox/source/drawingml/table/tableproperties.cxx:102 - void SetTableStyleProperties(class std::unique_ptr<class oox::drawingml::table::TableStyle, struct std::default_delete<class oox::drawingml::table::TableStyle> > &,int,int,int) + void SetTableStyleProperties(const class std::unique_ptr<class oox::drawingml::table::TableStyle, struct std::default_delete<class oox::drawingml::table::TableStyle> > &,int,int,int) int tblTextClr 1844 oox/source/export/vmlexport.cxx:332 @@ -1746,6 +1722,14 @@ package/inc/ThreadedDeflater.hxx:49 void ZipUtils::ThreadedDeflater::ThreadedDeflater(int) int nSetLevel -1 +reportdesign/source/filter/xml/xmlExport.hxx:133 + void rptxml::ORptExport::collectStyleNames(int,const class std::__debug::vector<int, class std::allocator<int> > &,class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &) + int _nFamily + 202 +reportdesign/source/filter/xml/xmlExport.hxx:134 + void rptxml::ORptExport::collectStyleNames(int,const class std::__debug::vector<int, class std::allocator<int> > &,const class std::__debug::vector<int, class std::allocator<int> > &,class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &) + int _nFamily + 203 reportdesign/source/filter/xml/xmlStyleImport.hxx:72 void rptxml::OControlStyleContext::AddProperty(short,const class com::sun::star::uno::Any &) short nContextID @@ -1754,23 +1738,15 @@ reportdesign/source/ui/inc/UITools.hxx:143 class SdrObject * isOver(const class tools::Rectangle &,const class SdrPage &,const class SdrView &,_Bool,class std::unique_ptr<class SdrUnoObj, struct SdrObjectFreeOp> *,int) int _nIgnoreListLength 2 -sal/osl/unx/file_path_helper.cxx:164 +sal/osl/unx/file_path_helper.cxx:171 void path_list_iterator::path_list_iterator(const class rtl::OUString &,char16_t) char16_t list_separator 58 -sal/osl/unx/file_url.cxx:388 +sal/osl/unx/file_url.cxx:502 _Bool _islastchr(char16_t *,char16_t) char16_t Chr 47 -sal/osl/unx/file_url.cxx:755 - unsigned long (anonymous namespace)::UnicodeToTextConverter_Impl::convert(const char16_t *,unsigned long,char *,unsigned long,unsigned int,unsigned int *,unsigned long *) - unsigned int nFlags - 34150 -sal/osl/unx/file_url.cxx:808 - unsigned long (anonymous namespace)::TextToUnicodeConverter_Impl::convert(const char *,unsigned long,char16_t *,unsigned long,unsigned int,unsigned int *,unsigned long *) - unsigned int nFlags - 33587 -sal/osl/unx/file_url.hxx:33 +sal/osl/unx/file_url.hxx:36 int TextToUnicode(const char *,unsigned long,char16_t *,int) int unic_text_buffer_size 4096 @@ -1790,19 +1766,19 @@ sal/osl/unx/socket.cxx:286 struct oslSocketImpl * createSocketImpl(int) int Socket -1 -sal/osl/unx/uunxapi.hxx:93 - int mkdir(const class rtl::OUString &,unsigned int) +sal/osl/unx/uunxapi.hxx:74 + int mkdir(const class rtl::OString &,unsigned int) unsigned int aMode 511 -sal/qa/osl/file/osl_File.cxx:106 +sal/qa/osl/file/osl_File.cxx:105 _Bool t_compareTime(struct TimeValue *,struct TimeValue *,int) int nDelta 2000 -sax/inc/xml2utf.hxx:93 +sax/inc/xml2utf.hxx:96 int sax_expatwrap::XMLFile2UTFConverter::readAndConvert(class com::sun::star::uno::Sequence<signed char> &,int) int nMaxToRead 16384 -sax/source/tools/converter.cxx:998 +sax/source/tools/converter.cxx:985 enum sax::Result readUnsignedNumberMaxDigits(int,const class rtl::OUString &,int &,int &) int maxDigits 9 @@ -1810,7 +1786,7 @@ sc/inc/AccessibleFilterMenu.hxx:41 void ScAccessibleFilterMenu::ScAccessibleFilterMenu(const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,class ScMenuFloatingWindow *,const class rtl::OUString &,unsigned long) unsigned long nMenuPos 999 -sc/inc/address.hxx:331 +sc/inc/address.hxx:325 void ScAddress::Format(class rtl::OStringBuffer &,enum ScRefFlags,const class ScDocument *,const struct ScAddress::Details &) const enum ScRefFlags nFlags 32768 @@ -1826,7 +1802,7 @@ sc/inc/autoform.hxx:173 _Bool ScAutoFormatData::Save(class SvStream &,unsigned short) unsigned short fileVersion 5050 -sc/inc/cellsuno.hxx:504 +sc/inc/cellsuno.hxx:496 void ScCellRangeObj::SetArrayFormula_Impl(const class rtl::OUString &,const enum formula::FormulaGrammar::Grammar) const enum formula::FormulaGrammar::Grammar eGrammar 16908294 @@ -1854,7 +1830,7 @@ sc/inc/column.hxx:523 unsigned short ScColumn::GetOptimalColWidth(class OutputDevice *,double,double,const class Fraction &,const class Fraction &,_Bool,unsigned short,const class ScMarkData *,const struct ScColWidthParam *) const unsigned short nOldWidth 1167 -sc/inc/column.hxx:609 +sc/inc/column.hxx:610 void ScColumn::BroadcastRows(int,int,enum SfxHintId) enum SfxHintId nHint 51 @@ -1886,35 +1862,35 @@ sc/inc/compressedarray.hxx:186 type-parameter-?-? ScBitMaskCompressedArray::GetLastAnyBitAccess(const type-parameter-?-? &) const const type-parameter-?-? & rBitMask 15 -sc/inc/document.hxx:1308 +sc/inc/document.hxx:1312 _Bool ScDocument::CompileErrorCells(enum FormulaError) enum FormulaError nErrCode 525 -sc/inc/document.hxx:1642 - void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &) - enum InsertDeleteFlags nFlags - 2303 -sc/inc/document.hxx:1642 +sc/inc/document.hxx:1646 void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &) short nCol2 1023 -sc/inc/document.hxx:1832 +sc/inc/document.hxx:1646 + void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &) + enum InsertDeleteFlags nFlags + 2303 +sc/inc/document.hxx:1836 void ScDocument::DeleteSelectionTab(short,enum InsertDeleteFlags,const class ScMarkData &) enum InsertDeleteFlags nDelFlag 2303 -sc/inc/document.hxx:1889 +sc/inc/document.hxx:1893 void ScDocument::SetRowFlags(int,int,short,enum CRFlags) enum CRFlags nNewFlags 8 -sc/inc/document.hxx:1889 +sc/inc/document.hxx:1893 void ScDocument::SetRowFlags(int,int,short,enum CRFlags) int nEndRow 1048575 -sc/inc/document.hxx:1919 +sc/inc/document.hxx:1923 int ScDocument::LastNonFilteredRow(int,int,short) const int nEndRow 1048575 -sc/inc/document.hxx:2218 +sc/inc/document.hxx:2222 void ScDocument::BroadcastCells(const class ScRange &,enum SfxHintId,_Bool) enum SfxHintId nHint 31 @@ -1930,7 +1906,7 @@ sc/inc/formulacell.hxx:375 void ScFormulaCell::AddRecalcMode(enum ScRecalcMode) enum ScRecalcMode 4 -sc/inc/global.hxx:666 +sc/inc/global.hxx:669 const char16_t * ScGlobal::FindUnquoted(const char16_t *,char16_t) char16_t cChar 46 @@ -1990,16 +1966,16 @@ sc/inc/rangeutl.hxx:210 void ScRangeStringConverter::GetStringFromRangeList(class rtl::OUString &,const class com::sun::star::uno::Sequence<struct com::sun::star::table::CellRangeAddress> &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t) char16_t cSeparator 32 -sc/inc/scmod.hxx:251 +sc/inc/scmod.hxx:245 void ScModule::RegisterRefController(unsigned short,class std::shared_ptr<class SfxDialogController> &,class weld::Window *) unsigned short nSlotId 26161 -sc/inc/scmod.hxx:252 - void ScModule::UnregisterRefController(unsigned short,class std::shared_ptr<class SfxDialogController> &) +sc/inc/scmod.hxx:246 + void ScModule::UnregisterRefController(unsigned short,const class std::shared_ptr<class SfxDialogController> &) unsigned short nSlotId 26161 -sc/inc/scmod.hxx:253 - class std::shared_ptr<class SfxDialogController> ScModule::Find1RefWindow(unsigned short,class weld::Window *) +sc/inc/scmod.hxx:247 + class std::shared_ptr<class SfxDialogController> ScModule::Find1RefWindow(unsigned short,const class weld::Window *) unsigned short nSlotId 26161 sc/inc/simpleformulacalc.hxx:39 @@ -2026,7 +2002,7 @@ sc/inc/table.hxx:671 _Bool ScTable::HasAttribSelection(const class ScMarkData &,enum HasAttrFlags) const enum HasAttrFlags nMask 8 -sc/inc/table.hxx:775 +sc/inc/table.hxx:777 void ScTable::SetOptimalHeightOnly(class sc::RowHeightContext &,int,int,class ScProgress *,unsigned long) int nEndRow 1048575 @@ -2050,19 +2026,19 @@ sc/inc/zforauto.hxx:38 void ScNumFormatAbbrev::Save(class SvStream &,unsigned short) const unsigned short eByteStrSet 76 -sc/qa/extras/new_cond_format.cxx:377 +sc/qa/extras/new_cond_format.cxx:375 void testColorScaleEntries(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,int,int,const class rtl::OUString &,class Color,int,const class rtl::OUString &,class Color,int,const class rtl::OUString &,class Color) int nMediumType 2 -sc/qa/extras/scpdfexport.cxx:53 +sc/qa/extras/scpdfexport.cxx:51 void ScPDFExportTest::setFont(class ScFieldEditEngine &,int,int,const class rtl::OUString &) int nEnd 4 -sc/qa/unit/subsequent_export-test.cxx:1431 +sc/qa/unit/subsequent_export-test.cxx:1439 _Bool ::isOverline(const struct editeng::Section &,enum FontLineStyle) enum FontLineStyle eStyle 2 -sc/qa/unit/subsequent_export-test.cxx:1438 +sc/qa/unit/subsequent_export-test.cxx:1446 _Bool ::isUnderline(const struct editeng::Section &,enum FontLineStyle) enum FontLineStyle eStyle 2 @@ -2078,31 +2054,31 @@ sc/qa/unit/ucalc.hxx:53 void Test::pasteOneCellFromClip(class ScDocument *,const class ScRange &,class ScDocument *,enum InsertDeleteFlags) enum InsertDeleteFlags eFlags 2303 -sc/qa/unit/ucalc_formula.cxx:8206 +sc/qa/unit/ucalc_formula.cxx:8205 void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int) int nEnd1 159 -sc/qa/unit/ucalc_formula.cxx:8206 +sc/qa/unit/ucalc_formula.cxx:8205 void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int) - int nStart1 - 9 -sc/qa/unit/ucalc_formula.cxx:8206 + int nEnd2 + 319 +sc/qa/unit/ucalc_formula.cxx:8205 void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int) int nTotalRows 330 -sc/qa/unit/ucalc_formula.cxx:8206 +sc/qa/unit/ucalc_formula.cxx:8205 void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int) int nStart2 169 -sc/qa/unit/ucalc_formula.cxx:8206 +sc/qa/unit/ucalc_formula.cxx:8205 void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int) - int nEnd2 - 319 + int nStart1 + 9 sc/source/core/data/documen3.cxx:1721 _Bool lcl_AddTwipsWhile(long &,long,int &,int,const class ScTable *,_Bool) int nEndRow 1048575 -sc/source/core/data/documen8.cxx:523 +sc/source/core/data/documen8.cxx:522 void (anonymous namespace)::IdleCalcTextWidthScope::incCol(short) short nInc -1 @@ -2150,7 +2126,7 @@ sc/source/filter/excel/xepage.cxx:341 void XclExpXmlStartHeaderFooterElementRecord::XclExpXmlStartHeaderFooterElementRecord(const int) const int nElement 2612 -sc/source/filter/excel/xepivotxml.cxx:699 +sc/source/filter/excel/xepivotxml.cxx:712 void WriteGrabBagItemToStream(class XclExpXmlStream &,int,const class com::sun::star::uno::Any &) int tokenId 4008 @@ -2242,8 +2218,8 @@ sc/source/filter/inc/xerecord.hxx:370 void XclExpSubStream::XclExpSubStream(unsigned short) unsigned short nSubStrmType 32 -sc/source/filter/inc/xestream.hxx:290 - void XclExpXmlStream::WriteAttributes(int,const type-parameter-?-? &,type-parameter-?-?...) +sc/source/filter/inc/xestream.hxx:296 + void XclExpXmlStream::WriteAttributes(int,type-parameter-?-? &&,type-parameter-?-? &&...) ###26 4070 sc/source/filter/inc/xestring.hxx:51 @@ -2258,7 +2234,7 @@ sc/source/filter/inc/xetable.hxx:80 void XclExpRangeFmlaBase::XclExpRangeFmlaBase(unsigned short,unsigned int,const class ScRange &) unsigned short nRecId 545 -sc/source/filter/inc/xiescher.hxx:1192 +sc/source/filter/inc/xiescher.hxx:1198 unsigned int XclImpDffPropSet::GetPropertyValue(unsigned short) const unsigned short nPropId 384 @@ -2290,7 +2266,7 @@ sc/source/filter/xml/xmlstyli.cxx:267 void XMLTableCellPropsContext::XMLTableCellPropsContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,unsigned int,class std::__debug::vector<struct XMLPropertyState, class std::allocator<struct XMLPropertyState> > &,const class rtl::Reference<class SvXMLImportPropertyMapper> &) unsigned int nFamily 196608 -sc/source/ui/Accessibility/AccessibleCsvControl.cxx:297 +sc/source/ui/Accessibility/AccessibleCsvControl.cxx:220 int lcl_ExpandSequence(class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,int) int nExp 7 @@ -2310,7 +2286,7 @@ sc/source/ui/inc/AccessibleSpreadsheet.hxx:280 _Bool ScAccessibleSpreadsheet::CalcScRangeListDifferenceMax(class ScRangeList *,class ScRangeList *,int,class std::__debug::vector<class ScMyAddress, class std::allocator<class ScMyAddress> > &) int nMax 10 -sc/source/ui/inc/cellsh.hxx:58 +sc/source/ui/inc/cellsh.hxx:57 _Bool ScCellShell::HasClipboardFormat(enum SotClipboardFormatId) enum SotClipboardFormatId nFormatId 146 @@ -2322,14 +2298,6 @@ sc/source/ui/inc/docfunc.hxx:113 _Bool ScDocFunc::SetCellText(const class ScAddress &,const class rtl::OUString &,_Bool,_Bool,_Bool,const enum formula::FormulaGrammar::Grammar) const enum formula::FormulaGrammar::Grammar eGrammar 16908294 -sc/source/ui/inc/editfield.hxx:33 - void ScDoubleField::SetValue(double,int) - int nDecPlaces - 6 -sc/source/ui/inc/editfield.hxx:45 - void DoubleField::SetValue(double,int) - int nDecPlaces - 12 sc/source/ui/inc/imoptdlg.hxx:32 void ScImportOptions::ScImportOptions(char16_t,char16_t,unsigned short) char16_t nTextSep @@ -2394,14 +2362,10 @@ sc/source/ui/inc/uiitems.hxx:268 void ScTabOpItem::ScTabOpItem(unsigned short,const struct ScTabOpParam *) unsigned short nWhich 26345 -sc/source/ui/inc/viewdata.hxx:183 +sc/source/ui/inc/viewdata.hxx:184 void ScBoundsProvider::EnlargeBy(long) long nOffset 2 -sc/source/ui/inc/viewdata.hxx:651 - void ScViewData::AddPixelsWhile(long &,long,int &,int,double,const class ScDocument *,short) - int nEndRow - 1048575 sc/source/ui/inc/viewfunc.hxx:201 void ScViewFunc::Protect(short,const class rtl::OUString &) short nTab @@ -2410,7 +2374,7 @@ sc/source/ui/pagedlg/tptable.cxx:64 _Bool lcl_PutScaleItem3(unsigned short,class SfxItemSet &,const class SfxItemSet &,const class weld::ComboBox &,unsigned short,const class weld::SpinButton &,unsigned short) unsigned short nLBEntry 2 -sc/source/ui/unoobj/cellsuno.cxx:1236 +sc/source/ui/unoobj/cellsuno.cxx:1230 _Bool lcl_PutFormulaArray(class ScDocShell &,const class ScRange &,const class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<class rtl::OUString> > &,const enum formula::FormulaGrammar::Grammar) const enum formula::FormulaGrammar::Grammar eGrammar 16908294 @@ -2418,11 +2382,11 @@ sc/source/ui/vba/vbarange.hxx:159 class com::sun::star::uno::Reference<class ooo::vba::excel::XRange> ScVbaRange::getRangeObjectForName(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,class ScDocShell *,enum formula::FormulaGrammar::AddressConvention) enum formula::FormulaGrammar::AddressConvention eConv 3 -sc/source/ui/view/printfun.cxx:87 +sc/source/ui/view/printfun.cxx:78 unsigned short lcl_GetUShort(const class SfxItemSet *,unsigned short) unsigned short nWhich 176 -sc/source/ui/view/viewfun3.cxx:820 +sc/source/ui/view/viewfun3.cxx:834 _Bool lcl_SelHasAttrib(const class ScDocument *,short,int,short,int,const class ScMarkData &,enum HasAttrFlags) enum HasAttrFlags nMask 4 @@ -2458,7 +2422,7 @@ sd/inc/sdpage.hxx:349 class SdStyleSheet * SdPage::getPresentationStyle(unsigned int) const unsigned int nHelpId 59865 -sd/qa/unit/tiledrendering/tiledrendering.cxx:244 +sd/qa/unit/tiledrendering/tiledrendering.cxx:249 class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > lcl_convertSeparated(const class rtl::OUString &,char16_t) char16_t nSeparator 59 @@ -2502,7 +2466,7 @@ sd/source/ui/inc/sdtreelb.hxx:362 int SdPageObjsTLV::get_height_rows(int) const int nRows 12 -sd/source/ui/inc/smarttag.hxx:167 +sd/source/ui/inc/smarttag.hxx:160 void sd::SmartHdl::SmartHdl(const class rtl::Reference<class sd::SmartTag> &,const class Point &,enum SdrHdlKind) enum SdrHdlKind eNewKind 23 @@ -2534,7 +2498,7 @@ sd/source/ui/sidebar/LayoutMenu.hxx:159 class SfxRequest sd::sidebar::LayoutMenu::CreateRequest(unsigned short,enum AutoLayout) unsigned short nSlotId 27014 -sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx:119 +sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx:108 void sd::slidesorter::controller::SelectionFunction::EventDescriptor::EventDescriptor(unsigned int,const struct AcceptDropEvent &,const signed char,const class sd::slidesorter::SlideSorter &) unsigned int nEventType 2048 @@ -2546,7 +2510,7 @@ sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx:62 void sd::slidesorter::view::LayeredDevice::RemovePainter(const class std::shared_ptr<class sd::slidesorter::view::ILayerPainter> &,const int) const int nLayer 2 -sd/source/ui/slidesorter/view/SlsLayouter.cxx:147 +sd/source/ui/slidesorter/view/SlsLayouter.cxx:145 int sd::slidesorter::view::Layouter::Implementation::ResolvePositionInGap(int,enum sd::slidesorter::view::Layouter::Implementation::GapMembership,int,int) int nGap 4 @@ -2642,7 +2606,7 @@ sfx2/inc/SfxRedactionHelper.hxx:63 class rtl::OUString SfxRedactionHelper::getStringParam(const class SfxRequest &,unsigned short) unsigned short nParamId 6734 -sfx2/source/dialog/filedlghelper.cxx:1957 +sfx2/source/dialog/filedlghelper.cxx:1930 void SetToken(class rtl::OUString &,int,char16_t,const class rtl::OUString &) char16_t cTok 32 @@ -2670,6 +2634,10 @@ sfx2/source/doc/syspath.hxx:28 _Bool SystemPath::GetUserTemplateLocation(char16_t *,int) int nSize 16000 +slideshow/source/engine/eventmultiplexer.cxx:110 + void slideshow::internal::ListenerOperations::pruneListeners(type-parameter-?-? &,unsigned long) + unsigned long nSizeThreshold + 16 slideshow/source/engine/opengl/Operation.hxx:262 class std::shared_ptr<class RotateAndScaleDepthByHeight> makeRotateAndScaleDepthByHeight(const struct glm::detail::tvec3<float> &,const struct glm::detail::tvec3<float> &,double,_Bool,_Bool,double,double) double Angle @@ -2730,10 +2698,6 @@ slideshow/source/inc/listenercontainer.hxx:104 void slideshow::internal::ListenerOperations::pruneListeners(type-parameter-?-? &,unsigned long) unsigned long 16 -slideshow/source/inc/listenercontainer.hxx:149 - void slideshow::internal::ListenerOperations::pruneListeners(type-parameter-?-? &,unsigned long) - unsigned long nSizeThreshold - 16 solenv/bin/concat-deps.c:443 struct hash * hash_create(unsigned int) unsigned int size @@ -2778,11 +2742,11 @@ store/source/stordir.cxx:46 unsigned long convertTextToUnicode(void *,const char *,unsigned long,char16_t *,unsigned long) unsigned long nDstLength 255 -svl/source/items/itemset.cxx:1547 +svl/source/items/itemset.cxx:1544 unsigned short * AddRanges_Impl(unsigned short *,long,unsigned short) unsigned short nIncr 10 -svl/source/numbers/zforfind.hxx:387 +svl/source/numbers/zforfind.hxx:391 _Bool ImpSvNumberInputScan::IsDatePatternNumberOfType(unsigned short,char16_t) char16_t cType 89 @@ -2790,11 +2754,11 @@ svl/source/numbers/zforscan.hxx:282 _Bool ImpSvNumberformatScan::InsertSymbol(unsigned short &,enum svt::NfSymbolType,const class rtl::OUString &) enum svt::NfSymbolType eType -7 -svtools/inc/table/tablecontrol.hxx:128 +svtools/inc/table/tablecontrol.hxx:127 void svt::table::TableControl::commitCellEventIfAccessibleAlive(const short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &) const short i_eventID 4 -svtools/inc/table/tablecontrolinterface.hxx:223 +svtools/inc/table/tablecontrolinterface.hxx:222 void svt::table::ITableControl::showTracking(const class tools::Rectangle &,const enum ShowTrackFlags) const enum ShowTrackFlags i_flags 4099 @@ -2802,7 +2766,7 @@ svtools/source/svhtml/htmlout.cxx:394 unsigned long lcl_FlushContext(struct HTMLOutContext &,char *,unsigned int) unsigned int nFlags 6161 -svtools/source/svrtf/rtfout.cxx:30 +svtools/source/svrtf/rtfout.cxx:29 class SvStream & Out_Hex(class SvStream &,unsigned long,unsigned char) unsigned char nLen 2 @@ -2810,7 +2774,7 @@ svtools/source/table/tablecontrol_impl.hxx:242 void svt::table::TableControl_Impl::commitAccessibleEvent(const short) const short i_eventID 9 -svtools/source/uno/unoiface.cxx:46 +svtools/source/uno/unoiface.cxx:43 void lcl_setWinBits(class vcl::Window *,long,_Bool) long _nBits 68719476736 @@ -2830,7 +2794,7 @@ svx/inc/xpolyimp.hxx:41 void ImpXPolygon::ImpXPolygon(unsigned short,unsigned short) unsigned short nResize 16 -svx/source/dialog/fntctrl.cxx:848 +svx/source/dialog/fntctrl.cxx:498 void SetPrevFontEscapement(class SvxFont &,unsigned char,unsigned char,short) unsigned char nProp 100 @@ -2858,10 +2822,6 @@ svx/source/inc/GraphCtlAccessibleContext.hxx:165 void SvxGraphCtrlAccessibleContext::CommitChange(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &) short aEventId 7 -svx/source/tbxctrls/tbcontrl.cxx:298 - void (anonymous namespace)::LineListBox::LineListBox(class vcl::Window *,long) - long nWinStyle - 8 svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx:69 void textconversiondlgs::DictionaryList::set_size_request(int,int) int nWidth @@ -2874,11 +2834,11 @@ sw/inc/authfld.hxx:126 void SwAuthorityFieldType::SetSortKeys(unsigned short,const struct SwTOXSortKey *) unsigned short nKeyCount 3 -sw/inc/crsrsh.hxx:822 +sw/inc/crsrsh.hxx:824 void SwCursorShell::FireSectionChangeEvent(unsigned short,unsigned short) unsigned short nOldSection 2 -sw/inc/crsrsh.hxx:823 +sw/inc/crsrsh.hxx:825 void SwCursorShell::FireColumnChangeEvent(unsigned short,unsigned short) unsigned short nOldColumn 2 @@ -2909,24 +2869,24 @@ sw/inc/fesh.hxx:528 sw/inc/fmtcol.hxx:70 void SwTextFormatColl::SwTextFormatColl(class SwAttrPool &,const char *,class SwTextFormatColl *,unsigned short) unsigned short nFormatWh - 154 + 155 sw/inc/fmteiro.hxx:32 void SwFormatEditInReadonly::SwFormatEditInReadonly(unsigned short,_Bool) unsigned short nId - 111 + 112 sw/inc/frmfmt.hxx:85 void SwFrameFormat::SwFrameFormat(class SwAttrPool &,const char *,class SwFrameFormat *,unsigned short,const unsigned short *) unsigned short nFormatWhich - 152 + 153 sw/inc/IDocumentRedlineAccess.hxx:178 _Bool IDocumentRedlineAccess::DeleteRedline(const class SwStartNode &,_Bool,enum RedlineType) enum RedlineType nDelType 65535 -sw/inc/ndtxt.hxx:160 +sw/inc/ndtxt.hxx:159 void SwTextNode::SetLanguageAndFont(const class SwPaM &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,unsigned short,const class vcl::Font *,unsigned short) unsigned short nFontWhichId 22 -sw/inc/ndtxt.hxx:160 +sw/inc/ndtxt.hxx:159 void SwTextNode::SetLanguageAndFont(const class SwPaM &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,unsigned short,const class vcl::Font *,unsigned short) unsigned short nLangWhichId 24 @@ -2941,11 +2901,11 @@ sw/inc/tblafmt.hxx:248 sw/inc/unostyle.hxx:97 void sw::ICoreFrameStyle::SetItem(unsigned short,const class SfxPoolItem &) unsigned short eAtr - 107 + 108 sw/inc/unostyle.hxx:98 const class SfxPoolItem * sw::ICoreFrameStyle::GetItem(unsigned short) unsigned short eAtr - 107 + 108 sw/inc/unotextcursor.hxx:86 void SwXTextCursor::SwXTextCursor(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class SwPaM &,const enum CursorType) const enum CursorType eType @@ -2954,27 +2914,27 @@ sw/qa/core/Test-BigPtrArray.cxx:55 void fillBigPtrArray(class BigPtrArray &,unsigned long) unsigned long numEntries 10 -sw/source/core/access/accmap.cxx:369 +sw/source/core/access/accmap.cxx:407 void SwAccessibleEvent_Impl::SwAccessibleEvent_Impl(enum SwAccessibleEvent_Impl::EventType,const class sw::access::SwAccessibleChild &) enum SwAccessibleEvent_Impl::EventType eT 5 -sw/source/core/access/accmap.cxx:380 +sw/source/core/access/accmap.cxx:418 void SwAccessibleEvent_Impl::SwAccessibleEvent_Impl(enum SwAccessibleEvent_Impl::EventType) enum SwAccessibleEvent_Impl::EventType eT 4 -sw/source/core/access/accmap.cxx:419 +sw/source/core/access/accmap.cxx:457 void SwAccessibleEvent_Impl::SwAccessibleEvent_Impl(enum SwAccessibleEvent_Impl::EventType,const class SwFrame *,const class sw::access::SwAccessibleChild &,const class SwRect &) enum SwAccessibleEvent_Impl::EventType eT 3 -sw/source/core/crsr/bookmrk.cxx:74 +sw/source/core/crsr/bookmrk.cxx:71 void lcl_AssertFieldMarksSet(const class sw::mark::Fieldmark *const,const char16_t,const char16_t) const char16_t aStartMark 7 -sw/source/core/crsr/bookmrk.cxx:87 +sw/source/core/crsr/bookmrk.cxx:84 void lcl_SetFieldMarks(class sw::mark::Fieldmark *const,class SwDoc *const,const char16_t,const char16_t) const char16_t aStartMark 7 -sw/source/core/crsr/bookmrk.cxx:116 +sw/source/core/crsr/bookmrk.cxx:113 void lcl_RemoveFieldMarks(const class sw::mark::Fieldmark *const,class SwDoc *const,const char16_t,const char16_t) const char16_t aStartMark 7 @@ -2996,12 +2956,20 @@ sw/source/core/doc/DocumentStylePoolManager.cxx:142 3000 sw/source/core/doc/DocumentStylePoolManager.cxx:142 void lcl_SetDfltFont(enum DefaultFontType,enum DefaultFontType,enum DefaultFontType,class SfxItemSet &) - enum DefaultFontType nCTLFntType - 4000 -sw/source/core/doc/DocumentStylePoolManager.cxx:142 - void lcl_SetDfltFont(enum DefaultFontType,enum DefaultFontType,enum DefaultFontType,class SfxItemSet &) enum DefaultFontType nLatinFntType 2000 +sw/source/core/doc/DocumentStylePoolManager.cxx:142 + void lcl_SetDfltFont(enum DefaultFontType,enum DefaultFontType,enum DefaultFontType,class SfxItemSet &) + enum DefaultFontType nCTLFntType + 4000 +sw/source/core/doc/SwStyleNameMapper.cxx:90 + class std::__debug::unordered_map<class rtl::OUString, unsigned short, struct std::hash< ::rtl::OUString>, struct std::equal_to<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, unsigned short> > > HashFromRange(unsigned short,unsigned short,unsigned short,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &(*)(void),type-parameter-?-?...) + ###17 + 12293 +sw/source/core/doc/SwStyleNameMapper.cxx:90 + class std::__debug::unordered_map<class rtl::OUString, unsigned short, struct std::hash< ::rtl::OUString>, struct std::equal_to<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, unsigned short> > > HashFromRange(unsigned short,unsigned short,unsigned short,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &(*)(void),type-parameter-?-?...) + ###16 + 12288 sw/source/core/doc/tblafmt.cxx:185 void SwAfVersions::Write(class SvStream &,unsigned short) unsigned short fileVersion @@ -3014,11 +2982,11 @@ sw/source/core/inc/txtfrm.hxx:487 long SwTextFrame::GrowTst(const long) const long nGrow 9223372036854775807 -sw/source/core/inc/UndoAttribute.hxx:71 +sw/source/core/inc/UndoAttribute.hxx:72 void SwUndoResetAttr::SwUndoResetAttr(const struct SwPosition &,unsigned short) unsigned short nFormatId 47 -sw/source/core/inc/UndoCore.hxx:251 +sw/source/core/inc/UndoCore.hxx:250 class rtl::OUString ShortenString(const class rtl::OUString &,int,const class rtl::OUString &) int nLength 20 @@ -3042,7 +3010,7 @@ sw/source/core/undo/untbl.cxx:2191 void RedlineFlagsInternGuard::RedlineFlagsInternGuard(class SwDoc &,enum RedlineFlags,enum RedlineFlags) enum RedlineFlags eRedlineFlagsMask 2 -sw/source/filter/html/htmlatr.cxx:1150 +sw/source/filter/html/htmlatr.cxx:1149 _Bool HTMLEndPosLst::IsHTMLMode(unsigned long) const unsigned long nMode 32 @@ -3054,23 +3022,19 @@ sw/source/filter/html/swhtml.hxx:620 void SwHTMLParser::NewStdAttr(enum HtmlTokenId) enum HtmlTokenId nToken 414 -sw/source/filter/inc/fltshell.hxx:169 +sw/source/filter/inc/fltshell.hxx:170 class SfxPoolItem * SwFltControlStack::GetFormatStackAttr(unsigned short,unsigned short *) unsigned short nWhich 6 -sw/source/filter/inc/fltshell.hxx:170 +sw/source/filter/inc/fltshell.hxx:171 const class SfxPoolItem * SwFltControlStack::GetOpenStackAttr(const struct SwPosition &,unsigned short) unsigned short nWhich 14 -sw/source/filter/inc/fltshell.hxx:223 - void SwFltRedline::SwFltRedline(enum RedlineType,unsigned long,const class DateTime &,enum RedlineType,unsigned long) - unsigned long nAutorNoPrev_ - 18446744073709551615 -sw/source/filter/ww8/docxattributeoutput.cxx:3611 +sw/source/filter/ww8/docxattributeoutput.cxx:3613 class rtl::OString lcl_padStartToLength(const class rtl::OString &,int,char) int nLen 4 -sw/source/filter/ww8/docxattributeoutput.cxx:3611 +sw/source/filter/ww8/docxattributeoutput.cxx:3613 class rtl::OString lcl_padStartToLength(const class rtl::OString &,int,char) char cFill 48 @@ -3086,11 +3050,11 @@ sw/source/filter/ww8/writerhelper.hxx:473 const type-parameter-?-? * HasItem(const class std::__debug::map<unsigned short, const class SfxPoolItem *, class sw::util::ItemSort, class std::allocator<struct std::pair<const unsigned short, const class SfxPoolItem *> > > &,unsigned short) unsigned short eType 52 -sw/source/filter/ww8/wrtww8.hxx:1337 +sw/source/filter/ww8/wrtww8.hxx:1361 void WW8_WrPlcField::WW8_WrPlcField(unsigned short,unsigned char) unsigned short nStructSz 2 -sw/source/filter/ww8/wrtww8.hxx:1394 +sw/source/filter/ww8/wrtww8.hxx:1418 void SwWW8WrGrf::WritePICBulletFHeader(class SvStream &,const class Graphic &,unsigned short,unsigned short,unsigned short) unsigned short mm 100 @@ -3102,7 +3066,7 @@ sw/source/filter/ww8/ww8par.hxx:1592 class std::unique_ptr<class OutlinerParaObject, struct std::default_delete<class OutlinerParaObject> > SwWW8ImplReader::ImportAsOutliner(class rtl::OUString &,int,int,enum ManTypes) enum ManTypes eType 4 -sw/source/filter/ww8/ww8scan.cxx:7122 +sw/source/filter/ww8/ww8scan.cxx:7132 _Bool readS16(const unsigned char *,unsigned long,const unsigned char *,short *) unsigned long offset 2 @@ -3110,34 +3074,22 @@ sw/source/filter/ww8/ww8scan.hxx:989 struct SprmResult WW8PLCFMan::HasCharSprm(unsigned short) const unsigned short nId 2138 -sw/source/filter/ww8/ww8scan.hxx:1529 +sw/source/filter/ww8/ww8scan.hxx:1528 void WW8Fib::WW8Fib(unsigned char,_Bool) unsigned char nVersion 8 sw/source/filter/xml/xmlbrshi.hxx:59 void SwXMLBrushItemImportContext::SwXMLBrushItemImportContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,const class SvXMLUnitConverter &,unsigned short) unsigned short nWhich - 104 -sw/source/filter/xml/xmlexpit.hxx:55 - void SvXMLExportItemMapper::exportElementItems(class SvXMLExport &,const class SvXMLUnitConverter &,const class SfxItemSet &,enum SvXmlExportFlags,const class std::__debug::vector<unsigned short, class std::allocator<unsigned short> > &) const - enum SvXmlExportFlags nFlags - 8 + 105 sw/source/uibase/inc/frmmgr.hxx:120 void SwFlyFrameAttrMgr::DelAttr(unsigned short) unsigned short nId - 88 -sw/source/uibase/inc/mailmergehelper.hxx:104 + 89 +sw/source/uibase/inc/mailmergehelper.hxx:99 void SwAddressPreview::SetLayout(unsigned short,unsigned short) unsigned short nColumns 2 -sw/source/uibase/inc/mailmergehelper.hxx:150 - void AddressPreview::SetLayout(unsigned short,unsigned short) - unsigned short nRows - 2 -sw/source/uibase/inc/mailmergehelper.hxx:150 - void AddressPreview::SetLayout(unsigned short,unsigned short) - unsigned short nColumns - 2 sw/source/uibase/inc/numpara.hxx:61 _Bool SwParagraphNumTabPage::ExecuteEditNumStyle_Impl(unsigned short,const class rtl::OUString &,enum SfxStyleFamily) enum SfxStyleFamily nFamily @@ -3146,11 +3098,11 @@ sw/source/uibase/inc/numpara.hxx:61 _Bool SwParagraphNumTabPage::ExecuteEditNumStyle_Impl(unsigned short,const class rtl::OUString &,enum SfxStyleFamily) unsigned short nId 5550 -sw/source/uibase/inc/prcntfld.hxx:66 +sw/source/uibase/inc/prcntfld.hxx:64 void SwPercentField::set_min(int,enum FieldUnit) enum FieldUnit eInUnit 5 -sw/source/uibase/inc/prcntfld.hxx:67 +sw/source/uibase/inc/prcntfld.hxx:65 void SwPercentField::set_max(int,enum FieldUnit) enum FieldUnit eInUnit 5 @@ -3186,18 +3138,10 @@ unotools/source/misc/datetime.cxx:72 _Bool convertNumber64(long &,const class rtl::OUString &,long,long) long -1 -vcl/backendtest/VisualBackendTest.cxx:53 - void drawBitmapScaledAndCentered(const class tools::Rectangle &,class Bitmap,class OutputDevice &,enum BmpScaleFlag) - enum BmpScaleFlag aFlag - 2 vcl/backendtest/VisualBackendTest.cxx:143 class std::__debug::vector<class tools::Rectangle, class std::allocator<class tools::Rectangle> > VisualBackendTestWindow::setupRegions(int,int,int,int) int nPartitionsY 2 -vcl/inc/bitmap/Octree.hxx:76 - void InverseColorMap::ImplCreateBuffers(const unsigned long) - const unsigned long nMax - 32 vcl/inc/fontsubset.hxx:54 void FontSubsetInfo::LoadFont(enum FontType,const unsigned char *,int) enum FontType eInFontType @@ -3234,7 +3178,7 @@ vcl/inc/unx/gendisp.hxx:44 void SalGenericDisplay::CancelInternalEvent(class SalFrame *,void *,enum SalEvent) enum SalEvent nEvent 21 -vcl/inc/unx/gtk/gtkprintwrapper.hxx:59 +vcl/inc/unx/gtk/gtkprintwrapper.hxx:55 void vcl::unx::GtkPrintWrapper::print_unix_dialog_set_manual_capabilities(struct _GtkPrintUnixDialog *,GtkPrintCapabilities) const GtkPrintCapabilities capabilities 846 @@ -3262,6 +3206,14 @@ vcl/inc/WidgetDrawInterface.hxx:47 _Bool vcl::WidgetDrawInterface::hitTestNativeControl(enum ControlType,enum ControlPart,const class tools::Rectangle &,const class Point &,_Bool &) enum ControlType eType 60 +vcl/inc/wizdlg.hxx:89 + long vcl::RoadmapWizard::LogicalCoordinateToPixel(int) + int iCoordinate + 6 +vcl/inc/wizdlg.hxx:307 + void vcl::RoadmapWizard::implConstruct(const enum WizardButtonFlags) + const enum WizardButtonFlags _nButtonFlags + 31 vcl/qa/cppunit/BitmapScaleTest.cxx:75 void assertColorsAreSimilar(int,int,const class BitmapColor &,const class BitmapColor &) int maxDifference @@ -3286,19 +3238,19 @@ vcl/qa/cppunit/timer.cxx:355 void SlowCallbackTimer::SlowCallbackTimer(unsigned long,_Bool &) unsigned long nMS 250 -vcl/source/filter/jpeg/Exif.cxx:161 +vcl/source/filter/jpeg/Exif.cxx:162 void write16(unsigned short,unsigned char (&)[2],_Bool) unsigned short value 3 -vcl/source/filter/jpeg/JpegReader.cxx:57 +vcl/source/filter/jpeg/JpegReader.cxx:55 long StreamRead(class SvStream *,void *,long) long nBufferSize 4096 -vcl/source/filter/wmf/emfwr.hxx:60 +vcl/source/filter/wmf/emfwr.hxx:57 void EMFWriter::ImplBeginCommentRecord(int) int nCommentType 726027589 -vcl/source/filter/wmf/wmfwr.hxx:145 +vcl/source/filter/wmf/wmfwr.hxx:144 void WMFWriter::WMFRecord_Escape(unsigned int,unsigned int,const signed char *) unsigned int nEsc 2 @@ -3307,8 +3259,8 @@ vcl/source/fontsubset/ttcr.hxx:61 unsigned int tag 1953658213 vcl/source/fontsubset/ttcr.hxx:174 - struct vcl::TrueTypeTable * TrueTypeTableNew_post(unsigned int,unsigned int,short,short,unsigned int) - unsigned int format + struct vcl::TrueTypeTable * TrueTypeTableNew_post(int,int,short,short,unsigned int) + int format 196608 vcl/source/fontsubset/ttcr.hxx:185 void cmapAdd(struct vcl::TrueTypeTable *,unsigned int,unsigned int,unsigned int) @@ -3322,31 +3274,27 @@ vcl/source/gdi/pdfwriter_impl.hxx:1048 void vcl::PDFWriterImpl::insertError(enum vcl::PDFWriter::ErrorCode) enum vcl::PDFWriter::ErrorCode eErr 3 -vcl/source/graphic/GraphicObject.cxx:141 +vcl/source/graphic/GraphicObject.cxx:136 void lclImplAdjust(class BitmapEx &,const class GraphicAttr &,enum GraphicAdjustmentFlags) enum GraphicAdjustmentFlags nAdjustmentFlags 31 -vcl/source/graphic/GraphicObject.cxx:192 +vcl/source/graphic/GraphicObject.cxx:187 void lclImplAdjust(class GDIMetaFile &,const class GraphicAttr &,enum GraphicAdjustmentFlags) enum GraphicAdjustmentFlags nAdjustmentFlags 31 -vcl/source/graphic/GraphicObject.cxx:243 +vcl/source/graphic/GraphicObject.cxx:238 void lclImplAdjust(class Animation &,const class GraphicAttr &,enum GraphicAdjustmentFlags) enum GraphicAdjustmentFlags nAdjustmentFlags 31 -vcl/source/opengl/OpenGLHelper.cxx:176 +vcl/source/opengl/OpenGLHelper.cxx:170 class rtl::OString getHexString(const unsigned char *,unsigned int) unsigned int nLength 16 -vcl/source/window/menu.cxx:548 +vcl/source/window/menu.cxx:532 void ImplCopyItem(class Menu *,const class Menu &,unsigned short,unsigned short) unsigned short nNewPos 65535 -vcl/unx/generic/app/i18n_status.cxx:51 - void vcl::StatusWindow::StatusWindow(long) - long nWinBits - 38654705672 -vcl/unx/generic/app/saldisp.cxx:700 +vcl/unx/generic/app/saldisp.cxx:692 unsigned int GetKeySymMask(struct _XDisplay *,unsigned long) unsigned long nKeySym 65509 @@ -3358,7 +3306,7 @@ vcl/unx/generic/dtrans/X11_selection.hxx:384 unsigned long x11::SelectionManager::createCursor(const unsigned char *,const unsigned char *,int,int,int,int) int height 32 -workdir/../vcl/inc/qt5/Qt5Frame.hxx:212 +workdir/../vcl/inc/qt5/Qt5Frame.hxx:214 _Bool Qt5Frame::CallCallback(enum SalEvent,const void *) const enum SalEvent nEvent 8 @@ -3389,11 +3337,11 @@ writerfilter/source/rtftok/rtfsprm.hxx:61 xmloff/inc/txtflde.hxx:254 void XMLTextFieldExport::ProcessIntegerDef(enum xmloff::token::XMLTokenEnum,int,int) enum xmloff::token::XMLTokenEnum eXmlName - 1309 + 1315 xmloff/inc/txtflde.hxx:280 void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,unsigned short,const class rtl::OUString &,const class rtl::OUString &) enum xmloff::token::XMLTokenEnum eXmlName - 804 + 808 xmloff/inc/txtflde.hxx:280 void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,unsigned short,const class rtl::OUString &,const class rtl::OUString &) unsigned short nValuePrefix @@ -3401,11 +3349,11 @@ xmloff/inc/txtflde.hxx:280 xmloff/inc/txtflde.hxx:293 void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum) enum xmloff::token::XMLTokenEnum eXmlName - 1438 + 1447 xmloff/inc/txtflde.hxx:293 void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum) enum xmloff::token::XMLTokenEnum eDefault - 1768 + 1778 xmloff/inc/txtflde.hxx:325 void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,double,_Bool,_Bool,_Bool,unsigned short) unsigned short nPrefix @@ -3413,48 +3361,48 @@ xmloff/inc/txtflde.hxx:325 xmloff/inc/txtflde.hxx:341 void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,const struct com::sun::star::util::DateTime &) enum xmloff::token::XMLTokenEnum eXMLName - 509 + 512 xmloff/inc/txtflde.hxx:346 void XMLTextFieldExport::ProcessTimeOrDateTime(enum xmloff::token::XMLTokenEnum,const struct com::sun::star::util::DateTime &) enum xmloff::token::XMLTokenEnum eXMLName - 1819 -xmloff/inc/XMLBase64Export.hxx:39 + 1830 +xmloff/inc/XMLBase64Export.hxx:40 _Bool XMLBase64Export::exportElement(const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,enum xmloff::token::XMLTokenEnum) enum xmloff::token::XMLTokenEnum eName - 2028 -xmloff/source/draw/ximpcustomshape.cxx:93 + 2039 +xmloff/source/draw/ximpcustomshape.cxx:87 void GetInt32(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 80 -xmloff/source/draw/ximpcustomshape.cxx:106 +xmloff/source/draw/ximpcustomshape.cxx:100 void GetDouble(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 65 -xmloff/source/draw/ximpcustomshape.cxx:119 +xmloff/source/draw/ximpcustomshape.cxx:113 void GetString(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 61 -xmloff/source/draw/ximpcustomshape.cxx:129 +xmloff/source/draw/ximpcustomshape.cxx:123 void GetEnum(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum,const SvXMLEnumMapEntry<type-parameter-?-?> &) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 114 -xmloff/source/draw/ximpcustomshape.cxx:432 +xmloff/source/draw/ximpcustomshape.cxx:426 void GetPosition3D(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum,class SvXMLUnitConverter &) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 96 -xmloff/source/draw/ximpcustomshape.cxx:446 +xmloff/source/draw/ximpcustomshape.cxx:440 void GetDoubleSequence(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 113 -xmloff/source/draw/ximpcustomshape.cxx:471 +xmloff/source/draw/ximpcustomshape.cxx:465 void GetSizeSequence(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 120 -xmloff/source/draw/ximpcustomshape.cxx:537 +xmloff/source/draw/ximpcustomshape.cxx:531 int GetEnhancedParameterPairSequence(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 112 -xmloff/source/draw/ximpcustomshape.cxx:559 +xmloff/source/draw/ximpcustomshape.cxx:553 void GetEnhancedRectangleSequence(class std::__debug::vector<struct com::sun::star::beans::PropertyValue, class std::allocator<struct com::sun::star::beans::PropertyValue> > &,const class rtl::OUString &,const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum) const enum xmloff::EnhancedCustomShapeToken::EnhancedCustomShapeTokenEnum eDestProp 111 @@ -3466,26 +3414,26 @@ xmloff/source/forms/elementimport.cxx:1355 void xmloff::EqualHandle::EqualHandle(int) int _nHandle 2 -xmloff/source/forms/property_description.hxx:94 - void xmloff::PropertyDescription::PropertyDescription(const class rtl::OUString &,const unsigned short,const enum xmloff::token::XMLTokenEnum,class rtl::Reference<class xmloff::PropertyHandlerBase> (*const)(enum xmloff::PropertyId),const enum xmloff::PropertyId,const enum xmloff::PropertyGroup) +xmloff/source/forms/property_description.hxx:81 + void xmloff::PropertyDescription::PropertyDescription(const class rtl::OUString &,const unsigned short,const enum xmloff::token::XMLTokenEnum,class rtl::Reference<class xmloff::PropertyHandlerBase> (*const)(enum xmloff::PropertyId),const enum xmloff::PropertyId) const unsigned short i_namespacePrefix 15 -xmloff/source/style/xmlbahdl.hxx:52 +xmloff/source/style/xmlbahdl.hxx:51 void XMLNumberNonePropHdl::XMLNumberNonePropHdl(enum xmloff::token::XMLTokenEnum,signed char) enum xmloff::token::XMLTokenEnum eZeroString - 405 -xmloff/source/style/xmlbahdl.hxx:52 + 407 +xmloff/source/style/xmlbahdl.hxx:51 void XMLNumberNonePropHdl::XMLNumberNonePropHdl(enum xmloff::token::XMLTokenEnum,signed char) signed char nB 2 -xmloff/source/style/xmlbahdl.hxx:118 +xmloff/source/style/xmlbahdl.hxx:117 void XMLMeasurePxPropHdl::XMLMeasurePxPropHdl(signed char) signed char nB 4 xmloff/source/text/XMLIndexMarkExport.cxx:182 void lcl_ExportPropertyBool(class SvXMLExport &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,enum xmloff::token::XMLTokenEnum,class com::sun::star::uno::Any &) enum xmloff::token::XMLTokenEnum eToken - 2138 + 2149 xmloff/source/transform/TransformerContext.hxx:58 _Bool XMLTransformerContext::HasNamespace(unsigned short) const unsigned short nPrefix |