summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 13:50:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-12 08:24:45 +0200
commit1c3ffcdd4e702264728d222046c401b90cb1c8c9 (patch)
treeda40599532933bcc4f6363d56423150b07b2bc44 /compilerplugins
parent48ca5005ecea5286564c682f6d75716f3c4d8451 (diff)
loplugin:constantparam
Change-Id: Ia769b3176aea287cd57414d7ce8e88c6da43883e Reviewed-on: https://gerrit.libreoffice.org/55622 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/constantparam.bitmask.results48
-rw-r--r--compilerplugins/clang/constantparam.booleans.results2282
-rw-r--r--compilerplugins/clang/constantparam.constructors.results574
-rw-r--r--compilerplugins/clang/constantparam.numbers.results2186
4 files changed, 3694 insertions, 1396 deletions
diff --git a/compilerplugins/clang/constantparam.bitmask.results b/compilerplugins/clang/constantparam.bitmask.results
index da025efc323b..5e23a23e48c5 100644
--- a/compilerplugins/clang/constantparam.bitmask.results
+++ b/compilerplugins/clang/constantparam.bitmask.results
@@ -1,42 +1,60 @@
-codemaker/source/javamaker/classfile.hxx:153
+codemaker/source/javamaker/classfile.hxx:152
void codemaker::javamaker::ClassFile::ClassFile(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &)
enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
-codemaker/source/javamaker/classfile.hxx:168
+codemaker/source/javamaker/classfile.hxx:167
void codemaker::javamaker::ClassFile::addField(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,unsigned short,const class rtl::OString &)
enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
cui/source/options/webconninfo.hxx:35
void svx::PasswordTable::InsertHeaderItem(unsigned short,const class rtl::OUString &,enum HeaderBarItemBits)
enum HeaderBarItemBits nBits setBits=0x211 clearBits=0x1ee
-dbaccess/source/filter/xml/xmlExport.hxx:172
+dbaccess/source/filter/xml/xmlExport.hxx:171
void dbaxml::ODBExport::ODBExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags)
enum SvXMLExportFlags nExportFlag setBits=0x400 clearBits=0x200
+include/basegfx/polygon/b2dpolygontools.hxx:142
+ enum CutFlagValue findCut(const class basegfx::B2DPoint &,const class basegfx::B2DVector &,const class basegfx::B2DPoint &,const class basegfx::B2DVector &,enum CutFlagValue,double *,double *)
+ enum CutFlagValue aCutFlags setBits=0x1
include/framework/framelistanalyzer.hxx:181
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:458
+include/sfx2/objsh.hxx:465
void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags)
enum SfxLoadedFlags nWhich setBits=0x1
-include/svl/itemset.hxx:188
- void SfxItemSet::PutExtended(const class SfxItemSet &,enum SfxItemState,enum SfxItemState)
- enum SfxItemState eDefaultAs setBits=0x20 clearBits=0xf
-include/svtools/brwbox.hxx:439
+include/svtools/brwbox.hxx:438
void BrowseBox::InsertDataColumn(unsigned short,const class rtl::OUString &,long,enum HeaderBarItemBits,unsigned short)
enum HeaderBarItemBits nBits setBits=0x410 clearBits=0x3ac
-include/svtools/wizardmachine.hxx:173
+include/svtools/wizardmachine.hxx:172
void svt::OWizardMachine::OWizardMachine(class vcl::Window *,enum WizardButtonFlags)
enum WizardButtonFlags _nButtonFlags setBits=0xf
-include/vcl/bitmapex.hxx:82
- void BitmapEx::SetSizePixel(const class Size &,enum BmpScaleFlag)
- enum BmpScaleFlag nScaleFlag setBits=0x1
-include/vcl/gdimtf.hxx:194
+include/svx/langbox.hxx:164
+ void LanguageBox::SetLanguageList(enum SvxLanguageListFlags,_Bool,_Bool)
+ enum SvxLanguageListFlags nLangList setBits=0x1
+include/vcl/gdimtf.hxx:195
_Bool GDIMetaFile::CreateThumbnail(class BitmapEx &,enum BmpConversion,enum BmpScaleFlag) const
enum BmpScaleFlag nScaleFlag setBits=0x1
-sc/inc/rangelst.hxx:45
- void ScRangeList::Format(class rtl::OUString &,enum ScRefFlags,class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t) const
+sc/inc/rangelst.hxx:48
+ void ScRangeList::Format(class rtl::OUString &,enum ScRefFlags,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)
+ enum ScRefFlags nFormatFlags setBits=0x8008 clearBits=0x7ff0
sc/inc/xmlwrap.hxx:92
_Bool ScXMLImportWrapper::Import(enum ImportFlags,class ErrCode &)
enum ImportFlags nMode setBits=0x1
+sc/source/ui/view/cellsh1.cxx:111
+ enum InsertDeleteFlags FlagsFromString(const class rtl::OUString &,enum InsertDeleteFlags)
+ enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700
+sc/source/ui/view/cellsh1.cxx:134
+ class rtl::OUString FlagsToString(enum InsertDeleteFlags,enum InsertDeleteFlags)
+ enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700
+sw/source/core/view/viewsh.cxx:716
+ void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags)
+ enum SwInvalidateFlags nInv setBits=0x2
+sw/source/filter/html/swhtml.hxx:713
+ void SwHTMLParser::SetFrameFormatAttrs(class SfxItemSet &,enum HtmlFrameFormatFlags,class SfxItemSet &)
+ enum HtmlFrameFormatFlags nFlags setBits=0x1
+sw/source/filter/ww8/wrtw8esh.cxx:1529
+ enum ShapeFlag AddMirrorFlags(enum ShapeFlag,const class SwMirrorGrf &)
+ enum ShapeFlag nFlags setBits=0xa00 clearBits=0x5ef
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
diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results
index 84a931a9d561..a2e0645a9b2d 100644
--- a/compilerplugins/clang/constantparam.booleans.results
+++ b/compilerplugins/clang/constantparam.booleans.results
@@ -1,8 +1,12 @@
+accessibility/inc/standard/vclxaccessiblemenuitem.hxx:59
+ void VCLXAccessibleMenuItem::VCLXAccessibleMenuItem(class Menu *,unsigned short,class Menu *)
+ class Menu * pMenu
+ 0
accessibility/source/standard/vclxaccessibletoolbox.cxx:96
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/moduldlg.hxx:161
+basctl/source/basicide/moduldlg.hxx:157
void basctl::LibDialog::EnableReference(_Bool)
_Bool b
0
@@ -18,7 +22,15 @@ basegfx/source/polygon/b3dpolygon.cxx:75
void CoordinateDataArray3D::CoordinateDataArray3D(unsigned int)
unsigned int nCount
0
-canvas/source/cairo/cairo_canvashelper.hxx:259
+basic/source/inc/runtime.hxx:322
+ void SbiRuntime::StepRESUME(unsigned int)
+ unsigned int
+ 1
+basic/source/runtime/iosys.cxx:69
+ void SbiInputDialog::SbiInputDialog(class weld::Window *,const class rtl::OUString &)
+ class weld::Window *
+ 0
+canvas/source/cairo/cairo_canvashelper.hxx:257
void cairocanvas::CanvasHelper::useStates(const struct com::sun::star::rendering::ViewState &,const struct com::sun::star::rendering::RenderState &,_Bool)
_Bool setColor
1
@@ -34,27 +46,71 @@ chart2/qa/extras/chart2dump/chart2dump.cxx:99
void Chart2DumpTest::Chart2DumpTest(_Bool)
_Bool bDumpMode
0
-chart2/qa/extras/chart2export.cxx:789
- void ::change(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,_Bool,short)
- _Bool bSetNumFmtLinked
+chart2/qa/extras/chart2export.cxx:287
+ void checkCommonTrendline(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XRegressionCurve> &,double,double,_Bool,double,_Bool,_Bool)
+ _Bool aExpectedShowEquation
+ 1
+chart2/qa/extras/charttest.hxx:240
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> getPivotChartDocFromSheet(int,const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &)
+ int nSheet
+ 1
+chart2/qa/extras/charttest.hxx:246
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> getPivotChartDocFromSheet(const class com::sun::star::uno::Reference<class com::sun::star::table::XTablePivotCharts> &,int)
+ int nIndex
+ 0
+chart2/qa/extras/charttest.hxx:280
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::XAxis> getAxisFromDoc(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int,int)
+ int nCooSys
+ 0
+chart2/qa/extras/charttest.hxx:300
+ int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
+ int nCooSys
+ 0
+chart2/qa/extras/charttest.hxx:300
+ int getNumberOfDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
+ int nChartType
+ 0
+chart2/qa/extras/charttest.hxx:310
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> getDataSeriesFromDoc(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int,int)
+ int nCooSys
+ 0
+chart2/qa/extras/charttest.hxx:325
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> getLabelDataSequenceFromDoc(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,int)
+ int nChartType
+ 0
+chart2/qa/extras/charttest.hxx:348
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataSequence> getDataSequenceFromDocByRole(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,const class rtl::OUString &,int,int)
+ int nChartType
+ 0
+chart2/qa/extras/PivotChartTest.cxx:139
+ void lclModifyColumnGrandTotal(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,_Bool)
+ _Bool bTotal
+ 1
+chart2/qa/extras/PivotChartTest.cxx:145
+ void lclModifyRowGrandTotal(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,_Bool)
+ _Bool bTotal
+ 1
+chart2/qa/extras/PivotChartTest.cxx:182
+ class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotTable> lclGetPivotTableByName(int,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &)
+ int nIndex
+ 1
+chart2/qa/extras/PivotChartTest.cxx:224
+ class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotTables> lclGetDataPilotTables(int,const class com::sun::star::uno::Reference<class com::sun::star::sheet::XSpreadsheetDocument> &)
+ int nIndex
0
chart2/source/controller/dialogs/ChartTypeDialogController.hxx:55
void chart::ChartTypeParameter::ChartTypeParameter(int,_Bool,_Bool,enum chart::GlobalStackMode,_Bool,_Bool,enum com::sun::star::chart2::CurveStyle)
enum com::sun::star::chart2::CurveStyle eCurveStyle
0
-chart2/source/controller/dialogs/DataBrowserModel.cxx:223
- void chart::DataBrowserModel::tDataColumn::tDataColumn(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XLabeledDataSequence> &,enum chart::DataBrowserModel::eCellType,int)
- enum chart::DataBrowserModel::eCellType aCellType
- 0
-chart2/source/controller/dialogs/DialogModel.cxx:188
+chart2/source/controller/dialogs/DialogModel.cxx:172
struct (anonymous namespace)::lcl_DataSeriesContainerAppend & (anonymous namespace)::lcl_DataSeriesContainerAppend::operator++(int)
int
0
-chart2/source/controller/dialogs/DialogModel.cxx:247
+chart2/source/controller/dialogs/DialogModel.cxx:231
struct (anonymous namespace)::lcl_RolesWithRangeAppend & (anonymous namespace)::lcl_RolesWithRangeAppend::operator++(int)
int
0
-chart2/source/controller/inc/ChartController.hxx:360
+chart2/source/controller/inc/ChartController.hxx:367
class chart::ChartController::TheModelRef & chart::ChartController::TheModelRef::operator=(class chart::ChartController::TheModel *)
###1
0
@@ -62,19 +118,23 @@ chart2/source/controller/inc/ViewElementListProvider.hxx:50
class Graphic chart::ViewElementListProvider::GetSymbolGraphic(int,const class SfxItemSet *) const
int nStandardSymbol
0
+chart2/source/inc/AxisHelper.hxx:190
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartType> chart::AxisHelper::getChartTypeByIndex(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XCoordinateSystem> &,int)
+ int nIndex
+ 0
chart2/source/model/template/ColumnLineChartTypeTemplate.hxx:38
void chart::ColumnLineChartTypeTemplate::ColumnLineChartTypeTemplate(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum chart::StackMode,int)
int nNumberOfLines
1
chart2/source/model/template/ScatterChartType.hxx:31
- void chart::ScatterChartType::ScatterChartType(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,enum com::sun::star::chart2::CurveStyle,int,int)
+ void chart::ScatterChartType::ScatterChartType(enum com::sun::star::chart2::CurveStyle,int,int)
enum com::sun::star::chart2::CurveStyle eCurveStyle
0
-chart2/source/tools/InternalDataProvider.cxx:246
+chart2/source/tools/InternalDataProvider.cxx:247
void chart::(anonymous namespace)::lcl_setAnyAtLevelFromStringSequence::lcl_setAnyAtLevelFromStringSequence(int)
int nLevel
0
-chart2/source/view/axes/VAxisProperties.hxx:151
+chart2/source/view/axes/VAxisProperties.hxx:152
struct chart::TickmarkProperties chart::AxisProperties::makeTickmarkPropertiesForComplexCategories(int,int) const
int nTickStartDistanceToAxis
0
@@ -82,27 +142,27 @@ chart2/source/view/charttypes/CategoryPositionHelper.hxx:29
void chart::CategoryPositionHelper::CategoryPositionHelper(double,double)
double fSeriesCount
1
-chart2/source/view/inc/GL3DBarChart.hxx:106
+chart2/source/view/inc/GL3DBarChart.hxx:107
float chart::GL3DBarChart::addScreenTextShape(class rtl::OUString &,const struct glm::detail::tvec2<float> &,float,_Bool,const struct glm::detail::tvec4<float> &,const struct glm::detail::tvec3<float> &,unsigned int)
unsigned int nEvent
0
chart2/source/view/inc/GL3DRenderer.hxx:184
- void chart::opengl3D::OpenGL3DRenderer::Set3DSenceInfo(unsigned int,_Bool)
+ void chart::opengl3D::OpenGL3DRenderer::Set3DSenceInfo(class Color,_Bool)
_Bool twoSidesLighting
1
chart2/source/view/inc/GL3DRenderer.hxx:185
- void chart::opengl3D::OpenGL3DRenderer::SetLightInfo(_Bool,unsigned int,const struct glm::detail::tvec4<float> &)
+ void chart::opengl3D::OpenGL3DRenderer::SetLightInfo(_Bool,class Color,const struct glm::detail::tvec4<float> &)
_Bool lightOn
1
chart2/source/view/inc/GL3DRenderer.hxx:193
- void chart::opengl3D::OpenGL3DRenderer::AddShape3DExtrudeObject(_Bool,unsigned int,unsigned int,const struct glm::detail::tmat4x4<float> &,unsigned int)
+ void chart::opengl3D::OpenGL3DRenderer::AddShape3DExtrudeObject(_Bool,class Color,unsigned int,const struct glm::detail::tmat4x4<float> &,unsigned int)
_Bool roundedCorner
1
-chart2/source/view/inc/PlottingPositionHelper.hxx:110
+chart2/source/view/inc/PlottingPositionHelper.hxx:112
void chart::PlottingPositionHelper::AllowShiftXAxisPos(_Bool)
_Bool bAllowShift
1
-chart2/source/view/inc/PlottingPositionHelper.hxx:111
+chart2/source/view/inc/PlottingPositionHelper.hxx:113
void chart::PlottingPositionHelper::AllowShiftZAxisPos(_Bool)
_Bool bAllowShift
1
@@ -110,23 +170,31 @@ chart2/source/view/inc/Stripe.hxx:53
void chart::Stripe::InvertNormal(_Bool)
_Bool bInvertNormal
1
-chart2/source/view/inc/VSeriesPlotter.hxx:55
+chart2/source/view/inc/VSeriesPlotter.hxx:60
_Bool chart::AxesNumberFormats::hasFormat(int,int) const
int nDimIndex
1
-chart2/source/view/inc/VSeriesPlotter.hxx:59
+chart2/source/view/inc/VSeriesPlotter.hxx:64
int chart::AxesNumberFormats::getFormat(int,int) const
int nDimIndex
1
-chart2/source/view/main/VButton.hxx:45
+chart2/source/view/main/ShapeFactory.cxx:708
+ void appendAndCloseBezierCoords(struct com::sun::star::drawing::PolyPolygonBezierCoords &,const struct com::sun::star::drawing::PolyPolygonBezierCoords &,_Bool)
+ _Bool bAppendInverse
+ 1
+chart2/source/view/main/VButton.hxx:46
void chart::VButton::showArrow(_Bool)
_Bool bShowArrow
0
-codemaker/source/javamaker/classfile.hxx:120
+codemaker/source/javamaker/classfile.hxx:119
void codemaker::javamaker::ClassFile::Code::storeLocalReference(unsigned short)
unsigned short index
1
-connectivity/source/drivers/postgresql/pq_connection.cxx:415
+comphelper/source/misc/backupfilehelper.cxx:76
+ unsigned int createCrc32(const class std::shared_ptr<class osl::File> &,unsigned int)
+ unsigned int nOffset
+ 0
+connectivity/source/drivers/postgresql/pq_connection.cxx:412
void pq_sdbc_driver::cstr_vector::push_back(const char *,enum __sal_NoAcquire)
enum __sal_NoAcquire
0
@@ -134,23 +202,51 @@ connectivity/source/drivers/postgresql/pq_resultsetmetadata.hxx:89
_Bool pq_sdbc_driver::ResultSetMetaData::getBoolColumnProperty(const class rtl::OUString &,int,_Bool)
_Bool def
0
-connectivity/source/inc/dbase/DIndex.hxx:117
+connectivity/source/inc/dbase/DIndex.hxx:116
_Bool connectivity::dbase::ODbaseIndex::Find(unsigned int,const class connectivity::ORowSetValue &)
unsigned int nRec
0
-connectivity/source/inc/OColumn.hxx:72
+connectivity/source/inc/OColumn.hxx:68
void connectivity::OColumn::OColumn(const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,int)
int _aScale
0
-cui/source/inc/cuitabarea.hxx:754
+connectivity/source/inc/odbc/OTools.hxx:182
+ void connectivity::odbc::OTools::getBindTypes(_Bool,_Bool,short,short &,short &)
+ _Bool _bUseWChar
+ 0
+connectivity/source/inc/odbc/OTools.hxx:219
+ void connectivity::odbc::OTools::bindValue(const class connectivity::odbc::OConnection *,void *,int,short,short,const void *,void *,long *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,unsigned short,_Bool)
+ short _nMaxLen
+ 0
+cppcanvas/source/mtfrenderer/mtftools.cxx:260
+ void appendRect(class basegfx::B2DPolyPolygon &,const class basegfx::B2DPoint &,const double,const double,const double,const double)
+ const double nX1
+ 0
+cppu/qa/test_reference.cxx:92
+ const class com::sun::star::uno::Type & (anonymous namespace)::Base1::static_type(void *)
+ void *
+ 0
+cppu/qa/test_unotype.cxx:64
+ void (anonymous namespace)::DerivedInterface1::dummy(struct (anonymous namespace)::DerivedInterface1 *)
+ struct (anonymous namespace)::DerivedInterface1 * p
+ 0
+cppu/qa/test_unotype.cxx:75
+ void (anonymous namespace)::DerivedInterface2::dummy(struct (anonymous namespace)::DerivedInterface2 *)
+ struct (anonymous namespace)::DerivedInterface2 * p
+ 0
+cppu/source/uno/sequence.cxx:313
+ _Bool icopyConstructFromElements(struct _sal_Sequence **,void *,struct _typelib_TypeDescriptionReference *,int,int,void (*)(void *),int)
+ int nStartIndex
+ 0
+cui/source/inc/cuitabarea.hxx:745
void SvxColorTabPage::SetPropertyList(enum XPropertyListType,const class rtl::Reference<class XPropertyList> &)
enum XPropertyListType t
0
-cui/source/inc/hangulhanjadlg.hxx:65
+cui/source/inc/hangulhanjadlg.hxx:66
void svx::SuggestionDisplay::SelectEntryPos(unsigned short)
unsigned short nPos
0
-cui/source/inc/hangulhanjadlg.hxx:69
+cui/source/inc/hangulhanjadlg.hxx:70
class rtl::OUString svx::SuggestionDisplay::GetEntry(unsigned short) const
unsigned short nPos
0
@@ -163,41 +259,49 @@ cui/source/inc/scriptdlg.hxx:76
class SvTreeListEntry * pParent
0
cui/source/inc/SpellDialog.hxx:87
- void svx::SentenceEditWindow_Impl::SetAttrib(const class TextAttrib &,unsigned long,unsigned short,unsigned short)
- unsigned long nPara
+ void svx::SentenceEditWindow_Impl::SetAttrib(const class TextAttrib &,unsigned int,int,int)
+ unsigned int nPara
0
cui/source/options/optjsearch.hxx:71
void SvxJSearchOptionsPage::EnableSaveOptions(_Bool)
_Bool bVal
0
-dbaccess/source/core/dataaccess/databasedocument.hxx:659
+dbaccess/source/core/dataaccess/databasedocument.hxx:660
void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::DefaultMethod_)
enum dbaccess::DocumentGuard::DefaultMethod_
0
-dbaccess/source/core/dataaccess/databasedocument.hxx:677
+dbaccess/source/core/dataaccess/databasedocument.hxx:678
void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::InitMethod_)
enum dbaccess::DocumentGuard::InitMethod_
0
-dbaccess/source/core/dataaccess/databasedocument.hxx:696
+dbaccess/source/core/dataaccess/databasedocument.hxx:697
void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodUsedDuringInit_)
enum dbaccess::DocumentGuard::MethodUsedDuringInit_
0
-dbaccess/source/core/dataaccess/databasedocument.hxx:711
+dbaccess/source/core/dataaccess/databasedocument.hxx:712
void dbaccess::DocumentGuard::DocumentGuard(const class dbaccess::ODatabaseDocument &,enum dbaccess::DocumentGuard::MethodWithoutInit_)
enum dbaccess::DocumentGuard::MethodWithoutInit_
0
-dbaccess/source/core/inc/column.hxx:187
+dbaccess/source/core/inc/column.hxx:184
void dbaccess::OColumns::OColumns(class cppu::OWeakObject &,class osl::Mutex &,_Bool,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &,class dbaccess::IColumnFactory *,class connectivity::sdbcx::IRefreshableColumns *,_Bool,_Bool,_Bool)
_Bool _bDropColumn
0
-dbaccess/source/core/inc/column.hxx:198
+dbaccess/source/core/inc/column.hxx:195
void dbaccess::OColumns::OColumns(class cppu::OWeakObject &,class osl::Mutex &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameAccess> &,_Bool,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &,class dbaccess::IColumnFactory *,class connectivity::sdbcx::IRefreshableColumns *,_Bool,_Bool,_Bool)
_Bool _bUseHardRef
1
+dbaccess/source/core/inc/migrwarndlg.hxx:19
+ void dbaccess::MigrationWarnDialog::MigrationWarnDialog(class weld::Window *)
+ class weld::Window * pParent
+ 0
dbaccess/source/ui/app/AppSwapWindow.hxx:59
class SvxIconChoiceCtrlEntry * dbaui::OApplicationSwapWindow::GetEntry(unsigned long) const
unsigned long nPos
0
+dbaccess/source/ui/control/tabletree.cxx:223
+ 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/inc/charsets.hxx:47
class dbaui::OCharsetDisplay::ExtendedCharsetIterator dbaui::OCharsetDisplay::findEncoding(const unsigned short) const
const unsigned short _eEncoding
@@ -206,18 +310,22 @@ dbaccess/source/ui/inc/IUpdateHelper.hxx:33
void dbaui::IUpdateHelper::updateInt(int,int)
int _nPos
1
-dbaccess/source/ui/inc/WTypeSelect.hxx:114
+dbaccess/source/ui/inc/WTypeSelect.hxx:112
void dbaui::OWizTypeSelect::EnableAuto(_Bool)
_Bool bEnable
0
-desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx:185
+desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx:182
void dp_gui::ExtensionCmd::ExtensionCmd(const enum dp_gui::ExtensionCmd::E_CMD_TYPE,const class rtl::OUString &,const class rtl::OUString &,const _Bool)
const enum dp_gui::ExtensionCmd::E_CMD_TYPE eCommand
0
-desktop/source/deployment/gui/dp_gui_theextmgr.hxx:92
+desktop/source/deployment/gui/dp_gui_theextmgr.hxx:90
void dp_gui::TheExtensionManager::ToTop(enum ToTopFlags)
enum ToTopFlags nFlags
1
+desktop/source/lib/init.cxx:3913
+ struct _LibreOfficeKit * libreofficekit_hook_2(const char *,const char *)
+ const char * user_profile_path
+ 0
editeng/source/editeng/editstt2.hxx:29
void InternalEditStatus::TurnOnFlags(enum EEControlBits)
enum EEControlBits nFlags
@@ -226,10 +334,14 @@ editeng/source/editeng/editstt2.hxx:32
void InternalEditStatus::TurnOffFlags(enum EEControlBits)
enum EEControlBits nFlags
1
-editeng/source/editeng/impedit.hxx:842
+editeng/source/editeng/impedit.hxx:844
unsigned short ImpEditEngine::GetLineHeight(int,int)
int nLine
0
+extensions/source/propctrlr/browserline.cxx:326
+ void implEnable(class vcl::Window *,_Bool)
+ _Bool _bEnable
+ 0
extensions/source/propctrlr/propertyhandler.hxx:186
void pcr::PropertyHandler::addDoublePropertyDescription(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
@@ -254,6 +366,50 @@ extensions/source/scanner/grid.hxx:54
void GridDialog::setBoundings(double,double,double,double)
double fMinX
0
+filter/qa/cppunit/filters-dxf-test.cxx:22
+ _Bool idxGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-eps-test.cxx:22
+ _Bool ipsGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-met-test.cxx:22
+ _Bool imeGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-pcd-test.cxx:22
+ _Bool icdGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-pcx-test.cxx:22
+ _Bool ipxGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-pict-test.cxx:27
+ _Bool iptGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-ppm-test.cxx:22
+ _Bool ipbGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-psd-test.cxx:22
+ _Bool ipdGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-ras-test.cxx:22
+ _Bool iraGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-tga-test.cxx:22
+ _Bool itgGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
+filter/qa/cppunit/filters-tiff-test.cxx:22
+ _Bool itiGraphicImport(class SvStream &,class Graphic &,class FilterConfigItem *)
+ class FilterConfigItem *
+ 0
filter/source/flash/swfwriter.hxx:307
void swf::Writer::gotoFrame(unsigned short)
unsigned short nFrame
@@ -274,23 +430,23 @@ filter/source/graphicfilter/icgm/cgm.hxx:93
unsigned char CGM::ImplGetByte(unsigned int,unsigned int)
unsigned int nPrecision
1
-filter/source/svg/svgfilter.hxx:247
+filter/source/svg/svgfilter.hxx:240
_Bool SVGFilter::implExportMasterPages(const class std::__debug::vector<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage>, class std::allocator<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage> > > &,int,int)
int nFirstPage
0
-filter/source/svg/svgfilter.hxx:249
+filter/source/svg/svgfilter.hxx:242
void SVGFilter::implExportDrawPages(const class std::__debug::vector<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage>, class std::allocator<class com::sun::star::uno::Reference<class com::sun::star::drawing::XDrawPage> > > &,int,int)
int nFirstPage
0
-filter/source/svg/svgwriter.hxx:273
+filter/source/svg/svgwriter.hxx:272
void SVGTextWriter::startTextPosition(_Bool,_Bool)
_Bool bExportY
1
-forms/source/component/DatabaseForm.hxx:238
+forms/source/component/DatabaseForm.hxx:237
void frm::ODatabaseForm::fire(int *,const class com::sun::star::uno::Any *,const class com::sun::star::uno::Any *,int)
int nCount
1
-forms/source/component/GroupManager.hxx:152
+forms/source/component/GroupManager.hxx:149
const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> & frm::OGroup::GetObject(unsigned short) const
unsigned short nP
0
@@ -298,19 +454,19 @@ forms/source/inc/featuredispatcher.hxx:50
void frm::IFeatureDispatcher::dispatchWithArgument(short,const char *,const class com::sun::star::uno::Any &) const
short _nFeatureId
1
-formula/source/ui/dlg/structpg.hxx:89
+formula/source/ui/dlg/structpg.hxx:87
class SvTreeListEntry * formula::StructPage::InsertEntry(const class rtl::OUString &,class SvTreeListEntry *,unsigned short,unsigned long,const class formula::IFormulaToken *)
unsigned long nPos
0
-framework/inc/uielement/uicommanddescription.hxx:85
+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
1
-helpcompiler/inc/HelpCompiler.hxx:68
+helpcompiler/inc/HelpCompiler.hxx:69
void fs::path::path(const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &,enum fs::convert)
enum fs::convert
0
-helpcompiler/inc/HelpCompiler.hxx:195
+helpcompiler/inc/HelpCompiler.hxx:196
void HelpProcessingException::HelpProcessingException(enum HelpProcessingErrorClass,const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &)
enum HelpProcessingErrorClass eErrorClass
1
@@ -318,15 +474,19 @@ hwpfilter/source/hfont.h:63
const char * HWPFont::GetFontName(int,int)
int lang
0
-hwpfilter/source/hwpfile.h:150
+hwpfilter/source/hwpfile.h:147
void HWPFile::Read4b(void *,unsigned long)
unsigned long nmemb
1
-i18npool/source/localedata/LocaleNode.hxx:117
- class rtl::OUString LocaleNode::writeParameterCheckLen(const class OFileWriter &,const char *,const char *,int,int) const
- int nMinLen
- 1
-include/avmedia/mediaplayer.hxx:50
+idlc/inc/errorhandler.hxx:86
+ void ErrorHandler::warning0(enum WarningCode,const char *)
+ enum WarningCode e
+ 0
+idlc/source/errorhandler.cxx:399
+ void errorHeader(enum ErrorCode,unsigned int)
+ enum ErrorCode eCode
+ 0
+include/avmedia/mediaplayer.hxx:51
void avmedia::MediaFloater::setURL(const class rtl::OUString &,const class rtl::OUString &,_Bool)
_Bool bPlayImmediately
1
@@ -334,6 +494,22 @@ include/basegfx/polygon/b2dpolygon.hxx:82
void basegfx::B2DPolygon::insert(unsigned int,const class basegfx::B2DPoint &,unsigned int)
unsigned int nCount
1
+include/basegfx/polygon/b2dpolygontools.hxx:88
+ _Bool isInside(const class basegfx::B2DPolygon &,const class basegfx::B2DPolygon &,_Bool)
+ _Bool bWithBorder
+ 1
+include/basegfx/polygon/b2dpolygontools.hxx:341
+ enum basegfx::B2VectorOrientation getOrientationForIndex(const class basegfx::B2DPolygon &,unsigned int)
+ unsigned int nIndex
+ 0
+include/basegfx/polygon/b2dpolygontools.hxx:348
+ _Bool isPointOnPolygon(const class basegfx::B2DPolygon &,const class basegfx::B2DPoint &,_Bool)
+ _Bool bWithPoints
+ 1
+include/basegfx/polygon/b2dpolygontools.hxx:351
+ _Bool isPointInTriangle(const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,const class basegfx::B2DPoint &,_Bool)
+ _Bool bWithBorder
+ 1
include/basegfx/polygon/b2dpolypolygon.hxx:77
void basegfx::B2DPolyPolygon::insert(unsigned int,const class basegfx::B2DPolygon &,unsigned int)
unsigned int nCount
@@ -366,6 +542,14 @@ include/basegfx/polygon/b3dpolygon.hxx:100
void basegfx::B3DPolygon::remove(unsigned int,unsigned int)
unsigned int nCount
1
+include/basegfx/polygon/b3dpolygontools.hxx:95
+ _Bool isInside(const class basegfx::B3DPolygon &,const class basegfx::B3DPoint &,_Bool)
+ _Bool bWithBorder
+ 0
+include/basegfx/polygon/b3dpolygontools.hxx:98
+ _Bool isPointOnLine(const class basegfx::B3DPoint &,const class basegfx::B3DPoint &,const class basegfx::B3DPoint &,_Bool)
+ _Bool bWithPoints
+ 1
include/basegfx/polygon/b3dpolypolygon.hxx:83
void basegfx::B3DPolyPolygon::append(const class basegfx::B3DPolygon &,unsigned int)
unsigned int nCount
@@ -386,6 +570,14 @@ include/basegfx/range/b2ibox.hxx:77
void basegfx::B2IBox::B2IBox(int,int,int,int)
int x1
0
+include/basegfx/utils/tools.hxx:118
+ class basegfx::B2DPolyPolygon number2PolyPolygon(double,int,int,_Bool)
+ _Bool bLitSegments
+ 1
+include/basic/basrdll.hxx:38
+ void BasicDLL::EnableBreak(_Bool)
+ _Bool bEnable
+ 1
include/basic/sbstar.hxx:153
class SbxVariable * StarBASIC::VBAFind(const class rtl::OUString &,enum SbxClassType)
enum SbxClassType t
@@ -398,23 +590,87 @@ include/basic/sbxobj.hxx:73
void SbxObject::Remove(const class rtl::OUString &,enum SbxClassType)
enum SbxClassType
1
-include/canvas/parametricpolypolygon.hxx:145
+include/canvas/parametricpolypolygon.hxx:144
void canvas::ParametricPolyPolygon::ParametricPolyPolygon(const class com::sun::star::uno::Reference<class com::sun::star::rendering::XGraphicDevice> &,enum canvas::ParametricPolyPolygon::GradientType,const class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<double> > &,const class com::sun::star::uno::Sequence<double> &)
enum canvas::ParametricPolyPolygon::GradientType eType
0
-include/canvas/spriteredrawmanager.hxx:113
+include/canvas/spriteredrawmanager.hxx:112
void canvas::SpriteRedrawManager::SpriteInfo::SpriteInfo(const class rtl::Reference<class canvas::Sprite> &,const class basegfx::B2DRange &,_Bool,_Bool)
_Bool bNeedsUpdate
1
-include/comphelper/unique_disposing_ptr.hxx:163
+include/canvas/verifyinput.hxx:154
+ void verifyInput(const struct com::sun::star::geometry::RealBezierSegment2D &,const char *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,short)
+ short nArgPos
+ 0
+include/canvas/verifyinput.hxx:286
+ void verifyInput(const struct com::sun::star::rendering::IntegerBitmapLayout &,const char *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,short)
+ short nArgPos
+ 0
+include/canvas/verifyinput.hxx:527
+ void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool)
+ type-parameter-?-? bound
+ 1
+include/canvas/verifyinput.hxx:527
+ void verifyRange(type-parameter-?-?,type-parameter-?-?,_Bool)
+ _Bool bLowerBound
+ 1
+include/comphelper/configurationhelper.hxx:214
+ class com::sun::star::uno::Any comphelper::ConfigurationHelper::readDirectKey(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 &,enum comphelper::EConfigurationModes)
+ enum comphelper::EConfigurationModes eMode
+ 1
+include/comphelper/configurationhelper.hxx:230
+ 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:45
+ void setLocalRendering(_Bool)
+ _Bool bLocalRendering
+ 1
+include/comphelper/lok.hxx:66
+ void setRangeHeaders(_Bool)
+ _Bool bTiledAnnotations
+ 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
+ 0
+include/comphelper/random.hxx:31
+ int uniform_int_distribution(int,int)
+ int a
+ 0
+include/comphelper/random.hxx:37
+ unsigned long uniform_size_distribution(unsigned long,unsigned long)
+ unsigned long a
+ 0
+include/comphelper/sequence.hxx:35
+ class com::sun::star::uno::Sequence<short> findValue(const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,_Bool)
+ _Bool _bOnlyFirst
+ 1
+include/comphelper/storagehelper.hxx:186
+ class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> comphelper::OStorageHelper::GetStorageAtPath(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class rtl::OUString &,unsigned int,const class comphelper::LifecycleProxy &)
+ unsigned int nOpenMode
+ 1
+include/comphelper/unique_disposing_ptr.hxx:164
void comphelper::unique_disposing_solar_mutex_reset_ptr::unique_disposing_solar_mutex_reset_ptr<T>(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,type-parameter-?-? *,_Bool)
_Bool bComponent
1
-include/comphelper/unique_disposing_ptr.hxx:168
+include/comphelper/unique_disposing_ptr.hxx:169
void comphelper::unique_disposing_solar_mutex_reset_ptr::reset(type-parameter-?-? *)
type-parameter-?-? * p
0
-include/connectivity/FValue.hxx:478
+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:329
+ _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:802
+ _Bool isAggregateColumn(const class com::sun::star::uno::Reference<class com::sun::star::container::XNameAccess> &,const class rtl::OUString &,_Bool)
+ _Bool whenNotFound
+ 0
+include/connectivity/FValue.hxx:469
void connectivity::TSetBound::TSetBound(_Bool)
_Bool _bBound
0
@@ -442,31 +698,47 @@ include/connectivity/sdbcx/VUser.hxx:66
void connectivity::sdbcx::OUser::OUser(const class rtl::OUString &,_Bool)
_Bool _bCase
1
-include/connectivity/sqlscan.hxx:61
+include/connectivity/sqlscan.hxx:52
void connectivity::OSQLScanner::prepareScan(const class rtl::OUString &,const class connectivity::IParseContext *,_Bool)
_Bool bInternational
1
+include/cppcanvas/color.hxx:62
+ int makeColorARGB(unsigned char,unsigned char,unsigned char,unsigned char)
+ unsigned char nAlpha
+ 0
include/drawinglayer/processor2d/hittestprocessor2d.hxx:80
void drawinglayer::processor2d::HitTestProcessor2D::collectHitStack(_Bool)
_Bool bCollect
1
-include/editeng/boxitem.hxx:115
+include/drawinglayer/XShapeDumper.hxx:49
+ class rtl::OUString XShapeDumper::dump(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShapes> &,_Bool)
+ _Bool bDumpInteropProperties
+ 0
+include/drawinglayer/XShapeDumper.hxx:50
+ class rtl::OUString XShapeDumper::dump(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,_Bool)
+ _Bool bDumpInteropProperties
+ 0
+include/editeng/borderline.hxx:166
+ class Color editeng::SvxBorderLine::GetColorOut(_Bool) const
+ _Bool bLeftOrTop
+ 1
+include/editeng/borderline.hxx:167
+ class Color editeng::SvxBorderLine::GetColorIn(_Bool) const
+ _Bool bLeftOrTop
+ 1
+include/editeng/boxitem.hxx:117
_Bool SvxBoxItem::HasBorder(_Bool) const
_Bool bTreatPaddingAsBorder
1
-include/editeng/charsetcoloritem.hxx:38
- void SvxCharSetColorItem::SvxCharSetColorItem(const class Color &,const unsigned short,const unsigned short)
- const unsigned short eFrom
- 0
-include/editeng/colritem.hxx:79
+include/editeng/colritem.hxx:78
void SvxBackgroundColorItem::SvxBackgroundColorItem(const unsigned short)
const unsigned short nId
0
-include/editeng/editeng.hxx:537
+include/editeng/editeng.hxx:547
void EditEngine::dumpAsXmlEditDoc(struct _xmlTextWriter *) const
struct _xmlTextWriter * pWriter
0
-include/editeng/editeng.hxx:562
+include/editeng/editeng.hxx:572
class EditPaM EditEngine::CursorLeft(const class EditPaM &,unsigned short)
unsigned short nCharacterIteratorMode
0
@@ -486,15 +758,11 @@ include/editeng/nhypitem.hxx:29
void SvxNoHyphenItem::SvxNoHyphenItem(const _Bool,const unsigned short)
const _Bool bHyphen
1
-include/editeng/nlbkitem.hxx:29
- void SvxNoLinebreakItem::SvxNoLinebreakItem(const _Bool,const unsigned short)
- const _Bool bBreak
- 1
include/editeng/outliner.hxx:255
void OutlinerView::SelectRange(int,int)
int nFirst
0
-include/editeng/outliner.hxx:653
+include/editeng/outliner.hxx:647
_Bool Outliner::ImpCanDeleteSelectedPages(class OutlinerView *,int,int)
int nPages
1
@@ -506,31 +774,31 @@ include/editeng/splwrap.hxx:74
void SvxSpellWrapper::SvxSpellWrapper(class vcl::Window *,const _Bool,const _Bool)
const _Bool bIsAllRight
0
-include/filter/msfilter/escherex.hxx:494
+include/filter/msfilter/escherex.hxx:496
void EscherExAtom::EscherExAtom(class SvStream &,const unsigned short,const unsigned short,const unsigned char)
const unsigned char nVersion
0
-include/filter/msfilter/escherex.hxx:589
+include/filter/msfilter/escherex.hxx:591
void EscherGraphicProvider::WriteBlibStoreEntry(class SvStream &,unsigned int,unsigned int)
unsigned int nBlipId
1
-include/filter/msfilter/escherex.hxx:791
+include/filter/msfilter/escherex.hxx:797
void EscherPropertyContainer::CreateFillProperties(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool,const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &)
_Bool bEdge
1
-include/filter/msfilter/escherex.hxx:1129
+include/filter/msfilter/escherex.hxx:1142
void EscherEx::EndAtom(unsigned short,int,int)
int nRecVersion
0
-include/filter/msfilter/msdffimp.hxx:685
+include/filter/msfilter/msdffimp.hxx:705
void SvxMSDffManager::ExchangeInShapeOrder(const class SdrObject *,unsigned long,class SdrObject *) const
unsigned long nTxBx
0
-include/filter/msfilter/msdffimp.hxx:732
+include/filter/msfilter/msdffimp.hxx:758
void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short)
unsigned short nSeqId
0
-include/filter/msfilter/msdffimp.hxx:732
+include/filter/msfilter/msdffimp.hxx:758
void SvxMSDffShapeInfo::SvxMSDffShapeInfo(unsigned long,unsigned int,unsigned short,unsigned short)
unsigned short nBoxId
0
@@ -538,7 +806,7 @@ include/formula/FormulaCompiler.hxx:322
void formula::FormulaCompiler::PushTokenArray(class formula::FormulaTokenArray *,_Bool)
_Bool
1
-include/formula/token.hxx:244
+include/formula/token.hxx:248
void formula::FormulaByteToken::FormulaByteToken(enum OpCode,unsigned char,enum formula::StackVar,enum formula::ParamClass)
enum formula::ParamClass c
0
@@ -550,71 +818,75 @@ include/formula/vectortoken.hxx:50
void formula::VectorRefArray::VectorRefArray(enum formula::VectorRefArray::InitInvalid)
enum formula::VectorRefArray::InitInvalid
0
-include/framework/preventduplicateinteraction.hxx:76
- void framework::PreventDuplicateInteraction::InteractionInfo::InteractionInfo(const class com::sun::star::uno::Type &,int)
- int nMaxCount
- 1
-include/o3tl/string_view.hxx:304
+include/i18nutil/widthfolding.hxx:45
+ class rtl::OUString i18nutil::widthfolding::compose_ja_voiced_sound_marks(const class rtl::OUString &,int,int,class com::sun::star::uno::Sequence<int> &,_Bool,int)
+ int startPos
+ 0
+include/linguistic/misc.hxx:137
+ _Bool IsUpper(const class rtl::OUString &,int,int,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>)
+ int nPos
+ 0
+include/o3tl/string_view.hxx:299
unsigned long o3tl::basic_string_view::copy(type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long pos
1
-include/o3tl/string_view.hxx:333
+include/o3tl/string_view.hxx:328
int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>) const
unsigned long pos1
0
-include/o3tl/string_view.hxx:337
+include/o3tl/string_view.hxx:332
int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>,unsigned long,unsigned long) const
- unsigned long pos2
+ unsigned long pos1
0
-include/o3tl/string_view.hxx:337
+include/o3tl/string_view.hxx:332
int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>,unsigned long,unsigned long) const
- unsigned long pos1
+ unsigned long pos2
0
-include/o3tl/string_view.hxx:345
+include/o3tl/string_view.hxx:340
int o3tl::basic_string_view::compare(unsigned long,unsigned long,const type-parameter-?-? *) const
unsigned long pos1
1
-include/o3tl/string_view.hxx:348
+include/o3tl/string_view.hxx:343
int o3tl::basic_string_view::compare(unsigned long,unsigned long,const type-parameter-?-? *,unsigned long) const
unsigned long pos1
1
-include/o3tl/string_view.hxx:373
+include/o3tl/string_view.hxx:368
unsigned long o3tl::basic_string_view::find(type-parameter-?-?,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:376
+include/o3tl/string_view.hxx:371
unsigned long o3tl::basic_string_view::find(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:379
+include/o3tl/string_view.hxx:374
unsigned long o3tl::basic_string_view::find(const type-parameter-?-? *,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:433
+include/o3tl/string_view.hxx:428
unsigned long o3tl::basic_string_view::find_first_of(type-parameter-?-?,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:436
+include/o3tl/string_view.hxx:431
unsigned long o3tl::basic_string_view::find_first_of(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:440
+include/o3tl/string_view.hxx:435
unsigned long o3tl::basic_string_view::find_first_of(const type-parameter-?-? *,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:497
+include/o3tl/string_view.hxx:492
unsigned long o3tl::basic_string_view::find_first_not_of(type-parameter-?-?,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:501
+include/o3tl/string_view.hxx:496
unsigned long o3tl::basic_string_view::find_first_not_of(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long pos
0
-include/o3tl/string_view.hxx:505
+include/o3tl/string_view.hxx:500
unsigned long o3tl::basic_string_view::find_first_not_of(const type-parameter-?-? *,unsigned long) const
unsigned long pos
0
-include/o3tl/strong_int.hxx:87
+include/o3tl/strong_int.hxx:88
void o3tl::strong_int::strong_int<UNDERLYING_TYPE, PHANTOM_TYPE>(type-parameter-?-?,typename enable_if<std::is_integral<T>::value, int>::type)
typename enable_if<std::is_integral<T>::value, int>::type
0
@@ -622,12 +894,12 @@ include/oox/crypto/CryptTools.hxx:108
void oox::core::Encrypt::Encrypt(class std::__debug::vector<unsigned char, class std::allocator<unsigned char> > &,class std::__debug::vector<unsigned char, class std::allocator<unsigned char> > &,enum oox::core::Crypto::CryptoType)
enum oox::core::Crypto::CryptoType type
1
-include/oox/export/drawingml.hxx:214
+include/oox/export/drawingml.hxx:237
void oox::drawingml::DrawingML::WritePresetShape(const char *,enum MSO_SPT,_Bool,int,const struct com::sun::star::beans::PropertyValue &)
int nAdjustmentsWhichNeedsToBeConverted
0
include/oox/export/vmlexport.hxx:140
- class rtl::OString oox::vml::VMLExport::AddInlineSdrObject(const class SdrObject &,const _Bool)
+ const class rtl::OString & oox::vml::VMLExport::AddInlineSdrObject(const class SdrObject &,const _Bool)
const _Bool bOOxmlExport
1
include/oox/helper/attributelist.hxx:151
@@ -642,6 +914,14 @@ include/oox/helper/containerhelper.hxx:110
typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::iterator oox::Matrix::at(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type,typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type)
typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type nY
0
+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:107
+ type-parameter-?-? getIntervalValue(type-parameter-?-?,type-parameter-?-?,type-parameter-?-?)
+ type-parameter-?-? nBegin
+ 0
include/oox/mathml/importutils.hxx:210
void oox::formulaimport::XmlStream::skipElementInternal(int,_Bool)
_Bool silent
@@ -658,71 +938,95 @@ include/oox/ole/vbacontrol.hxx:190
void oox::ole::VbaUserForm::VbaUserForm(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 oox::GraphicHelper &,_Bool)
_Bool bDefaultColorBgr
1
+include/oox/ole/vbaexport.hxx:90
+ void VBACompressionChunk::SetFlagBit(unsigned long,_Bool,unsigned char &)
+ _Bool bVal
+ 1
+include/oox/vml/vmlformatting.hxx:123
+ int decodeMeasureToHmm(const class oox::GraphicHelper &,const class rtl::OUString &,int,_Bool,_Bool)
+ int nRefValue
+ 0
+include/opencl/openclwrapper.hxx:63
+ _Bool buildProgramFromBinary(const char *,struct openclwrapper::GPUEnv *,const char *,int)
+ int idx
+ 0
+include/opencl/openclwrapper.hxx:86
+ void setOpenCLCmdQueuePosition(int)
+ int nPos
+ 0
include/package/Deflater.hxx:51
int ZipUtils::Deflater::doDeflateSegment(class com::sun::star::uno::Sequence<signed char> &,int,int)
int nNewOffset
0
-include/sfx2/dispatch.hxx:166
+include/sfx2/dispatch.hxx:167
enum ToolbarId SfxDispatcher::GetObjectBarId(unsigned short) const
unsigned short nPos
1
-include/sfx2/docfile.hxx:83
+include/sfx2/docfile.hxx:85
void SfxMedium::SfxMedium(const class rtl::OUString &,const class rtl::OUString &,enum StreamMode,class std::shared_ptr<const class SfxFilter>,class SfxItemSet *)
class SfxItemSet * pSet
0
-include/sfx2/docfile.hxx:98
+include/sfx2/docfile.hxx:100
void SfxMedium::SfxMedium(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class rtl::OUString &,const class rtl::OUString &,const class SfxItemSet *)
const class SfxItemSet * pSet
0
-include/sfx2/event.hxx:160
+include/sfx2/docfile.hxx:177
+ void SfxMedium::DisableFileSync(_Bool)
+ _Bool bDisableFileSync
+ 1
+include/sfx2/event.hxx:240
void SfxPrintingHint::SfxPrintingHint(enum com::sun::star::view::PrintableState,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,class SfxObjectShell *,const class com::sun::star::uno::Reference<class com::sun::star::frame::XController2> &)
enum com::sun::star::view::PrintableState nState
0
-include/sfx2/fcontnr.hxx:113
+include/sfx2/fcontnr.hxx:112
void SfxFilterMatcherIter::SfxFilterMatcherIter(const class SfxFilterMatcher &,enum SfxFilterFlags,enum SfxFilterFlags)
enum SfxFilterFlags nMask
0
include/sfx2/filedlghelper.hxx:108
- void sfx2::FileDialogHelper::FileDialogHelper(short,enum FileDialogFlags,const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags)
+ void sfx2::FileDialogHelper::FileDialogHelper(short,enum FileDialogFlags,const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags,class weld::Window *)
enum SfxFilterFlags nDont
0
-include/sfx2/itemconnect.hxx:263
+include/sfx2/itemconnect.hxx:264
void sfx::DummyItemConnection::DummyItemConnection(unsigned short,class vcl::Window &,enum ItemConnFlags)
enum ItemConnFlags nFlags
1
-include/sfx2/itemconnect.hxx:298
+include/sfx2/itemconnect.hxx:299
void sfx::MetricConnection::MetricConnection<ItemWrpT>(unsigned short,class MetricField &,enum FieldUnit,enum ItemConnFlags)
enum ItemConnFlags nFlags
1
-include/sfx2/itemconnect.hxx:323
+include/sfx2/itemconnect.hxx:324
void sfx::ListBoxConnection::ListBoxConnection<ItemWrpT>(unsigned short,class ListBox &,const typename ItemControlConnection<type-parameter-?-?, ListBoxWrapper<typename type-parameter-?-?::ItemValueType> >::ControlWrapperType::MapEntryType *,enum ItemConnFlags)
enum ItemConnFlags nFlags
1
-include/sfx2/itemconnect.hxx:348
+include/sfx2/itemconnect.hxx:349
void sfx::ValueSetConnection::ValueSetConnection<ItemWrpT>(unsigned short,class ValueSet &,const typename ItemControlConnection<type-parameter-?-?, ValueSetWrapper<typename type-parameter-?-?::ItemValueType> >::ControlWrapperType::MapEntryType *,enum ItemConnFlags)
enum ItemConnFlags nFlags
1
-include/sfx2/opengrf.hxx:41
+include/sfx2/opengrf.hxx:46
void SvxOpenGraphicDialog::EnableLink(_Bool)
_Bool
0
-include/sfx2/passwd.hxx:131
+include/sfx2/passwd.hxx:126
void SfxPasswordDialog::ShowMinLengthText(_Bool)
_Bool bShow
0
-include/sfx2/request.hxx:62
+include/sfx2/request.hxx:65
void SfxRequest::SfxRequest(const class SfxSlot *,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,enum SfxCallMode,class SfxItemPool &)
enum SfxCallMode nCallMode
1
-include/sfx2/request.hxx:65
+include/sfx2/request.hxx:68
void SfxRequest::SfxRequest(unsigned short,enum SfxCallMode,const class SfxAllItemSet &,const class SfxAllItemSet &)
enum SfxCallMode nCallMode
1
-include/sfx2/request.hxx:100
+include/sfx2/request.hxx:103
void SfxRequest::AllowRecording(_Bool)
_Bool
1
-include/sfx2/sidebar/FocusManager.hxx:117
+include/sfx2/sfxdlg.hxx:139
+ class VclPtr<class VclAbstractDialog> SfxAbstractDialogFactory::CreateEditObjectDialog(class weld::Window *,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XEmbeddedObject> &)
+ class weld::Window * pParent
+ 0
+include/sfx2/sidebar/FocusManager.hxx:118
_Bool sfx2::sidebar::FocusManager::IsPanelTitleVisible(const int) const
const int nPanelIndex
0
@@ -730,11 +1034,15 @@ include/sfx2/sidebar/SidebarToolBox.hxx:54
void sfx2::sidebar::SidebarToolBox::SetController(const unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::frame::XToolbarController> &)
const unsigned short nItemId
1
-include/sfx2/tabdlg.hxx:137
- void SfxTabDialog::AddTabPage(unsigned short,const class rtl::OUString &,class VclPtr<class SfxTabPage> (*)(class vcl::Window *, const class SfxItemSet *),const unsigned short *(*)(void),unsigned short)
+include/sfx2/tabdlg.hxx:153
+ void SfxTabDialog::AddTabPage(unsigned short,const class rtl::OUString &,class VclPtr<class SfxTabPage> (*)(struct TabPageParent, const class SfxItemSet *),const unsigned short *(*)(void),unsigned short)
const unsigned short *(*)(void) pRangesFunc
0
-include/sfx2/thumbnailview.hxx:227
+include/sfx2/tabdlg.hxx:274
+ void SfxTabDialogController::SfxTabDialogController(class weld::Window *,const class rtl::OUString &,const class rtl::OString &,const class SfxItemSet *,_Bool)
+ _Bool bEditFmt
+ 0
+include/sfx2/thumbnailview.hxx:225
void ThumbnailView::ShowTooltips(_Bool)
_Bool bShowTooltips
1
@@ -744,16 +1052,16 @@ include/sot/stg.hxx:168
1
include/sot/stg.hxx:261
void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
- _Bool bIsRoot
- 1
+ _Bool bDirect
+ 0
include/sot/stg.hxx:261
void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
enum StreamMode nMode
1
include/sot/stg.hxx:261
void UCBStorage::UCBStorage(const class ucbhelper::Content &,const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
- _Bool bDirect
- 0
+ _Bool bIsRoot
+ 1
include/sot/stg.hxx:267
void UCBStorage::UCBStorage(const class rtl::OUString &,enum StreamMode,_Bool,_Bool)
_Bool bIsRoot
@@ -778,27 +1086,47 @@ include/svl/gridprinter.hxx:29
void svl::GridPrinter::GridPrinter(unsigned long,unsigned long,_Bool)
_Bool bPrint
0
-include/svl/itempool.hxx:172
- unsigned short SfxItemPool::GetSlotId(unsigned short,_Bool) const
- _Bool bDeep
- 1
-include/svl/macitem.hxx:91
- void SvxMacroTableDtor::Read(class SvStream &,unsigned short)
- unsigned short nVersion
- 1
+include/svl/itemset.hxx:170
+ const type-parameter-?-? * SfxItemSet::GetItem(const class SfxItemSet *,unsigned short,_Bool)
+ _Bool bSearchInParent
+ 0
include/svl/svdde.hxx:139
void DdeLink::DdeLink(class DdeConnection &,const class rtl::OUString &,long)
long
0
-include/svl/zformat.hxx:441
- _Bool SvNumberformat::IsIso8601(unsigned short)
+include/svl/urihelper.hxx:52
+ class rtl::OUString SmartRel2Abs(const class INetURLObject &,const class rtl::OUString &,const class Link<class rtl::OUString *, _Bool> &,_Bool,_Bool,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short,enum FSysStyle)
+ enum INetURLObject::EncodeMechanism eEncodeMechanism
+ 1
+include/svl/urihelper.hxx:117
+ class rtl::OUString FindFirstURLInText(const class rtl::OUString &,int &,int &,const class CharClass &,enum INetURLObject::EncodeMechanism,unsigned short)
+ enum INetURLObject::EncodeMechanism eMechanism
+ 1
+include/svl/urihelper.hxx:149
+ 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:874
+ const class NfKeywordTable & SvNumberFormatter::GetKeywords(unsigned int)
+ unsigned int nKey
+ 0
+include/svl/zformat.hxx:397
+ int SvNumberformat::GetQuoteEnd(const class rtl::OUString &,int,char16_t,char16_t)
+ char16_t cEscIn
+ 0
+include/svl/zformat.hxx:407
+ int SvNumberformat::InsertBlanks(class rtl::OUString &,int,char16_t)
+ int nPos
+ 0
+include/svl/zformat.hxx:474
+ _Bool SvNumberformat::IsIso8601(unsigned short) const
unsigned short nNumFor
0
include/svtools/accessibletableprovider.hxx:114
_Bool svt::IAccessibleTableProvider::GetGlyphBoundRects(const class Point &,const class rtl::OUString &,int,int,class std::__debug::vector<class tools::Rectangle, class std::allocator<class tools::Rectangle> > &)
int nIndex
0
-include/svtools/ctrlbox.hxx:243
+include/svtools/ctrlbox.hxx:221
void LineListBox::SelectEntry(enum SvxBorderLineStyle,_Bool)
_Bool bSelect
1
@@ -810,11 +1138,15 @@ include/svtools/fileview.hxx:175
void SvtFileView::EnableDelete(_Bool)
_Bool bEnable
1
-include/svtools/HtmlWriter.hxx:36
+include/svtools/HtmlWriter.hxx:38
void HtmlWriter::prettyPrint(_Bool)
_Bool b
0
-include/svtools/inettbc.hxx:60
+include/svtools/imagemgr.hxx:122
+ class rtl::OUString SvFileInformationManager::GetImageId(const class INetURLObject &,_Bool)
+ _Bool bBig
+ 0
+include/svtools/inettbc.hxx:63
void SvtURLBox::SvtURLBox(class vcl::Window *,enum INetProtocol,_Bool)
_Bool bSetDefaultHelpID
1
@@ -822,6 +1154,10 @@ include/svtools/ruler.hxx:735
void Ruler::SetWinPos(long,long)
long nWidth
0
+include/svtools/stringtransfer.hxx:65
+ void svt::OStringTransfer::StartStringDrag(const class rtl::OUString &,class vcl::Window *,signed char)
+ signed char _nDragSourceActions
+ 1
include/svtools/svlbitm.hxx:75
void SvLBoxButtonData::SvLBoxButtonData(const class Control *,_Bool)
_Bool _bRadioBtn
@@ -834,83 +1170,75 @@ include/svtools/transfer.hxx:249
void TransferableHelper::StartDrag(class vcl::Window *,signed char,int)
int nDragPointer
0
-include/svtools/treelistbox.hxx:621
+include/svtools/treelistbox.hxx:618
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/svtools/treelistbox.hxx:697
+include/svtools/treelistbox.hxx:695
void SvTreeListBox::MakeVisible(class SvTreeListEntry *,_Bool)
_Bool bMoveToTop
1
-include/svtools/treelistbox.hxx:723
+include/svtools/treelistbox.hxx:721
unsigned long SvTreeListBox::SelectChildren(class SvTreeListEntry *,_Bool)
_Bool bSelect
0
-include/svtools/valueset.hxx:322
+include/svtools/valueset.hxx:325
void ValueSet::EnableFullItemMode(_Bool)
_Bool bFullMode
0
-include/svtools/valueset.hxx:360
+include/svtools/valueset.hxx:363
void ValueSet::SetItemColor(unsigned short,const class Color &)
unsigned short nItemId
1
+include/svtools/valueset.hxx:387
+ class Size ValueSet::CalcWindowSizePixel(const class Size &,unsigned short,unsigned short) const
+ unsigned short nCalcLines
+ 0
include/svx/algitem.hxx:41
void SvxOrientationItem::SvxOrientationItem(int,_Bool,const unsigned short)
const unsigned short nId
0
-include/svx/ctredlin.hxx:257
+include/svx/ctredlin.hxx:254
void SvxTPFilter::SelectedAuthorPos(int)
int nPos
0
-include/svx/ctredlin.hxx:280
+include/svx/ctredlin.hxx:277
void SvxTPFilter::CheckAction(_Bool)
_Bool bFlag
0
-include/svx/dlgctrl.hxx:140
- void SvxRectCtl::DoCompletelyDisable(_Bool)
+include/svx/dlgctrl.hxx:212
+ void RectCtl::DoCompletelyDisable(_Bool)
_Bool bNew
1
-include/svx/fmmodel.hxx:51
- void FmFormModel::FmFormModel(class SfxItemPool *,class SfxObjectShell *)
- class SfxObjectShell * pPers
- 0
-include/svx/fmmodel.hxx:52
- void FmFormModel::FmFormModel(const class rtl::OUString &,class SfxItemPool *,class SfxObjectShell *)
- class SfxItemPool * pPool
- 0
-include/svx/fmmodel.hxx:54
- void FmFormModel::FmFormModel(const class rtl::OUString &,class SfxItemPool *,class SfxObjectShell *,_Bool)
- _Bool bUseExtColorTable
- 1
-include/svx/fmtools.hxx:99
+include/svx/fmtools.hxx:98
void CursorWrapper::CursorWrapper(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XRowSet> &,_Bool)
_Bool bUseCloned
0
-include/svx/fmtools.hxx:164
+include/svx/fmtools.hxx:163
void FmXDisposeListener::disposing(const struct com::sun::star::lang::EventObject &,short)
short _nId
0
-include/svx/framelink.hxx:114
- void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle)
+include/svx/fmview.hxx:89
+ void FmFormView::createControlLabelPair(const class OutputDevice *,int,int,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormats> &,unsigned short,enum SdrInventor,unsigned short,class SdrPage *,class SdrPage *,class SdrModel *,class SdrUnoObj *&,class SdrUnoObj *&)
+ int _nYOffsetMM
+ 0
+include/svx/framelink.hxx:153
+ void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
+ double nD
+ 0
+include/svx/framelink.hxx:153
+ void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
enum SvxBorderLineStyle nType
0
-include/svx/framelink.hxx:114
- void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle)
+include/svx/framelink.hxx:153
+ void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
double nS
0
-include/svx/framelink.hxx:114
- void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle)
- double nD
- 0
-include/svx/frmsel.hxx:144
+include/svx/frmsel.hxx:145
void svx::FrameSelector::SelectAllBorders(_Bool)
_Bool bSelect
0
-include/svx/galmisc.hxx:194
- void GalleryHint::GalleryHint(enum GalleryHintType,const class rtl::OUString &,const class rtl::OUString &,unsigned long)
- unsigned long nData1
- 0
-include/svx/gridctrl.hxx:394
+include/svx/gridctrl.hxx:393
void DbGridControl::RemoveRows(_Bool)
_Bool bNewCursor
0
@@ -918,10 +1246,14 @@ include/svx/IAccessibleParent.hxx:77
_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:114
+include/svx/langbox.hxx:115
void SvxLanguageBoxBase::ImplSelectEntryPos(int,_Bool)
_Bool bSelect
1
+include/svx/langbox.hxx:170
+ void LanguageBox::SelectEntryPos(int)
+ int nPos
+ 0
include/svx/nbdtmg.hxx:133
unsigned short svx::sidebar::NBOTypeMgrBase::GetNBOIndexForNumRule(class SvxNumRule &,unsigned short,unsigned short)
unsigned short nFromIndex
@@ -934,27 +1266,27 @@ include/svx/nbdtmg.hxx:136
class rtl::OUString svx::sidebar::NBOTypeMgrBase::GetDescription(unsigned short,_Bool)
_Bool isDefault
1
-include/svx/postattr.hxx:38
+include/svx/postattr.hxx:34
void SvxPostItAuthorItem::SvxPostItAuthorItem(unsigned short)
unsigned short nWhich
0
-include/svx/postattr.hxx:68
+include/svx/postattr.hxx:60
void SvxPostItDateItem::SvxPostItDateItem(unsigned short)
unsigned short nWhich
0
-include/svx/postattr.hxx:98
+include/svx/postattr.hxx:85
void SvxPostItTextItem::SvxPostItTextItem(unsigned short)
unsigned short nWhich
0
-include/svx/postattr.hxx:128
+include/svx/postattr.hxx:112
void SvxPostItIdItem::SvxPostItIdItem(unsigned short)
unsigned short nWhich
0
-include/svx/relfld.hxx:44
+include/svx/relfld.hxx:41
void SvxRelativeField::EnableRelativeMode(unsigned short,unsigned short)
unsigned short nMin
0
-include/svx/rulritem.hxx:136
+include/svx/rulritem.hxx:129
void SvxColumnDescription::SvxColumnDescription(long,long,_Bool)
_Bool bVis
1
@@ -966,19 +1298,31 @@ include/svx/sdr/overlay/overlayobject.hxx:116
void sdr::overlay::OverlayObject::allowAntiAliase(_Bool)
_Bool bNew
0
-include/svx/sphere3d.hxx:48
- void E3dSphereObj::E3dSphereObj(enum E3dSphereObj::Dummy)
- enum E3dSphereObj::Dummy dummy
- 0
-include/svx/svdhlpln.hxx:42
+include/svx/sdtcfitm.hxx:25
+ class SdrOnOffItem makeSdrTextContourFrameItem(_Bool)
+ _Bool bOn
+ 1
+include/svx/svdhlpln.hxx:44
void SdrHelpLine::SdrHelpLine(enum SdrHelpLineKind)
enum SdrHelpLineKind eNewKind
0
-include/svx/svdlayer.hxx:137
+include/svx/svditer.hxx:52
+ void SdrObjListIter::SdrObjListIter(const class SdrObjList *,_Bool,enum SdrIterMode,_Bool)
+ enum SdrIterMode eMode
+ 0
+include/svx/svditer.hxx:52
+ void SdrObjListIter::SdrObjListIter(const class SdrObjList *,_Bool,enum SdrIterMode,_Bool)
+ _Bool bReverse
+ 0
+include/svx/svditer.hxx:56
+ void SdrObjListIter::SdrObjListIter(const class SdrObject &,enum SdrIterMode,_Bool)
+ _Bool bReverse
+ 0
+include/svx/svdlayer.hxx:136
void SdrLayerAdmin::NewStandardLayer(unsigned short)
unsigned short nPos
0
-include/svx/svdview.hxx:175
+include/svx/svdview.hxx:178
void SdrView::EnableExtendedKeyInputDispatcher(_Bool)
_Bool bOn
0
@@ -986,7 +1330,11 @@ include/svx/svx3ditems.hxx:65
void Svx3DReducedLineGeometryItem::Svx3DReducedLineGeometryItem(_Bool)
_Bool bVal
0
-include/svx/svxdlg.hxx:87
+include/svx/SvxColorValueSet.hxx:52
+ void ColorValueSet::addEntriesForXColorList(const class XColorList &,unsigned int)
+ unsigned int nStartIndex
+ 1
+include/svx/svxdlg.hxx:91
void AbstractSvxZoomDialog::HideButton(enum ZoomButtonId)
enum ZoomButtonId nBtnId
1
@@ -1046,15 +1394,23 @@ include/svx/xftshtit.hxx:34
void XFormTextShadowTranspItem::XFormTextShadowTranspItem(unsigned short)
unsigned short nShdwTransparence
0
+include/svx/xtable.hxx:222
+ class rtl::Reference<class XPropertyList> XPropertyList::CreatePropertyListFromURL(enum XPropertyListType,const class rtl::OUString &)
+ enum XPropertyListType t
+ 0
include/test/mtfxmldump.hxx:34
void MetafileXmlDump::filterActionType(const enum MetaActionType,_Bool)
_Bool bShouldFilter
0
-include/tools/date.hxx:68
+include/test/sheet/xactivationbroadcaster.hxx:24
+ class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XActivationBroadcaster::getXSpreadsheet(const short)
+ const short nNumber
+ 1
+include/tools/date.hxx:72
void Date::Date(enum Date::DateInitEmpty)
enum Date::DateInitEmpty
0
-include/tools/date.hxx:69
+include/tools/date.hxx:73
void Date::Date(enum Date::DateInitSystem)
enum Date::DateInitSystem
0
@@ -1066,21 +1422,25 @@ include/tools/datetime.hxx:43
void DateTime::DateTime(enum DateTime::DateTimeInitSystem)
enum DateTime::DateTimeInitSystem
0
-include/tools/stream.hxx:596
+include/tools/fract.hxx:44
+ void Fraction::Fraction(type-parameter-?-?,type-parameter-?-?,typename enable_if<std::is_integral<T1>::value && std::is_integral<T2>::value, int>::type)
+ typename enable_if<std::is_integral<T1>::value && std::is_integral<T2>::value, int>::type
+ 0
+include/tools/stream.hxx:598
_Bool SvFileStream::LockRange(unsigned long,unsigned long)
unsigned long nByteOffset
0
-include/tools/stream.hxx:596
+include/tools/stream.hxx:598
_Bool SvFileStream::LockRange(unsigned long,unsigned long)
unsigned long nBytes
0
-include/tools/stream.hxx:597
+include/tools/stream.hxx:599
_Bool SvFileStream::UnlockRange(unsigned long,unsigned long)
- unsigned long nByteOffset
+ unsigned long nBytes
0
-include/tools/stream.hxx:597
+include/tools/stream.hxx:599
_Bool SvFileStream::UnlockRange(unsigned long,unsigned long)
- unsigned long nBytes
+ unsigned long nByteOffset
0
include/tools/time.hxx:67
void tools::Time::Time(enum tools::Time::TimeInitEmpty)
@@ -1090,6 +1450,14 @@ include/tools/time.hxx:69
void tools::Time::Time(enum tools::Time::TimeInitSystem)
enum tools::Time::TimeInitSystem
0
+include/tools/urlobj.hxx:344
+ class rtl::OUString INetURLObject::GetAbsURL(const class rtl::OUString &,const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short)
+ enum INetURLObject::DecodeMechanism eDecodeMechanism
+ 1
+include/tools/urlobj.hxx:344
+ class rtl::OUString INetURLObject::GetAbsURL(const class rtl::OUString &,const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short)
+ enum INetURLObject::EncodeMechanism eEncodeMechanism
+ 1
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
@@ -1114,22 +1482,30 @@ include/unotools/cmdoptions.hxx:85
_Bool SvtCommandOptions::Lookup(enum SvtCommandOptions::CmdOption,const class rtl::OUString &) const
enum SvtCommandOptions::CmdOption eOption
0
+include/unotools/confignode.hxx:271
+ class utl::OConfigurationTreeRoot utl::OConfigurationTreeRoot::tryCreateWithComponentContext(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,int,enum utl::OConfigurationTreeRoot::CREATION_MODE)
+ enum utl::OConfigurationTreeRoot::CREATION_MODE _eMode
+ 1
include/unotools/fontdefs.hxx:59
void ConvertChar::RecodeString(class rtl::OUString &,int,int) const
int nIndex
0
-include/unotools/historyoptions.hxx:71
- unsigned int SvtHistoryOptions::GetSize(enum EHistoryType) const
- enum EHistoryType eHistory
- 0
-include/unotools/historyoptions.hxx:101
+include/unotools/historyoptions.hxx:91
void SvtHistoryOptions::DeleteItem(enum EHistoryType,const class rtl::OUString &)
enum EHistoryType eHistory
0
+include/unotools/localedatawrapper.hxx:299
+ double LocaleDataWrapper::stringToDouble(const char16_t *,const char16_t *,_Bool,enum rtl_math_ConversionStatus *,const char16_t **) const
+ _Bool bUseGroupSep
+ 1
include/unotools/mediadescriptor.hxx:256
class com::sun::star::uno::Sequence<struct com::sun::star::beans::NamedValue> utl::MediaDescriptor::requestAndVerifyDocPassword(class comphelper::IDocPasswordVerifier &,enum comphelper::DocPasswordRequestType,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > *)
enum comphelper::DocPasswordRequestType eRequestType
1
+include/unotools/nativenumberwrapper.hxx:47
+ class rtl::OUString NativeNumberWrapper::getNativeNumberString(const class rtl::OUString &,const struct com::sun::star::lang::Locale &,short) const
+ short nNativeNumberMode
+ 0
include/unotools/sharedunocomponent.hxx:162
void utl::SharedUNOComponent::SharedUNOComponent<INTERFACE, COMPONENT>(const class com::sun::star::uno::BaseReference &,enum com::sun::star::uno::UnoReference_QueryThrow)
enum com::sun::star::uno::UnoReference_QueryThrow _queryThrow
@@ -1158,58 +1534,18 @@ include/unotools/transliterationwrapper.hxx:99
_Bool utl::TransliterationWrapper::equals(const class rtl::OUString &,int,int,int &,const class rtl::OUString &,int,int,int &) const
int nPos1
0
+include/vbahelper/vbaeventshelperbase.hxx:93
+ void VbaEventsHelperBase::checkArgumentType(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int)
+ int nIndex
+ 0
+include/vbahelper/vbahelper.hxx:123
+ class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool)
+ _Bool bUppercaseBool
+ 1
include/vcl/alpha.hxx:62
- _Bool AlphaMask::Replace(unsigned char,unsigned char)
+ void AlphaMask::Replace(unsigned char,unsigned char)
unsigned char cSearchTransparency
0
-include/vcl/bitmap.hxx:120
- void BmpFilterParam::BmpFilterParam(unsigned char,unsigned long,unsigned long)
- unsigned long nProgressStart
- 0
-include/vcl/bitmap.hxx:120
- void BmpFilterParam::BmpFilterParam(unsigned char,unsigned long,unsigned long)
- unsigned long nProgressEnd
- 0
-include/vcl/bitmap.hxx:124
- void BmpFilterParam::BmpFilterParam(double,unsigned long,unsigned long)
- unsigned long nProgressStart
- 0
-include/vcl/bitmap.hxx:124
- void BmpFilterParam::BmpFilterParam(double,unsigned long,unsigned long)
- unsigned long nProgressEnd
- 0
-include/vcl/bitmap.hxx:128
- void BmpFilterParam::BmpFilterParam(unsigned short,unsigned long,unsigned long)
- unsigned long nProgressEnd
- 0
-include/vcl/bitmap.hxx:128
- void BmpFilterParam::BmpFilterParam(unsigned short,unsigned long,unsigned long)
- unsigned long nProgressStart
- 0
-include/vcl/bitmap.hxx:135
- void BmpFilterParam::BmpFilterParam(const class Size &,unsigned long,unsigned long)
- unsigned long nProgressStart
- 0
-include/vcl/bitmap.hxx:135
- void BmpFilterParam::BmpFilterParam(const class Size &,unsigned long,unsigned long)
- unsigned long nProgressEnd
- 0
-include/vcl/bitmap.hxx:141
- void BmpFilterParam::BmpFilterParam(unsigned short,unsigned short,unsigned long,unsigned long)
- unsigned long nProgressStart
- 0
-include/vcl/bitmap.hxx:141
- void BmpFilterParam::BmpFilterParam(unsigned short,unsigned short,unsigned long,unsigned long)
- unsigned long nProgressEnd
- 0
-include/vcl/btndlg.hxx:64
- void ButtonDialog::AddButton(const class rtl::OUString &,unsigned short,enum ButtonDialogFlags,long)
- long nSepPixel
- 0
-include/vcl/btndlg.hxx:69
- unsigned short ButtonDialog::GetButtonId(unsigned short) const
- unsigned short nButton
- 0
include/vcl/button.hxx:90
void Button::EnableImageDisplay(_Bool)
_Bool bEnable
@@ -1222,31 +1558,63 @@ include/vcl/combobox.hxx:117
void ComboBox::EnableMultiSelection(_Bool)
_Bool bMulti
0
-include/vcl/edit.hxx:112
+include/vcl/customweld.hxx:62
+ void weld::CustomWidgetController::EnableRTL(_Bool)
+ _Bool bEnable
+ 0
+include/vcl/dibtools.hxx:42
+ _Bool ReadDIB(class Bitmap &,class SvStream &,_Bool,_Bool)
+ _Bool bMSOFormat
+ 0
+include/vcl/edit.hxx:119
void Edit::ImplClearBackground(class OutputDevice &,const class tools::Rectangle &,long,long)
long nXStart
0
-include/vcl/edit.hxx:113
- void Edit::ImplPaintBorder(const class OutputDevice &,long,long)
- long nXStart
+include/vcl/embeddedfontshelper.hxx:38
+ class rtl::OUString EmbeddedFontsHelper::fontFileUrl(const class rtl::OUString &,enum FontFamily,enum FontItalic,enum FontWeight,enum FontPitch,enum EmbeddedFontsHelper::FontRights)
+ enum EmbeddedFontsHelper::FontRights rights
0
include/vcl/errcode.hxx:67
void ErrCode::ErrCode(enum WarningFlag,enum ErrCodeArea,enum ErrCodeClass,unsigned short)
enum WarningFlag
0
-include/vcl/lstbox.hxx:149
+include/vcl/field.hxx:520
+ double MetricField::ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit)
+ unsigned short nDecDigits
+ 0
+include/vcl/field.hxx:520
+ double MetricField::ConvertDoubleValue(long,long,unsigned short,enum FieldUnit,enum FieldUnit)
+ long nBaseValue
+ 0
+include/vcl/GraphicLoader.hxx:19
+ class Graphic loadFromURL(const class rtl::OUString &,short,short,short)
+ short nExtHeight
+ 0
+include/vcl/GraphicLoader.hxx:19
+ class Graphic loadFromURL(const class rtl::OUString &,short,short,short)
+ short nExtMapMode
+ 0
+include/vcl/GraphicLoader.hxx:19
+ class Graphic loadFromURL(const class rtl::OUString &,short,short,short)
+ short nExtWidth
+ 0
+include/vcl/lstbox.hxx:151
void ListBox::EnableDDAutoWidth(_Bool)
_Bool b
0
-include/vcl/lstbox.hxx:219
+include/vcl/lstbox.hxx:234
void ListBox::EnableUserDraw(_Bool)
_Bool bUserDraw
1
-include/vcl/lstbox.hxx:267
+include/vcl/lstbox.hxx:282
void ListBox::EnableQuickSelection(_Bool)
_Bool b
0
-include/vcl/outdev.hxx:545
+include/vcl/outdev.hxx:311
+ void DrawFocusRect(class OutputDevice &,const class tools::Rectangle &,int)
+ int nBorder
+ 1
+include/vcl/outdev.hxx:544
_Bool OutputDevice::SupportsOperation(enum OutDevSupportType) const
enum OutDevSupportType
0
@@ -1270,19 +1638,15 @@ include/vcl/outdev.hxx:1213
void OutputDevice::RefreshFontData(const _Bool)
const _Bool bNewFontLists
1
-include/vcl/outdev.hxx:1290
- void OutputDevice::ImplClearFontData(_Bool)
- _Bool bNewFontLists
- 1
-include/vcl/outdev.hxx:1338
+include/vcl/outdev.hxx:1340
_Bool OutputDevice::GetTextIsRTL(const class rtl::OUString &,int,int) const
int nIndex
0
-include/vcl/splitwin.hxx:141
+include/vcl/splitwin.hxx:139
void SplitWindow::InsertItem(unsigned short,long,unsigned short,unsigned short,enum SplitWindowItemFlags)
unsigned short nIntoSetId
0
-include/vcl/splitwin.hxx:163
+include/vcl/splitwin.hxx:161
long SplitWindow::GetItemSize(unsigned short,enum SplitWindowItemFlags) const
enum SplitWindowItemFlags nBits
1
@@ -1290,19 +1654,11 @@ include/vcl/syschild.hxx:50
void SystemChildWindow::EnableEraseBackground(_Bool)
_Bool bEnable
0
-include/vcl/texteng.hxx:290
- _Bool TextEngine::Write(class SvStream &,const class TextSelection *,_Bool)
- _Bool bHTML
- 0
-include/vcl/texteng.hxx:290
- _Bool TextEngine::Write(class SvStream &,const class TextSelection *,_Bool)
- const class TextSelection * pSel
- 0
-include/vcl/texteng.hxx:299
+include/vcl/texteng.hxx:296
void TextEngine::RemoveAttribs(unsigned int,unsigned short)
unsigned int nPara
0
-include/vcl/textview.hxx:220
+include/vcl/textview.hxx:219
void TextView::SupportProtectAttribute(_Bool)
_Bool bSupport
1
@@ -1310,22 +1666,26 @@ include/vcl/timer.hxx:56
void Timer::Invoke(class Timer *)
class Timer * arg
0
-include/vcl/toolbox.hxx:309
+include/vcl/toolbox.hxx:312
void ToolBox::InsertItem(unsigned short,const class Image &,enum ToolBoxItemBits,unsigned long)
enum ToolBoxItemBits nBits
0
-include/vcl/toolbox.hxx:319
+include/vcl/toolbox.hxx:322
void ToolBox::InsertWindow(unsigned short,class vcl::Window *,enum ToolBoxItemBits,unsigned long)
enum ToolBoxItemBits nBits
0
-include/vcl/toolbox.hxx:429
+include/vcl/toolbox.hxx:433
class Size ToolBox::CalcWindowSizePixel(unsigned long,enum WindowAlign)
unsigned long nCalcLines
1
-include/vcl/toolbox.hxx:453
+include/vcl/toolbox.hxx:457
void ToolBox::EnableCustomize(_Bool)
_Bool bEnable
1
+include/vcl/vclptr.hxx:45
+ _Bool isIncompleteOrDerivedFromVclReferenceBase(int (*)[sizeof(T)])
+ int (*)[sizeof(T)]
+ 0
include/vcl/vclptr.hxx:87
void VclPtr::VclPtr<T>(type-parameter-?-? *,enum __sal_NoAcquire)
enum __sal_NoAcquire
@@ -1334,6 +1694,10 @@ include/vcl/vclptr.hxx:100
void VclPtr::VclPtr<T>(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:129
+ VclPtr<T> VclPtr::Create(type-parameter-?-? &&...)
+ ###7
+ 0
include/vcl/vclptr.hxx:343
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
@@ -1342,19 +1706,143 @@ include/vcl/vclptr.hxx:390
void ScopedVclPtr::ScopedVclPtr<reference_type>(type-parameter-?-? *,enum __sal_NoAcquire)
enum __sal_NoAcquire
0
-include/vcl/vectorgraphicdata.hxx:81
+include/vcl/vectorgraphicdata.hxx:83
void VectorGraphicData::VectorGraphicData(const class rtl::OUString &,enum VectorGraphicDataType)
enum VectorGraphicDataType eVectorDataType
0
-include/vcl/window.hxx:622
+include/vcl/weld.hxx:125
+ void weld::ScrolledWindow::vadjustment_configure(int,int,int,int,int,int)
+ int step_increment
+ 1
+include/vcl/weld.hxx:125
+ void weld::ScrolledWindow::vadjustment_configure(int,int,int,int,int,int)
+ int lower
+ 0
+include/vcl/weld.hxx:482
+ void weld::Entry::select_region(int,int)
+ int nStartPos
+ 0
+include/vcl/weld.hxx:642
+ void weld::MetricSpinButton::get_increments(int &,int &,enum FieldUnit) const
+ enum FieldUnit eDestUnit
+ 0
+include/vcl/weld.hxx:851
+ void weld::Menu::show(const class rtl::OString &,_Bool)
+ _Bool bShow
+ 0
+include/vcl/weld.hxx:869
+ class weld::MessageDialog * weld::Builder::weld_message_dialog(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 1
+include/vcl/weld.hxx:870
+ class weld::Dialog * weld::Builder::weld_dialog(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 1
+include/vcl/weld.hxx:872
+ class weld::Widget * weld::Builder::weld_widget(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:873
+ class weld::Container * weld::Builder::weld_container(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:874
+ class weld::Button * weld::Builder::weld_button(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:875
+ class weld::MenuButton * weld::Builder::weld_menu_button(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:877
+ class weld::ScrolledWindow * weld::Builder::weld_scrolled_window(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:879
+ class weld::Notebook * weld::Builder::weld_notebook(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:880
+ class weld::ToggleButton * weld::Builder::weld_toggle_button(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:881
+ class weld::RadioButton * weld::Builder::weld_radio_button(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:882
+ class weld::CheckButton * weld::Builder::weld_check_button(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:884
+ class weld::MetricSpinButton * weld::Builder::weld_metric_spin_button(const class rtl::OString &,enum FieldUnit,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:889
+ class weld::TimeSpinButton * weld::Builder::weld_time_spin_button(const class rtl::OString &,enum TimeFieldFormat,_Bool)
+ enum TimeFieldFormat eFormat
+ 1
+include/vcl/weld.hxx:889
+ class weld::TimeSpinButton * weld::Builder::weld_time_spin_button(const class rtl::OString &,enum TimeFieldFormat,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:892
+ class weld::ComboBoxText * weld::Builder::weld_combo_box_text(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:893
+ class weld::TreeView * weld::Builder::weld_tree_view(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:894
+ class weld::Label * weld::Builder::weld_label(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:895
+ class weld::TextView * weld::Builder::weld_text_view(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:896
+ class weld::Expander * weld::Builder::weld_expander(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:897
+ class weld::Entry * weld::Builder::weld_entry(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:898
+ class weld::Scale * weld::Builder::weld_scale(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:899
+ class weld::ProgressBar * weld::Builder::weld_progress_bar(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 0
+include/vcl/weld.hxx:900
+ 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:904
+ class weld::Menu * weld::Builder::weld_menu(const class rtl::OString &,_Bool)
+ _Bool bTakeOwnership
+ 1
+include/vcl/window.hxx:631
void vcl::Window::ImplSetMouseTransparent(_Bool)
_Bool bTransparent
1
+include/xmloff/numehelp.hxx:93
+ void XMLNumberFormatAttributesExportHelper::SetNumberFormatAttributes(class SvXMLExport &,const class rtl::OUString &,const class rtl::OUString &,_Bool,_Bool)
+ _Bool bExportTypeAttribute
+ 1
+include/xmloff/SchXMLImportHelper.hxx:137
+ class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> SchXMLImportHelper::GetNewDataSeries(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,int,const class rtl::OUString &,_Bool)
+ int nCoordinateSystemIndex
+ 0
include/xmloff/styleexp.hxx:107
void XMLStyleExport::exportStyleFamily(const char *,const class rtl::OUString &,const class rtl::Reference<class SvXMLExportPropertyMapper> &,_Bool,unsigned short,const class rtl::OUString *)
const class rtl::OUString * pPrefix
0
-include/xmloff/txtparae.hxx:273
+include/xmloff/txtparae.hxx:277
void XMLTextParagraphExport::exportText(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool,_Bool,_Bool)
_Bool bExportParagraph
1
@@ -1362,50 +1850,74 @@ include/xmloff/XMLEventExport.hxx:86
void XMLEventExport::Export(const class com::sun::star::uno::Reference<class com::sun::star::document::XEventsSupplier> &,_Bool)
_Bool bUseWhitespace
1
+include/xmloff/xmlnumi.hxx:85
+ void SvxXMLListStyleContext::SetDefaultStyle(const class com::sun::star::uno::Reference<class com::sun::star::container::XIndexReplace> &,short,_Bool)
+ _Bool bOrdered
+ 0
+l10ntools/inc/common.hxx:49
+ void writePoEntry(const class rtl::OString &,class PoOfstream &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const class rtl::OString &,const enum PoEntry::TYPE)
+ const enum PoEntry::TYPE eType
+ 0
l10ntools/inc/po.hxx:108
void PoOfstream::PoOfstream(const class rtl::OString &,enum PoOfstream::OpenMode)
enum PoOfstream::OpenMode aMode
1
-lotuswordpro/source/filter/lwpnumericfmt.hxx:116
- void LwpCurrencyInfo::LwpCurrencyInfo(const class rtl::OUString &,_Bool,_Bool)
- _Bool bShowSpace_
+libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:52
+ void gtv_main_toolbar_doc_loaded(struct GtvMainToolbar *,LibreOfficeKitDocumentType,_Bool)
+ _Bool bEditMode
1
-lotuswordpro/source/filter/xfilter/xfborders.hxx:89
+lotuswordpro/inc/xfilter/xfborders.hxx:89
void XFBorder::SetDoubleLine(_Bool,_Bool)
_Bool dual
1
-lotuswordpro/source/filter/xfilter/xfborders.hxx:89
+lotuswordpro/inc/xfilter/xfborders.hxx:89
void XFBorder::SetDoubleLine(_Bool,_Bool)
_Bool bSameWidth
0
-lotuswordpro/source/filter/xfilter/xfcellstyle.hxx:108
+lotuswordpro/inc/xfilter/xfcellstyle.hxx:108
void XFCellStyle::SetAlignType(enum enumXFAlignType,enum enumXFAlignType)
enum enumXFAlignType hori
0
-lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx:116
+lotuswordpro/inc/xfilter/xfdrawstyle.hxx:117
void XFDrawStyle::SetFontWorkStyle(enum enumXFFWStyle,enum enumXFFWAdjust)
enum enumXFFWAdjust eAdjust
0
-lotuswordpro/source/filter/xfilter/xfframestyle.hxx:127
+lotuswordpro/inc/xfilter/xfframestyle.hxx:128
void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
- _Bool pos
+ _Bool size
1
-lotuswordpro/source/filter/xfilter/xfframestyle.hxx:127
+lotuswordpro/inc/xfilter/xfframestyle.hxx:128
void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
- _Bool size
+ _Bool pos
1
-lotuswordpro/source/filter/xfilter/xfframestyle.hxx:127
+lotuswordpro/inc/xfilter/xfframestyle.hxx:128
void XFFrameStyle::SetProtect(_Bool,_Bool,_Bool)
_Bool content
1
-lotuswordpro/source/filter/xfilter/xfindex.hxx:100
+lotuswordpro/inc/xfilter/xfindex.hxx:100
void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &)
double len
0
-lotuswordpro/source/filter/xfilter/xfparastyle.hxx:173
+lotuswordpro/inc/xfilter/xfparastyle.hxx:174
void XFParaStyle::SetDropCap(short,short,double)
double fDistance
0
+lotuswordpro/inc/xfilter/xfutil.hxx:96
+ class rtl::OUString GetColorMode(enum enumXFColorMode)
+ enum enumXFColorMode mode
+ 0
+lotuswordpro/source/filter/clone.hxx:26
+ char & detail::has_clone::check_sig(type-parameter-?-? *,test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, &U::clone> *)
+ type-parameter-?-? *
+ 0
+lotuswordpro/source/filter/clone.hxx:26
+ char & detail::has_clone::check_sig(type-parameter-?-? *,test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, &U::clone> *)
+ test<type-parameter-?-? *(type-parameter-?-?::*)(void) const, &U::clone> *
+ 0
+lotuswordpro/source/filter/lwpnumericfmt.hxx:116
+ void LwpCurrencyInfo::LwpCurrencyInfo(const class rtl::OUString &,_Bool,_Bool)
+ _Bool bShowSpace_
+ 1
o3tl/qa/cow_wrapper_clients.hxx:41
void o3tltests::cow_wrapper_client1::cow_wrapper_client1(int)
int nVal
@@ -1418,39 +1930,51 @@ oox/inc/drawingml/textspacing.hxx:44
void oox::drawingml::TextSpacing::TextSpacing(int)
int nPoints
0
-oox/source/dump/dffdumper.cxx:165
- void oox::dump::(anonymous namespace)::PropInfo::PropInfo(const class rtl::OUString &,enum oox::dump::(anonymous namespace)::PropType,unsigned short,unsigned int)
- enum oox::dump::(anonymous namespace)::PropType eType
- 0
-oox/source/export/ColorPropertySet.hxx:41
- void oox::drawingml::ColorPropertySet::ColorPropertySet(int,_Bool)
+oox/source/export/ColorPropertySet.hxx:42
+ void oox::drawingml::ColorPropertySet::ColorPropertySet(class Color,_Bool)
_Bool bFillColor
1
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
void oox::ppt::AnimColor::AnimColor(short,int,int,int)
- int th
+ int o
0
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
void oox::ppt::AnimColor::AnimColor(short,int,int,int)
- short cs
+ int th
0
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
void oox::ppt::AnimColor::AnimColor(short,int,int,int)
- int o
+ int t
0
-oox/source/ppt/timenodelistcontext.cxx:63
+oox/source/ppt/timenodelistcontext.cxx:62
void oox::ppt::AnimColor::AnimColor(short,int,int,int)
- int t
+ short cs
+ 0
+oox/source/vml/vmlformatting.cxx:537
+ long lclGetEmu(const class oox::GraphicHelper &,const class oox::OptValue<class rtl::OUString> &,long)
+ long nDefValue
+ 1
+oox/source/vml/vmlshapecontext.cxx:129
+ _Bool lclDecodeVmlxBool(const class rtl::OUString &,_Bool)
+ _Bool bDefaultForEmpty
+ 1
+opencl/source/opencl_device.cxx:116
+ double random(double,double)
+ double min
+ 0
+opencl/source/openclwrapper.cxx:535
+ _Bool initOpenCLRunEnv(int)
+ int argc
0
-pyuno/inc/pyuno.hxx:96
+pyuno/inc/pyuno.hxx:90
void pyuno::PyRef::PyRef(struct _object *,enum __sal_NoAcquire)
enum __sal_NoAcquire
0
-pyuno/inc/pyuno.hxx:98
+pyuno/inc/pyuno.hxx:92
void pyuno::PyRef::PyRef(struct _object *,enum __sal_NoAcquire,enum pyuno::NotNull)
enum __sal_NoAcquire
0
-pyuno/inc/pyuno.hxx:98
+pyuno/inc/pyuno.hxx:92
void pyuno::PyRef::PyRef(struct _object *,enum __sal_NoAcquire,enum pyuno::NotNull)
enum pyuno::NotNull
0
@@ -1458,6 +1982,14 @@ pyuno/source/module/pyuno_impl.hxx:166
void log(struct pyuno::RuntimeCargo *,int,const class rtl::OUString &)
int level
1
+registry/source/reflread.cxx:65
+ void BlopObject::BlopObject(const unsigned char *,unsigned int,_Bool)
+ _Bool copyBuffer
+ 0
+reportdesign/source/core/inc/Tools.hxx:48
+ void throwIllegallArgumentException(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,short)
+ short ArgumentPosition_
+ 1
reportdesign/source/filter/xml/xmlFixedContent.cxx:51
void rptxml::OXMLCharContent::OXMLCharContent(class SvXMLImport &,class rptxml::OXMLFixedContent *,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,short)
short nControl
@@ -1478,15 +2010,31 @@ reportdesign/source/ui/inc/GeometryHandler.hxx:95
void rptui::GeometryHandler::implCreateListLikeControl(const class com::sun::star::uno::Reference<class com::sun::star::inspection::XPropertyControlFactory> &,struct com::sun::star::inspection::LineDescriptor &,const char **,_Bool,_Bool)
_Bool _bTrueIfListBoxFalseIfComboBox
1
+reportdesign/source/ui/inc/UITools.hxx:143
+ class SdrObject * isOver(const class tools::Rectangle &,const class SdrPage &,const class SdrView &,_Bool,class SdrUnoObj **,int)
+ _Bool _bAllObjects
+ 1
+reportdesign/source/ui/report/SectionWindow.cxx:361
+ void lcl_setOrigin(class vcl::Window &,long,long)
+ long _nY
+ 0
sal/osl/unx/file.cxx:93
void FileHandle_Impl::FileHandle_Impl(int,enum FileHandle_Impl::Kind,const char *)
enum FileHandle_Impl::Kind kind
1
-sal/qa/osl/file/osl_File.cxx:418
+sal/osl/unx/uunxapi.hxx:63
+ int access(const class rtl::OUString &,int)
+ int mode
+ 0
+sal/qa/osl/file/osl_File.cxx:421
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
-sal/qa/osl/process/osl_Thread.cxx:159
+sal/qa/osl/pipe/osl_Pipe.cxx:741
+ void thread_sleep(unsigned int)
+ unsigned int _nSec
+ 1
+sal/qa/osl/process/osl_Thread.cxx:162
void ThreadSafeValue::ThreadSafeValue<T>(type-parameter-?-?)
type-parameter-?-? n
0
@@ -1494,63 +2042,83 @@ sal/qa/rtl/random/rtl_random.cxx:170
void rtl_random::Statistics::addValue(unsigned char,int)
int _nValue
1
-sc/inc/address.hxx:327
+sc/inc/address.hxx:328
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:493
+sc/inc/address.hxx:494
void ScRange::ScRange(enum ScAddress::Uninitialized)
enum ScAddress::Uninitialized eUninitialized
0
-sc/inc/address.hxx:496
+sc/inc/address.hxx:497
void ScRange::ScRange(enum ScAddress::InitializeInvalid)
enum ScAddress::InitializeInvalid eInvalid
0
-sc/inc/chgtrack.hxx:743
- void ScChangeActionContent::PutOldValueToDoc(class ScDocument *,short,int) const
- int nDy
+sc/inc/cellform.hxx:41
+ class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,class Color **,class SvNumberFormatter &,_Bool,_Bool)
+ _Bool bFormula
0
-sc/inc/chgtrack.hxx:743
+sc/inc/cellform.hxx:41
+ class rtl::OUString ScCellFormat::GetString(class ScDocument &,const class ScAddress &,unsigned int,class Color **,class SvNumberFormatter &,_Bool,_Bool)
+ _Bool bNullVals
+ 1
+sc/inc/ChartTools.hxx:44
+ class SdrOle2Obj * getChartByIndex(class ScDocShell *,short,long,enum sc::tools::ChartSourceType)
+ enum sc::tools::ChartSourceType eChartSourceType
+ 1
+sc/inc/chgtrack.hxx:735
void ScChangeActionContent::PutOldValueToDoc(class ScDocument *,short,int) const
short nDx
0
-sc/inc/column.hxx:252
+sc/inc/chgtrack.hxx:735
+ void ScChangeActionContent::PutOldValueToDoc(class ScDocument *,short,int) const
+ int nDy
+ 0
+sc/inc/column.hxx:245
void ScColumn::GetUnprotectedCells(int,int,class ScRangeList &) const
int nStartRow
0
-sc/inc/column.hxx:690
+sc/inc/column.hxx:695
void ScColumn::AttachNewFormulaCell(const class mdds::__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::__mtv::private_data_forward_update<struct mdds::__mtv::iterator_value_node<unsigned long, struct mdds::mtv::base_element_block> > > &,int,class ScFormulaCell &,_Bool,enum sc::StartListeningType)
_Bool bJoin
1
-sc/inc/columnspanset.hxx:60
+sc/inc/columnspanset.hxx:59
void sc::ColumnSpanSet::ColumnType::ColumnType(int,int,_Bool)
int nStart
0
-sc/inc/columnspanset.hxx:94
+sc/inc/columnspanset.hxx:93
void sc::ColumnSpanSet::set(short,short,int,_Bool)
_Bool bVal
1
-sc/inc/columnspanset.hxx:96
+sc/inc/columnspanset.hxx:95
void sc::ColumnSpanSet::set(const class ScRange &,_Bool)
_Bool bVal
1
-sc/inc/columnspanset.hxx:98
+sc/inc/columnspanset.hxx:97
void sc::ColumnSpanSet::set(short,short,const class sc::SingleColumnSpanSet &,_Bool)
_Bool bVal
1
-sc/inc/columnspanset.hxx:104
+sc/inc/columnspanset.hxx:103
void sc::ColumnSpanSet::scan(const class ScDocument &,short,short,int,short,int,_Bool)
_Bool bVal
1
-sc/inc/compiler.hxx:368
+sc/inc/compiler.hxx:338
+ void ScCompiler::ScCompiler(class sc::CompileFormulaContext &,const class ScAddress &,const struct ScInterpreterContext *)
+ const struct ScInterpreterContext * pContext
+ 0
+sc/inc/compiler.hxx:343
+ void ScCompiler::ScCompiler(class ScDocument *,const class ScAddress &,enum formula::FormulaGrammar::Grammar,const struct ScInterpreterContext *)
+ const struct ScInterpreterContext * pContext
+ 0
+sc/inc/compiler.hxx:373
char16_t ScCompiler::GetNativeAddressSymbol(enum ScCompiler::Convention::SpecialSymbolType) const
enum ScCompiler::Convention::SpecialSymbolType eType
0
-sc/inc/compressedarray.hxx:153
- void ScBitMaskCompressedArray::ScBitMaskCompressedArray<A, D>(type-parameter-?-?,const type-parameter-?-? &,unsigned long)
+sc/inc/compressedarray.hxx:170
+ void ScBitMaskCompressedArray::ScBitMaskCompressedArray<A, D>(type-parameter-?-?,const type-parameter-?-? &)
const type-parameter-?-? & rValue
0
-sc/inc/compressedarray.hxx:169
+sc/inc/compressedarray.hxx:180
void ScBitMaskCompressedArray::CopyFromAnded(const ScBitMaskCompressedArray<A, D> &,type-parameter-?-?,type-parameter-?-?,const type-parameter-?-? &)
type-parameter-?-? nStart
0
@@ -1558,120 +2126,144 @@ sc/inc/dapiuno.hxx:311
void ScFieldIdentifier::ScFieldIdentifier(const class rtl::OUString &,_Bool)
_Bool bDataLayout
1
-sc/inc/dociter.hxx:531
- void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument *,short,short,int,short,int)
- short nCol1
- 0
-sc/inc/dociter.hxx:531
+sc/inc/dociter.hxx:534
void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument *,short,short,int,short,int)
int nRow1
0
-sc/inc/dociter.hxx:567
- void ScDocRowHeightUpdater::TabRanges::TabRanges(short)
- short nTab
+sc/inc/dociter.hxx:534
+ void ScUsedAreaIterator::ScUsedAreaIterator(class ScDocument *,short,short,int,short,int)
+ short nCol1
0
-sc/inc/document.hxx:844
+sc/inc/document.hxx:901
void ScDocument::SetPendingRowHeights(short,_Bool)
_Bool bSet
0
-sc/inc/document.hxx:848
+sc/inc/document.hxx:905
void ScDocument::SetScenario(short,_Bool)
_Bool bFlag
1
-sc/inc/document.hxx:1178
+sc/inc/document.hxx:1236
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:1388
+sc/inc/document.hxx:1450
void ScDocument::EnableUserInteraction(_Bool)
_Bool bVal
0
-sc/inc/document.hxx:1475
+sc/inc/document.hxx:1537
void ScDocument::CopyMultiRangeFromClip(const class ScAddress &,const class ScMarkData &,enum InsertDeleteFlags,class ScDocument *,_Bool,_Bool,_Bool,_Bool)
_Bool bResetCut
1
-sc/inc/document.hxx:1524
+sc/inc/document.hxx:1586
void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &)
_Bool bMarked
0
-sc/inc/document.hxx:1524
+sc/inc/document.hxx:1586
void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &)
short nCol1
0
-sc/inc/document.hxx:1531
+sc/inc/document.hxx:1593
void ScDocument::UndoToDocument(const class ScRange &,enum InsertDeleteFlags,_Bool,class ScDocument &)
_Bool bMarked
0
-sc/inc/document.hxx:1568
+sc/inc/document.hxx:1638
const class ScPatternAttr * ScDocument::GetMostUsedPattern(short,int,int,short) const
int nStartRow
0
-sc/inc/document.hxx:1708
+sc/inc/document.hxx:1782
unsigned long ScDocument::GetColWidth(short,short,short) const
short nStartCol
0
-sc/inc/document.hxx:1749
+sc/inc/document.hxx:1823
void ScDocument::ShowRow(int,short,_Bool)
_Bool bShow
0
-sc/inc/document.hxx:1752
+sc/inc/document.hxx:1826
void ScDocument::SetRowFlags(int,int,short,enum CRFlags)
int nStartRow
0
-sc/inc/document.hxx:1757
+sc/inc/document.hxx:1831
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:1757
+sc/inc/document.hxx:1831
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:1758
+sc/inc/document.hxx:1832
+ 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:1832
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:1758
- void ScDocument::GetAllColBreaks(class std::__debug::set<short, struct std::less<short>, class std::allocator<short> > &,short,_Bool,_Bool) const
+sc/inc/document.hxx:1835
+ void ScDocument::SetRowBreak(int,short,_Bool,_Bool)
+ _Bool bManual
+ 1
+sc/inc/document.hxx:1835
+ void ScDocument::SetRowBreak(int,short,_Bool,_Bool)
+ _Bool bPage
+ 0
+sc/inc/document.hxx:1836
+ void ScDocument::SetColBreak(short,short,_Bool,_Bool)
+ _Bool bPage
+ 0
+sc/inc/document.hxx:1836
+ void ScDocument::SetColBreak(short,short,_Bool,_Bool)
_Bool bManual
1
-sc/inc/document.hxx:1763
+sc/inc/document.hxx:1837
void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool)
_Bool bManual
1
-sc/inc/document.hxx:1763
+sc/inc/document.hxx:1837
void ScDocument::RemoveRowBreak(int,short,_Bool,_Bool)
_Bool bPage
0
-sc/inc/document.hxx:1764
- void ScDocument::RemoveColBreak(short,short,_Bool,_Bool)
- _Bool bPage
- 0
-sc/inc/document.hxx:1764
+sc/inc/document.hxx:1838
void ScDocument::RemoveColBreak(short,short,_Bool,_Bool)
_Bool bManual
1
-sc/inc/document.hxx:2066
+sc/inc/document.hxx:1838
+ void ScDocument::RemoveColBreak(short,short,_Bool,_Bool)
+ _Bool bPage
+ 0
+sc/inc/document.hxx:2162
void ScDocument::UpdateBroadcastAreas(enum UpdateRefMode,const class ScRange &,short,int,short)
enum UpdateRefMode eUpdateRefMode
0
-sc/inc/document.hxx:2079
+sc/inc/document.hxx:2175
void ScDocument::CollectAllAreaListeners(class std::__debug::vector<class SvtListener *, class std::allocator<class SvtListener *> > &,const class ScRange &,enum sc::AreaOverlapType)
enum sc::AreaOverlapType eType
1
-sc/inc/document.hxx:2307
+sc/inc/document.hxx:2405
void ScDocument::StoreTabToCache(short,class SvStream &) const
short nTab
0
-sc/inc/document.hxx:2308
+sc/inc/document.hxx:2406
void ScDocument::RestoreTabFromCache(short,class SvStream &)
short nTab
0
-sc/inc/documentimport.hxx:111
+sc/inc/document.hxx:2497
+ void ScMutationDisable::ScMutationDisable(class ScDocument *,enum ScMutationGuardFlags)
+ enum ScMutationGuardFlags nFlags
+ 1
+sc/inc/document.hxx:2529
+ void ScMutationGuard::ScMutationGuard(class ScDocument *,enum ScMutationGuardFlags)
+ enum ScMutationGuardFlags nFlags
+ 1
+sc/inc/documentimport.hxx:89
+ void ScDocumentImport::setSheetName(short,const class rtl::OUString &)
+ short nTab
+ 0
+sc/inc/documentimport.hxx:122
void ScDocumentImport::setRowsVisible(short,int,int,_Bool)
_Bool bVisible
0
-sc/inc/documentlinkmgr.hxx:68
- _Bool sc::DocumentLinkManager::hasDdeOrOleLinks(_Bool,_Bool) const
+sc/inc/documentlinkmgr.hxx:67
+ _Bool sc::DocumentLinkManager::hasDdeOrOleOrWebServiceLinks(_Bool,_Bool,_Bool) const
_Bool bDde
1
sc/inc/dpdimsave.hxx:172
@@ -1682,39 +2274,51 @@ sc/inc/dpglobal.hxx:54
void ScDPValue::Set(double,enum ScDPValue::Type)
enum ScDPValue::Type eT
0
-sc/inc/dpsave.hxx:230
+sc/inc/dpsave.hxx:229
void ScDPSaveDimension::Dump(int) const
int nIndent
0
-sc/inc/dptabdat.hxx:140
+sc/inc/dptabdat.hxx:136
const class ScDPItemData * ScDPTableData::GetMemberByIndex(long,long)
long nIndex
0
-sc/inc/dptabres.hxx:144
+sc/inc/dptabres.hxx:141
void ScDPRelativePos::ScDPRelativePos(long,long)
long nBase
0
-sc/inc/filter.hxx:81
+sc/inc/drwlayer.hxx:162
+ class tools::Rectangle ScDrawLayer::GetCellRect(const class ScDocument &,const class ScAddress &,_Bool)
+ _Bool bMergedCell
+ 1
+sc/inc/filter.hxx:79
class ErrCode ScFormatFilterPlugin::ScExportExcel5(class SfxMedium &,class ScDocument *,enum ExportFormatExcel,unsigned short)
unsigned short eDest
1
-sc/inc/filter.hxx:84
+sc/inc/filter.hxx:82
void ScFormatFilterPlugin::ScExportHTML(class SvStream &,const class rtl::OUString &,class ScDocument *,const class ScRange &,const unsigned short,_Bool,const class rtl::OUString &,class rtl::OUString &,const class rtl::OUString &)
const unsigned short eDest
0
-sc/inc/filter.hxx:86
+sc/inc/filter.hxx:84
void ScFormatFilterPlugin::ScExportRTF(class SvStream &,class ScDocument *,const class ScRange &,const unsigned short)
const unsigned short eDest
0
-sc/inc/formulacell.hxx:172
+sc/inc/formulacell.hxx:174
void ScFormulaCell::ScFormulaCell(class ScDocument *,const class ScAddress &,class ScTokenArray *,const enum formula::FormulaGrammar::Grammar,enum ScMatrixMode)
enum ScMatrixMode cMatInd
0
-sc/inc/PivotTableDataSequence.hxx:62
- void sc::ValueAndFormat::ValueAndFormat(double,unsigned int)
- unsigned int nNumberFormat
+sc/inc/formulacell.hxx:208
+ class rtl::OUString ScFormulaCell::GetFormula(class sc::CompileFormulaContext &,const struct ScInterpreterContext *) const
+ const struct ScInterpreterContext * pContext
0
-sc/inc/postit.hxx:167
+sc/inc/miscuno.hxx:134
+ short ScUnoHelpFunctions::GetShortProperty(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,short)
+ short nDefault
+ 0
+sc/inc/miscuno.hxx:139
+ type-parameter-?-? ScUnoHelpFunctions::GetEnumProperty(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,type-parameter-?-?)
+ type-parameter-?-? nDefault
+ 0
+sc/inc/postit.hxx:168
void ScPostIt::ScPostIt(class ScDocument &,const class ScAddress &,unsigned int)
unsigned int nPostItId
0
@@ -1726,8 +2330,44 @@ sc/inc/queryparam.hxx:60
struct ScQueryEntry * ScQueryParamBase::FindEntryByField(int,_Bool)
_Bool bNew
1
-sc/inc/scabstdlg.hxx:459
- class VclPtr<class AbstractScMetricInputDlg> ScAbstractDialogFactory::CreateScMetricInputDlg(class vcl::Window *,const class rtl::OString &,long,long,enum FieldUnit,unsigned short,long,long)
+sc/inc/rangeutl.hxx:52
+ _Bool ScRangeUtil::IsAbsTabArea(const class rtl::OUString &,const class ScDocument *,class ScArea ***,unsigned short *,_Bool,const struct ScAddress::Details &)
+ _Bool bAcceptCellRef
+ 1
+sc/inc/rangeutl.hxx:120
+ _Bool ScRangeStringConverter::GetAddressFromString(class ScAddress &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t,char16_t)
+ enum formula::FormulaGrammar::AddressConvention eConv
+ 0
+sc/inc/rangeutl.hxx:144
+ _Bool ScRangeStringConverter::GetAreaFromString(class ScArea &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t)
+ enum formula::FormulaGrammar::AddressConvention eConv
+ 0
+sc/inc/rangeutl.hxx:178
+ void ScRangeStringConverter::GetStringFromRangeList(class rtl::OUString &,const class ScRangeList *,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t)
+ 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)
+ 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: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
+ 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)
+ enum formula::FormulaGrammar::AddressConvention eConv
+ 0
+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)
+ enum formula::FormulaGrammar::AddressConvention eConv
+ 0
+sc/inc/scabstdlg.hxx:457
+ class VclPtr<class AbstractScMetricInputDlg> ScAbstractDialogFactory::CreateScMetricInputDlg(class weld::Window *,const class rtl::OString &,long,long,enum FieldUnit,unsigned short,long,long)
long nMinimum
0
sc/inc/scopetools.hxx:47
@@ -1738,35 +2378,39 @@ sc/inc/scopetools.hxx:56
void sc::IdleSwitch::IdleSwitch(class ScDocument &,_Bool)
_Bool bEnableIdle
0
-sc/inc/table.hxx:767
+sc/inc/stringutil.hxx:155
+ class rtl::OUString ScStringUtil::GetQuotedToken(const class rtl::OUString &,int,const class rtl::OUString &,char16_t,int &)
+ int nToken
+ 0
+sc/inc/table.hxx:781
void ScTable::SetOptimalHeightOnly(class sc::RowHeightContext &,int,int,class ScProgress *,unsigned long)
int nStartRow
0
-sc/inc/table.hxx:882
+sc/inc/table.hxx:896
_Bool ScTable::RowHiddenLeaf(int,int *,int *) const
int * pFirstRow
0
-sc/inc/table.hxx:887
+sc/inc/table.hxx:901
void ScTable::CopyColHidden(const class ScTable &,short,short)
short nStartCol
0
-sc/inc/table.hxx:888
+sc/inc/table.hxx:902
void ScTable::CopyRowHidden(const class ScTable &,int,int)
int nStartRow
0
-sc/inc/table.hxx:898
+sc/inc/table.hxx:912
_Bool ScTable::ColFiltered(short,short *,short *) const
short * pFirstCol
0
-sc/inc/table.hxx:900
+sc/inc/table.hxx:914
void ScTable::CopyColFiltered(const class ScTable &,short,short)
short nStartCol
0
-sc/inc/table.hxx:901
+sc/inc/table.hxx:915
void ScTable::CopyRowFiltered(const class ScTable &,int,int)
int nStartRow
0
-sc/inc/token.hxx:271
+sc/inc/token.hxx:264
void ScRefListToken::ScRefListToken(_Bool)
_Bool bArrayResult
1
@@ -1774,11 +2418,47 @@ sc/inc/types.hxx:109
void sc::MultiDataCellState::MultiDataCellState(enum sc::MultiDataCellState::StateType)
enum sc::MultiDataCellState::StateType eState
1
-sc/source/core/data/dociter.cxx:1277
+sc/qa/extras/new_cond_format.cxx:185
+ void testShowValue(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,_Bool)
+ _Bool bShowVal
+ 1
+sc/qa/unit/helper/qahelper.hxx:223
+ void testFormats(class ScBootstrapFixture *,class ScDocument *,int)
+ int nFormat
+ 0
+sc/qa/unit/subsequent_export-test.cxx:1183
+ void setAttribute(class ScFieldEditEngine &,int,int,int,unsigned short,class Color)
+ int nPara
+ 0
+sc/qa/unit/subsequent_export-test.cxx:1240
+ void setFont(class ScFieldEditEngine &,int,int,int,const class rtl::OUString &)
+ int nPara
+ 0
+sc/qa/unit/subsequent_export-test.cxx:1253
+ void setEscapement(class ScFieldEditEngine &,int,int,int,short,unsigned char)
+ int nPara
+ 0
+sc/qa/unit/ucalc.hxx:48
+ void Test::clearSheet(class ScDocument *,short)
+ short nTab
+ 0
+sc/qa/unit/ucalc.hxx:49
+ class ScUndoCut * Test::cutToClip(class ScDocShell &,const class ScRange &,class ScDocument *,_Bool)
+ _Bool bCreateUndo
+ 1
+sc/source/core/data/dociter.cxx:1281
void BoolResetter::BoolResetter(_Bool &,_Bool)
_Bool b
1
-sc/source/core/opencl/formulagroupcl.cxx:945
+sc/source/core/data/drwlayer.cxx:1943
+ void DeleteFirstUserDataOfType(class SdrObject *,unsigned short)
+ unsigned short nId
+ 1
+sc/source/core/data/postit.cxx:408
+ void (anonymous namespace)::ScNoteCaptionCreator::ScNoteCaptionCreator(class ScDocument &,const class ScAddress &,class ScCaptionPtr &,_Bool)
+ _Bool bShown
+ 1
+sc/source/core/opencl/formulagroupcl.cxx:929
class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > sc::opencl::DynamicKernelSlidingArgument::GenSlidingWindowDeclRef(_Bool) const
_Bool nested
0
@@ -1790,10 +2470,18 @@ sc/source/core/opencl/opbase.hxx:113
class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > sc::opencl::DynamicKernelArgument::GenStringSlidingWindowDeclRef(_Bool) const
_Bool
0
-sc/source/core/tool/compiler.cxx:745
+sc/source/core/tool/compiler.cxx:746
void ConventionOOO_A1::ConventionOOO_A1(enum formula::FormulaGrammar::AddressConvention)
enum formula::FormulaGrammar::AddressConvention eConv
1
+sc/source/core/tool/scmatrix.cxx:3271
+ double matop::COp::operator()(char,type-parameter-?-?,double,double,const class svl::SharedString &) const
+ double b
+ 0
+sc/source/core/tool/scmatrix.cxx:3271
+ double matop::COp::operator()(char,type-parameter-?-?,double,double,const class svl::SharedString &) const
+ type-parameter-?-? aOp
+ 0
sc/source/filter/excel/xeformula.cxx:386
void XclExpFmlaCompImpl::ConvertRefData(struct ScComplexRefData &,struct XclRange &,_Bool) const
_Bool bNatLangRef
@@ -1810,6 +2498,18 @@ sc/source/filter/excel/xeformula.cxx:446
void XclExpFmlaCompImpl::AppendExt(unsigned char,unsigned long)
unsigned char nData
0
+sc/source/filter/excel/xicontent.cxx:132
+ void lclIgnoreString32(class XclImpStream &,_Bool)
+ _Bool b16Bit
+ 1
+sc/source/filter/excel/xihelper.cxx:142
+ class std::unique_ptr<class EditTextObject, struct std::default_delete<class EditTextObject> > lclCreateTextObject(const class XclImpRoot &,const class XclImpString &,enum XclFontItemType,unsigned short)
+ enum XclFontItemType eType
+ 1
+sc/source/filter/html/htmlpars.cxx:1654
+ type-parameter-?-? getLimitedValue(const type-parameter-?-? &,const type-parameter-?-? &,const type-parameter-?-? &)
+ const type-parameter-?-? & rMin
+ 1
sc/source/filter/inc/addressconverter.hxx:143
_Bool oox::xls::AddressConverter::parseOoxRange2d(int &,int &,int &,int &,const class rtl::OUString &,int)
int nStart
@@ -1842,7 +2542,7 @@ sc/source/filter/inc/excrecds.hxx:191
void XclExpSheetProtection::XclExpSheetProtection(_Bool,short)
_Bool bValue
1
-sc/source/filter/inc/formel.hxx:108
+sc/source/filter/inc/formel.hxx:109
enum ConvErr ExcelConverterBase::Convert(class ScRangeListTabs &,class XclImpStream &,unsigned long,short,const enum FORMULA_TYPE)
const enum FORMULA_TYPE eFT
1
@@ -1850,14 +2550,42 @@ sc/source/filter/inc/formulabase.hxx:300
void oox::xls::ApiTokenIterator::ApiTokenIterator(const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::FormulaToken> &,int,_Bool)
_Bool bSkipSpaces
1
+sc/source/filter/inc/formulabase.hxx:631
+ class rtl::OUString oox::xls::FormulaProcessorBase::generateAddress2dString(const class ScAddress &,_Bool)
+ _Bool bAbsolute
+ 0
sc/source/filter/inc/formulabase.hxx:763
void oox::xls::FormulaProcessorBase::convertStringToStringList(class com::sun::star::uno::Sequence<struct com::sun::star::sheet::FormulaToken> &,char16_t,_Bool) const
_Bool bTrimLeadingSpaces
1
-sc/source/filter/inc/pivotcachebuffer.hxx:195
+sc/source/filter/inc/ftools.hxx:199
+ class ScStyleSheet & ScfTools::MakeCellStyleSheet(class ScStyleSheetPool &,const class rtl::OUString &,_Bool)
+ _Bool bForceName
+ 1
+sc/source/filter/inc/ftools.hxx:206
+ class ScStyleSheet & ScfTools::MakePageStyleSheet(class ScStyleSheetPool &,const class rtl::OUString &,_Bool)
+ _Bool bForceName
+ 0
+sc/source/filter/inc/htmlpars.hxx:189
+ void ScHTMLLayoutParser::MakeColNoRef(class o3tl::sorted_vector<unsigned long, struct std::less<unsigned long>, find_unique> *,unsigned short,unsigned short,unsigned short,unsigned short)
+ unsigned short nWidth
+ 0
+sc/source/filter/inc/htmlpars.hxx:189
+ void ScHTMLLayoutParser::MakeColNoRef(class o3tl::sorted_vector<unsigned long, struct std::less<unsigned long>, find_unique> *,unsigned short,unsigned short,unsigned short,unsigned short)
+ 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> *,unsigned short,unsigned short,unsigned short,unsigned short)
+ unsigned short nWidthTol
+ 0
+sc/source/filter/inc/pivotcachebuffer.hxx:202
void oox::xls::PivotCacheField::PivotCacheField(const class oox::xls::WorkbookHelper &,_Bool)
_Bool bIsDatabaseField
1
+sc/source/filter/inc/tool.h:35
+ void SetFormat(struct LotusContext &,short,int,short,unsigned char,unsigned char)
+ short nTab
+ 0
sc/source/filter/inc/workbookhelper.hxx:156
class com::sun::star::uno::Reference<class com::sun::star::style::XStyle> oox::xls::WorkbookHelper::getStyleObject(const class rtl::OUString &,_Bool) const
_Bool bPageStyle
@@ -1876,13 +2604,13 @@ sc/source/filter/inc/xechart.hxx:333
1
sc/source/filter/inc/xechart.hxx:361
void XclExpChFrame::SetAutoFlags(_Bool,_Bool)
- _Bool bAutoSize
+ _Bool bAutoPos
0
sc/source/filter/inc/xechart.hxx:361
void XclExpChFrame::SetAutoFlags(_Bool,_Bool)
- _Bool bAutoPos
+ _Bool bAutoSize
0
-sc/source/filter/inc/xeextlst.hxx:189
+sc/source/filter/inc/xeextlst.hxx:188
class std::shared_ptr<class XclExpExt> XclExtLst::GetItem(enum XclExpExtType)
enum XclExpExtType eType
0
@@ -1894,13 +2622,33 @@ sc/source/filter/inc/xehelper.hxx:146
void XclExpAddressConverter::ValidateRangeList(class ScRangeList &,_Bool)
_Bool bWarn
0
+sc/source/filter/inc/xehelper.hxx:278
+ class std::shared_ptr<class XclExpString> XclExpStringHelper::CreateCellString(const class XclExpRoot &,const class rtl::OUString &,const class ScPatternAttr *,enum XclStrFlags,unsigned short)
+ enum XclStrFlags nFlags
+ 0
+sc/source/filter/inc/xehelper.hxx:294
+ class std::shared_ptr<class XclExpString> XclExpStringHelper::CreateCellString(const class XclExpRoot &,const class EditTextObject &,const class ScPatternAttr *,class XclExpHyperlinkHelper &,enum XclStrFlags,unsigned short)
+ enum XclStrFlags nFlags
+ 0
+sc/source/filter/inc/xehelper.hxx:308
+ class std::shared_ptr<class XclExpString> XclExpStringHelper::CreateString(const class XclExpRoot &,const class SdrTextObj &,enum XclStrFlags)
+ enum XclStrFlags nFlags
+ 0
+sc/source/filter/inc/xehelper.hxx:317
+ class std::shared_ptr<class XclExpString> XclExpStringHelper::CreateString(const class XclExpRoot &,const class EditTextObject &,enum XclStrFlags)
+ enum XclStrFlags nFlags
+ 0
sc/source/filter/inc/xepivot.hxx:273
unsigned short XclExpPTField::GetItemIndex(const class rtl::OUString &,unsigned short) const
unsigned short nDefaultIdx
0
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- const char * value6
+ const char * value2
+ 0
+sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ const char * value10
0
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
@@ -1912,6 +2660,10 @@ sc/source/filter/inc/xestream.hxx:341
0
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ const char * value11
+ 0
+sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
const char * value5
0
sc/source/filter/inc/xestream.hxx:341
@@ -1920,7 +2672,7 @@ sc/source/filter/inc/xestream.hxx:341
0
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- const char * value10
+ const char * value6
0
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
@@ -1932,14 +2684,6 @@ sc/source/filter/inc/xestream.hxx:341
0
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- const char * value2
- 0
-sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- const char * value11
- 0
-sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
const char * value9
0
sc/source/filter/inc/xestream.hxx:341
@@ -1978,7 +2722,7 @@ sc/source/filter/inc/xetable.hxx:340
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:484
+sc/source/filter/inc/xiescher.hxx:476
void XclImpControlHelper::ReadSourceRangeFormula(class XclImpStream &,_Bool)
_Bool bWithBoundSize
1
@@ -2026,6 +2770,10 @@ 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
0
+sc/source/filter/inc/xltools.hxx:109
+ int XclTools::GetScRotation(unsigned short,int)
+ int nRotForStacked
+ 0
sc/source/filter/oox/formulaparser.cxx:462
struct com::sun::star::sheet::FormulaToken & oox::xls::FormulaParserImpl::getOperandToken(unsigned long,unsigned long)
unsigned long nTokenIndex
@@ -2034,7 +2782,7 @@ sc/source/filter/oox/formulaparser.cxx:462
struct com::sun::star::sheet::FormulaToken & oox::xls::FormulaParserImpl::getOperandToken(unsigned long,unsigned long)
unsigned long nOpIndex
0
-sc/source/filter/xml/XMLExportSharedData.hxx:65
+sc/source/filter/xml/XMLExportSharedData.hxx:66
void ScMySharedData::SetDrawPageHasForms(const int,_Bool)
_Bool bHasForms
1
@@ -2042,11 +2790,11 @@ sc/source/filter/xml/xmlstyli.hxx:163
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:49
+sc/source/ui/dbgui/csvgrid.cxx:52
void Func_SetType::Func_SetType(int)
int nType
0
-sc/source/ui/dbgui/csvgrid.cxx:57
+sc/source/ui/dbgui/csvgrid.cxx:60
void Func_Select::Func_Select(_Bool)
_Bool bSelect
0
@@ -2054,15 +2802,19 @@ 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:125
+sc/source/ui/inc/acredlin.hxx:122
class SvTreeListEntry * ScAcceptChgDlg::AppendFilteredAction(const class ScChangeAction *,enum ScChangeActionState,class SvTreeListEntry *,_Bool,_Bool)
_Bool bDelMaster
0
-sc/source/ui/inc/acredlin.hxx:125
+sc/source/ui/inc/acredlin.hxx:122
class SvTreeListEntry * ScAcceptChgDlg::AppendFilteredAction(const class ScChangeAction *,enum ScChangeActionState,class SvTreeListEntry *,_Bool,_Bool)
_Bool bDisabled
0
-sc/source/ui/inc/dataprovider.hxx:146
+sc/source/ui/inc/anyrefdg.hxx:93
+ void ScFormulaReferenceHelper::EnableSpreadsheets(_Bool)
+ _Bool bFlag
+ 1
+sc/source/ui/inc/dataprovider.hxx:138
void sc::ScDBDataManager::ScDBDataManager(const class rtl::OUString &,_Bool,class ScDocument *)
_Bool bAllowResize
0
@@ -2102,11 +2854,27 @@ sc/source/ui/inc/docfunc.hxx:184
_Bool ScDocFunc::FillAuto(class ScRange &,const class ScMarkData *,enum FillDir,enum FillCmd,enum FillDateCmd,unsigned long,double,double,_Bool,_Bool)
_Bool bRecord
1
-sc/source/ui/inc/navipi.hxx:270
+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
+ 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
+ 0
+sc/source/ui/inc/groupdlg.hxx:28
+ void ScGroupDlg::ScGroupDlg(class weld::Window *,_Bool,_Bool)
+ _Bool bRows
+ 1
+sc/source/ui/inc/inscodlg.hxx:31
+ void ScInsertContentsDlg::ScInsertContentsDlg(class weld::Window *,enum InsertDeleteFlags,const class rtl::OUString *)
+ enum InsertDeleteFlags nCheckDefaults
+ 0
+sc/source/ui/inc/navipi.hxx:271
void ScNavigatorDialogWrapper::ScNavigatorDialogWrapper(class vcl::Window *,unsigned short,class SfxBindings *,struct SfxChildWinInfo *)
unsigned short nId
0
-sc/source/ui/inc/pvfundlg.hxx:152
+sc/source/ui/inc/pvfundlg.hxx:153
int ScDPSubtotalOptDlg::FindListBoxEntry(const class ListBox &,const class rtl::OUString &,int) const
int nStartPos
1
@@ -2116,14 +2884,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)
- _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)
+ _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)
enum ScConversionType eConvType
1
sc/source/ui/inc/spellparam.hxx:47
@@ -2138,42 +2906,62 @@ sc/source/ui/inc/TableFillingAndNavigationTools.hxx:74
void AddressWalker::push(short,int,short)
short aRelativeTab
0
-sc/source/ui/inc/tabview.hxx:375
+sc/source/ui/inc/tabview.hxx:390
void ScTabView::ClickCursor(short,int,_Bool)
_Bool bControl
0
-sc/source/ui/inc/tabview.hxx:416
+sc/source/ui/inc/tabview.hxx:431
void ScTabView::MoveCursorAbs(short,int,enum ScFollowMode,_Bool,_Bool,_Bool,_Bool)
_Bool bControl
0
-sc/source/ui/inc/tabview.hxx:427
+sc/source/ui/inc/tabview.hxx:442
+ void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool)
+ short nMovX
+ 0
+sc/source/ui/inc/tabview.hxx:442
void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool)
enum ScFollowMode eMode
1
-sc/source/ui/inc/tabview.hxx:427
+sc/source/ui/inc/tabview.hxx:442
void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool)
_Bool bShift
0
-sc/source/ui/inc/tabview.hxx:427
- void ScTabView::MoveCursorScreen(short,int,enum ScFollowMode,_Bool)
- short nMovX
- 0
-sc/source/ui/inc/undobase.hxx:145
+sc/source/ui/inc/undobase.hxx:144
void ScMoveUndo::ScMoveUndo(class ScDocShell *,class ScDocument *,class ScRefUndoData *,enum ScMoveUndoMode)
enum ScMoveUndoMode eRefMode
1
-sc/source/ui/inc/viewdata.hxx:484
+sc/source/ui/inc/viewdata.hxx:146
+ void ScPositionHelper::invalidateByPosition(long)
+ long nPos
+ 0
+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:485
+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:664
+ void ScViewData::AddPixelsWhileBackward(long &,long,int &,int,double,const class ScDocument *,short)
+ int nStartRow
+ 0
sc/source/ui/inc/viewfunc.hxx:161
void ScViewFunc::ApplyAttributes(const class SfxItemSet *,const class SfxItemSet *,_Bool)
_Bool bAdjustBlockHeight
1
+sc/source/ui/inc/viewutil.hxx:71
+ void ScViewUtil::SetFullScreen(const class SfxViewShell &,_Bool)
+ _Bool bSet
+ 0
+sc/source/ui/pagedlg/tptable.cxx:53
+ _Bool lcl_PutScaleItem2(unsigned short,class SfxItemSet &,const class SfxItemSet &,const class ListBox &,unsigned short,const class NumericField &,unsigned short,const class NumericField &,unsigned short)
+ unsigned short nLBEntry
+ 1
+sc/source/ui/vba/vbacondition.hxx:44
+ int ScVbaCondition::Operator(_Bool)
+ _Bool _bIncludeFormulaValue
+ 1
sc/source/ui/vba/vbaeventshelper.hxx:54
_Bool ScVbaEventsHelper::isSelectionChanged(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int)
int nIndex
@@ -2194,10 +2982,18 @@ sc/source/ui/vba/vbaeventshelper.hxx:75
class com::sun::star::uno::Any ScVbaEventsHelper::createWindow(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int) const
int nIndex
0
-sc/source/ui/vba/vbarange.hxx:114
+sc/source/ui/vba/vbarange.hxx:112
class com::sun::star::uno::Reference<class ooo::vba::excel::XRange> ScVbaRange::getArea(int)
int nIndex
0
+sc/source/ui/view/olinewin.cxx:726
+ _Bool lcl_RotateValue(unsigned long &,unsigned long,unsigned long,_Bool)
+ unsigned long nMin
+ 0
+sc/source/ui/view/prevloc.cxx:266
+ struct ScPreviewLocationEntry * lcl_GetEntryByAddress(const class std::__debug::list<class std::unique_ptr<struct ScPreviewLocationEntry, struct std::default_delete<struct ScPreviewLocationEntry> >, class std::allocator<class std::unique_ptr<struct ScPreviewLocationEntry, struct std::default_delete<struct ScPreviewLocationEntry> > > > &,const class ScAddress &,const enum ScPreviewLocationType)
+ const enum ScPreviewLocationType eType
+ 0
scaddins/source/analysis/analysishelper.hxx:79
int GetDiffDate360(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,int,int,_Bool)
_Bool bUSAMethod
@@ -2214,23 +3010,23 @@ scaddins/source/analysis/analysishelper.hxx:273
void sca::analysis::SortedIndividualInt32List::InsertHolidayList(const class sca::analysis::ScaAnyConverter &,const class com::sun::star::uno::Any &,int,_Bool)
_Bool bInsertOnWeekend
0
-scaddins/source/analysis/analysishelper.hxx:923
+scaddins/source/analysis/analysishelper.hxx:921
int sca::analysis::ScaAnyConverter::getInt32(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Any &,int)
int nDefault
0
-sd/inc/CustomAnimationEffect.hxx:130
+sd/inc/CustomAnimationEffect.hxx:128
class com::sun::star::uno::Any sd::CustomAnimationEffect::getProperty(int,const class rtl::OUString &,enum sd::EValue)
enum sd::EValue eValue
0
-sd/inc/CustomAnimationEffect.hxx:131
+sd/inc/CustomAnimationEffect.hxx:129
_Bool sd::CustomAnimationEffect::setProperty(int,const class rtl::OUString &,enum sd::EValue,const class com::sun::star::uno::Any &)
enum sd::EValue eValue
0
-sd/inc/CustomAnimationEffect.hxx:133
+sd/inc/CustomAnimationEffect.hxx:131
class com::sun::star::uno::Any sd::CustomAnimationEffect::getTransformationProperty(int,enum sd::EValue)
enum sd::EValue eValue
1
-sd/inc/CustomAnimationEffect.hxx:134
+sd/inc/CustomAnimationEffect.hxx:132
_Bool sd::CustomAnimationEffect::setTransformationProperty(int,enum sd::EValue,const class com::sun::star::uno::Any &)
enum sd::EValue eValue
1
@@ -2238,42 +3034,54 @@ sd/inc/shapelist.hxx:56
void sd::ShapeList::seekShape(unsigned int)
unsigned int nIndex
0
-sd/qa/unit/misc-tests.cxx:73
+sd/qa/unit/misc-tests.cxx:78
class tools::SvRef<class sd::DrawDocShell> SdMiscTest::Load(const class rtl::OUString &,int)
int nFormat
0
-sd/qa/unit/sdmodeltestbase.hxx:297
+sd/qa/unit/sdmodeltestbase.hxx:126
+ class tools::SvRef<class sd::DrawDocShell> SdModelTestBase::loadURL(const class rtl::OUString &,int,class SfxAllItemSet *)
+ class SfxAllItemSet * pParams
+ 0
+sd/qa/unit/sdmodeltestbase.hxx:294
const class SdrPage * SdModelTestBase::GetPage(int,class tools::SvRef<class sd::DrawDocShell>)
int nPage
1
-sd/qa/unit/sdmodeltestbase.hxx:354
+sd/qa/unit/sdmodeltestbase.hxx:351
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:354
+sd/qa/unit/sdmodeltestbase.hxx:351
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
-sd/source/filter/eppt/epptbase.hxx:384
+sd/source/filter/eppt/epptbase.hxx:393
unsigned int PPTWriterBase::GetMasterIndex(enum PageType)
enum PageType ePageType
0
-sd/source/filter/eppt/epptooxml.hxx:102
- void oox::core::PowerPointExport::WriteAnimationCondition(const class std::shared_ptr<class sax_fastparser::FastSerializerHelper> &,const class com::sun::star::uno::Any &,_Bool,_Bool)
+sd/source/filter/eppt/epptooxml.hxx:104
+ void oox::core::PowerPointExport::WriteAnimationCondition(const class std::shared_ptr<class sax_fastparser::FastSerializerHelper> &,const class com::sun::star::uno::Any &,_Bool,_Bool,int)
_Bool bWriteEvent
0
-sd/source/filter/eppt/epptooxml.hxx:112
+sd/source/filter/eppt/epptooxml.hxx:114
void oox::core::PowerPointExport::WriteAnimationNodeCommonPropsStart(const class std::shared_ptr<class sax_fastparser::FastSerializerHelper> &,const class com::sun::star::uno::Reference<class com::sun::star::animations::XAnimationNode> &,_Bool,_Bool)
_Bool bSingle
1
-sd/source/filter/eppt/pptexanimations.hxx:88
+sd/source/filter/eppt/pptexanimations.hxx:92
void ppt::AnimationExporter::exportNode(class SvStream &,const class com::sun::star::uno::Reference<class com::sun::star::animations::XAnimationNode> &,const unsigned short,const unsigned short,const int,const _Bool,const short)
const unsigned short nInstance
1
-sd/source/filter/eppt/text.hxx:109
+sd/source/filter/eppt/text.hxx:107
void FieldEntry::FieldEntry(unsigned int,unsigned int,unsigned int)
unsigned int nStart
0
+sd/source/filter/ppt/pptinanimations.hxx:99
+ void ppt::AnimationImporter::dump_atom_header(const class ppt::Atom *,_Bool,_Bool)
+ _Bool bAppend
+ 0
+sd/source/filter/ppt/pptinanimations.hxx:100
+ void ppt::AnimationImporter::dump_atom(const class ppt::Atom *,_Bool)
+ _Bool bNewLine
+ 1
sd/source/ui/inc/DrawDocShell.hxx:71
void sd::DrawDocShell::DrawDocShell(class SdDrawDocument *,enum SfxObjectCreateMode,_Bool,enum DocumentType)
_Bool bSdDataObj
@@ -2298,10 +3106,6 @@ sd/source/ui/inc/NavigatorChildWindow.hxx:37
void sd::NavigatorChildWindow::NavigatorChildWindow(class vcl::Window *,unsigned short,class SfxBindings *,struct SfxChildWinInfo *)
unsigned short
0
-sd/source/ui/inc/optsitem.hxx:174
- void SdOptionsContents::SdOptionsContents(_Bool,_Bool)
- _Bool bUseConfig
- 1
sd/source/ui/inc/slideshow.hxx:150
void sd::SlideShow::pause(_Bool)
_Bool bPause
@@ -2314,11 +3118,11 @@ sd/source/ui/inc/tools/ConfigurationAccess.hxx:56
void sd::tools::ConfigurationAccess::ConfigurationAccess(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,const enum sd::tools::ConfigurationAccess::WriteMode)
const enum sd::tools::ConfigurationAccess::WriteMode eMode
1
-sd/source/ui/inc/unomodel.hxx:133
+sd/source/ui/inc/unomodel.hxx:137
void SdXImpressDocument::SdXImpressDocument(class SdDrawDocument *,_Bool)
_Bool bClipBoard
1
-sd/source/ui/inc/View.hxx:158
+sd/source/ui/inc/View.hxx:156
_Bool sd::View::IsPresObjSelected(_Bool,_Bool,_Bool,_Bool) const
_Bool bOnMasterPage
1
@@ -2334,6 +3138,38 @@ sdext/source/minimizer/configurationaccess.hxx:93
short ConfigurationAccess::GetConfigProperty(const enum PPPOptimizerTokenEnum,const short) const
const short nDefault
0
+sdext/source/minimizer/informationdialog.cxx:52
+ class rtl::OUString InsertFixedText(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
+ _Bool bMultiLine
+ 1
+sdext/source/minimizer/informationdialog.cxx:52
+ class rtl::OUString InsertFixedText(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
+ short nTabIndex
+ 0
+sdext/source/minimizer/informationdialog.cxx:84
+ class rtl::OUString InsertImage(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool)
+ _Bool bScale
+ 0
+sdext/source/minimizer/informationdialog.cxx:120
+ class rtl::OUString InsertCheckBox(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XItemListener> &,const class rtl::OUString &,int,int,int,short)
+ short nTabIndex
+ 1
+sdext/source/minimizer/optimizerdialogcontrols.cxx:88
+ class rtl::OUString InsertButton(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XActionListener> &,int,int,int,short,_Bool,enum PPPOptimizerTokenEnum,enum com::sun::star::awt::PushButtonType)
+ enum com::sun::star::awt::PushButtonType nPushButtonType
+ 0
+sdext/source/minimizer/optimizerdialogcontrols.cxx:197
+ class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
+ double fEffectiveMin
+ 0
+sdext/source/minimizer/optimizerdialogcontrols.cxx:245
+ class rtl::OUString InsertComboBox(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const _Bool,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int,int,short)
+ const _Bool bEnabled
+ 1
+sdext/source/minimizer/optimizerdialogcontrols.cxx:323
+ class rtl::OUString InsertListBox(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XActionListener> &,const _Bool,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int,int,int,short)
+ const _Bool bEnabled
+ 1
sdext/source/pdfimport/wrapper/wrapper.cxx:983
oslFileError pdfi::Buffering::read(char *,short,unsigned long *)
short count
@@ -2342,17 +3178,49 @@ sdext/source/presenter/PresenterTextView.hxx:232
void sdext::presenter::PresenterTextView::SetOffset(const double,const double)
const double nLeft
0
-sfx2/source/inc/workwin.hxx:280
+sfx2/inc/guisaveas.hxx:71
+ void SfxStoringHelper::SetDocInfoState(const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const class com::sun::star::uno::Reference<class com::sun::star::document::XDocumentProperties> &,_Bool)
+ _Bool bNoModify
+ 1
+sfx2/inc/preventduplicateinteraction.hxx:185
+ void sfx2::PreventDuplicateInteraction::InteractionInfo::InteractionInfo(const class com::sun::star::uno::Type &,int)
+ int nMaxCount
+ 1
+sfx2/source/inc/workwin.hxx:278
void SfxWorkWindow::SetChildWindowVisible_Impl(unsigned int,_Bool,enum SfxVisibilityFlags)
_Bool
1
+slideshow/source/engine/opengl/Operation.hxx:226
+ class std::shared_ptr<class SEllipseTranslate> makeSEllipseTranslate(double,double,double,double,_Bool,double,double)
+ _Bool bInter
+ 1
+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
+ 1
+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 bInter
+ 1
slideshow/source/engine/slide/layer.hxx:218
void slideshow::internal::Layer::Layer(enum slideshow::internal::Layer::Dummy)
enum slideshow::internal::Layer::Dummy eFlag
0
-starmath/inc/parse.hxx:113
- const struct SmErrorDesc * SmParser::GetError(unsigned long)
- unsigned long i
+slideshow/source/inc/animationfactory.hxx:107
+ class std::shared_ptr<class slideshow::internal::PairAnimation> createPairPropertyAnimation(const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeManager> &,const class basegfx::B2DVector &,short,int)
+ int nFlags
+ 0
+slideshow/source/inc/animationfactory.hxx:125
+ class std::shared_ptr<class slideshow::internal::NumberAnimation> createPathMotionAnimation(const class rtl::OUString &,short,const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeManager> &,const class basegfx::B2DVector &,int)
+ int nFlags
0
starmath/inc/rect.hxx:176
class SmRect & SmRect::ExtendBy(const class SmRect &,enum RectCopyMBL,_Bool)
@@ -2362,7 +3230,7 @@ starmath/inc/rect.hxx:176
class SmRect & SmRect::ExtendBy(const class SmRect &,enum RectCopyMBL,_Bool)
enum RectCopyMBL eCopyMode
0
-starmath/source/cfgitem.hxx:86
+starmath/source/cfgitem.hxx:85
const class rtl::OUString SmFontFormatList::GetFontFormatId(const struct SmFontFormat &,_Bool)
_Bool bAdd
1
@@ -2370,35 +3238,55 @@ store/source/object.hxx:57
type-parameter-?-? * query(class store::OStoreObject *,type-parameter-?-? *)
type-parameter-?-? *
0
-svl/source/inc/passwordcontainer.hxx:152
- void NamePassRecord::RemovePasswords(signed char)
- signed char nStatus
+svl/source/crypto/cryptosign.cxx:394
+ enum _SECStatus my_SEC_StringToOID(struct SECItemStr *,const char *,unsigned int)
+ unsigned int len
+ 0
+svl/source/crypto/cryptosign.cxx:486
+ struct NSSCMSAttributeStr * my_NSS_CMSAttributeArray_FindAttrByOidTag(struct NSSCMSAttributeStr **,SECOidTag,int)
+ int only
+ 0
+svl/source/crypto/cryptosign.cxx:1728
+ struct NSSCMSAttributeStr * CMSAttributeArray_FindAttrByOidData(struct NSSCMSAttributeStr **,const struct SECOidDataStr *,int)
+ int only
1
-svl/source/numbers/zforfind.hxx:388
+svl/source/crypto/cryptosign.cxx:1767
+ enum _SECStatus StringToOID(struct SECItemStr *,const char *,unsigned int)
+ unsigned int len
+ 0
+svl/source/numbers/zforfind.hxx:235
+ _Bool ImpSvNumberInputScan::StringPtrContains(const class rtl::OUString &,const char16_t *,int)
+ int nPos
+ 0
+svl/source/numbers/zforfind.hxx:387
_Bool ImpSvNumberInputScan::IsDatePatternNumberOfType(unsigned short,char16_t)
unsigned short nNumber
0
-svtools/source/contnr/imivctl.hxx:410
+svl/source/passwordcontainer/passwordcontainer.hxx:151
+ void NamePassRecord::RemovePasswords(signed char)
+ signed char nStatus
+ 1
+svtools/source/contnr/imivctl.hxx:409
const class Size & SvxIconChoiceCtrl_Impl::GetItemSize(enum IcnViewFieldType) const
enum IcnViewFieldType
1
-svtools/source/contnr/imivctl.hxx:461
+svtools/source/contnr/imivctl.hxx:460
void SvxIconChoiceCtrl_Impl::SetColumn(unsigned short,const class SvxIconChoiceCtrlColumnInfo &)
unsigned short nIndex
0
-svtools/source/contnr/imivctl.hxx:462
+svtools/source/contnr/imivctl.hxx:461
const class SvxIconChoiceCtrlColumnInfo * SvxIconChoiceCtrl_Impl::GetColumn(unsigned short) const
unsigned short nIndex
0
-svtools/source/control/valueimp.hxx:217
+svtools/source/control/valueimp.hxx:352
void ValueItemAcc::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
short nEventId
1
-svtools/source/inc/svimpbox.hxx:183
+svtools/source/inc/svimpbox.hxx:185
void SvImpLBox::FindMostRight(class SvTreeListEntry *,class SvTreeListEntry *)
class SvTreeListEntry * EntryToIgnore
0
-svtools/source/inc/svimpbox.hxx:276
+svtools/source/inc/svimpbox.hxx:278
void SvImpLBox::SelectEntry(class SvTreeListEntry *,_Bool)
_Bool bSelect
0
@@ -2438,15 +3326,27 @@ svx/inc/sxsoitm.hxx:36
void SdrVertShearOneItem::SdrVertShearOneItem(long)
long nAngle
0
-svx/source/dialog/srchdlg.cxx:753
+svx/source/customshapes/EnhancedCustomShape3d.cxx:133
+ enum com::sun::star::drawing::ShadeMode GetShadeMode(const class SdrCustomShapeGeometryItem &,const enum com::sun::star::drawing::ShadeMode)
+ const enum com::sun::star::drawing::ShadeMode eDefault
+ 0
+svx/source/customshapes/EnhancedCustomShape3d.cxx:142
+ _Bool GetBool(const class SdrCustomShapeGeometryItem &,const class rtl::OUString &,const _Bool)
+ const _Bool bDefault
+ 0
+svx/source/dialog/srchdlg.cxx:780
void (anonymous namespace)::ToggleSaveToModule::ToggleSaveToModule(class SvxSearchDialog &,_Bool)
_Bool bValue
0
-svx/source/gallery2/galbrws1.hxx:126
+svx/source/gallery2/galbrws1.hxx:124
void GalleryBrowser1::SelectTheme(unsigned short)
unsigned short nThemePos
0
-svx/source/inc/fmexpl.hxx:502
+svx/source/inc/celltypes.hxx:59
+ void sdr::table::RangeIterator::RangeIterator<T>(const type-parameter-?-? &,const type-parameter-?-? &,_Bool)
+ const type-parameter-?-? & rStart
+ 0
+svx/source/inc/fmexpl.hxx:500
signed char svxform::NavigatorTree::implExecuteDataTransfer(const class svxform::OControlTransferData &,signed char,const class Point &,_Bool)
_Bool _bDnD
1
@@ -2454,18 +3354,14 @@ svx/source/inc/fmshimp.hxx:257
void FmXFormShell::didPrepareClose_Lock(_Bool)
_Bool bDid
1
-svx/source/inc/fmvwimp.hxx:271
+svx/source/inc/fmvwimp.hxx:269
_Bool FmXFormView::createControlLabelPair(const class OutputDevice &,int,int,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormats> &,unsigned short,const class rtl::OUString &,class SdrUnoObj *&,class SdrUnoObj *&,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDataSource> &,const class rtl::OUString &,const class rtl::OUString &,const int)
int _nXOffsetMM
0
-svx/source/svdraw/svdoole2.cxx:627
+svx/source/svdraw/svdoole2.cxx:630
void SdrOle2ObjImpl::SdrOle2ObjImpl(_Bool,const class svt::EmbeddedObjectRef &)
_Bool bFrame
0
-svx/source/table/celltypes.hxx:59
- void sdr::table::RangeIterator::RangeIterator<T>(const type-parameter-?-? &,const type-parameter-?-? &,_Bool)
- const type-parameter-?-? & rStart
- 0
sw/inc/calc.hxx:107
void SwSbxValue::SwSbxValue(long)
long n
@@ -2474,103 +3370,115 @@ sw/inc/charfmt.hxx:29
void SwCharFormat::SwCharFormat(class SwAttrPool &,const char *,class SwCharFormat *)
class SwCharFormat * pDerivedFrom
0
-sw/inc/crsrsh.hxx:547
+sw/inc/crsrsh.hxx:534
_Bool SwCursorShell::GotoMark(const class sw::mark::IMark *const,_Bool)
_Bool bAtStart
1
+sw/inc/crsrsh.hxx:793
+ void SwCursorShell::FireSectionChangeEvent(unsigned short,unsigned short)
+ unsigned short nNewSection
+ 1
+sw/inc/crsrsh.hxx:794
+ void SwCursorShell::FireColumnChangeEvent(unsigned short,unsigned short)
+ unsigned short nNewColumn
+ 1
sw/inc/dbfld.hxx:83
void SwDBField::ChgValue(double,_Bool)
_Bool bVal
1
-sw/inc/doc.hxx:375
- signed char SwDoc::SetFlyFrameAnchor(class SwFrameFormat &,class SfxItemSet &,_Bool)
- _Bool bNewFrames
- 0
-sw/inc/doc.hxx:991
+sw/inc/doc.hxx:968
void SwDoc::CorrAbs(const class SwNodeIndex &,const struct SwPosition &,const int,_Bool)
_Bool bMoveCursor
1
-sw/inc/doc.hxx:1011
+sw/inc/doc.hxx:982
+ void SwDoc::CorrAbs(const class SwPaM &,const struct SwPosition &,_Bool)
+ _Bool bMoveCursor
+ 1
+sw/inc/doc.hxx:988
void SwDoc::CorrRel(const class SwNodeIndex &,const struct SwPosition &,const int,_Bool)
const int nOffset
0
-sw/inc/doc.hxx:1049
+sw/inc/doc.hxx:1026
void SwDoc::SetCounted(const class SwPaM &,_Bool)
_Bool bCounted
1
-sw/inc/doc.hxx:1116
+sw/inc/doc.hxx:1092
const class SwNumRule * SwDoc::SearchNumRule(const struct SwPosition &,const _Bool,const _Bool,const _Bool,int,class rtl::OUString &,const _Bool)
- const _Bool bOutline
+ const _Bool bForward
0
-sw/inc/doc.hxx:1116
+sw/inc/doc.hxx:1092
const class SwNumRule * SwDoc::SearchNumRule(const struct SwPosition &,const _Bool,const _Bool,const _Bool,int,class rtl::OUString &,const _Bool)
- const _Bool bForward
+ const _Bool bOutline
0
-sw/inc/doc.hxx:1393
+sw/inc/doc.hxx:1373
const class SvNumberFormatter * SwDoc::GetNumberFormatter(_Bool) const
_Bool bCreate
1
-sw/inc/doc.hxx:1598
+sw/inc/doc.hxx:1578
void SwDoc::dumpAsXml(struct _xmlTextWriter *) const
struct _xmlTextWriter *
0
-sw/inc/docary.hxx:397
+sw/inc/docary.hxx:387
_Bool SwExtraRedlineTable::DeleteTableRowRedline(class SwDoc *,const class SwTableLine &,_Bool,unsigned short)
_Bool bSaveInUndo
1
-sw/inc/docary.hxx:398
+sw/inc/docary.hxx:388
_Bool SwExtraRedlineTable::DeleteTableCellRedline(class SwDoc *,const class SwTableBox &,_Bool,unsigned short)
_Bool bSaveInUndo
1
sw/inc/docufld.hxx:307
void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,unsigned short)
- _Bool bConditional
- 1
-sw/inc/docufld.hxx:307
- void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,unsigned short)
_Bool bHidden
0
-sw/inc/docufld.hxx:513
+sw/inc/docufld.hxx:307
+ void SwHiddenTextField::SwHiddenTextField(class SwHiddenTextFieldType *,_Bool,const class rtl::OUString &,const class rtl::OUString &,_Bool,unsigned short)
+ _Bool bConditional
+ 1
+sw/inc/docufld.hxx:518
void SwDocInfoField::SwDocInfoField(class SwDocInfoFieldType *,unsigned short,const class rtl::OUString &,const class rtl::OUString &,unsigned int)
unsigned int nFormat
0
-sw/inc/fesh.hxx:416
+sw/inc/editsh.hxx:368
+ void SwEditShell::ValidateCurrentParagraphSignatures(_Bool)
+ _Bool updateDontRemove
+ 1
+sw/inc/fesh.hxx:415
const class SwFrameFormat * SwFEShell::GetFlyNum(unsigned long,enum FlyCntType,_Bool) const
enum FlyCntType eType
1
-sw/inc/fesh.hxx:416
+sw/inc/fesh.hxx:415
const class SwFrameFormat * SwFEShell::GetFlyNum(unsigned long,enum FlyCntType,_Bool) const
_Bool bIgnoreTextBoxes
0
-sw/inc/fesh.hxx:418
+sw/inc/fesh.hxx:417
class std::__debug::vector<const class SwFrameFormat *, class std::allocator<const class SwFrameFormat *> > SwFEShell::GetFlyFrameFormats(enum FlyCntType,_Bool)
_Bool bIgnoreTextBoxes
1
-sw/inc/fmtcol.hxx:69
+sw/inc/fmtcol.hxx:68
void SwTextFormatColl::SwTextFormatColl(class SwAttrPool &,const char *,class SwTextFormatColl *,unsigned short)
class SwTextFormatColl * pDerFrom
0
-sw/inc/fmtcol.hxx:141
+sw/inc/fmtcol.hxx:140
void SwGrfFormatColl::SwGrfFormatColl(class SwAttrPool &,const char *,class SwGrfFormatColl *)
class SwGrfFormatColl * pDerFrom
0
-sw/inc/frmfmt.hxx:84
+sw/inc/frmfmt.hxx:85
void SwFrameFormat::SwFrameFormat(class SwAttrPool &,const char *,class SwFrameFormat *,unsigned short,const unsigned short *)
const unsigned short * pWhichRange
0
-sw/inc/IDocumentRedlineAccess.hxx:180
+sw/inc/IDocumentRedlineAccess.hxx:175
_Bool IDocumentRedlineAccess::AppendTableRowRedline(class SwTableRowRedline *,_Bool)
_Bool bCallDelete
0
-sw/inc/IDocumentRedlineAccess.hxx:181
+sw/inc/IDocumentRedlineAccess.hxx:176
_Bool IDocumentRedlineAccess::AppendTableCellRedline(class SwTableCellRedline *,_Bool)
_Bool bCallDelete
0
-sw/inc/IDocumentRedlineAccess.hxx:209
+sw/inc/IDocumentRedlineAccess.hxx:204
_Bool IDocumentRedlineAccess::AcceptRedline(unsigned long,_Bool)
_Bool bCallDelete
1
-sw/inc/IDocumentRedlineAccess.hxx:213
+sw/inc/IDocumentRedlineAccess.hxx:208
_Bool IDocumentRedlineAccess::RejectRedline(unsigned long,_Bool)
_Bool bCallDelete
1
@@ -2586,43 +3494,43 @@ sw/inc/ndgrf.hxx:65
void SwGrfNode::SwGrfNode(const class SwNodeIndex &,const class GraphicObject &,class SwGrfFormatColl *,const class SwAttrSet *)
const class SwAttrSet * pAutoAttr
0
-sw/inc/ndindex.hxx:87
+sw/inc/ndindex.hxx:83
unsigned long SwNodeIndex::operator++(int)
###1
0
-sw/inc/ndindex.hxx:88
+sw/inc/ndindex.hxx:84
unsigned long SwNodeIndex::operator--(int)
###1
0
-sw/inc/ndindex.hxx:143
+sw/inc/ndindex.hxx:139
void SwNodeRange::SwNodeRange(class SwNodes &,unsigned long,unsigned long)
unsigned long nEndIdx
0
-sw/inc/ndole.hxx:93
+sw/inc/ndole.hxx:94
void SwOLENode::SwOLENode(const class SwNodeIndex &,const class svt::EmbeddedObjectRef &,class SwGrfFormatColl *,const class SwAttrSet *)
const class SwAttrSet * pAutoAttr
0
-sw/inc/ndtxt.hxx:319
+sw/inc/ndtxt.hxx:324
void SwTextNode::CopyText(class SwTextNode *const,const class SwIndex &,const int,const _Bool)
const _Bool bForceCopyOfAllAttrs
1
-sw/inc/ndtxt.hxx:681
+sw/inc/ndtxt.hxx:686
_Bool SwTextNode::GetExpandText(class SwTextNode &,const class SwIndex *,int,int,_Bool,_Bool,_Bool) const
_Bool bWithNum
0
-sw/inc/pam.hxx:165
+sw/inc/pam.hxx:161
void SwPaM::SwPaM(const class SwNodeIndex &,const class SwNodeIndex &,long,long,class SwPaM *)
class SwPaM * pRing
0
-sw/inc/pam.hxx:169
+sw/inc/pam.hxx:165
void SwPaM::SwPaM(const class SwNodeIndex &,int,const class SwNodeIndex &,int,class SwPaM *)
class SwPaM * pRing
0
-sw/inc/pam.hxx:174
+sw/inc/pam.hxx:170
void SwPaM::SwPaM(const class SwNodeIndex &,int,class SwPaM *)
class SwPaM * pRing
0
-sw/inc/pam.hxx:196
+sw/inc/pam.hxx:192
_Bool SwPaM::Find(const class SfxPoolItem &,_Bool,const struct SwMoveFnCollection &,const class SwPaM *,_Bool)
_Bool bValue
0
@@ -2638,15 +3546,15 @@ sw/inc/shellio.hxx:507
void SwWriter::SwWriter(class SfxMedium &,class SwCursorShell &,_Bool)
_Bool bWriteAll
1
-sw/inc/swabstdlg.hxx:305
+sw/inc/swabstdlg.hxx:289
void AbstractSwSelGlossaryDlg::SelectEntryPos(int)
int nIdx
0
-sw/inc/swcrsr.hxx:153
+sw/inc/swcrsr.hxx:151
_Bool SwCursor::SelectWordWT(const class SwViewShell *,short,const class Point *)
short nWordType
1
-sw/inc/swmodule.hxx:156
+sw/inc/swmodule.hxx:158
void SwModule::ApplyRulerMetric(enum FieldUnit,_Bool,_Bool)
_Bool bWeb
0
@@ -2654,7 +3562,7 @@ sw/inc/undobj.hxx:318
void SwUndoDelLayFormat::ChgShowSel(_Bool)
_Bool bNew
0
-sw/qa/extras/inc/swmodeltestbase.hxx:255
+sw/qa/extras/inc/swmodeltestbase.hxx:295
void SwModelTestBase::executeImportExport(const char *,const char *)
const char * pPassword
0
@@ -2662,27 +3570,35 @@ sw/qa/extras/ooxmlimport/ooxmlimport.cxx:93
void FailTest::executeImportTest(const char *,const char *)
const char *
0
+sw/qa/extras/ooxmlimport/ooxmlimport.cxx:631
+ 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:401
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
-sw/source/core/crsr/swcrsr.cxx:65
+sw/source/core/crsr/swcrsr.cxx:67
void PercentHdl::PercentHdl(unsigned long,unsigned long,class SwDocShell *)
unsigned long nStt
0
-sw/source/core/doc/tblrwcl.cxx:228
- _Bool lcl_InsDelSelLine(class SwTableLine *,struct CR_SetLineHeight &,long,_Bool)
- _Bool bCheck
- 1
-sw/source/core/doc/tblrwcl.cxx:228
- _Bool lcl_InsDelSelLine(class SwTableLine *,struct CR_SetLineHeight &,long,_Bool)
- long nDist
+sw/source/core/inc/drawfont.hxx:109
+ void SwDrawTextInfo::SwDrawTextInfo(const class SwViewShell *,class OutputDevice &,const class rtl::OUString &,const int,const int,unsigned short,_Bool)
+ _Bool bBullet
0
-sw/source/core/inc/rolbck.hxx:358
+sw/source/core/inc/drawfont.hxx:109
+ void SwDrawTextInfo::SwDrawTextInfo(const class SwViewShell *,class OutputDevice &,const class rtl::OUString &,const int,const int,unsigned short,_Bool)
+ unsigned short nWidth
+ 0
+sw/source/core/inc/rolbck.hxx:359
void SwHistory::CopyAttr(const class SwpHints *,const unsigned long,const int,const int,const _Bool)
const int nStart
0
-sw/source/core/inc/swfont.hxx:290
+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:288
const class rtl::OUString & SwFont::GetName(const enum SwFontScript) const
const enum SwFontScript nWhich
0
@@ -2690,63 +3606,83 @@ sw/source/core/inc/txmsrt.hxx:112
class rtl::OUString SwTOXInternational::ToUpper(const class rtl::OUString &,int) const
int nPos
0
-sw/source/core/inc/wrong.hxx:264
+sw/source/core/inc/wrong.hxx:325
void SwWrongList::InsertSubList(int,int,unsigned short,class SwWrongList *)
int nNewLen
1
-sw/source/core/text/inftxt.hxx:198
- void SwTextSizeInfo::SwTextSizeInfo(class SwTextFrame *,const int)
- const int nIndex
+sw/source/core/text/inftxt.hxx:199
+ void SwTextSizeInfo::SwTextSizeInfo(class SwTextFrame *,int)
+ int nIndex
0
-sw/source/core/undo/untbl.cxx:2282
+sw/source/core/txtnode/txtedt.cxx:170
+ _Bool lcl_MaskRedlinesAndHiddenText(const class SwTextNode &,class rtl::OUStringBuffer &,int,int,const char16_t)
+ int nStt
+ 0
+sw/source/core/undo/untbl.cxx:2284
void RedlineFlagsInternGuard::RedlineFlagsInternGuard(class SwDoc &,enum RedlineFlags,enum RedlineFlags)
enum RedlineFlags eNewRedlineFlags
0
-sw/source/filter/html/htmltab.cxx:466
+sw/source/filter/html/htmltab.cxx:470
unsigned short HTMLTable::GetBottomCellSpace(unsigned short,unsigned short) const
unsigned short nRowSpan
1
-sw/source/filter/html/htmltab.cxx:483
+sw/source/filter/html/htmltab.cxx:486
class SwTableLine * HTMLTable::MakeTableLine(class SwTableBox *,unsigned short,unsigned short,unsigned short,unsigned short)
unsigned short nLeftCol
0
-sw/source/filter/html/swhtml.hxx:815
+sw/source/filter/html/swhtml.hxx:858
void SwHTMLParser::BuildTableCell(class HTMLTable *,_Bool,_Bool)
_Bool bReadOptions
1
-sw/source/filter/html/wrthtml.hxx:454
+sw/source/filter/html/wrthtml.hxx:463
void SwHTMLWriter::OutBackground(const class SfxItemSet &,_Bool)
_Bool bGraphic
0
-sw/source/filter/inc/fltshell.hxx:238
+sw/source/filter/inc/fltshell.hxx:229
void SwFltRedline::SwFltRedline(unsigned short,unsigned long,const class DateTime &,unsigned short,unsigned long)
unsigned short eTypePrev_
0
-sw/source/filter/inc/wrtswtbl.hxx:285
+sw/source/filter/inc/fltshell.hxx:329
+ void ImportProgress::ImportProgress(class SwDocShell *,long,long)
+ long nStartVal
+ 0
+sw/source/filter/inc/wrtswtbl.hxx:284
unsigned short SwWriteTable::GetRelWidth(unsigned short,unsigned short) const
unsigned short nColSpan
1
-sw/source/filter/ww8/writerwordglue.cxx:328
+sw/source/filter/ww8/needed_cast.hxx:25
+ type-parameter-?-? checking_cast(type-parameter-?-?,type-parameter-?-?)
+ type-parameter-?-?
+ 0
+sw/source/filter/ww8/writerwordglue.cxx:329
void myImplHelpers::IfBeforeStart::IfBeforeStart(int)
int nStart
0
-sw/source/filter/ww8/wrtww8.hxx:624
+sw/source/filter/ww8/wrtww8.hxx:635
void MSWordExportBase::OutputItemSet(const class SfxItemSet &,_Bool,_Bool,unsigned short,_Bool)
unsigned short nScript
1
-sw/source/filter/ww8/wrtww8.hxx:855
+sw/source/filter/ww8/wrtww8.hxx:869
void MSWordExportBase::NearestAnnotationMark(int &,const int,_Bool)
_Bool bNextPositionOnly
0
-sw/source/filter/ww8/wrtww8.hxx:1326
+sw/source/filter/ww8/wrtww8.hxx:1347
void WW8_WrMagicTable::Append(int,unsigned long)
- int nCp
+ unsigned long nData
0
-sw/source/filter/ww8/wrtww8.hxx:1326
+sw/source/filter/ww8/wrtww8.hxx:1347
void WW8_WrMagicTable::Append(int,unsigned long)
- unsigned long nData
+ int nCp
+ 0
+sw/source/filter/ww8/wrtww8.hxx:1513
+ void SwWW8AttrIter::OutAttr(int,_Bool,_Bool)
+ _Bool bRuby
0
-sw/source/filter/ww8/ww8par.cxx:399
+sw/source/filter/ww8/ww8par.cxx:200
+ void lclIgnoreString32(class SvStream &,_Bool)
+ _Bool b16Bit
+ 1
+sw/source/filter/ww8/ww8par.cxx:397
class rtl::OUString Sttb::getStringAtIndex(unsigned int)
unsigned int
1
@@ -2754,23 +3690,19 @@ sw/source/filter/ww8/ww8par.hxx:1672
_Bool SwWW8ImplReader::SetUpperSpacing(class SwPaM &,int)
int nSpace
0
-sw/source/filter/ww8/ww8par.hxx:1708
- void SwWW8ImplReader::Read_Obj(unsigned short,const unsigned char *,short)
- short nLen
- 1
-sw/source/filter/ww8/ww8scan.hxx:174
+sw/source/filter/ww8/ww8scan.hxx:175
class rtl::OUString read_uInt8_BeltAndBracesString(class SvStream &,unsigned short)
unsigned short eEnc
1
-sw/source/filter/ww8/ww8scan.hxx:473
+sw/source/filter/ww8/ww8scan.hxx:474
void WW8PLCFx_PCD::WW8PLCFx_PCD(const class WW8Fib &,class WW8PLCFpcd *,int,_Bool)
int nStartCp
0
-sw/source/filter/ww8/ww8scan.hxx:671
+sw/source/filter/ww8/ww8scan.hxx:679
void WW8PLCFx_SEPX::WW8PLCFx_SEPX(class SvStream *,class SvStream *,const class WW8Fib &,int)
int nStartCp
0
-sw/source/filter/ww8/ww8scan.hxx:699
+sw/source/filter/ww8/ww8scan.hxx:707
void WW8PLCFx_SubDoc::WW8PLCFx_SubDoc(class SvStream *,const class WW8Fib &,int,long,long,long,long,long)
int nStartCp
0
@@ -2778,31 +3710,39 @@ sw/source/filter/ww8/WW8TableInfo.hxx:303
class ww8::WW8TableNodeInfo * ww8::WW8TableInfo::processTableLine(const class SwTable *,const class SwTableLine *,unsigned int,unsigned int,class ww8::WW8TableNodeInfo *,class std::__debug::map<unsigned int, class ww8::WW8TableNodeInfoInner *, struct std::greater<unsigned int>, class std::allocator<struct std::pair<const unsigned int, class ww8::WW8TableNodeInfoInner *> > > &)
unsigned int nDepth
1
+sw/source/ui/table/instable.cxx:169
+ void lcl_SetProperties(class SwTableAutoFormat *,_Bool)
+ _Bool bVal
+ 0
+sw/source/ui/vba/vbarangehelper.hxx:34
+ 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
sw/source/uibase/inc/condedit.hxx:36
void ConditionEdit::ShowBrackets(_Bool)
_Bool bShow
0
-sw/source/uibase/inc/edtwin.hxx:219
+sw/source/uibase/inc/edtwin.hxx:210
void SwEditWin::StdDrawMode(enum SdrObjKind,_Bool)
enum SdrObjKind eSdrObjectKind
0
-sw/source/uibase/inc/FrameControlsManager.hxx:46
+sw/source/uibase/inc/FrameControlsManager.hxx:43
void SwFrameControlsManager::RemoveControlsByType(enum FrameControlType,const class SwFrame *)
enum FrameControlType eType
0
-sw/source/uibase/inc/frmmgr.hxx:96
+sw/source/uibase/inc/frmmgr.hxx:99
void SwFlyFrameAttrMgr::SetLRSpace(long,long)
long nLeft
0
-sw/source/uibase/inc/frmmgr.hxx:96
+sw/source/uibase/inc/frmmgr.hxx:99
void SwFlyFrameAttrMgr::SetLRSpace(long,long)
long nRight
0
-sw/source/uibase/inc/frmmgr.hxx:98
+sw/source/uibase/inc/frmmgr.hxx:101
void SwFlyFrameAttrMgr::SetULSpace(long,long)
long nBottom
0
-sw/source/uibase/inc/frmmgr.hxx:98
+sw/source/uibase/inc/frmmgr.hxx:101
void SwFlyFrameAttrMgr::SetULSpace(long,long)
long nTop
0
@@ -2810,29 +3750,45 @@ sw/source/uibase/inc/mmconfigitem.hxx:135
void SwMailMergeConfigItem::SetIndividualGreeting(_Bool,_Bool)
_Bool bInEMail
0
-sw/source/uibase/inc/wrtsh.hxx:112
+sw/source/uibase/inc/wrtsh.hxx:115
void SwWrtShell::EndDrag(const class Point *,_Bool)
_Bool bProp
0
-sw/source/uibase/inc/wrtsh.hxx:113
+sw/source/uibase/inc/wrtsh.hxx:116
long SwWrtShell::KillSelection(const class Point *,_Bool)
- _Bool bProp
+ const class Point * pPt
0
-sw/source/uibase/inc/wrtsh.hxx:113
+sw/source/uibase/inc/wrtsh.hxx:116
long SwWrtShell::KillSelection(const class Point *,_Bool)
- const class Point * pPt
+ _Bool bProp
0
-sw/source/uibase/inc/wrtsh.hxx:402
- _Bool SwWrtShell::GotoMark(const class sw::mark::IMark *const,_Bool)
+sw/source/uibase/inc/wrtsh.hxx:407
+ void SwWrtShell::GotoMark(const class sw::mark::IMark *const,_Bool)
_Bool bSelect
0
-sw/source/uibase/inc/wrtsh.hxx:472
+sw/source/uibase/inc/wrtsh.hxx:477
const class SwRangeRedline * SwWrtShell::GotoRedline(unsigned long,_Bool)
_Bool bSelect
1
-toolkit/source/awt/vclxtoolkit.cxx:212
- class com::sun::star::uno::Reference<class com::sun::star::awt::XWindowPeer> (anonymous namespace)::VCLXToolkit::ImplCreateWindow(const struct com::sun::star::awt::WindowDescriptor &,long,enum MessBoxStyle)
- long nForceWinBits
+sw/source/uibase/uiview/viewfunc.hxx:39
+ void ViewResizePixel(const class OutputDevice &,const class Point &,const class Size &,const class Size &,class SwScrollbar &,class SwScrollbar &,class vcl::Window &,class SvxRuler *,class SvxRuler *,_Bool)
+ class SvxRuler * pHRuler
+ 0
+sw/source/uibase/uiview/viewfunc.hxx:39
+ void ViewResizePixel(const class OutputDevice &,const class Point &,const class Size &,const class Size &,class SwScrollbar &,class SwScrollbar &,class vcl::Window &,class SvxRuler *,class SvxRuler *,_Bool)
+ class SvxRuler * pVRuler
+ 0
+sw/source/uibase/uiview/viewfunc.hxx:39
+ void ViewResizePixel(const class OutputDevice &,const class Point &,const class Size &,const class Size &,class SwScrollbar &,class SwScrollbar &,class vcl::Window &,class SvxRuler *,class SvxRuler *,_Bool)
+ _Bool bVRulerRight
+ 0
+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
+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 nRow
0
ucb/source/ucp/tdoc/tdoc_provider.hxx:110
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
@@ -2850,6 +3806,14 @@ ucb/source/ucp/webdav-neon/DAVTypes.hxx:183
void webdav_ucp::DAVOptionsCache::setHeadAllowed(const class rtl::OUString &,_Bool)
_Bool HeadAllowed
0
+ucb/source/ucp/webdav-neon/NeonSession.hxx:243
+ int webdav_ucp::NeonSession::GET0(struct ne_session_s *,const char *,_Bool,void *)
+ _Bool getheaders
+ 1
+unotools/source/i18n/localedatawrapper.cxx:1216
+ char16_t * ImplAdd9UNum(char16_t *,unsigned int,_Bool)
+ _Bool bLeading
+ 1
vbahelper/source/vbahelper/vbacommandbarcontrols.hxx:38
class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> ScVbaCommandBarControls::CreateMenuItemData(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,unsigned short,const class com::sun::star::uno::Any &,_Bool,_Bool)
_Bool isEnabled
@@ -2866,20 +3830,24 @@ vbahelper/source/vbahelper/vbacommandbarcontrols.hxx:45
class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> ScVbaCommandBarControls::CreateToolbarItemData(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,unsigned short,const class com::sun::star::uno::Any &,_Bool,int)
int nStyle
0
-vcl/inc/listbox.hxx:133
+vcl/backendtest/outputdevice/common.cxx:166
+ enum vcl::test::TestResult checkDiamondLine(class Bitmap &,int,class Color)
+ int aLayerNumber
+ 1
+vcl/inc/listbox.hxx:134
class rtl::OUString ImplEntryList::GetSelectedEntry(int) const
int nIndex
0
-vcl/inc/listbox.hxx:309
+vcl/inc/listbox.hxx:327
void ImplListBoxWindow::EnableMouseMoveSelect(_Bool)
_Bool bMouseMoveSelect
1
-vcl/inc/opengl/program.hxx:111
+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:79
- _Bool OpenGLTexture::GetTextureRect(const struct SalTwoRect &,_Bool,float &,float &,float &,float &) const
+ void OpenGLTexture::GetTextureRect(const struct SalTwoRect &,_Bool,float &,float &,float &,float &) const
_Bool bInverted
0
vcl/inc/openglgdiimpl.hxx:108
@@ -2887,7 +3855,7 @@ vcl/inc/openglgdiimpl.hxx:108
unsigned int nMask
1
vcl/inc/openglgdiimpl.hxx:120
- _Bool OpenGLSalGraphicsImpl::UseLine(unsigned int,double,float,_Bool)
+ _Bool OpenGLSalGraphicsImpl::UseLine(class Color,double,float,_Bool)
_Bool bUseAA
1
vcl/inc/openglgdiimpl.hxx:126
@@ -2902,22 +3870,50 @@ vcl/inc/openglgdiimpl.hxx:137
void OpenGLSalGraphicsImpl::DrawAlphaTexture(class OpenGLTexture &,const struct SalTwoRect &,_Bool,_Bool)
_Bool pPremultiplied
1
-vcl/inc/salgdi.hxx:133
+vcl/inc/salgdi.hxx:132
void SalGraphics::GetFontMetric(class tools::SvRef<class ImplFontMetricData> &,int)
int nFallbackLevel
0
-vcl/inc/salgdi.hxx:486
+vcl/inc/salgdi.hxx:489
void SalGraphics::copyArea(long,long,long,long,long,long,_Bool)
_Bool bWindowInvalidate
1
-vcl/inc/sallayout.hxx:195
- int SalLayout::CalcAsianKerning(unsigned int,_Bool,_Bool)
- _Bool bVertical
- 0
vcl/inc/scrptrun.h:70
void vcl::ScriptRun::reset(const char16_t *,int,int)
int start
0
+vcl/inc/sft.hxx:215
+ enum vcl::SFErrCodes OpenTTFontBuffer(const void *,unsigned int,unsigned int,struct vcl::TrueTypeFont **)
+ unsigned int facenum
+ 0
+vcl/inc/sft.hxx:328
+ enum vcl::SFErrCodes CreateT3FromTTGlyphs(struct vcl::TrueTypeFont *,struct _IO_FILE *,const char *,const unsigned short *,unsigned char *,int,int)
+ int wmode
+ 0
+vcl/inc/unx/gendisp.hxx:50
+ _Bool SalGenericDisplay::DispatchInternalEvent(_Bool)
+ _Bool bHandleAllCurrentEvent
+ 0
+vcl/inc/unx/gtk/gloactiongroup.h:50
+ void g_lo_action_group_insert(struct GLOActionGroup *,const char *,int,int)
+ int submenu
+ 0
+vcl/inc/unx/gtk/gloactiongroup.h:55
+ void g_lo_action_group_insert_stateful(struct GLOActionGroup *,const char *,int,int,const struct _GVariantType *,const struct _GVariantType *,struct _GVariant *,struct _GVariant *)
+ struct _GVariant * state_hint
+ 0
+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
+ void widget_set_can_focus(struct _GtkWidget *,int)
+ int can_focus
+ 1
+vcl/inc/unx/gtk/gtkdata.hxx:73
+ void widget_set_can_default(struct _GtkWidget *,int)
+ int can_default
+ 1
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
@@ -2950,6 +3946,14 @@ vcl/inc/unx/gtk/gtkprintwrapper.hxx:65
void vcl::unx::GtkPrintWrapper::print_unix_dialog_set_has_selection(struct _GtkPrintUnixDialog *,int) const
int has_selection
1
+vcl/inc/unx/gtk/hudawareness.h:20
+ unsigned int hud_awareness_register(struct _GDBusConnection *,const char *,void (*)(int, void *),void *,void (*)(void *),struct _GError **)
+ struct _GError ** error
+ 0
+vcl/inc/unx/gtk/hudawareness.h:20
+ unsigned int hud_awareness_register(struct _GDBusConnection *,const char *,void (*)(int, void *),void *,void (*)(void *),struct _GError **)
+ void (*)(void *) notify
+ 0
vcl/inc/unx/printergfx.hxx:225
void psp::PrinterGfx::PSSetFont(const class rtl::OString &,unsigned short)
unsigned short nEncoding
@@ -2958,23 +3962,27 @@ vcl/inc/unx/printergfx.hxx:251
void psp::PrinterGfx::PSHexString(const unsigned char *,short)
short nLen
1
-vcl/inc/unx/salbmp.h:49
- struct BitmapBuffer * X11SalBitmap::ImplCreateDIB(unsigned long,class SalX11Screen,long,long,long,long,long,_Bool)
+vcl/inc/unx/salbmp.h:51
+ class std::unique_ptr<struct BitmapBuffer, struct std::default_delete<struct BitmapBuffer> > X11SalBitmap::ImplCreateDIB(unsigned long,class SalX11Screen,long,long,long,long,long,_Bool)
long nY
0
-vcl/inc/unx/salbmp.h:49
- struct BitmapBuffer * X11SalBitmap::ImplCreateDIB(unsigned long,class SalX11Screen,long,long,long,long,long,_Bool)
+vcl/inc/unx/salbmp.h:51
+ class std::unique_ptr<struct BitmapBuffer, struct std::default_delete<struct BitmapBuffer> > X11SalBitmap::ImplCreateDIB(unsigned long,class SalX11Screen,long,long,long,long,long,_Bool)
long nX
0
-vcl/inc/unx/wmadaptor.hxx:182
+vcl/inc/unx/wmadaptor.hxx:183
const class tools::Rectangle & vcl_sal::WMAdaptor::getWorkArea(int) const
int n
0
-vcl/inc/unx/wmadaptor.hxx:240
+vcl/inc/unx/wmadaptor.hxx:241
void vcl_sal::WMAdaptor::shade(class X11SalFrame *,_Bool) const
_Bool bToShaded
1
-vcl/source/filter/FilterConfigCache.hxx:110
+vcl/source/app/salvtables.cxx:711
+ void SalInstanceFrame::SalInstanceFrame(class VclFrame *,_Bool)
+ _Bool bTakeOwnership
+ 0
+vcl/source/filter/FilterConfigCache.hxx:109
class rtl::OUString FilterConfigCache::GetExportWildcard(unsigned short,int)
int nEntry
0
@@ -2982,18 +3990,34 @@ vcl/source/filter/wmf/wmfwr.hxx:163
void WMFWriter::WMFRecord_SetBkMode(_Bool)
_Bool bTransparent
1
-vcl/source/gdi/bmpfast.cxx:32
+vcl/source/fontsubset/list.h:64
+ int listSkipForward(struct list_ *,int)
+ int n
+ 1
+vcl/source/gdi/bmpfast.cxx:33
void BasePixelPtr::BasePixelPtr(unsigned char *)
unsigned char * p
0
+vcl/source/gdi/pdfwriter_impl.hxx:1062
+ class com::sun::star::uno::Reference<class com::sun::star::beans::XMaterialHolder> vcl::PDFWriterImpl::initEncryption(const class rtl::OUString &,const class rtl::OUString &,_Bool)
+ _Bool b128Bit
+ 1
+vcl/source/gdi/sallayout.cxx:599
+ int lcl_CalcAsianKerning(unsigned int,_Bool,_Bool)
+ _Bool
+ 0
vcl/source/window/menufloatingwindow.hxx:107
void MenuFloatingWindow::EnableScrollMenu(_Bool)
_Bool b
1
-vcl/source/window/menuitemlist.hxx:104
+vcl/source/window/menuitemlist.hxx:105
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:635
+ void lcl_HandleScrollHelper(class ScrollBar *,double,_Bool)
+ _Bool isMultiplyByLineSize
+ 1
vcl/unx/generic/app/randrwrapper.cxx:57
void (anonymous namespace)::RandRWrapper::XRRSelectInput(struct _XDisplay *,unsigned long,int)
int i_nMask
@@ -3010,6 +4034,10 @@ vcl/unx/generic/gdi/xrender_peer.hxx:62
void XRenderPeer::CompositeTrapezoids(int,unsigned long,unsigned long,const XRenderPictFormat *,int,int,const struct _XTrapezoid *,int) const
int nYSrc
0
+vcl/unx/gtk3/gtk3gtkinst.cxx:3207
+ void GtkInstanceTreeView::move_before(int,int)
+ int before
+ 0
writerfilter/inc/dmapper/resourcemodel.hxx:236
void writerfilter::Stream::text(const unsigned char *,unsigned long)
unsigned long len
@@ -3026,38 +4054,46 @@ writerfilter/source/dmapper/TDefTableHandler.hxx:67
void writerfilter::dmapper::TDefTableHandler::fillCellProperties(unsigned long,const class std::shared_ptr<class writerfilter::dmapper::TablePropertyMap> &) const
unsigned long nCell
0
-writerfilter/source/ooxml/OOXMLPropertySet.hxx:222
- void writerfilter::ooxml::OOXMLHexValue::OOXMLHexValue(unsigned int)
- unsigned int nValue
- 0
-writerfilter/source/ooxml/OOXMLStreamImpl.hxx:65
+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:376
+xmlhelp/source/cxxhelp/provider/databases.hxx:372
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:381
+xmlhelp/source/cxxhelp/provider/databases.hxx:377
void chelp::DataBaseIterator::DataBaseIterator(class chelp::Databases &,const class rtl::OUString &,const class rtl::OUString &,_Bool)
_Bool bHelpText
0
-xmloff/inc/txtflde.hxx:253
+xmloff/inc/txtflde.hxx:254
void XMLTextFieldExport::ProcessIntegerDef(enum xmloff::token::XMLTokenEnum,int,int)
int nDefault
0
-xmloff/inc/txtflde.hxx:324
+xmloff/inc/txtflde.hxx:325
void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,double,_Bool,_Bool,_Bool,unsigned short)
_Bool bOmitDurationIfZero
1
-xmloff/inc/txtflde.hxx:333
+xmloff/inc/txtflde.hxx:334
void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,int,_Bool,_Bool)
_Bool bIsDuration
1
-xmloff/source/forms/property_description.hxx:95
+xmloff/source/chart/SchXMLTools.hxx:92
+ void CreateCategories(const class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XDataProvider> &,const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,const class rtl::OUString &,int,int,class std::__debug::multimap<struct std::pair<int, enum SchXMLLabeledSequencePart>, class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XLabeledDataSequence>, struct std::less<struct std::pair<int, enum SchXMLLabeledSequencePart> >, class std::allocator<struct std::pair<const struct std::pair<int, enum SchXMLLabeledSequencePart>, class com::sun::star::uno::Reference<class com::sun::star::chart2::data::XLabeledDataSequence> > > > *)
+ int nCooSysIndex
+ 0
+xmloff/source/chart/SchXMLTools.hxx:123
+ _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:253
+ _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
xmloff/source/text/XMLIndexTemplateContext.hxx:87
void XMLIndexTemplateContext::XMLIndexTemplateContext(class SvXMLImport &,class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,unsigned short,const class rtl::OUString &,const SvXMLEnumMapEntry<type-parameter-?-?> *,enum xmloff::token::XMLTokenEnum,const char **,const _Bool *,_Bool)
_Bool bTOC_
@@ -3066,15 +4102,15 @@ 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:170
+xmloff/source/transform/TransformerBase.hxx:173
const class XMLTransformerContext * XMLTransformerBase::GetAncestorContext(unsigned int) const
unsigned int i
1
-xmlscript/source/xmldlg_imexp/exp_share.hxx:224
+xmlscript/source/xmldlg_imexp/exp_share.hxx:225
void xmlscript::ElementDescriptor::read(const class rtl::OUString &,const class rtl::OUString &,_Bool)
_Bool forceAttribute
0
-xmlsecurity/source/component/documentdigitalsignatures.hxx:61
+xmlsecurity/source/component/documentdigitalsignatures.cxx:78
void DocumentDigitalSignatures::ImplViewSignatures(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> &,enum DocumentSignatureMode,_Bool)
_Bool bReadOnly
1
diff --git a/compilerplugins/clang/constantparam.constructors.results b/compilerplugins/clang/constantparam.constructors.results
index 8d33eba66aee..844c6848eaca 100644
--- a/compilerplugins/clang/constantparam.constructors.results
+++ b/compilerplugins/clang/constantparam.constructors.results
@@ -1,8 +1,16 @@
+accessibility/source/extended/AccessibleBrowseBoxHeaderCell.cxx:120
+ class tools::Rectangle getRectangle(class svt::IAccessibleTableProvider *,int,_Bool,_Bool)
+ _Bool _bRowBar
+ isRowBarCell()
+basctl/source/inc/dlged.hxx:202
+ void basctl::DlgEditor::printPage(int,class Printer *,const class rtl::OUString &)
+ const class rtl::OUString &
+ CreateQualifiedName()
basic/inc/sbobjmod.hxx:92
void SbUserFormModuleInstance::SbUserFormModuleInstance(class SbUserFormModule *,const class rtl::OUString &,const struct com::sun::star::script::ModuleInfo &,_Bool)
_Bool bIsVBACompat
IsVBACompat()
-binaryurp/source/bridge.hxx:105
+binaryurp/source/bridge.hxx:104
class com::sun::star::uno::UnoInterfaceReference binaryurp::Bridge::registerIncomingInterface(const class rtl::OUString &,const class com::sun::star::uno::TypeDescription &)
const class rtl::OUString & oid
readOid()
@@ -10,23 +18,27 @@ bridges/source/jni_uno/nativethreadpool.cxx:40
void (anonymous namespace)::Pool::Pool(const class rtl::Reference<class jvmaccess::VirtualMachine> &,struct _jmethodID *,struct _uno_ThreadPool *)
struct _uno_ThreadPool * thePool
uno_threadpool_create()
-chart2/source/controller/inc/CommandDispatchContainer.hxx:81
+chart2/source/controller/inc/CommandDispatchContainer.hxx:83
void chart::CommandDispatchContainer::setChartDispatch(const class com::sun::star::uno::Reference<class com::sun::star::frame::XDispatch> &,const class std::__debug::set<class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<class rtl::OUString> > &)
const class std::__debug::set<class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<class rtl::OUString> > & rChartCommands
impl_getAvailableCommands()
+chart2/source/view/axes/VCartesianAxis.cxx:412
+ class rtl::OUString getTextLabelString(const class chart::FixedNumberFormatter &,const class com::sun::star::uno::Sequence<class rtl::OUString> *,const struct chart::TickInfo *,_Bool,class Color &,_Bool &)
+ _Bool bComplexCat
+ isComplexCategoryAxis()
connectivity/source/commontools/sqlerror.cxx:64
void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &)
const class connectivity::SQLError::ParamValue & _rParamValue3
ParamValue()
connectivity/source/commontools/sqlerror.cxx:64
void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &)
- const class connectivity::SQLError::ParamValue & _rParamValue1
+ const class connectivity::SQLError::ParamValue & _rParamValue2
ParamValue()
connectivity/source/commontools/sqlerror.cxx:64
void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &)
- const class connectivity::SQLError::ParamValue & _rParamValue2
+ const class connectivity::SQLError::ParamValue & _rParamValue1
ParamValue()
-connectivity/source/commontools/TColumnsHelper.cxx:53
+connectivity/source/commontools/TColumnsHelper.cxx:52
void connectivity::OColumnsHelperImpl::OColumnsHelperImpl(_Bool)
_Bool _bCase
isCaseSensitive()
@@ -52,7 +64,7 @@ connectivity/source/inc/calc/CTable.hxx:60
""
connectivity/source/inc/dbase/DTable.hxx:149
void connectivity::dbase::ODbaseTable::ODbaseTable(class connectivity::sdbcx::OCollection *,class connectivity::dbase::ODbaseConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
- const class rtl::OUString & Description
+ const class rtl::OUString & CatalogName
""
connectivity/source/inc/dbase/DTable.hxx:149
void connectivity::dbase::ODbaseTable::ODbaseTable(class connectivity::sdbcx::OCollection *,class connectivity::dbase::ODbaseConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
@@ -60,7 +72,7 @@ connectivity/source/inc/dbase/DTable.hxx:149
""
connectivity/source/inc/dbase/DTable.hxx:149
void connectivity::dbase::ODbaseTable::ODbaseTable(class connectivity::sdbcx::OCollection *,class connectivity::dbase::ODbaseConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
- const class rtl::OUString & CatalogName
+ const class rtl::OUString & Description
""
connectivity/source/inc/flat/ETable.hxx:80
void connectivity::flat::OFlatTable::OFlatTable(class connectivity::sdbcx::OCollection *,class connectivity::flat::OFlatConnection *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
@@ -78,15 +90,23 @@ connectivity/source/inc/hsqldb/HView.hxx:40
void connectivity::hsqldb::HView::HView(const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,_Bool,const class rtl::OUString &,const class rtl::OUString &)
_Bool _bCaseSensitive
isCaseSensitive()
-connectivity/source/inc/OColumn.hxx:72
+connectivity/source/inc/OColumn.hxx:68
void connectivity::OColumn::OColumn(const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,int)
const class rtl::OUString & _aTableName
""
-dbaccess/source/core/api/RowSetRow.hxx:41
+connectivity/source/manager/mdrivermanager.cxx:143
+ const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> & drivermanager::ExtractDriverFromAccess::operator()(const struct drivermanager::DriverAccess &) const
+ const struct drivermanager::DriverAccess & _rAccess
+ ExtractDriverFromAccess()
+connectivity/source/manager/mdrivermanager.cxx:151
+ const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> & drivermanager::ExtractDriverFromCollectionElement::operator()(const struct std::pair<const class rtl::OUString, class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> > &) const
+ const struct std::pair<const class rtl::OUString, class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> > & _rElement
+ ExtractDriverFromCollectionElement()
+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/dataaccess/ModelImpl.hxx:357
+dbaccess/source/core/inc/ModelImpl.hxx:332
void dbaccess::ODatabaseModelImpl::modelIsDisposing(const _Bool,struct dbaccess::ODatabaseModelImpl::ResetModelAccess)
const _Bool _wasInitialized
impl_isInitialized()
@@ -94,11 +114,11 @@ 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/indexes.hxx:74
+dbaccess/source/ui/inc/indexes.hxx:72
void dbaui::OIndex::flagAsNew(const struct dbaui::GrantIndexAccess &)
const struct dbaui::GrantIndexAccess &
GrantIndexAccess()
-dbaccess/source/ui/inc/indexes.hxx:75
+dbaccess/source/ui/inc/indexes.hxx:73
void dbaui::OIndex::flagAsCommitted(const struct dbaui::GrantIndexAccess &)
const struct dbaui::GrantIndexAccess &
GrantIndexAccess()
@@ -110,7 +130,7 @@ 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/uno/copytablewizard.cxx:204
+dbaccess/source/ui/uno/copytablewizard.cxx:203
void dbaui::CopyTableWizard::impl_dialogToAttributes_nothrow(const class dbaui::OCopyTableWizard &)
const class dbaui::OCopyTableWizard & _rDialog
impl_getDialog_throw()
@@ -118,7 +138,11 @@ desktop/source/deployment/inc/dp_interact.h:58
void dp_misc::ProgressLevel::update(const class com::sun::star::uno::Any &) const
const class com::sun::star::uno::Any & status
Any()
-emfio/inc/mtftools.hxx:621
+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()
+emfio/inc/mtftools.hxx:637
void emfio::MtfTools::ExcludeClipRect(const class tools::Rectangle &)
const class tools::Rectangle & rRect
ReadRectangle()
@@ -126,11 +150,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:115
_Bool dbp::OControlWizard::updateContext(const struct dbp::OAccessRegulator &)
const struct dbp::OAccessRegulator &
OAccessRegulator()
-extensions/source/dbpilots/controlwizard.hxx:115
+extensions/source/dbpilots/controlwizard.hxx:116
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()
@@ -150,7 +174,7 @@ extensions/source/logging/filehandler.cxx:110
void logging::FileHandler::leaveMethod(class logging::ComponentMethodGuard<class logging::FileHandler>::Access)
class logging::ComponentMethodGuard<class logging::FileHandler>::Access
Access()
-extensions/source/propctrlr/browserlistbox.hxx:112
+extensions/source/propctrlr/browserlistbox.hxx:110
void pcr::OBrowserListBox::ActivateListBox(_Bool)
_Bool _bActive
IsVisible()
@@ -174,19 +198,35 @@ extensions/source/propctrlr/usercontrol.hxx:145
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:1553
+ 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:1569
+ 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()
forms/source/xforms/computedexpression.hxx:75
_Bool xforms::ComputedExpression::_evaluate(const class xforms::EvaluationContext &,const class rtl::OUString &)
const class rtl::OUString & sExpression
_getExpressionForEvaluation()
+framework/source/uielement/statusbarmerger.cxx:101
+ _Bool lcl_MergeItems(class StatusBar *,unsigned short,unsigned short,unsigned short &,const class rtl::OUString &,const class std::__debug::vector<struct framework::AddonStatusbarItem, class std::allocator<struct framework::AddonStatusbarItem> > &)
+ const class rtl::OUString & rModuleIdentifier
+ ""
idl/inc/parser.hxx:66
void SvIdlParser::Read(const class SvStringHashEntry *)
const class SvStringHashEntry *
SvHash_module()
-include/avmedia/mediaplayer.hxx:50
+include/avmedia/mediaplayer.hxx:51
void avmedia::MediaFloater::setURL(const class rtl::OUString &,const class rtl::OUString &,_Bool)
const class rtl::OUString & rReferer
""
@@ -198,6 +238,18 @@ include/comphelper/servicedecl.hxx:222
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:180
+ 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:180
+ 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 & _rUser
+ ""
+include/connectivity/dbtools.hxx:701
+ 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()
include/connectivity/PColumn.hxx:127
void connectivity::parse::OOrderColumn::OOrderColumn(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,_Bool,_Bool)
_Bool _bCase
@@ -234,7 +286,7 @@ include/connectivity/sqlerror.hxx:241
class com::sun::star::sdbc::SQLException connectivity::SQLError::getSQLException(const int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &) const
const class connectivity::SQLError::ParamValue & _rParamValue2
ParamValue()
-include/editeng/brushitem.hxx:60
+include/editeng/brushitem.hxx:61
void SvxBrushItem::SvxBrushItem(class SvStream &,unsigned short,unsigned short)
unsigned short nWhich
Which()
@@ -246,7 +298,15 @@ include/editeng/scripttypeitem.hxx:37
const class SfxPoolItem * SvxScriptSetItem::GetItemOfScript(unsigned short,const class SfxItemSet &,enum SvtScriptType)
unsigned short nSlotId
Which()
-include/formula/FormulaCompiler.hxx:286
+include/editeng/svxacorr.hxx:46
+ _Bool CompareSvStringsISortDtor::operator()(const class rtl::OUString &,const class rtl::OUString &) const
+ const class rtl::OUString & lhs
+ Compare()
+include/editeng/swafopt.hxx:44
+ _Bool editeng::CompareAutoCompleteString::operator()(class editeng::IAutoCompleteString *const &,class editeng::IAutoCompleteString *const &) const
+ class editeng::IAutoCompleteString *const & lhs
+ Compare()
+include/formula/FormulaCompiler.hxx:287
void formula::FormulaCompiler::fillAddInToken(class std::__debug::vector<struct com::sun::star::sheet::FormulaOpCodeMapEntry, class std::allocator<struct com::sun::star::sheet::FormulaOpCodeMapEntry> > &,_Bool) const
_Bool _bIsEnglish
isEnglish()
@@ -258,6 +318,18 @@ include/jvmaccess/virtualmachine.hxx:56
void jvmaccess::VirtualMachine::AttachGuard::CreationException::CreationException(const class jvmaccess::VirtualMachine::AttachGuard::CreationException &)
const class jvmaccess::VirtualMachine::AttachGuard::CreationException &
CreationException()
+include/o3tl/sorted_vector.hxx:206
+ _Bool o3tl::less_ptr_to::operator()(type-parameter-?-? *const &,type-parameter-?-? *const &) const
+ type-parameter-?-? *const & lhs
+ Compare()
+include/o3tl/sorted_vector.hxx:220
+ pair<typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique>::const_iterator, _Bool> o3tl::find_unique::operator()(typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique>::const_iterator,typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique>::const_iterator,const type-parameter-?-? &)
+ typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_unique>::const_iterator first
+ Find_t()
+include/o3tl/sorted_vector.hxx:237
+ pair<typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals>::const_iterator, _Bool> o3tl::find_partialorder_ptrequals::operator()(typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals>::const_iterator,typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals>::const_iterator,const type-parameter-?-? &)
+ typename sorted_vector<type-parameter-?-?, type-parameter-?-?, find_partialorder_ptrequals>::const_iterator first
+ Find_t()
include/oox/helper/attributelist.hxx:132
class rtl::OUString oox::AttributeList::getXString(int,const class rtl::OUString &) const
const class rtl::OUString & rDefault
@@ -268,37 +340,41 @@ include/oox/mathml/importutils.hxx:210
currentToken()
include/opencl/openclconfig.hxx:34
void OpenCLConfig::ImplMatcher::ImplMatcher(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
- const class rtl::OUString & rDevice
+ const class rtl::OUString & rOSVersion
""
include/opencl/openclconfig.hxx:34
void OpenCLConfig::ImplMatcher::ImplMatcher(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
- const class rtl::OUString & rOSVersion
+ const class rtl::OUString & rDevice
+ ""
+include/opencl/openclwrapper.hxx:63
+ _Bool buildProgramFromBinary(const char *,struct openclwrapper::GPUEnv *,const char *,int)
+ const char * buildOption
""
-include/registry/registry.hxx:435
+include/registry/registry.hxx:436
enum RegError RegistryKey::setValue(const class rtl::OUString &,enum RegValueType,void *,unsigned int)
const class rtl::OUString & keyName
""
-include/registry/registry.hxx:449
- enum RegError RegistryKey::setLongListValue(const class rtl::OUString &,int *,unsigned int)
+include/registry/registry.hxx:450
+ enum RegError RegistryKey::setLongListValue(const class rtl::OUString &,const int *,unsigned int)
const class rtl::OUString & keyName
""
-include/registry/registry.hxx:462
+include/registry/registry.hxx:463
enum RegError RegistryKey::setStringListValue(const class rtl::OUString &,char **,unsigned int)
const class rtl::OUString & keyName
""
-include/registry/registry.hxx:475
+include/registry/registry.hxx:476
enum RegError RegistryKey::setUnicodeListValue(const class rtl::OUString &,char16_t **,unsigned int)
const class rtl::OUString & keyName
""
-include/registry/registry.hxx:511
+include/registry/registry.hxx:512
enum RegError RegistryKey::getLongListValue(const class rtl::OUString &,class RegistryValueList<int> &)
const class rtl::OUString & keyName
""
-include/registry/registry.hxx:522
+include/registry/registry.hxx:523
enum RegError RegistryKey::getStringListValue(const class rtl::OUString &,class RegistryValueList<char *> &)
const class rtl::OUString & keyName
""
-include/registry/registry.hxx:533
+include/registry/registry.hxx:534
enum RegError RegistryKey::getUnicodeListValue(const class rtl::OUString &,class RegistryValueList<char16_t *> &)
const class rtl::OUString & keyName
""
@@ -310,19 +386,31 @@ include/registry/writer.hxx:131
void typereg::Writer::setFieldData(unsigned short,const class rtl::OUString &,const class rtl::OUString &,enum RTFieldAccess,const class rtl::OUString &,const class rtl::OUString &,const class RTConstValue &)
const class rtl::OUString & fileName
""
-include/sfx2/dinfdlg.hxx:90
- 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:90
+include/sfx2/dinfdlg.hxx:91
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 bUseThumbnailSave
IsUseThumbnailSave()
-include/sfx2/objsh.hxx:630
+include/sfx2/dinfdlg.hxx:91
+ 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:452
+ void CustomPropertiesWindow::AddLine(const class rtl::OUString &,const class com::sun::star::uno::Any &)
+ const class rtl::OUString & sName
+ ""
+include/sfx2/docfile.hxx:267
+ _Bool SfxMedium::SignContents_Impl(_Bool,_Bool,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::security::XCertificate>,const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic>,const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic>,const class rtl::OUString &)
+ _Bool bHasValidDocumentSignature
+ HasValidSignatures()
+include/sfx2/objsh.hxx:638
void SfxObjectShell::DoDraw(class OutputDevice *,const class Point &,const class Size &,const class JobSetup &,unsigned short)
const class JobSetup & rSetup
JobSetup()
-include/sfx2/sidebar/ResourceManager.hxx:89
+include/sfx2/sfxhelp.hxx:37
+ _Bool SfxHelp::Start_Impl(const class rtl::OUString &,class weld::Widget *,const class rtl::OUString &)
+ const class rtl::OUString & rKeyword
+ ""
+include/sfx2/sidebar/ResourceManager.hxx:93
void sfx2::sidebar::ResourceManager::StorePanelExpansionState(const class rtl::OUString &,const _Bool,const class sfx2::sidebar::Context &)
const class sfx2::sidebar::Context & rContext
maContextAccess()
@@ -330,7 +418,7 @@ include/svl/aeitem.hxx:54
void SfxAllEnumItem::SfxAllEnumItem(unsigned short,class SvStream &)
unsigned short nWhich
Which()
-include/svl/eitem.hxx:103
+include/svl/eitem.hxx:95
void SfxBoolItem::SfxBoolItem(unsigned short,class SvStream &)
unsigned short nWhich
Which()
@@ -342,11 +430,11 @@ include/svl/intitem.hxx:52
void SfxInt16Item::SfxInt16Item(unsigned short,class SvStream &)
unsigned short nWhich
Which()
-include/svl/intitem.hxx:119
+include/svl/intitem.hxx:115
void SfxInt32Item::SfxInt32Item(unsigned short,class SvStream &)
unsigned short which
Which()
-include/svl/intitem.hxx:139
+include/svl/intitem.hxx:135
void SfxUInt32Item::SfxUInt32Item(unsigned short,class SvStream &)
unsigned short which
Which()
@@ -358,7 +446,7 @@ include/svl/sharecontrolfile.hxx:63
void svt::ShareControlFile::RemoveEntry(const class o3tl::enumarray<enum LockFileComponent, class rtl::OUString> &)
const class o3tl::enumarray<enum LockFileComponent, class rtl::OUString> & aOptionalSpecification
GenerateOwnEntry()
-include/svl/slstitm.hxx:41
+include/svl/slstitm.hxx:38
void SfxStringListItem::SfxStringListItem(unsigned short,class SvStream &)
unsigned short nWhich
Which()
@@ -375,90 +463,118 @@ include/svtools/accessibletable.hxx:84
_Bool _bIsColumnBar
isColumnBar()
include/svtools/ehdl.hxx:37
- void SfxErrorContext::SfxErrorContext(unsigned short,class vcl::Window *,const struct std::pair<const char *, class ErrCode> *,const class std::locale &)
+ void SfxErrorContext::SfxErrorContext(unsigned short,class weld::Window *,const struct std::pair<const char *, class ErrCode> *,const class std::locale &)
const class std::locale & rResLocaleP
SvtResLocale()
-include/svtools/transfer.hxx:313
+include/svtools/transfer.hxx:307
class com::sun::star::uno::Any TransferableDataHelper::GetAny(enum SotClipboardFormatId,const class rtl::OUString &) const
const class rtl::OUString & rDestDoc
""
-include/svtools/transfer.hxx:351
+include/svtools/transfer.hxx:345
class com::sun::star::uno::Sequence<signed char> TransferableDataHelper::GetSequence(enum SotClipboardFormatId,const class rtl::OUString &)
const class rtl::OUString & rDestDoc
""
-include/svtools/treelistbox.hxx:752
+include/svtools/treelistbox.hxx:751
void SvTreeListBox::ShowFocusRect(const class SvTreeListEntry *)
const class SvTreeListEntry * pEntry
FirstSelected()
-include/svx/charmap.hxx:151
- void SvxShowCharSet::DrawChars_Impl(class OutputDevice &,int,int)
- int n1
- FirstInView()
-include/svx/charmap.hxx:151
+include/svx/charmap.hxx:155
void SvxShowCharSet::DrawChars_Impl(class OutputDevice &,int,int)
int n2
LastInView()
-include/svx/sdr/animation/scheduler.hxx:54
- _Bool sdr::animation::CompareEvent::operator()(class sdr::animation::Event *const &,class sdr::animation::Event *const &) const
- class sdr::animation::Event *const & lhs
- Compare()
-include/svx/svdoole2.hxx:163
+include/svx/charmap.hxx:155
+ void SvxShowCharSet::DrawChars_Impl(class OutputDevice &,int,int)
+ int n1
+ FirstInView()
+include/svx/svdoole2.hxx:172
void SdrOle2Obj::SetGraphicToObj(const class Graphic &,const class rtl::OUString &)
const class rtl::OUString & aMediaType
""
-include/test/primitive2dxmldump.hxx:39
+include/svx/svdtrans.hxx:68
+ void RotateXPoly(class XPolyPolygon &,const class Point &,double,double)
+ const class Point & rRef
+ Point()
+include/svx/xmlgrhlp.hxx:92
+ class rtl::Reference<class SvXMLGraphicHelper> SvXMLGraphicHelper::Create(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,enum SvXMLGraphicHelperMode,const class rtl::OUString &)
+ const class rtl::OUString & rGraphicMimeType
+ ""
+include/test/primitive2dxmldump.hxx:38
struct _xmlDoc * Primitive2dXmlDump::dumpAndParse(const class drawinglayer::primitive2d::Primitive2DContainer &,const class rtl::OUString &)
const class rtl::OUString & rTempStreamName
""
-include/vcl/btndlg.hxx:72
- void ButtonDialog::SetButtonHelpText(unsigned short,const class rtl::OUString &)
- const class rtl::OUString & rText
+include/vbahelper/vbahelper.hxx:123
+ class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool)
+ const class rtl::OUString & rDefault
""
-include/vcl/dockwin.hxx:37
+include/vcl/dockwin.hxx:38
void DockingData::DockingData(const class Point &,const class tools::Rectangle &,_Bool)
_Bool b
IsFloatingMode()
-include/vcl/dockwin.hxx:48
- void EndDockingData::EndDockingData(const class tools::Rectangle &,_Bool,_Bool)
- _Bool bCancelled
- IsDockingCanceled()
-include/vcl/dockwin.hxx:48
+include/vcl/dockwin.hxx:49
void EndDockingData::EndDockingData(const class tools::Rectangle &,_Bool,_Bool)
_Bool b
IsFloatingMode()
+include/vcl/dockwin.hxx:49
+ void EndDockingData::EndDockingData(const class tools::Rectangle &,_Bool,_Bool)
+ _Bool bCancelled
+ IsDockingCanceled()
+include/vcl/field.hxx:392
+ class tools::Time TimeFormatter::SpinTime(_Bool,const class tools::Time &,enum TimeFieldFormat,_Bool,const class rtl::OUString &,int,const class LocaleDataWrapper &)
+ _Bool bDuration
+ IsDuration()
+include/vcl/field.hxx:392
+ class tools::Time TimeFormatter::SpinTime(_Bool,const class tools::Time &,enum TimeFieldFormat,_Bool,const class rtl::OUString &,int,const class LocaleDataWrapper &)
+ const class LocaleDataWrapper & rLocaleDataWrapper
+ ImplGetLocaleDataWrapper()
include/vcl/FilterConfigItem.hxx:74
class rtl::OUString FilterConfigItem::ReadString(const class rtl::OUString &,const class rtl::OUString &)
const class rtl::OUString & rDefault
""
-include/vcl/outdev.hxx:1549
+include/vcl/outdev.hxx:1551
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/toolbox.hxx:418
+include/vcl/print.hxx:655
+ 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:671
+ 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:682
+ 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:690
+ 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:422
void ToolBox::SetHelpText(unsigned short,const class rtl::OUString &)
const class rtl::OUString & rText
""
-include/vcl/unowrap.hxx:77
+include/vcl/unowrap.hxx:79
class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> UnoWrapperBase::CreateAccessible(class Menu *,_Bool)
_Bool bIsMenuBar
IsMenuBar()
-include/vcl/virdev.hxx:130
+include/vcl/virdev.hxx:131
_Bool VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(const class Size &,const class Fraction &,const class Point &,unsigned char *)
const class Point & rNewOffset
Point()
-include/xmloff/txtparae.hxx:454
+include/xmloff/txtparae.hxx:458
void XMLTextParagraphExport::exportTextStyles(_Bool,_Bool)
_Bool bProg
IsShowProgress()
-include/xmloff/txtparae.hxx:504
+include/xmloff/txtparae.hxx:508
void XMLTextParagraphExport::collectTextAutoStyles(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool)
_Bool bIsProgress
IsShowProgress()
-include/xmloff/txtparae.hxx:534
+include/xmloff/txtparae.hxx:538
void XMLTextParagraphExport::exportText(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool)
_Bool bIsProgress
IsShowProgress()
-include/xmloff/xmlexp.hxx:280
+include/xmloff/xmlexp.hxx:283
void SvXMLExport::SvXMLExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XDocumentHandler> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const enum FieldUnit,enum SvXMLExportFlags)
const class rtl::OUString & implementationName
""
@@ -470,6 +586,18 @@ jvmfwk/inc/vendorbase.hxx:90
void jfw_plugin::MalformedVersionException::MalformedVersionException(const class jfw_plugin::MalformedVersionException &)
const class jfw_plugin::MalformedVersionException &
MalformedVersionException()
+lotuswordpro/inc/lwpoverride.hxx:189
+ void LwpBulletOverride::OverrideSkip(_Bool)
+ _Bool bOver
+ IsSkip()
+lotuswordpro/inc/lwpoverride.hxx:190
+ void LwpBulletOverride::OverrideRightAligned(_Bool)
+ _Bool bOver
+ IsRightAligned()
+lotuswordpro/inc/lwpoverride.hxx:399
+ void LwpIndentOverride::OverrideUseRelative(_Bool)
+ _Bool use
+ IsUseRelative()
lotuswordpro/source/filter/lwpbreaksoverride.hxx:121
void LwpBreaksOverride::OverridePageBreakBefore(_Bool)
_Bool bVal
@@ -502,34 +630,34 @@ lotuswordpro/source/filter/lwpbreaksoverride.hxx:128
void LwpBreaksOverride::OverrideUseNextStyle(_Bool)
_Bool bVal
IsUseNextStyle()
-lotuswordpro/source/filter/lwpoverride.hxx:197
- void LwpBulletOverride::OverrideSkip(_Bool)
- _Bool bOver
- IsSkip()
-lotuswordpro/source/filter/lwpoverride.hxx:198
- void LwpBulletOverride::OverrideRightAligned(_Bool)
- _Bool bOver
- IsRightAligned()
-lotuswordpro/source/filter/lwpoverride.hxx:419
- void LwpIndentOverride::OverrideUseRelative(_Bool)
- _Bool use
- IsUseRelative()
-opencl/source/opencl_device.cxx:492
+opencl/source/opencl_device.cxx:432
void (anonymous namespace)::LogWriter::text(const class rtl::OString &)
const class rtl::OString & rText
""
+opencl/source/openclwrapper.cxx:713
+ 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
void rptui::Condition::setConditionIndex(unsigned long,unsigned long)
unsigned long _nCondCount
impl_getConditionCount()
-sc/inc/chartarr.hxx:73
- void ScChartArray::ScChartArray(class ScDocument *,const class tools::SvRef<class ScRangeList> &,const class rtl::OUString &)
- const class rtl::OUString & rChartName
+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
""
-sc/qa/unit/helper/qahelper.hxx:238
+sc/inc/typedstrdata.hxx:44
+ _Bool ScTypedStrData::LessCaseInsensitive::operator()(const class ScTypedStrData &,const class ScTypedStrData &) const
+ const class ScTypedStrData & left
+ LessCaseInsensitive()
+sc/qa/unit/helper/qahelper.hxx:201
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:4932
+ void appendTokenByType(struct sc::TokenStringContext &,class rtl::OUStringBuffer &,const class formula::FormulaToken &,const class ScAddress &,_Bool)
+ _Bool bFromRangeName
+ IsFromRangeName()
sc/source/filter/excel/xeformula.cxx:148
void (anonymous namespace)::XclExpFuncData::FinishParam(unsigned short)
unsigned short nTokPos
@@ -554,15 +682,15 @@ sc/source/filter/inc/xestyle.hxx:150
_Bool CheckItems(const class XclExpRoot &,const class SfxItemSet &,short,_Bool)
_Bool bDeep
IsStyleXF()
-sc/source/filter/inc/xichart.hxx:869
+sc/source/filter/inc/xichart.hxx:868
class com::sun::star::uno::Reference<class com::sun::star::chart2::XCoordinateSystem> XclImpChType::CreateCoordSystem(_Bool) const
_Bool b3dChart
Is3dChart()
-sc/source/filter/inc/xichart.hxx:872
+sc/source/filter/inc/xichart.hxx:871
class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartType> XclImpChType::CreateChartType(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDiagram> &,_Bool) const
_Bool b3dChart
Is3dChart()
-sc/source/filter/inc/xichart.hxx:889
+sc/source/filter/inc/xichart.hxx:888
void XclImpChChart3d::Convert(class ScfPropertySet &,_Bool) const
_Bool b3dWallChart
Is3dWallChart()
@@ -570,6 +698,14 @@ sc/source/filter/inc/xistream.hxx:444
void XclImpStream::IgnoreUniString(unsigned short,unsigned char)
unsigned char nFlags
ReaduInt8()
+sc/source/filter/inc/xlescher.hxx:427
+ _Bool XclControlHelper::FillMacroDescriptor(struct com::sun::star::script::ScriptEventDescriptor &,enum XclTbxEventType,const class rtl::OUString &,class SfxObjectShell *)
+ enum XclTbxEventType eEventType
+ DoGetEventType()
+sc/source/filter/oox/formulabuffer.cxx:289
+ 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:480
void ScAccessibleCsvCell::ScAccessibleCsvCell(class ScCsvGrid &,const class rtl::OUString &,int,int)
class ScCsvGrid & rGrid
@@ -582,10 +718,22 @@ sc/source/ui/vba/vbawindows.cxx:101
void WindowEnumImpl::WindowEnumImpl(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Any &)
const class com::sun::star::uno::Any & aApplication
Application()
-sd/source/filter/eppt/eppt.hxx:211
+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/xml/sdxmlwrp.cxx:147
+ struct XML_SERVICES * getServices(_Bool,_Bool,unsigned long)
+ _Bool bDraw
+ IsDraw()
+sd/source/ui/annotations/annotationtag.cxx:157
+ void sd::AnnotationHdl::AnnotationHdl(const class rtl::Reference<class sd::SmartTag> &,const class com::sun::star::uno::Reference<class com::sun::star::office::XAnnotation> &,const class Point &)
+ const class Point & rPnt
+ Point()
+sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx:32
+ void sd::slidesorter::cache::RequestFactory::operator()(class sd::slidesorter::cache::RequestQueue &,const class std::shared_ptr<class sd::slidesorter::cache::CacheContext> &)
+ class sd::slidesorter::cache::RequestQueue & rRequestQueue
+ RequestFactory()
sdext/source/pdfimport/inc/contentsink.hxx:129
void pdfi::ContentSink::strokePath(const class com::sun::star::uno::Reference<class com::sun::star::rendering::XPolyPolygon2D> &)
const class com::sun::star::uno::Reference<class com::sun::star::rendering::XPolyPolygon2D> & rPath
@@ -610,6 +758,22 @@ sdext/source/pdfimport/inc/contentsink.hxx:150
void pdfi::ContentSink::drawMask(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,_Bool)
const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> & xBitmap
readImageImpl()
+sdext/source/presenter/PresenterConfigurationAccess.hxx:115
+ class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> sdext::presenter::PresenterConfigurationAccess::GetNodeProperties(const class com::sun::star::uno::Reference<class com::sun::star::container::XHierarchicalNameAccess> &,const class rtl::OUString &)
+ const class rtl::OUString & rsPathToNode
+ ""
+slideshow/source/engine/opengl/TransitionImpl.cxx:636
+ class std::shared_ptr<class OGLTransitionImpl> makeSimpleTransition(const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const class std::__debug::vector<class std::shared_ptr<class Operation>, class std::allocator<class std::shared_ptr<class Operation> > > &,const struct TransitionSettings &)
+ const struct TransitionSettings & rSettings
+ TransitionSettings()
+slideshow/source/engine/opengl/TransitionImpl.cxx:2037
+ class std::shared_ptr<class OGLTransitionImpl> makeGlitterTransition(const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const struct TransitionSettings &)
+ const struct TransitionSettings & rSettings
+ TransitionSettings()
+slideshow/source/inc/transitionfactory.hxx:64
+ class std::shared_ptr<class slideshow::internal::AnimationActivity> createShapeTransition(const struct slideshow::internal::ActivitiesFactory::CommonParameters &,const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeManager> &,const class basegfx::B2DVector &,const class com::sun::star::uno::Reference<class com::sun::star::animations::XTransitionFilter> &)
+ const struct slideshow::internal::ActivitiesFactory::CommonParameters & rParms
+ fillCommonParameters()
soltools/cpp/cpp.h:212
void peektokens(struct tokenrow *,char *)
char *
@@ -618,19 +782,27 @@ starmath/inc/cursor.hxx:185
void SmCursor::Draw(class OutputDevice &,class Point,_Bool)
_Bool isCaretVisible
IsCursorVisible()
+store/source/lockbyte.cxx:269
+ void store::FileHandle::CloseFile::operator()(struct store::FileHandle &) const
+ struct store::FileHandle & rFile
+ destructor_type()
+store/source/lockbyte.cxx:491
+ void store::FileMapping::UnmapFile::operator()(struct store::FileMapping &) const
+ struct store::FileMapping & rMapping
+ destructor_type()
store/source/lockbyte.cxx:815
void store::ResourceHolder::ResourceHolder<T>(const type-parameter-?-? &)
const type-parameter-?-? & value
T()
-svtools/source/contnr/imivctl.hxx:461
+svtools/source/contnr/imivctl.hxx:460
void SvxIconChoiceCtrl_Impl::SetColumn(unsigned short,const class SvxIconChoiceCtrlColumnInfo &)
const class SvxIconChoiceCtrlColumnInfo &
SvxIconChoiceCtrlColumnInfo()
-svx/inc/dragmt3d.hxx:88
+svx/inc/dragmt3d.hxx:89
void E3dDragRotate::E3dDragRotate(class SdrDragView &,const class SdrMarkList &,enum E3dDragConstraint,_Bool)
_Bool bFull
IsSolidDragging()
-svx/inc/dragmt3d.hxx:105
+svx/inc/dragmt3d.hxx:106
void E3dDragMove::E3dDragMove(class SdrDragView &,const class SdrMarkList &,enum SdrHdlKind,enum E3dDragConstraint,_Bool)
_Bool bFull
IsSolidDragging()
@@ -638,42 +810,70 @@ svx/source/inc/treevisitor.hxx:29
void TreeVisitor::TreeVisitor<ELEMENT, NODEINFO, PROCESSOR>(type-parameter-?-?)
type-parameter-?-? _nodeInfo
FormHierarchyComparator()
-sw/inc/doc.hxx:927
+svx/source/inc/xmlxtexp.hxx:47
+ _Bool SvxXMLXTableExportComponent::save(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,class rtl::OUString *)
+ const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> & xTable
+ createInstance()
+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()
+sw/inc/doc.hxx:904
const class SwTOXMark & SwDoc::GotoTOXMark(const class SwTOXMark &,enum SwTOXSearch,_Bool)
_Bool bInReadOnly
IsReadOnlyAvailable()
-sw/inc/editsh.hxx:793
+sw/inc/editsh.hxx:809
void SwEditShell::AutoCorrect(class SvxAutoCorrect &,_Bool,char16_t)
_Bool bInsertMode
IsInsMode()
-sw/inc/shellio.hxx:160
+sw/inc/ftnidx.hxx:37
+ _Bool CompareSwFootnoteIdxs::operator()(class SwTextFootnote *const &,class SwTextFootnote *const &) const
+ class SwTextFootnote *const & lhs
+ Compare()
+sw/inc/ndarr.hxx:74
+ _Bool CompareSwOutlineNodes::operator()(class SwNode *const &,class SwNode *const &) const
+ class SwNode *const & lhs
+ Compare()
+sw/inc/ndgrf.hxx:87
+ void SwGrfNode::SetGraphic(const class Graphic &,const class rtl::OUString &)
+ const class rtl::OUString & rLink
+ ""
+sw/inc/shellio.hxx:158
void SwReader::SwReader(class SvStream &,const class rtl::OUString &,const class rtl::OUString &,class SwPaM &)
const class rtl::OUString & rFilename
""
-sw/inc/shellio.hxx:162
+sw/inc/shellio.hxx:160
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/source/core/access/acctable.cxx:106
+sw/inc/shellio.hxx:448
+ class SvStream & Writer::OutLong(class SvStream &,long)
+ class SvStream & rStrm
+ Strm()
+sw/inc/shellio.hxx:449
+ class SvStream & Writer::OutULong(class SvStream &,unsigned long)
+ class SvStream & rStrm
+ Strm()
+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:103
void SwAccessibleTableData_Impl::SwAccessibleTableData_Impl(class SwAccessibleMap &,const class SwTabFrame *,_Bool,_Bool)
_Bool bIsInPagePreview
IsInPagePreview()
+sw/source/core/crsr/crstrvl.cxx:610
+ void lcl_MakeFieldLst(class SetGetExpFields &,const class SwFieldType &,const _Bool,const _Bool)
+ const _Bool bInReadOnly
+ IsReadOnlyAvailable()
+sw/source/core/graphic/grfatr.cxx:49
+ _Bool lcl_IsHoriOnEvenPages(enum MirrorGraph,_Bool)
+ _Bool bToggle
+ IsGrfToggle()
sw/source/core/inc/anchoredobjectposition.hxx:184
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/frame.hxx:1195
- void SwRectFnSet::SubLeft(class SwRect &,long) const
- class SwRect & rRect
- Frame()
-sw/source/core/inc/frame.hxx:1198
- void SwRectFnSet::AddHeight(class SwRect &,long) const
- class SwRect & rRect
- Prt()
-sw/source/core/inc/frame.hxx:1218
- _Bool SwRectFnSet::OverStep(const class SwRect &,long) const
- const class SwRect & rRect
- Frame()
sw/source/core/inc/layact.hxx:201
void SwLayIdle::SwLayIdle(class SwRootFrame *,class SwViewShellImp *)
class SwViewShellImp * pImp
@@ -682,34 +882,42 @@ sw/source/core/inc/swfont.hxx:77
void SwSubFont::DrawText_(class SwDrawTextInfo &,const _Bool)
const _Bool bGrey
IsGreyWave()
-sw/source/core/inc/wrong.hxx:72
+sw/source/core/inc/wrong.hxx:73
void SwWrongArea::SwWrongArea(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::container::XStringKeyMap> &,int,int,class SwWrongList *)
const class rtl::OUString & rType
""
-sw/source/core/inc/wrong.hxx:242
+sw/source/core/inc/wrong.hxx:303
void SwWrongList::Insert(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::container::XStringKeyMap> &,int,int,unsigned short)
const class rtl::OUString & rType
""
-sw/source/core/text/frmcrsr.cxx:528
- void SwFillData::SwFillData(const struct SwCursorMoveState *,struct SwPosition *,const class SwRect &,const class Point &)
- const class SwRect & rR
- Frame()
sw/source/core/text/guess.hxx:46
_Bool SwTextGuess::Guess(const class SwTextPortion &,class SwTextFormatInfo &,const unsigned short)
const unsigned short nHeight
Height()
-sw/source/core/text/inftxt.hxx:417
+sw/source/core/text/inftxt.hxx:415
void SwTextPaintInfo::DrawPostIts(_Bool) const
_Bool bScript
IsScript()
-sw/source/core/text/inftxt.hxx:575
- void SwTextFormatInfo::ChkNoHyph(const unsigned char,const unsigned char)
- const unsigned char bEnd
- CntEndHyph()
-sw/source/core/text/inftxt.hxx:575
+sw/source/core/text/inftxt.hxx:553
+ void SwTextFormatInfo::Left(const long)
+ const long nNew
+ Left()
+sw/source/core/text/inftxt.hxx:555
+ void SwTextFormatInfo::Right(const long)
+ const long nNew
+ Right()
+sw/source/core/text/inftxt.hxx:557
+ void SwTextFormatInfo::First(const long)
+ const long nNew
+ FirstLeft()
+sw/source/core/text/inftxt.hxx:576
void SwTextFormatInfo::ChkNoHyph(const unsigned char,const unsigned char)
const unsigned char bMid
CntMidHyph()
+sw/source/core/text/inftxt.hxx:576
+ void SwTextFormatInfo::ChkNoHyph(const unsigned char,const unsigned char)
+ const unsigned char bEnd
+ CntEndHyph()
sw/source/core/text/itrpaint.hxx:47
void SwTextPainter::DrawTextLine(const class SwRect &,class SwSaveClip &,const _Bool)
const _Bool bUnderSz
@@ -718,22 +926,34 @@ sw/source/filter/html/swcss1.hxx:75
void SwCSS1Parser::SwCSS1Parser(class SwDoc *,const unsigned int *,const class rtl::OUString &,_Bool)
_Bool bNewDoc
IsNewDoc()
-sw/source/filter/html/swhtml.hxx:875
+sw/source/filter/html/swhtml.hxx:942
void SwHTMLParser::SwHTMLParser(class SwDoc *,class SwPaM &,class SvStream &,const class rtl::OUString &,const class rtl::OUString &,_Bool,class SfxMedium *,_Bool,_Bool)
_Bool bReadUTF8
IsReadUTF8()
-sw/source/filter/ww8/wrtww8.hxx:265
+sw/source/filter/html/wrthtml.hxx:672
+ class Writer & OutCSS1_BodyTagStyleOpt(class Writer &,const class SfxItemSet &,const class rtl::OUString &)
+ const class rtl::OUString & rGraphicURL
+ ""
+sw/source/filter/inc/wrtswtbl.hxx:205
+ _Bool SwWriteTableColLess::operator()(const class SwWriteTableCol *,const class SwWriteTableCol *)
+ const class SwWriteTableCol * lhs
+ Compare()
+sw/source/filter/ww8/wrtww8.hxx:272
void WW8_WrPlcSepx::WriteSepx(class SvStream &) const
class SvStream & rStrm
Strm()
-sw/source/filter/ww8/ww8scan.hxx:1531
+sw/source/filter/ww8/ww8scan.hxx:1539
void WW8Fib::Write(class SvStream &)
class SvStream & rStrm
Strm()
-sw/source/filter/xml/xmlimp.hxx:132
+sw/source/filter/xml/xmlimp.hxx:135
void SwXMLImport::InsertStyles(_Bool)
_Bool bAuto
IsAutomaticStyle()
+sw/source/filter/xml/xmltble.cxx:89
+ _Bool SwXMLTableColumnCmpWidth_Impl::operator()(class SwXMLTableColumn_Impl *const &,class SwXMLTableColumn_Impl *const &) const
+ class SwXMLTableColumn_Impl *const & lhs
+ Compare()
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 bInsertM
@@ -746,47 +966,115 @@ 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:61
+sw/source/ui/vba/vbadocuments.cxx:60
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()
+sw/source/uibase/docvw/AnnotationWin2.cxx:94
+ void lcl_translateTwips(const class vcl::Window &,class vcl::Window &,class MouseEvent *)
+ const class vcl::Window & rParent
+ EditWin()
sw/source/uibase/lingu/sdrhhcwrap.hxx:43
void SdrHHCWrapper::SdrHHCWrapper(class SwView *,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,const class vcl::Font *,int,_Bool)
_Bool bInteractive
IsInteractive()
-vcl/inc/salgdi.hxx:582
+vcl/inc/salgdi.hxx:585
_Bool SalGraphics::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/inc/unx/fc_fontoptions.hxx:38
+vcl/inc/unx/fc_fontoptions.hxx:37
void FontConfigFontOptions::SyncPattern(const class rtl::OString &,int,_Bool)
_Bool bEmbolden
NeedsArtificialBold()
-vcl/qa/cppunit/svm/svmtest.cxx:29
+vcl/qa/cppunit/svm/svmtest.cxx:30
struct _xmlDoc * SvmTest::dumpMeta(const class GDIMetaFile &,const class rtl::OUString &)
const class rtl::OUString & rFileUrl
""
-vcl/source/edit/vclmedit.cxx:133
+vcl/source/control/field2.cxx:366
+ void ImplPatternProcessStrictModify(class Edit *,const class rtl::OString &,const class rtl::OUString &,_Bool)
+ _Bool bSameMask
+ ImplIsSameMask()
+vcl/source/control/field2.cxx:453
+ _Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
+ _Bool bStrictFormat
+ IsStrictFormat()
+vcl/source/control/field2.cxx:453
+ _Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
+ _Bool & rbInKeyInput
+ ImplGetInPattKeyInput()
+vcl/source/control/field2.cxx:453
+ _Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
+ _Bool bSameMask
+ ImplIsSameMask()
+vcl/source/control/field2.cxx:997
+ _Bool ImplDateProcessKeyInput(const class KeyEvent &,enum ExtDateFieldFormat,const class LocaleDataWrapper &)
+ const class LocaleDataWrapper & rLocaleDataWrapper
+ ImplGetLocaleDataWrapper()
+vcl/source/control/field2.cxx:1009
+ _Bool ImplDateGetValue(const class rtl::OUString &,class Date &,enum ExtDateFieldFormat,const class LocaleDataWrapper &,const class CalendarWrapper &)
+ const class LocaleDataWrapper & rLocaleDataWrapper
+ ImplGetLocaleDataWrapper()
+vcl/source/control/field2.cxx:1903
+ _Bool ImplTimeProcessKeyInput(const class KeyEvent &,_Bool,_Bool,enum TimeFieldFormat,const class LocaleDataWrapper &)
+ _Bool bStrictFormat
+ IsStrictFormat()
+vcl/source/control/field2.cxx:1903
+ _Bool ImplTimeProcessKeyInput(const class KeyEvent &,_Bool,_Bool,enum TimeFieldFormat,const class LocaleDataWrapper &)
+ _Bool bDuration
+ IsDuration()
+vcl/source/control/field2.cxx:1903
+ _Bool ImplTimeProcessKeyInput(const class KeyEvent &,_Bool,_Bool,enum TimeFieldFormat,const class LocaleDataWrapper &)
+ const class LocaleDataWrapper & rLocaleDataWrapper
+ ImplGetLocaleDataWrapper()
+vcl/source/control/field.cxx:996
+ _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
+ _Bool bUseThousandSep
+ IsUseThousandSep()
+vcl/source/control/field.cxx:996
+ _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
+ const class LocaleDataWrapper & rWrapper
+ ImplGetLocaleDataWrapper()
+vcl/source/control/field.cxx:1317
+ _Bool ImplMetricGetValue(const class rtl::OUString &,double &,long,unsigned short,const class LocaleDataWrapper &,enum FieldUnit)
+ const class LocaleDataWrapper & rLocaleDataWrapper
+ ImplGetLocaleDataWrapper()
+vcl/source/control/field.cxx:1809
+ _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
+ const class LocaleDataWrapper & rWrapper
+ ImplGetLocaleDataWrapper()
+vcl/source/control/field.cxx:1809
+ _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
+ _Bool bUseThousandSep
+ IsUseThousandSep()
+vcl/source/control/field.cxx:1816
+ _Bool ImplCurrencyGetValue(const class rtl::OUString &,long &,unsigned short,const class LocaleDataWrapper &)
+ const class LocaleDataWrapper & rWrapper
+ ImplGetLocaleDataWrapper()
+vcl/source/edit/vclmedit.cxx:92
void ImpVclMEdit::Enable(_Bool)
_Bool bEnable
IsEnabled()
-vcl/source/window/menuitemlist.hxx:71
- void MenuItemData::MenuItemData(const class rtl::OUString &,const class Image &)
- const class Image & rImage
- Image()
-writerfilter/source/rtftok/rtflookahead.hxx:30
+writerfilter/source/rtftok/rtflookahead.hxx:31
void writerfilter::rtftok::RTFLookahead::RTFLookahead(class SvStream &,unsigned long)
class SvStream & rStream
Strm()
-writerperfect/qa/unit/WpftLoader.hxx:75
+writerperfect/qa/unit/WpftLoader.hxx:72
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:301
+xmlhelp/source/cxxhelp/provider/urlparameter.cxx:298
void InputStreamTransformer::InputStreamTransformer(class chelp::URLParameter *,class chelp::Databases *,_Bool)
_Bool isRoot
isRoot()
-xmlhelp/source/cxxhelp/provider/urlparameter.hxx:218
+xmlhelp/source/cxxhelp/provider/urlparameter.hxx:217
_Bool chelp::URLParameter::name(_Bool)
_Bool modulePresent
module()
+xmloff/source/style/XMLFontAutoStylePool.cxx:108
+ _Bool XMLFontAutoStylePoolEntryCmp_Impl::operator()(class XMLFontAutoStylePoolEntry_Impl *const &,class XMLFontAutoStylePoolEntry_Impl *const &) const
+ class XMLFontAutoStylePoolEntry_Impl *const & r1
+ Compare()
+xmloff/source/text/XMLTextListAutoStylePool.cxx:119
+ _Bool XMLTextListAutoStylePoolEntryCmp_Impl::operator()(class XMLTextListAutoStylePoolEntry_Impl *const &,class XMLTextListAutoStylePoolEntry_Impl *const &) const
+ class XMLTextListAutoStylePoolEntry_Impl *const & r1
+ Compare()
diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results
index c5b9313c9b03..dbb9abc6cbbc 100644
--- a/compilerplugins/clang/constantparam.numbers.results
+++ b/compilerplugins/clang/constantparam.numbers.results
@@ -1,4 +1,12 @@
-basctl/source/inc/dlged.hxx:76
+avmedia/source/gstreamer/gstplayer.cxx:432
+ int wrap_element_query_position(struct _GstElement *,GstFormat,long *)
+ GstFormat format
+ 3
+avmedia/source/gstreamer/gstplayer.cxx:443
+ int wrap_element_query_duration(struct _GstElement *,GstFormat,long *)
+ GstFormat format
+ 3
+basctl/source/inc/dlged.hxx:77
void basctl::DlgEdHint::DlgEdHint(enum basctl::DlgEdHint::Kind,class basctl::DlgEdObj *)
enum basctl::DlgEdHint::Kind
2
@@ -10,11 +18,15 @@ basctl/source/inc/sbxitem.hxx:49
void basctl::SbxItem::SbxItem(unsigned short,const class basctl::ScriptDocument &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum basctl::ItemType)
unsigned short nWhich
30799
+basic/source/classes/sbunoobj.cxx:3183
+ class com::sun::star::uno::Reference<class com::sun::star::reflection::XTypeDescriptionEnumeration> getTypeDescriptorEnumeration(const class rtl::OUString &,const class com::sun::star::uno::Sequence<enum com::sun::star::uno::TypeClass> &,enum com::sun::star::reflection::TypeDescriptionSearchDepth)
+ enum com::sun::star::reflection::TypeDescriptionSearchDepth depth
+ -1
basic/source/inc/codegen.hxx:38
void SbiCodeGen::SbiCodeGen(class SbModule &,class SbiParser *,short)
short
1024
-basic/source/inc/runtime.hxx:344
+basic/source/inc/runtime.hxx:345
_Bool SbiRuntime::IsImageFlag(enum SbiImageFlags) const
enum SbiImageFlags n
2
@@ -22,36 +34,56 @@ basic/source/inc/sbjsmeth.hxx:33
void SbJScriptMethod::SbJScriptMethod(enum SbxDataType)
enum SbxDataType
12
-chart2/qa/extras/chart2export.cxx:789
- void ::change(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,_Bool,short)
+chart2/qa/extras/chart2export.cxx:357
+ 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:379
+ 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:797
+ void ::change(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XChartDocument> &,short)
short nNumFmtTypeFlag
16
-chart2/source/controller/inc/AccessibleBase.hxx:145
+chart2/qa/extras/PivotChartTest.cxx:83
+ void lclModifyFunction(const class com::sun::star::uno::Reference<class com::sun::star::sheet::XDataPilotDescriptor> &,const class rtl::OUString &,enum com::sun::star::sheet::GeneralFunction)
+ enum com::sun::star::sheet::GeneralFunction eFunction
+ 2
+chart2/source/controller/inc/AccessibleBase.hxx:143
void chart::AccessibleBase::RemoveState(short)
short aState
23
+chart2/source/inc/LinePropertiesHelper.hxx:60
+ void SetLineColor(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,int)
+ int nColor
+ 14540253
+chart2/source/inc/ObjectIdentifier.hxx:176
+ class rtl::OUString chart::ObjectIdentifier::createSeriesSubObjectStub(enum chart::ObjectType,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
+ enum chart::ObjectType eSubObjectType
+ 12
+chart2/source/inc/StatisticsHelper.hxx:73
+ class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> addErrorBars(const class com::sun::star::uno::Reference<class com::sun::star::chart2::XDataSeries> &,int,_Bool)
+ int nStyle
+ 2
chart2/source/model/template/ScatterChartType.hxx:31
- void chart::ScatterChartType::ScatterChartType(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,enum com::sun::star::chart2::CurveStyle,int,int)
- int nResolution
- 20
-chart2/source/model/template/ScatterChartType.hxx:31
- void chart::ScatterChartType::ScatterChartType(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,enum com::sun::star::chart2::CurveStyle,int,int)
+ void chart::ScatterChartType::ScatterChartType(enum com::sun::star::chart2::CurveStyle,int,int)
int nOrder
3
-chart2/source/view/charttypes/GL3DBarChart.cxx:158
+chart2/source/model/template/ScatterChartType.hxx:31
+ void chart::ScatterChartType::ScatterChartType(enum com::sun::star::chart2::CurveStyle,int,int)
+ int nResolution
+ 20
+chart2/source/tools/RangeHighlighter.cxx:43
+ void lcl_fillRanges(class com::sun::star::uno::Sequence<struct com::sun::star::chart2::data::HighlightedRange> &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,class Color,int)
+ int nIndex
+ -1
+chart2/source/view/charttypes/GL3DBarChart.cxx:157
void chart::RenderAnimationThread::RenderAnimationThread(class chart::GL3DBarChart *,const struct glm::detail::tvec3<float> &,const struct glm::detail::tvec3<float> &,const int)
const int nSteps
200
-chart2/source/view/inc/GL3DRenderer.hxx:184
- void chart::opengl3D::OpenGL3DRenderer::Set3DSenceInfo(unsigned int,_Bool)
- unsigned int color
- 16777215
-chart2/source/view/inc/GL3DRenderer.hxx:185
- void chart::opengl3D::OpenGL3DRenderer::SetLightInfo(_Bool,unsigned int,const struct glm::detail::tvec4<float> &)
- unsigned int color
- 16777215
chart2/source/view/inc/GL3DRenderer.hxx:193
- void chart::opengl3D::OpenGL3DRenderer::AddShape3DExtrudeObject(_Bool,unsigned int,unsigned int,const struct glm::detail::tmat4x4<float> &,unsigned int)
+ void chart::opengl3D::OpenGL3DRenderer::AddShape3DExtrudeObject(_Bool,class Color,unsigned int,const struct glm::detail::tmat4x4<float> &,unsigned int)
unsigned int specular
16777215
chart2/source/view/inc/GL3DRenderer.hxx:260
@@ -62,18 +94,42 @@ chart2/source/view/inc/GL3DRenderer.hxx:260
void chart::opengl3D::OpenGL3DRenderer::CreateActualRoundedCube(float,int,int,float,float,float)
int iSubDivY
20
-chart2/source/view/main/OpenGLRender.hxx:121
+chart2/source/view/main/OpenGLRender.hxx:117
int OpenGLRender::Create2DCircle(int)
int detail
100
+codemaker/source/javamaker/classfile.cxx:86
+ void writeU4(class FileStream &,unsigned int)
+ unsigned int data
+ 3405691582
+comphelper/qa/unit/variadictemplates.cxx:57
+ void extract(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int,optional<type-parameter-?-?> &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &)
+ int nArg
+ 4
+connectivity/source/drivers/firebird/StatementCommonBase.hxx:94
+ short connectivity::firebird::OStatementCommonBase::getSqlInfoItem(char)
+ char aInfoItem
+ 21
+connectivity/source/drivers/firebird/Util.hxx:114
+ class rtl::OUString escapeWith(const class rtl::OUString &,const char,const char)
+ const char aKey
+ 39
+connectivity/source/drivers/firebird/Util.hxx:114
+ class rtl::OUString escapeWith(const class rtl::OUString &,const char,const char)
+ const char aEscapeChar
+ 39
connectivity/source/drivers/mork/MorkParser.hxx:80
struct MorkTableMap * MorkParser::getTables(int)
int tableScope
128
-connectivity/source/drivers/mork/MQueryHelper.hxx:183
+connectivity/source/drivers/mork/MQueryHelper.hxx:181
_Bool connectivity::mork::MQueryHelper::getRowValue(class connectivity::ORowSetValue &,int,const class rtl::OUString &,int)
int nType
12
+connectivity/source/drivers/postgresql/pq_connection.cxx:428
+ 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
connectivity/source/drivers/postgresql/pq_statics.cxx:81
void pq_sdbc_driver::PropertyDefEx::PropertyDefEx(const class rtl::OUString &,const class com::sun::star::uno::Type &,int)
int a
@@ -94,11 +150,15 @@ connectivity/source/inc/mysql/YTable.hxx:83
void connectivity::mysql::OMySQLTable::OMySQLTable(class connectivity::sdbcx::OCollection *,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,int)
int _nPrivileges
511
-connectivity/source/inc/odbc/OPreparedStatement.hxx:79
+connectivity/source/inc/odbc/OPreparedStatement.hxx:78
void connectivity::odbc::OPreparedStatement::setParameter(int,int,const class com::sun::star::uno::Sequence<signed char> &)
int _nType
-2
-cppcanvas/source/inc/implrenderer.hxx:254
+connectivity/source/inc/odbc/OTools.hxx:200
+ class com::sun::star::uno::Sequence<signed char> connectivity::odbc::OTools::getBytesValue(const class connectivity::odbc::OConnection *,void *,int,short,_Bool &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &)
+ short _fSqlType
+ -2
+cppcanvas/source/inc/implrenderer.hxx:235
_Bool cppcanvas::internal::ImplRenderer::isActionContained(class GDIMetaFile &,const char *,enum MetaActionType)
enum MetaActionType nType
147
@@ -110,11 +170,7 @@ cui/source/inc/chardlg.hxx:296
void SvxCharPositionPage::UpdatePreview_Impl(unsigned char,unsigned char,short)
unsigned char nProp
100
-cui/source/inc/CommandCategoryListBox.hxx:40
- void CommandCategoryListBox::CommandCategoryListBox(class vcl::Window *,long)
- long nBits
- 134217736
-cui/source/inc/cuihyperdlg.hxx:59
+cui/source/inc/cuihyperdlg.hxx:60
void SvxHlinkCtrl::SvxHlinkCtrl(unsigned short,class SfxBindings &,class SvxHpLinkDlg *)
unsigned short nId
10361
@@ -130,6 +186,18 @@ cui/source/options/cfgchart.hxx:92
void SvxChartColorTableItem::SvxChartColorTableItem(unsigned short,const class SvxChartColorTable &)
unsigned short nWhich
10437
+cui/source/options/connpoolsettings.hxx:74
+ void offapp::DriverPoolingSettingsItem::DriverPoolingSettingsItem(unsigned short,const class offapp::DriverPoolingSettings &)
+ unsigned short _nId
+ 17148
+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:116
+ void lcl_MaybeResetAlignToDistro(class ListBox &,unsigned short,const class SfxItemSet &,unsigned short,unsigned short,type-parameter-?-?)
+ type-parameter-?-? eBlock
+ 4
dbaccess/source/core/dataaccess/documentdefinition.hxx:180
void dbaccess::ODocumentDefinition::firePropertyChange(int,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &,_Bool,const struct dbaccess::ODocumentDefinition::NotifierAccess &)
int i_nHandle
@@ -146,6 +214,10 @@ dbaccess/source/ext/macromigration/progressmixer.hxx:37
void dbmm::IProgressConsumer::start(unsigned int)
unsigned int _nRange
100000
+dbaccess/source/ui/dlg/adminpages.hxx:221
+ 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
@@ -162,7 +234,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:56
+dbaccess/source/ui/inc/JoinExchange.hxx:55
void dbaui::OJoinExchObj::StartDrag(class vcl::Window *,signed char,class dbaui::IDragTransferableListener *)
signed char nDragSourceActions
4
@@ -178,42 +250,42 @@ dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx:86
class rtl::Reference<class dbaui::OTableFieldDesc> dbaui::OSelectionBrowseBox::InsertField(const class rtl::Reference<class dbaui::OTableFieldDesc> &,unsigned short,_Bool,_Bool)
unsigned short _nColumnPosition
65535
-desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx:198
+desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx:195
void dp_gui::ExtensionCmd::ExtensionCmd(const enum dp_gui::ExtensionCmd::E_CMD_TYPE,const class std::__debug::vector<class com::sun::star::uno::Reference<class com::sun::star::deployment::XPackage>, class std::allocator<class com::sun::star::uno::Reference<class com::sun::star::deployment::XPackage> > > &)
const enum dp_gui::ExtensionCmd::E_CMD_TYPE eCommand
4
-desktop/source/deployment/gui/license_dialog.cxx:60
+desktop/source/deployment/gui/license_dialog.cxx:56
void dp_gui::LicenseView::ScrollDown(enum ScrollType)
enum ScrollType eScroll
4
-editeng/source/editeng/impedit.hxx:642
+editeng/source/editeng/impedit.hxx:643
_Bool ImpEditEngine::HasScriptType(int,unsigned short) const
unsigned short nType
3
-editeng/source/editeng/impedit.hxx:964
+editeng/source/editeng/impedit.hxx:971
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
- 4027
-editeng/source/editeng/impedit.hxx:964
+ 4036
+editeng/source/editeng/impedit.hxx:971
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
- 4029
-editeng/source/editeng/textconv.hxx:90
+ 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 nLangWhichId
- 4027
-editeng/source/editeng/textconv.hxx:90
+ 4036
+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
- 4029
+ 4038
editeng/source/outliner/outlundo.hxx:33
void OutlinerUndoBase::OutlinerUndoBase(unsigned short,class Outliner *)
unsigned short nId
200
-emfio/inc/mtftools.hxx:436
- void emfio::BSaveStruct::BSaveStruct(const class BitmapEx &,const class tools::Rectangle &,unsigned int)
- unsigned int nRop
- 15597766
+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
@@ -234,11 +306,39 @@ filter/source/graphicfilter/idxf/dxf2mtf.hxx:108
_Bool DXF2GDIMetaFile::Convert(const class DXFRepresentation &,class GDIMetaFile &,unsigned short,unsigned short)
unsigned short nMaxPercent
100
+filter/source/msfilter/mscodec.cxx:56
+ void lclRotateLeft(type-parameter-?-? &,unsigned char,unsigned char)
+ unsigned char nWidth
+ 15
+filter/source/msfilter/mscodec.cxx:71
+ unsigned short lclGetKey(const unsigned char *,unsigned long)
+ unsigned long nBufferSize
+ 16
+filter/source/msfilter/mscodec.cxx:96
+ unsigned short lclGetHash(const unsigned char *,unsigned long)
+ unsigned long nBufferSize
+ 16
+forms/source/richtext/richtextcontrol.cxx:79
+ void implAdjustTriStateFlag(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,long &,long,long)
+ long nNegativeFlag
+ 512
+forms/source/richtext/richtextcontrol.cxx:79
+ void implAdjustTriStateFlag(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,long &,long,long)
+ long _nPositiveFlag
+ 256
forms/source/richtext/rtattributes.hxx:52
void frm::AttributeState::AttributeState(enum frm::AttributeCheckState)
enum frm::AttributeCheckState _eCheckState
2
-framework/inc/tabwin/tabwindow.hxx:145
+formula/source/core/api/FormulaCompiler.cxx:244
+ const char16_t * lcl_UnicodeStrChr(const char16_t *,char16_t)
+ char16_t c
+ 34
+fpicker/source/office/iodlg.hxx:228
+ void SvtFileDialog::displayIOException(const class rtl::OUString &,enum com::sun::star::ucb::IOErrorCode)
+ enum com::sun::star::ucb::IOErrorCode _eCode
+ 5
+framework/inc/tabwin/tabwindow.hxx:142
void framework::TabWindow::implts_SendNotification(enum framework::TabWindow::Notification,int,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::NamedValue> &) const
enum framework::TabWindow::Notification eNotify
2
@@ -250,10 +350,22 @@ framework/source/uielement/thesaurusmenucontroller.cxx:43
void ThesaurusMenuController::getMeanings(class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &,const class rtl::OUString &,const struct com::sun::star::lang::Locale &,unsigned long)
unsigned long nMaxSynonms
7
-hwpfilter/source/hwpfile.h:257
+helpcompiler/source/HelpCompiler.cxx:35
+ void impl_sleep(unsigned int)
+ unsigned int nSec
+ 3
+hwpfilter/source/hgzip.h:90
+ int gz_flush(struct gz_stream *,int)
+ int flush
+ 4
+hwpfilter/source/hwpfile.h:255
_Bool HWPFile::already_importing_type(unsigned char) const
unsigned char scflag
16
+hwpfilter/source/lexer.cxx:195
+ struct yy_buffer_state * yy_create_buffer(struct _IO_FILE *,int)
+ int size
+ 16384
hwpfilter/source/mzstring.h:123
int MzString::rfind(char)
char c
@@ -290,6 +402,10 @@ idlc/inc/aststruct.hxx:37
void AstStruct::AstStruct(const enum NodeType,const class rtl::OString &,const class AstStruct *,class AstScope *)
const enum NodeType type
10
+idlc/inc/errorhandler.hxx:83
+ void ErrorHandler::error3(enum ErrorCode,const class AstDeclaration *,const class AstDeclaration *,const class AstDeclaration *)
+ enum ErrorCode e
+ 3
include/basegfx/curve/b2dbeziertools.hxx:45
void basegfx::B2DCubicBezierHelper::B2DCubicBezierHelper(const class basegfx::B2DCubicBezier &,unsigned int)
unsigned int nDivisions
@@ -302,30 +418,66 @@ include/basegfx/range/b2ibox.hxx:77
void basegfx::B2IBox::B2IBox(int,int,int,int)
int x2
10
+include/basegfx/utils/tools.hxx:118
+ class basegfx::B2DPolyPolygon number2PolyPolygon(double,int,int,_Bool)
+ int nTotalDigits
+ 10
+include/basegfx/utils/tools.hxx:118
+ class basegfx::B2DPolyPolygon number2PolyPolygon(double,int,int,_Bool)
+ int nDecPlaces
+ 3
include/basic/sbxcore.hxx:65
_Bool SbxBase::IsReset(enum SbxFlagBits) const
enum SbxFlagBits n
256
+include/canvas/verifyinput.hxx:110
+ void verifyInput(const struct com::sun::star::geometry::Matrix2D &,const char *,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,short)
+ short nArgPos
+ 2
+include/comphelper/docpasswordhelper.hxx:267
+ class rtl::OUString comphelper::DocPasswordHelper::GetOoxHashAsBase64(const class rtl::OUString &,const class rtl::OUString &,unsigned int,enum comphelper::Hash::IterCount,const class rtl::OUString &)
+ enum comphelper::Hash::IterCount eIterCount
+ 2
+include/comphelper/docpasswordhelper.hxx:323
+ class com::sun::star::uno::Sequence<signed char> comphelper::DocPasswordHelper::GenerateRandomByteSequence(int)
+ int nLength
+ 16
include/comphelper/logging.hxx:122
_Bool comphelper::EventLogger::log(const int,const class rtl::OUString &) const
const int _nLogLevel
800
-include/comphelper/propagg.hxx:121
+include/comphelper/propagg.hxx:120
void comphelper::OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,class comphelper::IPropertyInfoService *,int)
int _nFirstAggregateId
10000
-include/comphelper/propagg.hxx:287
+include/comphelper/propagg.hxx:286
void comphelper::OPropertySetAggregationHelper::declareForwardedProperty(int)
int _nHandle
194
-include/comphelper/seqstream.hxx:105
+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 _nRemoveAttrib
+ 8
+include/comphelper/seqstream.hxx:103
void comphelper::OSequenceOutputStream::OSequenceOutputStream(class com::sun::star::uno::Sequence<signed char> &,double,int)
int _nMinimumResize
128
+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:301
+ 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
include/connectivity/sqlerror.hxx:102
class rtl::OUString connectivity::SQLError::getErrorMessage(const int) const
const int _eCondition
300
+include/connectivity/sqlerror.hxx:113
+ int connectivity::SQLError::getErrorCode(const int)
+ const int _eCondition
+ 550
include/connectivity/sqlerror.hxx:181
void connectivity::SQLError::raiseException(const int) const
const int _eCondition
@@ -358,38 +510,42 @@ include/editeng/AccessibleParaManager.hxx:242
void accessibility::AccessibleParaManager::UnSetState(int,const short)
const short nStateId
11
-include/editeng/bulletitem.hxx:63
+include/editeng/bulletitem.hxx:60
void SvxBulletItem::SvxBulletItem(unsigned short)
unsigned short nWhich
- 4004
+ 4013
include/editeng/charsetcoloritem.hxx:37
void SvxCharSetColorItem::SvxCharSetColorItem(const unsigned short)
const unsigned short nId
2
include/editeng/charsetcoloritem.hxx:38
- void SvxCharSetColorItem::SvxCharSetColorItem(const class Color &,const unsigned short,const unsigned short)
+ void SvxCharSetColorItem::SvxCharSetColorItem(const class Color &,const unsigned short)
const unsigned short nId
- 4047
-include/editeng/editeng.hxx:295
+ 4056
+include/editeng/editeng.hxx:298
struct ESelection EditEngine::GetWord(const struct ESelection &,unsigned short) const
unsigned short nWordType
2
-include/editeng/editeng.hxx:307
+include/editeng/editeng.hxx:310
void EditEngine::InsertParagraph(int,const class EditTextObject &)
int nPara
2147483647
-include/editeng/editeng.hxx:333
+include/editeng/editeng.hxx:343
void EditEngine::UndoActionStart(unsigned short,const struct ESelection &)
unsigned short nId
111
+include/editeng/editstat.hxx:101
+ void SetFlags(enum EVControlBits &,enum EVControlBits,_Bool)
+ enum EVControlBits nMask
+ 16
include/editeng/editund2.hxx:37
void EditUndoManager::EditUndoManager(unsigned short)
unsigned short nMaxUndoActionCount
20
-include/editeng/editview.hxx:216
+include/editeng/editview.hxx:217
void EditView::RemoveCharAttribs(int,unsigned short)
unsigned short nWhich
- 4016
+ 4025
include/editeng/fhgtitem.hxx:79
void SvxFontHeightItem::SetHeight(unsigned int,unsigned short,enum MapUnit,enum MapUnit)
enum MapUnit eUnit
@@ -397,7 +553,7 @@ include/editeng/fhgtitem.hxx:79
include/editeng/flditem.hxx:71
void SvxFieldItem::SvxFieldItem(const class SvxFieldData &,const unsigned short)
const unsigned short nId
- 4048
+ 4057
include/editeng/justifyitem.hxx:33
void SvxHorJustifyItem::SvxHorJustifyItem(const unsigned short)
const unsigned short nId
@@ -410,22 +566,22 @@ include/editeng/nhypitem.hxx:29
void SvxNoHyphenItem::SvxNoHyphenItem(const _Bool,const unsigned short)
const unsigned short nId
19
-include/editeng/nlbkitem.hxx:29
- void SvxNoLinebreakItem::SvxNoLinebreakItem(const _Bool,const unsigned short)
- const unsigned short nId
- 20
include/editeng/opaqitem.hxx:38
void SvxOpaqueItem::SvxOpaqueItem(const unsigned short,const _Bool)
const unsigned short nId
98
-include/editeng/outliner.hxx:168
+include/editeng/outliner.hxx:167
void Paragraph::RemoveFlag(enum ParaFlag)
enum ParaFlag nFlag
256
-include/editeng/outliner.hxx:873
+include/editeng/outliner.hxx:867
void Outliner::SetParaFlag(class Paragraph *,enum ParaFlag)
enum ParaFlag nFlag
256
+include/editeng/outliner.hxx:868
+ _Bool Outliner::HasParaFlag(const class Paragraph *,enum ParaFlag)
+ enum ParaFlag nFlag
+ 256
include/editeng/outlobj.hxx:105
void OutlinerParaObject::SetStyleSheets(unsigned short,const class rtl::OUString &,const enum SfxStyleFamily &)
const enum SfxStyleFamily & rNewFamily
@@ -434,14 +590,10 @@ include/editeng/prntitem.hxx:38
void SvxPrintItem::SvxPrintItem(const unsigned short,const _Bool)
const unsigned short nId
97
-include/editeng/prszitem.hxx:35
- void SvxPropSizeItem::SvxPropSizeItem(const unsigned short,const unsigned short)
- const unsigned short nID
- 12
-include/editeng/prszitem.hxx:35
- void SvxPropSizeItem::SvxPropSizeItem(const unsigned short,const unsigned short)
- const unsigned short nPercent
- 100
+include/editeng/svxrtf.hxx:240
+ class rtl::OUString & SvxRTFParser::DelCharAtEnd(class rtl::OUString &,const char16_t)
+ const char16_t cDel
+ 59
include/editeng/unoedhlp.hxx:45
void SvxEditSourceHint::SvxEditSourceHint(enum SfxHintId)
enum SfxHintId nId
@@ -458,162 +610,174 @@ include/filter/msfilter/dffpropset.hxx:64
class rtl::OUString DffPropSet::GetPropertyString(unsigned int,class SvStream &) const
unsigned int nId
896
-include/filter/msfilter/escherex.hxx:722
+include/filter/msfilter/escherex.hxx:728
void EscherPropertyContainer::Commit(class SvStream &,unsigned short,unsigned short)
unsigned short nVersion
3
-include/filter/msfilter/msdffimp.hxx:542
+include/filter/msfilter/msdffimp.hxx:562
_Bool SvxMSDffManager::SeekToRec2(unsigned short,unsigned short,unsigned long) const
unsigned short nRecId2
4000
-include/filter/msfilter/msdffimp.hxx:542
+include/filter/msfilter/msdffimp.hxx:562
_Bool SvxMSDffManager::SeekToRec2(unsigned short,unsigned short,unsigned long) const
unsigned short nRecId1
4008
-include/filter/msfilter/util.hxx:109
+include/filter/msfilter/rtfutil.hxx:30
+ class rtl::OString OutHex(unsigned long,unsigned char)
+ unsigned char nLen
+ 2
+include/filter/msfilter/rtfutil.hxx:66
+ class rtl::OString WriteHex(const unsigned char *,unsigned int,class SvStream *,unsigned int)
+ unsigned int nLimit
+ 64
+include/filter/msfilter/util.hxx:104
_Bool msfilter::util::WW8ReadFieldParams::GetTokenSttFromTo(int *,int *,int)
int _nMax
9
-include/formula/FormulaCompiler.hxx:99
+include/formula/FormulaCompiler.hxx:100
void formula::FormulaCompiler::OpCodeMap::OpCodeMap(unsigned short,_Bool,enum formula::FormulaGrammar::Grammar)
unsigned short nSymbols
- 496
+ 497
include/formula/tokenarray.hxx:282
unsigned short formula::FormulaTokenArray::RemoveToken(unsigned short,unsigned short)
unsigned short nCount
2
-include/formula/tokenarray.hxx:519
- void formula::FormulaTokenIterator::Item::Item(const class formula::FormulaTokenArray *,short,short)
- short stop
- 32767
-include/formula/tokenarray.hxx:519
+include/formula/tokenarray.hxx:527
void formula::FormulaTokenIterator::Item::Item(const class formula::FormulaTokenArray *,short,short)
short pc
-1
-include/formula/tokenarray.hxx:638
+include/formula/tokenarray.hxx:527
+ void formula::FormulaTokenIterator::Item::Item(const class formula::FormulaTokenArray *,short,short)
+ short stop
+ 32767
+include/formula/tokenarray.hxx:646
void formula::FormulaTokenArrayPlainIterator::AfterRemoveToken(unsigned short,unsigned short)
unsigned short nCount
2
-include/o3tl/string_view.hxx:282
+include/linguistic/spelldta.hxx:91
+ class com::sun::star::uno::Reference<class com::sun::star::linguistic2::XSpellAlternatives> linguistic::SpellAlternatives::CreateSpellAlternatives(const class rtl::OUString &,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,short,const class com::sun::star::uno::Sequence<class rtl::OUString> &)
+ short nTypeP
+ 4
+include/o3tl/string_view.hxx:277
void o3tl::basic_string_view::remove_prefix(unsigned long)
unsigned long n
2
-include/o3tl/string_view.hxx:291
+include/o3tl/string_view.hxx:286
void o3tl::basic_string_view::remove_suffix(unsigned long)
unsigned long n
2
-include/o3tl/string_view.hxx:304
+include/o3tl/string_view.hxx:299
unsigned long o3tl::basic_string_view::copy(type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long n
10
-include/o3tl/string_view.hxx:333
+include/o3tl/string_view.hxx:328
int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>) const
unsigned long n1
2
-include/o3tl/string_view.hxx:337
+include/o3tl/string_view.hxx:332
int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>,unsigned long,unsigned long) const
- unsigned long n2
+ unsigned long n1
2
-include/o3tl/string_view.hxx:337
+include/o3tl/string_view.hxx:332
int o3tl::basic_string_view::compare(unsigned long,unsigned long,basic_string_view<charT, traits>,unsigned long,unsigned long) const
- unsigned long n1
+ unsigned long n2
2
-include/o3tl/string_view.hxx:345
+include/o3tl/string_view.hxx:340
int o3tl::basic_string_view::compare(unsigned long,unsigned long,const type-parameter-?-? *) const
unsigned long n1
2
-include/o3tl/string_view.hxx:348
+include/o3tl/string_view.hxx:343
int o3tl::basic_string_view::compare(unsigned long,unsigned long,const type-parameter-?-? *,unsigned long) const
unsigned long n1
2
-include/o3tl/string_view.hxx:348
+include/o3tl/string_view.hxx:343
int o3tl::basic_string_view::compare(unsigned long,unsigned long,const type-parameter-?-? *,unsigned long) const
unsigned long n2
2
-include/o3tl/string_view.hxx:373
+include/o3tl/string_view.hxx:368
unsigned long o3tl::basic_string_view::find(type-parameter-?-?,unsigned long) const
type-parameter-?-? c
111
-include/o3tl/string_view.hxx:376
+include/o3tl/string_view.hxx:371
unsigned long o3tl::basic_string_view::find(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long n
2
-include/o3tl/string_view.hxx:408
+include/o3tl/string_view.hxx:403
unsigned long o3tl::basic_string_view::rfind(type-parameter-?-?,unsigned long) const
type-parameter-?-? c
111
-include/o3tl/string_view.hxx:408
+include/o3tl/string_view.hxx:403
unsigned long o3tl::basic_string_view::rfind(type-parameter-?-?,unsigned long) const
unsigned long pos
18446744073709551615
-include/o3tl/string_view.hxx:411
- unsigned long o3tl::basic_string_view::rfind(const type-parameter-?-? *,unsigned long,unsigned long) const
- unsigned long pos
- 18446744073709551615
-include/o3tl/string_view.hxx:411
+include/o3tl/string_view.hxx:406
unsigned long o3tl::basic_string_view::rfind(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long n
2
-include/o3tl/string_view.hxx:414
+include/o3tl/string_view.hxx:406
+ unsigned long o3tl::basic_string_view::rfind(const type-parameter-?-? *,unsigned long,unsigned long) const
+ unsigned long pos
+ 18446744073709551615
+include/o3tl/string_view.hxx:409
unsigned long o3tl::basic_string_view::rfind(const type-parameter-?-? *,unsigned long) const
unsigned long pos
18446744073709551615
-include/o3tl/string_view.hxx:433
+include/o3tl/string_view.hxx:428
unsigned long o3tl::basic_string_view::find_first_of(type-parameter-?-?,unsigned long) const
type-parameter-?-? c
111
-include/o3tl/string_view.hxx:436
+include/o3tl/string_view.hxx:431
unsigned long o3tl::basic_string_view::find_first_of(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long n
2
-include/o3tl/string_view.hxx:464
+include/o3tl/string_view.hxx:459
unsigned long o3tl::basic_string_view::find_last_of(type-parameter-?-?,unsigned long) const
type-parameter-?-? c
111
-include/o3tl/string_view.hxx:464
+include/o3tl/string_view.hxx:459
unsigned long o3tl::basic_string_view::find_last_of(type-parameter-?-?,unsigned long) const
unsigned long pos
18446744073709551615
-include/o3tl/string_view.hxx:468
- unsigned long o3tl::basic_string_view::find_last_of(const type-parameter-?-? *,unsigned long,unsigned long) const
- unsigned long pos
- 18446744073709551615
-include/o3tl/string_view.hxx:468
+include/o3tl/string_view.hxx:463
unsigned long o3tl::basic_string_view::find_last_of(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long n
2
-include/o3tl/string_view.hxx:472
+include/o3tl/string_view.hxx:463
+ unsigned long o3tl::basic_string_view::find_last_of(const type-parameter-?-? *,unsigned long,unsigned long) const
+ unsigned long pos
+ 18446744073709551615
+include/o3tl/string_view.hxx:467
unsigned long o3tl::basic_string_view::find_last_of(const type-parameter-?-? *,unsigned long) const
unsigned long pos
18446744073709551615
-include/o3tl/string_view.hxx:497
- unsigned long o3tl::basic_string_view::find_first_not_of(type-parameter-?-?,unsigned long) const
- type-parameter-?-? c
- 102
-include/o3tl/string_view.hxx:501
+include/o3tl/string_view.hxx:496
unsigned long o3tl::basic_string_view::find_first_not_of(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long n
2
-include/o3tl/string_view.hxx:535
- unsigned long o3tl::basic_string_view::find_last_not_of(type-parameter-?-?,unsigned long) const
- unsigned long pos
- 18446744073709551615
-include/o3tl/string_view.hxx:535
+include/o3tl/string_view.hxx:530
unsigned long o3tl::basic_string_view::find_last_not_of(type-parameter-?-?,unsigned long) const
type-parameter-?-? c
120
-include/o3tl/string_view.hxx:539
+include/o3tl/string_view.hxx:530
+ unsigned long o3tl::basic_string_view::find_last_not_of(type-parameter-?-?,unsigned long) const
+ unsigned long pos
+ 18446744073709551615
+include/o3tl/string_view.hxx:534
unsigned long o3tl::basic_string_view::find_last_not_of(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long pos
18446744073709551615
-include/o3tl/string_view.hxx:539
+include/o3tl/string_view.hxx:534
unsigned long o3tl::basic_string_view::find_last_not_of(const type-parameter-?-? *,unsigned long,unsigned long) const
unsigned long n
2
-include/o3tl/string_view.hxx:543
+include/o3tl/string_view.hxx:538
unsigned long o3tl::basic_string_view::find_last_not_of(const type-parameter-?-? *,unsigned long) const
unsigned long pos
18446744073709551615
+include/o3tl/typed_flags_set.hxx:142
+ typename typed_flags<type-parameter-?-?>::Wrap operator^(type-parameter-?-?,typename typed_flags<type-parameter-?-?>::Wrap)
+ type-parameter-?-? lhs
+ 3583
include/oox/core/contexthandler2.hxx:172
_Bool oox::core::ContextHandler2Helper::isParentElement(int,int) const
int nCountBack
@@ -622,27 +786,23 @@ include/oox/core/contexthandler2.hxx:172
_Bool oox::core::ContextHandler2Helper::isParentElement(int,int) const
int nElement
459853
-include/oox/drawingml/color.hxx:44
- int oox::drawingml::Color::getDmlPresetColor(int,int)
- int nDefaultRgb
+include/oox/drawingml/drawingmltypes.hxx:219
+ void oox::drawingml::EmuRectangle::EmuRectangle(long,long,long,long)
+ long nX
-1
-include/oox/drawingml/drawingmltypes.hxx:203
+include/oox/drawingml/drawingmltypes.hxx:219
void oox::drawingml::EmuRectangle::EmuRectangle(long,long,long,long)
long nWidth
-1
-include/oox/drawingml/drawingmltypes.hxx:203
+include/oox/drawingml/drawingmltypes.hxx:219
void oox::drawingml::EmuRectangle::EmuRectangle(long,long,long,long)
long nY
-1
-include/oox/drawingml/drawingmltypes.hxx:203
- void oox::drawingml::EmuRectangle::EmuRectangle(long,long,long,long)
- long nX
- -1
-include/oox/drawingml/drawingmltypes.hxx:203
+include/oox/drawingml/drawingmltypes.hxx:219
void oox::drawingml::EmuRectangle::EmuRectangle(long,long,long,long)
long nHeight
-1
-include/oox/export/drawingml.hxx:184
+include/oox/export/drawingml.hxx:186
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
@@ -656,12 +816,12 @@ include/oox/helper/attributelist.hxx:134
4177
include/oox/helper/attributelist.hxx:157
unsigned int oox::AttributeList::getUnsignedHex(int,unsigned int) const
- int nAttrToken
- 4316
-include/oox/helper/attributelist.hxx:157
- unsigned int oox::AttributeList::getUnsignedHex(int,unsigned int) const
unsigned int nDefault
4294967295
+include/oox/helper/attributelist.hxx:157
+ unsigned int oox::AttributeList::getUnsignedHex(int,unsigned int) const
+ int nAttrToken
+ 4316
include/oox/helper/binaryoutputstream.hxx:86
void oox::BinaryOutputStream::writeCharArrayUC(const class rtl::OUString &,unsigned short)
unsigned short eTextEnc
@@ -670,6 +830,18 @@ include/oox/helper/binarystreambase.hxx:103
void oox::BinaryStreamBase::alignToBlock(int,long)
int nBlockSize
4
+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:107
+ 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
+ 494
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
@@ -698,6 +870,14 @@ include/oox/ole/vbaproject.hxx:154
void oox::ole::VbaProject::addDummyModule(const class rtl::OUString &,int)
int nType
4
+include/sfx2/app.hxx:238
+ class BitmapEx SfxApplication::GetApplicationLogo(long)
+ long nWidth
+ 360
+include/sfx2/childwin.hxx:141
+ void SfxChildWindowContext::RegisterChildWindowContext(class SfxModule *,unsigned short,struct SfxChildWinContextFactory *)
+ unsigned short
+ 10366
include/sfx2/controlwrapper.hxx:82
void sfx::PosValueMapper::PosValueMapper<PosT, ValueT>(type-parameter-?-?,const struct sfx::PosValueMapper::MapEntryType *)
type-parameter-?-? nNFPos
@@ -710,80 +890,92 @@ include/sfx2/evntconf.hxx:75
void SfxEventNamesItem::SfxEventNamesItem(const unsigned short)
const unsigned short nId
6101
-include/sfx2/fcontnr.hxx:57
+include/sfx2/fcontnr.hxx:56
+ class std::shared_ptr<const class SfxFilter> SfxFilterContainer::GetAnyFilter(enum SfxFilterFlags,enum SfxFilterFlags) const
+ enum SfxFilterFlags nMust
+ 3
+include/sfx2/fcontnr.hxx:56
class std::shared_ptr<const class SfxFilter> SfxFilterContainer::GetAnyFilter(enum SfxFilterFlags,enum SfxFilterFlags) const
enum SfxFilterFlags nDont
393216
include/sfx2/fcontnr.hxx:57
- class std::shared_ptr<const class SfxFilter> SfxFilterContainer::GetAnyFilter(enum SfxFilterFlags,enum SfxFilterFlags) const
- enum SfxFilterFlags nMust
- 3
-include/sfx2/fcontnr.hxx:58
class std::shared_ptr<const class SfxFilter> SfxFilterContainer::GetFilter4EA(const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags) const
enum SfxFilterFlags nMust
2
-include/sfx2/fcontnr.hxx:58
+include/sfx2/fcontnr.hxx:57
class std::shared_ptr<const class SfxFilter> SfxFilterContainer::GetFilter4EA(const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags) const
enum SfxFilterFlags nDont
393216
-include/sfx2/fcontnr.hxx:59
+include/sfx2/fcontnr.hxx:58
class std::shared_ptr<const class SfxFilter> SfxFilterContainer::GetFilter4Extension(const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags) const
enum SfxFilterFlags nDont
393216
-include/sfx2/fcontnr.hxx:60
+include/sfx2/fcontnr.hxx:59
class std::shared_ptr<const class SfxFilter> SfxFilterContainer::GetFilter4FilterName(const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags) const
enum SfxFilterFlags nDont
393216
-include/sfx2/fcontnr.hxx:91
+include/sfx2/fcontnr.hxx:90
class std::shared_ptr<const class SfxFilter> SfxFilterMatcher::GetFilter4Mime(const class rtl::OUString &,enum SfxFilterFlags,enum SfxFilterFlags) const
enum SfxFilterFlags nDont
393216
-include/sfx2/fcontnr.hxx:113
+include/sfx2/fcontnr.hxx:112
void SfxFilterMatcherIter::SfxFilterMatcherIter(const class SfxFilterMatcher &,enum SfxFilterFlags,enum SfxFilterFlags)
enum SfxFilterFlags nNotMask
393216
-include/sfx2/infobar.hxx:93
+include/sfx2/frame.hxx:217
+ void SfxUnoFrameItem::SfxUnoFrameItem(unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &)
+ unsigned short nWhich
+ 6516
+include/sfx2/infobar.hxx:97
class VclPtr<class SfxInfoBarWindow> SfxInfoBarContainerWindow::appendInfoBar(const class rtl::OUString &,const class rtl::OUString &,enum InfoBarType,long)
long nMessageStyle
278528
-include/sfx2/itemconnect.hxx:298
- void sfx::MetricConnection::MetricConnection<ItemWrpT>(unsigned short,class MetricField &,enum FieldUnit,enum ItemConnFlags)
- unsigned short nSlot
- 10460
-include/sfx2/itemconnect.hxx:298
+include/sfx2/itemconnect.hxx:299
void sfx::MetricConnection::MetricConnection<ItemWrpT>(unsigned short,class MetricField &,enum FieldUnit,enum ItemConnFlags)
enum FieldUnit eItemUnit
5
-include/sfx2/itemconnect.hxx:348
+include/sfx2/itemconnect.hxx:299
+ void sfx::MetricConnection::MetricConnection<ItemWrpT>(unsigned short,class MetricField &,enum FieldUnit,enum ItemConnFlags)
+ unsigned short nSlot
+ 10460
+include/sfx2/itemconnect.hxx:349
void sfx::ValueSetConnection::ValueSetConnection<ItemWrpT>(unsigned short,class ValueSet &,const typename ItemControlConnection<type-parameter-?-?, ValueSetWrapper<typename type-parameter-?-?::ItemValueType> >::ControlWrapperType::MapEntryType *,enum ItemConnFlags)
unsigned short nSlot
10578
-include/sfx2/linkmgr.hxx:62
+include/sfx2/linkmgr.hxx:64
_Bool sfx2::LinkManager::InsertLink(class sfx2::SvBaseLink *,unsigned short,enum SfxLinkUpdateMode,const class rtl::OUString *)
enum SfxLinkUpdateMode nUpdateType
3
-include/sfx2/request.hxx:65
+include/sfx2/mgetempl.hxx:90
+ _Bool SfxManageStyleSheetPage::Execute_Impl(unsigned short,const class rtl::OUString &,unsigned short)
+ unsigned short nId
+ 5550
+include/sfx2/opengrf.hxx:35
+ void SvxOpenGraphicDialog::SvxOpenGraphicDialog(const class rtl::OUString &,class weld::Window *,short)
+ short nDialogType
+ 13
+include/sfx2/request.hxx:68
void SfxRequest::SfxRequest(unsigned short,enum SfxCallMode,const class SfxAllItemSet &,const class SfxAllItemSet &)
unsigned short nSlot
5904
include/sfx2/sfxhtml.hxx:64
_Bool SfxHTMLParser::ParseAreaOptions(class ImageMap *,const class rtl::OUString &,enum SvMacroItemId,enum SvMacroItemId)
- enum SvMacroItemId nEventMouseOut
- 5102
-include/sfx2/sfxhtml.hxx:64
- _Bool SfxHTMLParser::ParseAreaOptions(class ImageMap *,const class rtl::OUString &,enum SvMacroItemId,enum SvMacroItemId)
enum SvMacroItemId nEventMouseOver
5100
+include/sfx2/sfxhtml.hxx:64
+ _Bool SfxHTMLParser::ParseAreaOptions(class ImageMap *,const class rtl::OUString &,enum SvMacroItemId,enum SvMacroItemId)
+ enum SvMacroItemId nEventMouseOut
+ 5102
include/sfx2/sidebar/Theme.hxx:138
_Bool sfx2::sidebar::Theme::GetBoolean(const enum sfx2::sidebar::Theme::ThemeItem)
const enum sfx2::sidebar::Theme::ThemeItem eItem
50
-include/sfx2/tabdlg.hxx:54
+include/sfx2/tabdlg.hxx:71
void SfxTabDialogItem::SfxTabDialogItem(unsigned short,const class SfxItemSet &)
unsigned short nId
11022
-include/sfx2/tbxctrl.hxx:95
- void SfxPopupWindow::SfxPopupWindow(unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,long)
+include/sfx2/tbxctrl.hxx:94
+ 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/sot/stg.hxx:108
@@ -798,6 +990,14 @@ include/sot/storage.hxx:47
void SotStorageStream::SotStorageStream(const class rtl::OUString &,enum StreamMode)
enum StreamMode
2051
+include/store/store.h:63
+ storeError store_createMemoryFile(unsigned short,void **)
+ unsigned short nPageSize
+ 1024
+include/store/store.h:80
+ storeError store_openFile(struct _rtl_uString *,enum storeAccessMode,unsigned short,void **)
+ unsigned short nPageSize
+ 1024
include/svl/globalnameitem.hxx:34
void SfxGlobalNameItem::SfxGlobalNameItem(unsigned short,const class SvGlobalName &)
unsigned short nWhich
@@ -810,11 +1010,11 @@ include/svl/int64item.hxx:21
void SfxInt64Item::SfxInt64Item(unsigned short,long)
unsigned short nWhich
11141
-include/svl/itemset.hxx:188
+include/svl/itemset.hxx:202
void SfxItemSet::PutExtended(const class SfxItemSet &,enum SfxItemState,enum SfxItemState)
enum SfxItemState eDontCareAs
16
-include/svl/languageoptions.hxx:119
+include/svl/languageoptions.hxx:120
_Bool SvtSystemLanguageOptions::isKeyboardLayoutTypeInstalled(short) const
short scriptType
2
@@ -826,55 +1026,67 @@ include/svl/svdde.hxx:172
void DdeExecute::DdeExecute(class DdeConnection &,const class rtl::OUString &,long)
long
30000
-include/svl/zformat.hxx:350
+include/svl/urihelper.hxx:52
+ class rtl::OUString SmartRel2Abs(const class INetURLObject &,const class rtl::OUString &,const class Link<class rtl::OUString *, _Bool> &,_Bool,_Bool,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short,enum FSysStyle)
+ enum FSysStyle eStyle
+ 7
+include/svl/urihelper.hxx:52
+ class rtl::OUString SmartRel2Abs(const class INetURLObject &,const class rtl::OUString &,const class Link<class rtl::OUString *, _Bool> &,_Bool,_Bool,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short,enum FSysStyle)
+ unsigned short eCharset
+ 76
+include/svl/urihelper.hxx:117
+ class rtl::OUString FindFirstURLInText(const class rtl::OUString &,int &,int &,const class CharClass &,enum INetURLObject::EncodeMechanism,unsigned short)
+ unsigned short eCharset
+ 76
+include/svl/urihelper.hxx:149
+ class rtl::OUString removePassword(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short)
+ unsigned short eCharset
+ 76
+include/svl/urihelper.hxx:149
+ 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:382
_Bool SvNumberformat::IsInQuote(const class rtl::OUString &,int,char16_t,char16_t,char16_t)
char16_t cEscOut
92
+include/svl/zformat.hxx:397
+ int SvNumberformat::GetQuoteEnd(const class rtl::OUString &,int,char16_t,char16_t)
+ char16_t cQuote
+ 34
include/svtools/accessiblefactory.hxx:115
class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> svt::IAccessibleFactory::createAccessibleBrowseBoxHeaderBar(const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &,class svt::IAccessibleTableProvider &,enum svt::AccessibleBrowseBoxObjType) const
enum svt::AccessibleBrowseBoxObjType _eObjType
3
-include/svtools/brwbox.hxx:570
+include/svtools/brwbox.hxx:569
void BrowseBox::commitBrowseBoxEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
short nEventId
7
-include/svtools/ctrlbox.hxx:378
- void FontSizeBox::EnableRelativeMode(unsigned short,unsigned short,unsigned short)
- unsigned short nStep
- 5
-include/svtools/ctrlbox.hxx:378
+include/svtools/ctrlbox.hxx:375
void FontSizeBox::EnableRelativeMode(unsigned short,unsigned short,unsigned short)
unsigned short nMax
995
-include/svtools/ctrlbox.hxx:378
+include/svtools/ctrlbox.hxx:375
void FontSizeBox::EnableRelativeMode(unsigned short,unsigned short,unsigned short)
unsigned short nMin
5
-include/svtools/ctrlbox.hxx:380
+include/svtools/ctrlbox.hxx:375
+ void FontSizeBox::EnableRelativeMode(unsigned short,unsigned short,unsigned short)
+ unsigned short nStep
+ 5
+include/svtools/ctrlbox.hxx:377
void FontSizeBox::EnablePtRelativeMode(short,short,short)
short nStep
10
-include/svtools/grfmgr.hxx:339
- _Bool GraphicObject::IsCached(const class OutputDevice *,const class Size &,const class GraphicAttr *,enum GraphicManagerDrawFlags) const
- enum GraphicManagerDrawFlags nFlags
- 3
-include/svtools/grfmgr.hxx:449
- void GraphicObject::DrawTiled(class OutputDevice *,const class tools::Rectangle &,const class Size &,const class Size &,enum GraphicManagerDrawFlags,int)
- enum GraphicManagerDrawFlags nFlags
- 3
include/svtools/htmlout.hxx:68
class SvStream & HTMLOutFuncs::Out_Hex(class SvStream &,unsigned long,unsigned char)
unsigned char nLen
2
-include/svtools/imap.hxx:115
+include/svtools/imap.hxx:116
unsigned long ImageMap::Read(class SvStream &,unsigned long)
unsigned long nFormat
4294967295
-include/svtools/roadmapwizard.hxx:69
- void svt::RoadmapWizard::RoadmapWizard(class vcl::Window *,const long)
- const long i_nStyle
- 1280
-include/svtools/roadmapwizard.hxx:207
+include/svtools/roadmapwizard.hxx:203
void svt::RoadmapWizard::updateRoadmapItemLabel(short)
short _nState
2
@@ -886,11 +1098,11 @@ include/svtools/simptabl.hxx:97
void SvSimpleTable::InsertHeaderEntry(const class rtl::OUString &,unsigned short,enum HeaderBarItemBits)
unsigned short nCol
65535
-include/svtools/svtabbx.hxx:106
+include/svtools/svtabbx.hxx:105
void SvTabListBox::SetTabJustify(unsigned short,enum SvTabJustify)
unsigned short nTab
2
-include/svtools/svtabbx.hxx:106
+include/svtools/svtabbx.hxx:105
void SvTabListBox::SetTabJustify(unsigned short,enum SvTabJustify)
enum SvTabJustify
2
@@ -898,39 +1110,43 @@ include/svtools/transfer.hxx:219
void TransferableHelper::RemoveFormat(enum SotClipboardFormatId)
enum SotClipboardFormatId nFormat
59
-include/svtools/transfer.hxx:319
+include/svtools/transfer.hxx:313
_Bool TransferableDataHelper::GetBitmapEx(enum SotClipboardFormatId,class BitmapEx &)
enum SotClipboardFormatId nFormat
2
-include/svtools/transfer.hxx:330
+include/svtools/transfer.hxx:324
_Bool TransferableDataHelper::GetGDIMetaFile(enum SotClipboardFormatId,class GDIMetaFile &,unsigned long)
enum SotClipboardFormatId nFormat
3
-include/svtools/transfer.hxx:336
+include/svtools/transfer.hxx:330
_Bool TransferableDataHelper::GetImageMap(enum SotClipboardFormatId,class ImageMap &)
enum SotClipboardFormatId nFormat
13
-include/svtools/transfer.hxx:351
+include/svtools/transfer.hxx:345
class com::sun::star::uno::Sequence<signed char> TransferableDataHelper::GetSequence(enum SotClipboardFormatId,const class rtl::OUString &)
enum SotClipboardFormatId nFormat
59
-include/svtools/treelistbox.hxx:553
+include/svtools/treelistbox.hxx:550
class SvLBoxTab * SvTreeListBox::GetFirstTab(enum SvLBoxTabFlags,unsigned short &)
enum SvLBoxTabFlags nFlagMask
64
-include/svtools/treelistbox.hxx:554
+include/svtools/treelistbox.hxx:551
void SvTreeListBox::GetLastTab(enum SvLBoxTabFlags,unsigned short &)
enum SvLBoxTabFlags nFlagMask
64
-include/svtools/wizardmachine.hxx:172
- void svt::OWizardMachine::OWizardMachine(class vcl::Window *,const long,enum WizardButtonFlags)
- enum WizardButtonFlags _nButtonFlags
- 31
+include/svtools/unitconv.hxx:43
+ long ControlToItem(long,enum FieldUnit,enum MapUnit)
+ enum FieldUnit eCtrl
+ 5
+include/svtools/valueset.hxx:470
+ void SvtValueSet::ImplInsertItem(struct SvtValueSetItem *const,const unsigned long)
+ const unsigned long nPos
+ -1
include/svtools/wizdlg.hxx:199
long WizardDialog::LogicalCoordinateToPixel(int)
int iCoordinate
6
-include/svx/AccessibleShape.hxx:211
+include/svx/AccessibleShape.hxx:212
_Bool accessibility::AccessibleShape::GetState(short)
short aState
11
@@ -950,51 +1166,55 @@ include/svx/chrtitem.hxx:124
void SvxChartIndicateItem::SvxChartIndicateItem(enum SvxChartIndicate,unsigned short)
unsigned short nId
22
-include/svx/ctredlin.hxx:168
+include/svx/ctredlin.hxx:169
class SvTreeListEntry * SvxRedlinTable::InsertEntry(const class rtl::OUString &,class RedlinData *,class SvTreeListEntry *,unsigned long)
unsigned long nPos
18446744073709551615
-include/svx/dbaexchange.hxx:63
+include/svx/dbaexchange.hxx:58
void svx::OColumnTransferable::OColumnTransferable(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum ColumnTransferFormatFlags)
enum ColumnTransferFormatFlags _nFormats
5
-include/svx/dbaexchange.hxx:84
+include/svx/dbaexchange.hxx:79
void svx::OColumnTransferable::OColumnTransferable(const class svx::ODataAccessDescriptor &,enum ColumnTransferFormatFlags)
enum ColumnTransferFormatFlags _nFormats
7
-include/svx/dbaexchange.hxx:110
+include/svx/dbaexchange.hxx:105
void svx::OColumnTransferable::OColumnTransferable(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,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::sdbc::XConnection> &,enum ColumnTransferFormatFlags)
enum ColumnTransferFormatFlags _nFormats
5
-include/svx/dlgctrl.hxx:110
+include/svx/dialcontrol.hxx:199
+ void svx::SvxDialControl::SetLinkedField(class weld::SpinButton *,int)
+ int nDecimalPlaces
+ 2
+include/svx/dlgctrl.hxx:119
+ void SvxRectCtl::SvxRectCtl(class vcl::Window *,enum RectPoint,unsigned short,unsigned short)
+ unsigned short nCircle
+ 80
+include/svx/dlgctrl.hxx:119
void SvxRectCtl::SvxRectCtl(class vcl::Window *,enum RectPoint,unsigned short,unsigned short)
unsigned short nBorder
200
-include/svx/dlgctrl.hxx:110
+include/svx/dlgctrl.hxx:119
void SvxRectCtl::SvxRectCtl(class vcl::Window *,enum RectPoint,unsigned short,unsigned short)
enum RectPoint eRpt
4
-include/svx/dlgctrl.hxx:110
- void SvxRectCtl::SvxRectCtl(class vcl::Window *,enum RectPoint,unsigned short,unsigned short)
- unsigned short nCircle
- 80
-include/svx/dlgctrl.hxx:112
- void SvxRectCtl::SetControlSettings(enum RectPoint,unsigned short,unsigned short)
+include/svx/dlgctrl.hxx:180
+ void RectCtl::RectCtl(class SvxTabPage *,enum RectPoint,unsigned short)
+ enum RectPoint eRpt
+ 4
+include/svx/dlgctrl.hxx:180
+ void RectCtl::RectCtl(class SvxTabPage *,enum RectPoint,unsigned short)
+ unsigned short nBorder
+ 200
+include/svx/dlgctrl.hxx:181
+ void RectCtl::SetControlSettings(enum RectPoint,unsigned short)
unsigned short nBorder
240
-include/svx/dlgctrl.hxx:112
- void SvxRectCtl::SetControlSettings(enum RectPoint,unsigned short,unsigned short)
- unsigned short nCircl
- 100
-include/svx/dlgctrl.hxx:112
- void SvxRectCtl::SetControlSettings(enum RectPoint,unsigned short,unsigned short)
+include/svx/dlgctrl.hxx:181
+ void RectCtl::SetControlSettings(enum RectPoint,unsigned short)
enum RectPoint eRpt
4
-include/svx/dlgctrl.hxx:239
- void FillAttrLB::FillAttrLB(class vcl::Window *,long)
- long aWB
- 402653448
-include/svx/dlgctrl.hxx:253
+include/svx/dlgctrl.hxx:307
void FillTypeLB::FillTypeLB(class vcl::Window *,long)
long aWB
402653448
@@ -1030,6 +1250,14 @@ include/svx/fmgridcl.hxx:42
void FmGridHeader::FmGridHeader(class BrowseBox *,long)
long nWinBits
1051648
+include/svx/fmview.hxx:89
+ void FmFormView::createControlLabelPair(const class OutputDevice *,int,int,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormats> &,unsigned short,enum SdrInventor,unsigned short,class SdrPage *,class SdrPage *,class SdrModel *,class SdrUnoObj *&,class SdrUnoObj *&)
+ unsigned short _nLabelObjectID
+ 37
+include/svx/fmview.hxx:89
+ void FmFormView::createControlLabelPair(const class OutputDevice *,int,int,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::util::XNumberFormats> &,unsigned short,enum SdrInventor,unsigned short,class SdrPage *,class SdrPage *,class SdrModel *,class SdrUnoObj *&,class SdrUnoObj *&)
+ enum SdrInventor _nInventor
+ 827609170
include/svx/fntctrl.hxx:83
void SvxFontPrevWindow::SetFontEscapement(unsigned char,unsigned char,short)
unsigned char nProp
@@ -1042,55 +1270,63 @@ include/svx/fontworkgallery.hxx:79
void svx::FontWorkGalleryDialog::fillFavorites(unsigned short)
unsigned short nThemeId
37
-include/svx/framelink.hxx:114
- void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle)
+include/svx/framelink.hxx:153
+ void svx::frame::Style::Style(double,double,double,enum SvxBorderLineStyle,double)
double nP
3
-include/svx/galmisc.hxx:166
+include/svx/gallery.hxx:115
+ _Bool GalleryExplorer::FillObjListTitle(const unsigned int,class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &)
+ const unsigned int nThemeId
+ 16
+include/svx/gallery.hxx:122
+ _Bool GalleryExplorer::GetGraphicObj(unsigned int,unsigned int,class Graphic *)
+ unsigned int nThemeId
+ 3
+include/svx/galmisc.hxx:161
void GalleryTransferable::StartDrag(class vcl::Window *,signed char)
signed char nDragSourceActions
5
-include/svx/galmisc.hxx:194
- void GalleryHint::GalleryHint(enum GalleryHintType,const class rtl::OUString &,const class rtl::OUString &,unsigned long)
+include/svx/galmisc.hxx:189
+ void GalleryHint::GalleryHint(enum GalleryHintType,const class rtl::OUString &,const class rtl::OUString &)
enum GalleryHintType nType
2
include/svx/grfcrop.hxx:33
void SvxGrfCrop::SvxGrfCrop(unsigned short)
unsigned short
131
-include/svx/langbox.hxx:103
+include/svx/langbox.hxx:104
int SvxLanguageBoxBase::ImplInsertLanguage(struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,int,short)
int nPos
2147483647
-include/svx/numinf.hxx:38
+include/svx/numinf.hxx:34
void SvxNumberInfoItem::SvxNumberInfoItem(const unsigned short)
const unsigned short nId
10086
-include/svx/numinf.hxx:41
+include/svx/numinf.hxx:37
void SvxNumberInfoItem::SvxNumberInfoItem(class SvNumberFormatter *,const class rtl::OUString &,const unsigned short)
const unsigned short nId
10086
-include/svx/numinf.hxx:43
+include/svx/numinf.hxx:39
void SvxNumberInfoItem::SvxNumberInfoItem(class SvNumberFormatter *,const double &,const unsigned short)
const unsigned short nId
10086
-include/svx/numinf.hxx:46
+include/svx/numinf.hxx:42
void SvxNumberInfoItem::SvxNumberInfoItem(class SvNumberFormatter *,const double &,const class rtl::OUString &,const unsigned short)
const unsigned short nId
10086
-include/svx/ofaitem.hxx:34
+include/svx/ofaitem.hxx:32
void OfaPtrItem::OfaPtrItem(unsigned short,void *)
unsigned short nWhich
11021
-include/svx/ofaitem.hxx:51
+include/svx/ofaitem.hxx:46
void OfaRefItem::OfaRefItem<reference_type>(unsigned short,const Reference<type-parameter-?-?> &)
unsigned short _nWhich
10441
-include/svx/optgrid.hxx:81
+include/svx/optgrid.hxx:77
void SvxGridItem::SvxGridItem(unsigned short)
unsigned short _nWhich
10298
-include/svx/relfld.hxx:44
+include/svx/relfld.hxx:41
void SvxRelativeField::EnableRelativeMode(unsigned short,unsigned short)
unsigned short nMax
999
@@ -1106,23 +1342,31 @@ include/svx/sdtaitm.hxx:39
void SdrTextVertAdjustItem::SdrTextVertAdjustItem(enum SdrTextVertAdjust,unsigned short)
unsigned short nWhich
129
-include/svx/svdhdl.hxx:335
+include/svx/svdetc.hxx:106
+ unsigned short * RemoveWhichRange(const unsigned short *,unsigned short,unsigned short)
+ unsigned short nRangeEnd
+ 4057
+include/svx/svdetc.hxx:106
+ unsigned short * RemoveWhichRange(const unsigned short *,unsigned short,unsigned short)
+ unsigned short nRangeBeg
+ 4003
+include/svx/svdhdl.hxx:334
void SdrHdlLine::SdrHdlLine(class SdrHdl &,class SdrHdl &,enum SdrHdlKind)
enum SdrHdlKind eNewKind
14
-include/svx/svdhdl.hxx:354
+include/svx/svdhdl.hxx:347
void SdrHdlBezWgt::SdrHdlBezWgt(const class SdrHdl *,enum SdrHdlKind)
enum SdrHdlKind eNewKind
10
-include/svx/svdhdl.hxx:379
+include/svx/svdhdl.hxx:378
void ImpEdgeHdl::ImpEdgeHdl(const class Point &,enum SdrHdlKind)
enum SdrHdlKind eNewKind
9
-include/svx/svdhdl.hxx:395
+include/svx/svdhdl.hxx:394
void ImpMeasureHdl::ImpMeasureHdl(const class Point &,enum SdrHdlKind)
enum SdrHdlKind eNewKind
20
-include/svx/svditer.hxx:64
+include/svx/svditer.hxx:60
void SdrObjListIter::SdrObjListIter(const class SdrMarkList &,enum SdrIterMode)
enum SdrIterMode eMode
2
@@ -1130,10 +1374,14 @@ include/svx/svdmodel.hxx:133
void SdrHint::SdrHint(enum SdrHintKind,const class SdrPage *)
enum SdrHintKind eNewHint
2
-include/svx/svdmrkv.hxx:273
+include/svx/svdmrkv.hxx:277
_Bool SdrMarkView::PickMarkedObj(const class Point &,class SdrObject *&,class SdrPageView *&,enum SdrSearchOptions) const
enum SdrSearchOptions nOptions
2048
+include/svx/unoapi.hxx:44
+ class SvxShape * CreateSvxShapeByTypeAndInventor(unsigned short,enum SdrInventor,const class rtl::OUString &)
+ enum SdrInventor nInventor
+ 1917081171
include/svx/xcolit.hxx:45
void XColorItem::XColorItem(unsigned short,const class Color &)
unsigned short nWhich
@@ -1150,60 +1398,88 @@ include/svx/xlnclit.hxx:34
void XLineColorItem::XLineColorItem(int,const class Color &)
int nIndex
-1
-include/svx/xpoly.hxx:74
+include/svx/xoutbmp.hxx:71
+ class Bitmap XOutBitmap::DetectEdges(const class Bitmap &,const unsigned char)
+ const unsigned char cThreshold
+ 128
+include/svx/xpoly.hxx:73
void XPolygon::Insert(unsigned short,const class XPolygon &)
unsigned short nPos
65535
+include/test/sheet/xsheetconditionalentries.hxx:28
+ class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> apitest::XSheetConditionalEntries::createCondition(const int)
+ const int nr
+ 4
+include/test/unoapi_property_testers.hxx:75
+ void testLongProperty(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,const int &)
+ const int & nValue
+ 42
+include/test/unoapi_property_testers.hxx:146
+ void testColorProperty(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,const int &)
+ const int & rValue
+ 305419896
include/toolkit/controls/unocontrolbase.hxx:48
int UnoControlBase::ImplGetPropertyValue_INT32(unsigned short)
unsigned short nProp
74
-include/tools/b3dtrans.hxx:106
+include/tools/b3dtrans.hxx:111
void B3dTransformationSet::SetDeviceRectangle(double,double,double,double)
- double fB
+ double fT
+ 2
+include/tools/b3dtrans.hxx:111
+ void B3dTransformationSet::SetDeviceRectangle(double,double,double,double)
+ double fL
-2
-include/tools/b3dtrans.hxx:106
+include/tools/b3dtrans.hxx:111
void B3dTransformationSet::SetDeviceRectangle(double,double,double,double)
double fR
2
-include/tools/b3dtrans.hxx:106
- void B3dTransformationSet::SetDeviceRectangle(double,double,double,double)
- double fT
- 2
-include/tools/b3dtrans.hxx:106
+include/tools/b3dtrans.hxx:111
void B3dTransformationSet::SetDeviceRectangle(double,double,double,double)
- double fL
+ double fB
-2
-include/tools/gen.hxx:90
+include/tools/datetime.hxx:87
+ class DateTime operator+(const class DateTime &,int)
+ int nDays
+ 10
+include/tools/fract.hxx:71
+ class Fraction & Fraction::operator*=(double)
+ ###1
+ -1
+include/tools/gen.hxx:92
class Point & Point::operator*=(const long)
###1
-1
-include/tools/gen.hxx:91
+include/tools/gen.hxx:93
class Point & Point::operator/=(const long)
###1
2
-include/tools/gen.hxx:96
+include/tools/gen.hxx:98
class Point operator/(const class Point &,const long)
const long nVal2
3
-include/tools/poly.hxx:99
+include/tools/poly.hxx:100
void tools::Polygon::Polygon(const class Point &,const class Point &,const class Point &,const class Point &,unsigned short)
unsigned short nPoints
25
-include/tools/urlobj.hxx:270
+include/tools/urlobj.hxx:271
class rtl::OUString INetURLObject::GetURLNoMark(enum INetURLObject::DecodeMechanism,unsigned short) const
unsigned short eCharset
76
-include/tools/urlobj.hxx:275
+include/tools/urlobj.hxx:276
+ class rtl::OUString INetURLObject::getAbbreviated(const class com::sun::star::uno::Reference<class com::sun::star::util::XStringWidth> &,int,enum INetURLObject::DecodeMechanism,unsigned short) const
+ unsigned short eCharset
+ 76
+include/tools/urlobj.hxx:276
class rtl::OUString INetURLObject::getAbbreviated(const class com::sun::star::uno::Reference<class com::sun::star::util::XStringWidth> &,int,enum INetURLObject::DecodeMechanism,unsigned short) const
enum INetURLObject::DecodeMechanism eMechanism
3
-include/tools/urlobj.hxx:275
- class rtl::OUString INetURLObject::getAbbreviated(const class com::sun::star::uno::Reference<class com::sun::star::util::XStringWidth> &,int,enum INetURLObject::DecodeMechanism,unsigned short) const
+include/tools/urlobj.hxx:294
+ _Bool INetURLObject::SetURL(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,unsigned short)
unsigned short eCharset
76
-include/tools/urlobj.hxx:293
- _Bool INetURLObject::SetURL(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,unsigned short)
+include/tools/urlobj.hxx:344
+ class rtl::OUString INetURLObject::GetAbsURL(const class rtl::OUString &,const class rtl::OUString &,enum INetURLObject::EncodeMechanism,enum INetURLObject::DecodeMechanism,unsigned short)
unsigned short eCharset
76
include/tools/urlobj.hxx:351
@@ -1239,11 +1515,11 @@ include/tools/urlobj.hxx:438
unsigned short eCharset
76
include/tools/urlobj.hxx:443
- class rtl::OUString INetURLObject::GetHostPort(enum INetURLObject::DecodeMechanism,unsigned short)
+ class rtl::OUString INetURLObject::GetHostPort(enum INetURLObject::DecodeMechanism,unsigned short) const
enum INetURLObject::DecodeMechanism eMechanism
2
include/tools/urlobj.hxx:443
- class rtl::OUString INetURLObject::GetHostPort(enum INetURLObject::DecodeMechanism,unsigned short)
+ class rtl::OUString INetURLObject::GetHostPort(enum INetURLObject::DecodeMechanism,unsigned short) const
unsigned short eCharset
76
include/tools/urlobj.hxx:462
@@ -1264,12 +1540,12 @@ include/tools/urlobj.hxx:600
76
include/tools/urlobj.hxx:624
_Bool INetURLObject::setBase(const class rtl::OUString &,int,enum INetURLObject::EncodeMechanism,unsigned short)
- unsigned short eCharset
- 76
-include/tools/urlobj.hxx:624
- _Bool INetURLObject::setBase(const class rtl::OUString &,int,enum INetURLObject::EncodeMechanism,unsigned short)
int nIndex
-1
+include/tools/urlobj.hxx:624
+ _Bool INetURLObject::setBase(const class rtl::OUString &,int,enum INetURLObject::EncodeMechanism,unsigned short)
+ unsigned short eCharset
+ 76
include/tools/urlobj.hxx:653
class rtl::OUString INetURLObject::getExtension(int,_Bool,enum INetURLObject::DecodeMechanism,unsigned short) const
unsigned short eCharset
@@ -1314,51 +1590,59 @@ include/tools/urlobj.hxx:929
void INetURLObject::SetName(const class rtl::OUString &,enum INetURLObject::EncodeMechanism,unsigned short)
unsigned short eCharset
76
-include/tools/urlobj.hxx:1056
+include/tools/urlobj.hxx:1057
_Bool INetURLObject::setUser(const class rtl::OUString &,unsigned short)
unsigned short eCharset
76
-include/tools/urlobj.hxx:1062
+include/tools/urlobj.hxx:1063
_Bool INetURLObject::setPassword(const class rtl::OUString &,unsigned short)
unsigned short eCharset
76
-include/tools/urlobj.hxx:1077
+include/tools/urlobj.hxx:1078
_Bool INetURLObject::setHost(const class rtl::OUString &,unsigned short)
unsigned short eCharset
76
-include/tools/urlobj.hxx:1151
- void INetURLObject::changeScheme(enum INetProtocol)
- enum INetProtocol eTargetScheme
- 25
include/ucbhelper/simpleinteractionrequest.hxx:76
void ucbhelper::SimpleInteractionRequest::SimpleInteractionRequest(const class com::sun::star::uno::Any &,const enum ContinuationFlags)
const enum ContinuationFlags nContinuations
12
-include/unotools/compatibility.hxx:205
+include/unotools/compatibility.hxx:206
void SvtCompatibilityOptions::SetDefault(enum SvtCompatibilityEntry::Index,_Bool)
enum SvtCompatibilityEntry::Index rIdx
12
+include/unotools/confignode.hxx:271
+ class utl::OConfigurationTreeRoot utl::OConfigurationTreeRoot::tryCreateWithComponentContext(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,int,enum utl::OConfigurationTreeRoot::CREATION_MODE)
+ int _nDepth
+ -1
include/unotools/configvaluecontainer.hxx:80
void utl::OConfigurationValueContainer::OConfigurationValueContainer(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,class osl::Mutex &,const char *,const int)
const int _nLevels
2
+include/unotools/fontdefs.hxx:47
+ class rtl::OUString GetSubsFontName(const class rtl::OUString &,enum SubsFontFlags)
+ enum SubsFontFlags nFlags
+ 3
+include/unotools/useroptions.hxx:89
+ void SvtUserOptions::SetBoolValue(enum UserOptToken,_Bool)
+ enum UserOptToken nToken
+ 19
include/vcl/alpha.hxx:61
_Bool AlphaMask::Replace(const class Bitmap &,unsigned char)
unsigned char rReplaceTransparency
255
-include/vcl/bitmapaccess.hxx:284
- void BitmapReadAccess::BitmapReadAccess(class Bitmap &,enum BitmapAccessMode)
- enum BitmapAccessMode nMode
+include/vcl/bitmap.hxx:189
+ _Bool Bitmap::Dither(enum BmpDitherFlags)
+ enum BmpDitherFlags nDitherFlags
2
-include/vcl/btndlg.hxx:53
- void ButtonDialog::ButtonDialog(class vcl::Window *,long)
- long nStyle
- 5376
-include/vcl/btndlg.hxx:77
- void ButtonDialog::ButtonDialog(enum WindowType)
- enum WindowType nType
- 304
-include/vcl/dockwin.hxx:143
+include/vcl/BitmapAlphaClampFilter.hxx:23
+ void BitmapAlphaClampFilter::BitmapAlphaClampFilter(unsigned char)
+ unsigned char cThreshold
+ 253
+include/vcl/bitmapex.hxx:433
+ void BitmapEx::CombineMaskOr(class Color,unsigned char)
+ unsigned char nTol
+ 9
+include/vcl/dockwin.hxx:146
void ImplDockingWindowWrapper::ShowTitleButton(enum TitleButton,_Bool)
enum TitleButton nButton
4
@@ -1366,6 +1650,14 @@ include/vcl/errinf.hxx:188
void TwoStringErrorInfo::TwoStringErrorInfo(class ErrCode,const class rtl::OUString &,const class rtl::OUString &,enum DialogMask)
enum DialogMask nMask
4097
+include/vcl/field.hxx:523
+ double MetricField::ConvertDoubleValue(long,unsigned short,enum FieldUnit,enum MapUnit)
+ enum MapUnit eOutUnit
+ 9
+include/vcl/floatwin.hxx:166
+ class Point FloatingWindow::CalcFloatingPosition(class vcl::Window *,const class tools::Rectangle &,enum FloatWinPopupFlags,unsigned short &)
+ enum FloatWinPopupFlags nFlags
+ 16
include/vcl/font.hxx:91
void vcl::Font::IncreaseQualityBy(int)
int
@@ -1374,6 +1666,18 @@ include/vcl/font.hxx:92
void vcl::Font::DecreaseQualityBy(int)
int
100
+include/vcl/GraphicObject.hxx:378
+ void GraphicObject::DrawTiled(class OutputDevice *,const class tools::Rectangle &,const class Size &,const class Size &,enum GraphicManagerDrawFlags,int)
+ enum GraphicManagerDrawFlags nFlags
+ 3
+include/vcl/IDialogRenderable.hxx:38
+ void vcl::ILibreOfficeKitNotifier::libreOfficeKitViewCallback(int,const char *) const
+ int nType
+ 18
+include/vcl/listctrl.hxx:46
+ void ListControl::addEntry(class VclPtr<class vcl::Window>,unsigned int)
+ unsigned int nPos
+ 65535
include/vcl/lstbox.hxx:113
void ListBox::ListBox(enum WindowType)
enum WindowType nType
@@ -1382,23 +1686,35 @@ include/vcl/outdev.hxx:1164
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/texteng.hxx:148
+include/vcl/print.hxx:682
+ 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:682
+ 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
+include/vcl/texteng.hxx:145
class TextPaM TextEngine::ImpInsertText(const class TextSelection &,char16_t,_Bool)
char16_t c
9
-include/vcl/vclevent.hxx:226
+include/vcl/vclevent.hxx:228
void VclAccessibleEvent::VclAccessibleEvent(enum VclEventId,const class com::sun::star::uno::Reference<class com::sun::star::accessibility::XAccessible> &)
enum VclEventId n
- 36
-include/vcl/vclptr.hxx:129
- VclPtr<T> VclPtr::Create(type-parameter-?-? &&...)
- ###9
- 100
-include/vcl/window.hxx:1181
+ 38
+include/vcl/weld.hxx:218
+ class weld::Button * weld::Dialog::get_widget_for_response(int)
+ int response
+ 5
+include/vcl/weld.hxx:482
+ void weld::Entry::select_region(int,int)
+ int nEndPos
+ -1
+include/vcl/window.hxx:1203
void vcl::Window::InvertTracking(const class tools::Polygon &,enum ShowTrackFlags)
enum ShowTrackFlags nFlags
4097
-include/vcl/window.hxx:1550
+include/vcl/window.hxx:1596
void vcl::Window::SimulateKeyPress(unsigned short) const
unsigned short nKeyCode
1312
@@ -1410,11 +1726,11 @@ include/vcl/wrkwin.hxx:70
void WorkWindow::WorkWindow(class vcl::Window *,const class com::sun::star::uno::Any &,long)
long nStyle
1312
-include/xmloff/txtparae.hxx:400
+include/xmloff/txtparae.hxx:404
void XMLTextParagraphExport::exportListAndSectionChange(class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,class MultiPropertySetHelper &,short,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextContent> &,const class XMLTextNumRuleInfo &,const class XMLTextNumRuleInfo &,_Bool)
short nTextSectionId
5
-include/xmloff/txtparae.hxx:428
+include/xmloff/txtparae.hxx:432
void XMLTextParagraphExport::Add(unsigned short,class MultiPropertySetHelper &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &)
unsigned short nFamily
100
@@ -1430,15 +1746,15 @@ include/xmloff/xmlerror.hxx:135
void XMLErrors::ThrowErrorAsSAXException(int)
int nIdMask
1073741824
-include/xmloff/xmlexp.hxx:273
+include/xmloff/xmlexp.hxx:276
void SvXMLExport::SvXMLExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,const class rtl::OUString &,const short,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XDocumentHandler> &)
const short eDefaultMeasureUnit
3
-include/xmloff/xmlexp.hxx:339
+include/xmloff/xmlexp.hxx:342
void SvXMLExport::AddAttributeASCII(unsigned short,const char *,const char *)
unsigned short nPrefix
24
-include/xmloff/xmlexp.hxx:514
+include/xmloff/xmlexp.hxx:516
void SvXMLExport::SetError(int,const class com::sun::star::uno::Sequence<class rtl::OUString> &)
int nId
1074266113
@@ -1446,7 +1762,7 @@ include/xmloff/xmlexppr.hxx:131
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:473
+include/xmloff/xmlimp.hxx:480
void SvXMLImport::SetError(int,const class rtl::OUString &,const class rtl::OUString &)
int nId
268566538
@@ -1465,43 +1781,47 @@ include/xmloff/xmlnumfi.hxx:199
include/xmloff/XMLSettingsExportContext.hxx:37
void xmloff::XMLSettingsExportContext::AddAttribute(enum xmloff::token::XMLTokenEnum,const class rtl::OUString &)
enum xmloff::token::XMLTokenEnum i_eName
- 1202
+ 1211
include/xmloff/XMLSettingsExportContext.hxx:39
void xmloff::XMLSettingsExportContext::AddAttribute(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum)
enum xmloff::token::XMLTokenEnum i_eName
- 1848
-lotuswordpro/source/filter/bento.hxx:217
- enum OpenStormBento::BenError OpenStormBento::LtcBenContainer::SeekFromEnd(long)
- long Offset
- -24
-lotuswordpro/source/filter/tocread.hxx:82
- enum OpenStormBento::BenError OpenStormBento::CBenTOCReader::GetData(void *,unsigned long)
- unsigned long Amt
- 4
-lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx:94
+ 1860
+lotuswordpro/inc/xfilter/xfdrawstyle.hxx:95
void XFDrawStyle::SetLineDashStyle(enum enumXFLineStyle,double,double,double)
enum enumXFLineStyle style
3
-lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx:116
+lotuswordpro/inc/xfilter/xfdrawstyle.hxx:117
void XFDrawStyle::SetFontWorkStyle(enum enumXFFWStyle,enum enumXFFWAdjust)
enum enumXFFWStyle eStyle
4
-lotuswordpro/source/filter/xfilter/xffont.hxx:202
+lotuswordpro/inc/xfilter/xffont.hxx:202
void XFFont::SetPosition(_Bool,short,short)
short pos
33
-lotuswordpro/source/filter/xfilter/xffont.hxx:202
+lotuswordpro/inc/xfilter/xffont.hxx:202
void XFFont::SetPosition(_Bool,short,short)
short scale
58
-lotuswordpro/source/filter/xfilter/xfindex.hxx:100
- void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &)
- char16_t delimiter
- 100
-lotuswordpro/source/filter/xfilter/xfindex.hxx:100
+lotuswordpro/inc/xfilter/xfindex.hxx:100
void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &)
enum enumXFTab type
3
+lotuswordpro/inc/xfilter/xfindex.hxx:100
+ void XFIndexTemplate::AddTabEntry(enum enumXFTab,double,char16_t,char16_t,const class rtl::OUString &)
+ char16_t delimiter
+ 100
+lotuswordpro/source/filter/bento.hxx:216
+ enum OpenStormBento::BenError OpenStormBento::LtcBenContainer::SeekFromEnd(long)
+ long Offset
+ -24
+lotuswordpro/source/filter/tocread.hxx:82
+ enum OpenStormBento::BenError OpenStormBento::CBenTOCReader::GetData(void *,unsigned long)
+ unsigned long Amt
+ 4
+mysqlc/source/mysqlc_preparedstatement.cxx:52
+ char * my_i_to_a(char *,unsigned long,int)
+ unsigned long buf_size
+ 19
o3tl/qa/cow_wrapper_clients.hxx:69
void o3tltests::cow_wrapper_client2::cow_wrapper_client2(int)
int nVal
@@ -1514,14 +1834,38 @@ o3tl/qa/cow_wrapper_clients.hxx:132
void o3tltests::cow_wrapper_client4::cow_wrapper_client4(int)
int
4
+oox/source/core/xmlfilterbase.cxx:584
+ 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:601
+ void writeElement(const class std::shared_ptr<class sax_fastparser::FastSerializerHelper> &,int,const class LanguageTag &)
+ int nXmlElement
+ 109972365
+oox/source/drawingml/table/tableproperties.cxx:103
+ void SetTableStyleProperties(class oox::drawingml::table::TableStyle *&,int,int,int)
+ int tblTextClr
+ 1844
+oox/source/export/vmlexport.cxx:329
+ void impl_AddInt(class sax_fastparser::FastAttributeList *,int,unsigned int)
+ int nElement
+ 5720
reportdesign/source/filter/xml/xmlStyleImport.hxx:73
void rptxml::OControlStyleContext::AddProperty(short,const class com::sun::star::uno::Any &)
short nContextID
28673
+reportdesign/source/ui/inc/UITools.hxx:143
+ class SdrObject * isOver(const class tools::Rectangle &,const class SdrPage &,const class SdrView &,_Bool,class SdrUnoObj **,int)
+ int _nIgnoreListLength
+ 2
sal/osl/unx/file_path_helper.cxx:164
void path_list_iterator::path_list_iterator(const class rtl::OUString &,char16_t)
char16_t list_separator
58
+sal/osl/unx/file_url.cxx:377
+ _Bool _islastchr(char16_t *,char16_t)
+ char16_t Chr
+ 47
sal/osl/unx/file_url.cxx:744
unsigned long (anonymous namespace)::UnicodeToTextConverter_Impl::convert(const char16_t *,unsigned long,char *,unsigned long,unsigned int,unsigned int *,unsigned long *)
unsigned int nFlags
@@ -1530,6 +1874,34 @@ sal/osl/unx/file_url.cxx:797
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
+ int TextToUnicode(const char *,unsigned long,char16_t *,int)
+ int unic_text_buffer_size
+ 4096
+sal/osl/unx/nlsupport.cxx:104
+ char * compose_locale(struct _rtl_Locale *,char *,unsigned long)
+ unsigned long n
+ 64
+sal/osl/unx/profile.cxx:132
+ void osl_ProfileGenerateExtension(const char *,const char *,char *,int)
+ int BufferMaxLen
+ 4096
+sal/osl/unx/readwrite_helper.hxx:20
+ _Bool safeRead(int,void *,unsigned int)
+ unsigned int count
+ 511
+sal/osl/unx/socket.cxx:284
+ struct oslSocketImpl * createSocketImpl(int)
+ int Socket
+ -1
+sal/osl/unx/uunxapi.hxx:93
+ int mkdir(const class rtl::OUString &,unsigned int)
+ unsigned int aMode
+ 511
+sal/qa/osl/file/osl_File.cxx:105
+ _Bool t_compareTime(struct TimeValue *,struct TimeValue *,int)
+ int nDelta
+ 2000
sax/inc/xml2utf.hxx:55
void sax_expatwrap::Unicode2TextConverter::Unicode2TextConverter(unsigned short)
unsigned short encoding
@@ -1538,11 +1910,15 @@ sax/inc/xml2utf.hxx:93
int sax_expatwrap::XMLFile2UTFConverter::readAndConvert(class com::sun::star::uno::Sequence<signed char> &,int)
int nMaxToRead
16384
-sc/inc/AccessibleFilterMenu.hxx:50
+sax/source/tools/converter.cxx:996
+ enum sax::Result readUnsignedNumberMaxDigits(int,const class rtl::OUString &,int &,int &)
+ int maxDigits
+ 9
+sc/inc/AccessibleFilterMenu.hxx:47
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:327
+sc/inc/address.hxx:328
void ScAddress::Format(class rtl::OStringBuffer &,enum ScRefFlags,const class ScDocument *,const struct ScAddress::Details &) const
enum ScRefFlags nFlags
32768
@@ -1550,15 +1926,15 @@ sc/inc/autoform.hxx:125
void ScAfVersions::Write(class SvStream &,unsigned short)
unsigned short fileVersion
5050
-sc/inc/autoform.hxx:294
+sc/inc/autoform.hxx:298
void ScAutoFormatData::CopyItem(unsigned short,unsigned short,unsigned short)
unsigned short nWhich
150
-sc/inc/autoform.hxx:304
+sc/inc/autoform.hxx:308
_Bool ScAutoFormatData::Save(class SvStream &,unsigned short)
unsigned short fileVersion
5050
-sc/inc/cellsuno.hxx:498
+sc/inc/cellsuno.hxx:505
void ScCellRangeObj::SetArrayFormula_Impl(const class rtl::OUString &,const enum formula::FormulaGrammar::Grammar)
const enum formula::FormulaGrammar::Grammar eGrammar
16908294
@@ -1566,95 +1942,91 @@ sc/inc/cellvalues.hxx:69
void sc::CellValues::reset(unsigned long)
unsigned long nSize
1048576
-sc/inc/chgtrack.hxx:248
+sc/inc/chgtrack.hxx:240
void ScChangeAction::ScChangeAction(enum ScChangeActionType,const class ScBigRange &,const unsigned long)
enum ScChangeActionType
8
-sc/inc/colcontainer.hxx:37
+sc/inc/colcontainer.hxx:35
void ScColContainer::ScColContainer(const unsigned long)
const unsigned long nSize
1024
-sc/inc/column.hxx:252
+sc/inc/column.hxx:245
void ScColumn::GetUnprotectedCells(int,int,class ScRangeList &) const
int nEndRow
1048575
-sc/inc/column.hxx:266
+sc/inc/column.hxx:259
void ScColumn::DeleteRanges(const class std::__debug::vector<struct sc::RowSpan, class std::allocator<struct sc::RowSpan> > &,enum InsertDeleteFlags)
enum InsertDeleteFlags nDelFlag
2071
-sc/inc/column.hxx:512
+sc/inc/column.hxx:509
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:593
+sc/inc/column.hxx:594
void ScColumn::BroadcastRows(int,int,enum SfxHintId)
enum SfxHintId nHint
54
-sc/inc/columnspanset.hxx:60
+sc/inc/columnspanset.hxx:59
void sc::ColumnSpanSet::ColumnType::ColumnType(int,int,_Bool)
int nEnd
1048575
-sc/inc/columnspanset.hxx:134
+sc/inc/columnspanset.hxx:133
void sc::SingleColumnSpanSet::scan(struct sc::ColumnBlockConstPosition &,const class ScColumn &,int,int)
int nEnd
1048575
-sc/inc/compressedarray.hxx:153
- void ScBitMaskCompressedArray::ScBitMaskCompressedArray<A, D>(type-parameter-?-?,const type-parameter-?-? &,unsigned long)
- unsigned long nDeltaP
- 4
-sc/inc/compressedarray.hxx:153
- void ScBitMaskCompressedArray::ScBitMaskCompressedArray<A, D>(type-parameter-?-?,const type-parameter-?-? &,unsigned long)
- type-parameter-?-? nMaxAccessP
+sc/inc/compiler.hxx:445
+ void ScCompiler::MoveRelWrap(const class ScTokenArray &,const class ScDocument *,const class ScAddress &,short,int)
+ int nMaxRow
1048575
-sc/inc/compressedarray.hxx:163
+sc/inc/compiler.hxx:445
+ void ScCompiler::MoveRelWrap(const class ScTokenArray &,const class ScDocument *,const class ScAddress &,short,int)
+ short nMaxCol
+ 1023
+sc/inc/compressedarray.hxx:174
void ScBitMaskCompressedArray::AndValue(type-parameter-?-?,const type-parameter-?-? &)
const type-parameter-?-? & rValueToAnd
7
-sc/inc/compressedarray.hxx:169
+sc/inc/compressedarray.hxx:180
void ScBitMaskCompressedArray::CopyFromAnded(const ScBitMaskCompressedArray<A, D> &,type-parameter-?-?,type-parameter-?-?,const type-parameter-?-? &)
const type-parameter-?-? & rValueToAnd
8
-sc/inc/compressedarray.hxx:176
+sc/inc/compressedarray.hxx:187
type-parameter-?-? ScBitMaskCompressedArray::GetLastAnyBitAccess(const type-parameter-?-? &) const
const type-parameter-?-? & rBitMask
15
-sc/inc/document.hxx:1206
+sc/inc/document.hxx:1264
_Bool ScDocument::CompileErrorCells(enum FormulaError)
enum FormulaError nErrCode
525
-sc/inc/document.hxx:1524
+sc/inc/document.hxx:1586
void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &)
enum InsertDeleteFlags nFlags
2303
-sc/inc/document.hxx:1524
+sc/inc/document.hxx:1586
void ScDocument::UndoToDocument(short,int,short,short,int,short,enum InsertDeleteFlags,_Bool,class ScDocument &)
short nCol2
1023
-sc/inc/document.hxx:1695
+sc/inc/document.hxx:1769
void ScDocument::DeleteSelectionTab(short,enum InsertDeleteFlags,const class ScMarkData &)
enum InsertDeleteFlags nDelFlag
2303
-sc/inc/document.hxx:1752
+sc/inc/document.hxx:1826
void ScDocument::SetRowFlags(int,int,short,enum CRFlags)
int nEndRow
1048575
-sc/inc/document.hxx:1752
+sc/inc/document.hxx:1826
void ScDocument::SetRowFlags(int,int,short,enum CRFlags)
enum CRFlags nNewFlags
8
-sc/inc/document.hxx:1782
+sc/inc/document.hxx:1856
int ScDocument::LastNonFilteredRow(int,int,short) const
int nEndRow
1048575
-sc/inc/document.hxx:2060
+sc/inc/document.hxx:2156
void ScDocument::BroadcastCells(const class ScRange &,enum SfxHintId,_Bool)
enum SfxHintId nHint
34
-sc/inc/document.hxx:2324
- class ScColumnsRange ScDocument::GetColumnsRange(short,short,short) const
- short nColEnd
- 1023
-sc/inc/dpsave.hxx:318
+sc/inc/dpsave.hxx:317
class ScDPSaveDimension * ScDPSaveData::GetFirstDimension(enum com::sun::star::sheet::DataPilotFieldOrientation)
enum com::sun::star::sheet::DataPilotFieldOrientation eOrientation
4
@@ -1662,10 +2034,22 @@ sc/inc/externalrefmgr.hxx:796
void ScExternalRefManager::purgeStaleSrcDocument(int)
int nTimeOut
30000
-sc/inc/formulacell.hxx:352
+sc/inc/formulacell.hxx:356
void ScFormulaCell::AddRecalcMode(enum ScRecalcMode)
enum ScRecalcMode
8
+sc/inc/global.hxx:631
+ void ScGlobal::AddQuotes(class rtl::OUString &,char16_t,_Bool)
+ char16_t cQuote
+ 34
+sc/inc/global.hxx:638
+ void ScGlobal::EraseQuotes(class rtl::OUString &,char16_t,_Bool)
+ char16_t cQuote
+ 34
+sc/inc/global.hxx:654
+ const char16_t * ScGlobal::FindUnquoted(const char16_t *,char16_t)
+ char16_t cChar
+ 46
sc/inc/nameuno.hxx:64
void ScNamedRangeObj::Modify_Impl(const class rtl::OUString *,const class ScTokenArray *,const class rtl::OUString *,const class ScAddress *,const enum ScRangeData::Type *,const enum formula::FormulaGrammar::Grammar)
const enum formula::FormulaGrammar::Grammar eGrammar
@@ -1674,7 +2058,55 @@ sc/inc/optutil.hxx:44
void ScLinkConfigItem::ScLinkConfigItem(const class rtl::OUString &,enum ConfigItemMode)
enum ConfigItemMode nMode
2
-sc/inc/scmod.hxx:252
+sc/inc/rangeutl.hxx:104
+ int ScRangeStringConverter::GetTokenCount(const class rtl::OUString &,char16_t)
+ char16_t cSeparator
+ 32
+sc/inc/rangeutl.hxx:120
+ _Bool ScRangeStringConverter::GetAddressFromString(class ScAddress &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t,char16_t)
+ char16_t cQuote
+ 39
+sc/inc/rangeutl.hxx:120
+ _Bool ScRangeStringConverter::GetAddressFromString(class ScAddress &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t,char16_t)
+ char16_t cSeparator
+ 32
+sc/inc/rangeutl.hxx:136
+ _Bool ScRangeStringConverter::GetRangeListFromString(class ScRangeList &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,char16_t)
+ char16_t cQuote
+ 39
+sc/inc/rangeutl.hxx:144
+ _Bool ScRangeStringConverter::GetAreaFromString(class ScArea &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t)
+ char16_t cSeparator
+ 32
+sc/inc/rangeutl.hxx:153
+ _Bool ScRangeStringConverter::GetRangeFromString(struct com::sun::star::table::CellRangeAddress &,const class rtl::OUString &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,int &,char16_t)
+ char16_t cSeparator
+ 32
+sc/inc/rangeutl.hxx:178
+ void ScRangeStringConverter::GetStringFromRangeList(class rtl::OUString &,const class ScRangeList *,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t)
+ char16_t cSeparator
+ 32
+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)
+ char16_t cSeparator
+ 32
+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 ScRefFlags nFormatFlags
+ 32776
+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)
+ char16_t cSeparator
+ 32
+sc/inc/rangeutl.hxx:202
+ void ScRangeStringConverter::GetStringFromRange(class rtl::OUString &,const struct com::sun::star::table::CellRangeAddress &,const class ScDocument *,enum formula::FormulaGrammar::AddressConvention,char16_t,_Bool,enum ScRefFlags)
+ enum ScRefFlags nFormatFlags
+ 32776
+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
class vcl::Window * ScModule::Find1RefWindow(unsigned short,class vcl::Window *)
unsigned short nSlotId
26161
@@ -1686,74 +2118,134 @@ sc/inc/stlpool.hxx:54
class ScStyleSheet * ScStyleSheetPool::FindCaseIns(const class rtl::OUString &,enum SfxStyleFamily)
enum SfxStyleFamily eFam
2
-sc/inc/table.hxx:414
+sc/inc/stringutil.hxx:151
+ _Bool ScStringUtil::parseSimpleNumber(const char *,unsigned long,char,char,double &)
+ char dsep
+ 46
+sc/inc/stringutil.hxx:151
+ _Bool ScStringUtil::parseSimpleNumber(const char *,unsigned long,char,char,double &)
+ char gsep
+ 44
+sc/inc/table.hxx:416
void ScTable::SetFormula(short,int,const class ScTokenArray &,enum formula::FormulaGrammar::Grammar)
enum formula::FormulaGrammar::Grammar eGram
65539
-sc/inc/table.hxx:666
+sc/inc/table.hxx:674
_Bool ScTable::HasAttribSelection(const class ScMarkData &,enum HasAttrFlags) const
enum HasAttrFlags nMask
8
-sc/inc/table.hxx:767
+sc/inc/table.hxx:781
void ScTable::SetOptimalHeightOnly(class sc::RowHeightContext &,int,int,class ScProgress *,unsigned long)
int nEndRow
1048575
-sc/inc/tokenarray.hxx:254
+sc/inc/tokenarray.hxx:262
void ScTokenArray::WrapReference(const class ScAddress &,short,int)
short nMaxCol
255
-sc/inc/tokenarray.hxx:254
+sc/inc/tokenarray.hxx:262
void ScTokenArray::WrapReference(const class ScAddress &,short,int)
int nMaxRow
65535
-sc/inc/tokenarray.hxx:255
- _Bool ScTokenArray::NeedsWrapReference(const class ScAddress &,short,int) const
- int nMaxRow
- 65535
-sc/inc/tokenarray.hxx:255
+sc/inc/tokenarray.hxx:263
_Bool ScTokenArray::NeedsWrapReference(const class ScAddress &,short,int) const
short nMaxCol
255
-sc/inc/zforauto.hxx:39
+sc/inc/tokenarray.hxx:263
+ _Bool ScTokenArray::NeedsWrapReference(const class ScAddress &,short,int) const
+ int nMaxRow
+ 65535
+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
+ 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/unit/subsequent_export-test.cxx:1374
+ _Bool ::isOverline(const struct editeng::Section &,enum FontLineStyle)
+ enum FontLineStyle eStyle
+ 2
+sc/qa/unit/subsequent_export-test.cxx:1391
+ _Bool ::isUnderline(const struct editeng::Section &,enum FontLineStyle)
+ enum FontLineStyle eStyle
+ 2
+sc/qa/unit/ucalc.cxx:1138
+ _Bool checkRelativeRefToken(class ScDocument &,const class ScAddress &,short,int)
+ short nRelCol
+ -1
sc/qa/unit/ucalc.hxx:30
void FormulaGrammarSwitch::FormulaGrammarSwitch(class ScDocument *,enum formula::FormulaGrammar::Grammar)
enum formula::FormulaGrammar::Grammar eGrammar
17104900
-sc/qa/unit/ucalc_formula.cxx:7706
+sc/qa/unit/ucalc.hxx:52
+ void Test::pasteOneCellFromClip(class ScDocument *,const class ScRange &,class ScDocument *,enum InsertDeleteFlags)
+ enum InsertDeleteFlags eFlags
+ 2303
+sc/qa/unit/ucalc_formula.cxx:7858
+ void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int)
+ int nEnd1
+ 159
+sc/qa/unit/ucalc_formula.cxx:7858
void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int)
int nTotalRows
330
-sc/qa/unit/ucalc_formula.cxx:7706
+sc/qa/unit/ucalc_formula.cxx:7858
void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int)
int nStart2
169
-sc/qa/unit/ucalc_formula.cxx:7706
+sc/qa/unit/ucalc_formula.cxx:7858
void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int)
int nStart1
9
-sc/qa/unit/ucalc_formula.cxx:7706
+sc/qa/unit/ucalc_formula.cxx:7858
void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int)
int nEnd2
319
-sc/qa/unit/ucalc_formula.cxx:7706
- void (anonymous namespace)::ColumnTest::ColumnTest(class ScDocument *,int,int,int,int,int)
- int nEnd1
- 159
-sc/source/core/data/documen8.cxx:509
+sc/source/core/data/documen3.cxx:1724
+ _Bool lcl_AddTwipsWhile(long &,long,int &,int,const class ScTable *,_Bool)
+ int nEndRow
+ 1048575
+sc/source/core/data/documen8.cxx:534
void (anonymous namespace)::IdleCalcTextWidthScope::incCol(short)
short nInc
-1
-sc/source/core/data/segmenttree.cxx:254
+sc/source/core/data/dpoutput.cxx:313
+ void lcl_SetFrame(class ScDocument *,short,short,int,short,int,unsigned short)
+ unsigned short nWidth
+ 20
+sc/source/core/data/segmenttree.cxx:265
void ScFlatUInt16SegmentsImpl::ScFlatUInt16SegmentsImpl(int,unsigned short)
int nMax
1048575
-sc/source/core/tool/compiler.cxx:1239
+sc/source/core/tool/compiler.cxx:1236
void ConventionXL_A1::ConventionXL_A1(enum formula::FormulaGrammar::AddressConvention)
enum formula::FormulaGrammar::AddressConvention eConv
4
+sc/source/core/tool/compiler.cxx:1946
+ _Bool lcl_isUnicodeIgnoreAscii(const char16_t *,const char *,unsigned long)
+ unsigned long n
+ 4
+sc/source/core/tool/editutil.cxx:85
+ class rtl::OUString lcl_GetDelimitedString(const class EditTextObject &,const char)
+ const char c
+ 10
+sc/source/core/tool/scmatrix.cxx:350
+ unsigned long GetElementsMax(unsigned long)
+ unsigned long nMemory
+ 6442450944
+sc/source/filter/excel/xechart.cxx:138
+ void lclSaveRecord(class XclExpStream &,const class std::shared_ptr<class XclExpRecordBase> &,unsigned short,type-parameter-?-?)
+ unsigned short nRecId
+ 4129
+sc/source/filter/excel/xechart.cxx:148
+ void lclSaveRecord(class XclExpStream &,type-parameter-?-? *,unsigned short,type-parameter-?-?)
+ unsigned short nRecId
+ 4124
+sc/source/filter/excel/xechart.cxx:565
+ class std::shared_ptr<class XclExpChLineFormat> lclCreateLineFormat(const class XclExpChRoot &,const class ScfPropertySet &,enum XclChObjectType)
+ enum XclChObjectType eObjType
+ 9
sc/source/filter/excel/xelink.cxx:295
void XclExpSupbook::XclExpSupbook(const class XclExpRoot &,const class rtl::OUString &,enum XclSupbookType)
enum XclSupbookType
@@ -1762,18 +2254,18 @@ sc/source/filter/excel/xepage.cxx:341
void XclExpXmlStartHeaderFooterElementRecord::XclExpXmlStartHeaderFooterElementRecord(const int)
const int nElement
2612
-sc/source/filter/inc/addressconverter.hxx:483
+sc/source/filter/inc/addressconverter.hxx:487
void oox::xls::AddressConverter::initializeMaxPos(short,int,int)
int nMaxXlsCol
16383
-sc/source/filter/inc/addressconverter.hxx:483
- void oox::xls::AddressConverter::initializeMaxPos(short,int,int)
- short nMaxXlsTab
- 32767
-sc/source/filter/inc/addressconverter.hxx:483
+sc/source/filter/inc/addressconverter.hxx:487
void oox::xls::AddressConverter::initializeMaxPos(short,int,int)
int nMaxXlsRow
1048575
+sc/source/filter/inc/addressconverter.hxx:487
+ void oox::xls::AddressConverter::initializeMaxPos(short,int,int)
+ short nMaxXlsTab
+ 32767
sc/source/filter/inc/formulabase.hxx:276
void oox::xls::ApiTokenVector::reserve(unsigned long)
unsigned long n
@@ -1782,7 +2274,11 @@ sc/source/filter/inc/formulabase.hxx:763
void oox::xls::FormulaProcessorBase::convertStringToStringList(class com::sun::star::uno::Sequence<struct com::sun::star::sheet::FormulaToken> &,char16_t,_Bool) const
char16_t cStringSep
44
-sc/source/filter/inc/tokstack.hxx:252
+sc/source/filter/inc/ftools.hxx:50
+ type-parameter-?-? llimit_cast(type-parameter-?-?,type-parameter-?-?)
+ type-parameter-?-? nMin
+ 8
+sc/source/filter/inc/tokstack.hxx:259
_Bool TokenPool::IsSingleOp(const struct TokenId &,const enum OpCode) const
const enum OpCode eId
13
@@ -1806,11 +2302,11 @@ sc/source/filter/inc/xeescher.hxx:151
void XclExpImgData::XclExpImgData(const class Graphic &,unsigned short)
unsigned short nRecId
233
-sc/source/filter/inc/xeescher.hxx:430
+sc/source/filter/inc/xeescher.hxx:429
void XclExpEmbeddedObjectManager::XclExpEmbeddedObjectManager(const class XclExpObjectManager &,const class Size &,int,int)
int nScaleY
4000
-sc/source/filter/inc/xeescher.hxx:430
+sc/source/filter/inc/xeescher.hxx:429
void XclExpEmbeddedObjectManager::XclExpEmbeddedObjectManager(const class XclExpObjectManager &,const class Size &,int,int)
int nScaleX
4000
@@ -1822,6 +2318,14 @@ sc/source/filter/inc/xeformula.hxx:68
class std::shared_ptr<class XclTokenArray> XclExpFormulaCompiler::CreateFormula(enum XclFormulaType,const class ScRangeList &)
enum XclFormulaType eType
5
+sc/source/filter/inc/xehelper.hxx:242
+ class std::shared_ptr<class XclExpString> XclExpStringHelper::CreateString(const class XclExpRoot &,char16_t,enum XclStrFlags,unsigned short)
+ enum XclStrFlags nFlags
+ 2
+sc/source/filter/inc/xehelper.hxx:242
+ class std::shared_ptr<class XclExpString> XclExpStringHelper::CreateString(const class XclExpRoot &,char16_t,enum XclStrFlags,unsigned short)
+ unsigned short nMaxLen
+ 32767
sc/source/filter/inc/xelink.hxx:176
unsigned short XclExpLinkManager::FindExtSheet(char16_t)
char16_t cCode
@@ -1848,22 +2352,14 @@ sc/source/filter/inc/xestream.hxx:341
5628
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute5
- 2686
+ int attribute8
+ 4311
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute1
5808
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute3
- 4565
-sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute2
- 1668
-sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute12
4069
sc/source/filter/inc/xestream.hxx:341
@@ -1876,6 +2372,14 @@ sc/source/filter/inc/xestream.hxx:341
2686
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ int attribute13
+ 4112
+sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ int attribute1
+ 2550
+sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute5
4565
sc/source/filter/inc/xestream.hxx:341
@@ -1888,8 +2392,12 @@ sc/source/filter/inc/xestream.hxx:341
5381
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute8
- 4311
+ int attribute7
+ 2138
+sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ int attribute2
+ 1668
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute6
@@ -1903,13 +2411,21 @@ sc/source/filter/inc/xestream.hxx:341
int attribute4
1810
sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ int attribute3
+ 5567
+sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute13
- 4112
+ int attribute4
+ 2966
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute1
- 2550
+ int attribute3
+ 4565
+sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ int attribute5
+ 2686
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute2
@@ -1924,37 +2440,25 @@ sc/source/filter/inc/xestream.hxx:341
2966
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute3
- 2550
-sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute8
5381
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
+ int attribute10
+ 4311
+sc/source/filter/inc/xestream.hxx:341
+ class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute12
2923
sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute7
- 2138
-sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute4
- 2966
+ int attribute3
+ 2550
sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute14
4069
sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute3
- 5567
-sc/source/filter/inc/xestream.hxx:341
- class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
- int attribute10
- 4311
-sc/source/filter/inc/xestream.hxx:341
class std::shared_ptr<class sax_fastparser::FastSerializerHelper> & XclExpXmlStream::WriteAttributes(int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,int,const char *,struct FSEND_t)
int attribute10
2923
@@ -1975,7 +2479,7 @@ sc/source/filter/inc/xestream.hxx:342
int attribute2
2242
sc/source/filter/inc/xestring.hxx:51
- void XclExpString::XclExpString(unsigned short,unsigned short)
+ void XclExpString::XclExpString(enum XclStrFlags,unsigned short)
unsigned short nMaxLen
32767
sc/source/filter/inc/xestyle.hxx:589
@@ -1986,7 +2490,7 @@ sc/source/filter/inc/xetable.hxx:81
void XclExpRangeFmlaBase::XclExpRangeFmlaBase(unsigned short,unsigned int,const class ScRange &)
unsigned short nRecId
545
-sc/source/filter/inc/xiescher.hxx:1211
+sc/source/filter/inc/xiescher.hxx:1194
unsigned int XclImpDffPropSet::GetPropertyValue(unsigned short) const
unsigned short nPropId
384
@@ -1998,6 +2502,14 @@ sc/source/filter/inc/xiformula.hxx:51
const class ScTokenArray * XclImpFormulaCompiler::CreateFormula(enum XclFormulaType,const class XclTokenArray &)
enum XclFormulaType eType
6
+sc/source/filter/inc/xlformula.hxx:518
+ _Bool XclTokenArrayHelper::GetStringList(class rtl::OUString &,const class ScTokenArray &,char16_t)
+ char16_t cSep
+ 10
+sc/source/filter/inc/xlformula.hxx:526
+ void XclTokenArrayHelper::ConvertStringToList(class ScTokenArray &,class svl::SharedStringPool &,char16_t)
+ char16_t cStringSep
+ 10
sc/source/filter/xcl97/XclExpChangeTrack.cxx:1399
void EndXmlElement::EndXmlElement(int)
int nElement
@@ -2010,34 +2522,30 @@ sc/source/filter/xml/xmlstyli.cxx:279
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:298
+ int lcl_ExpandSequence(class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,int)
+ int nExp
+ 7
+sc/source/ui/dbgui/pvfundlg.cxx:58
+ _Bool lclFillListBox(type-parameter-?-? &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int)
+ int nEmptyPos
+ 2147483647
sc/source/ui/inc/AccessibleCell.hxx:157
void ScAccessibleCell::AddRelation(const class ScAddress &,const unsigned short,class utl::AccessibleRelationSetHelper *)
const unsigned short aRelationType
4
-sc/source/ui/inc/AccessibleSpreadsheet.hxx:287
+sc/source/ui/inc/AccessibleSpreadsheet.hxx:284
_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/datatransformation.hxx:41
- void sc::ColumnRemoveTransformation::ColumnRemoveTransformation(short)
- short nCol
- 5
-sc/source/ui/inc/datatransformation.hxx:54
- void sc::SplitColumnTransformation::SplitColumnTransformation(short,char16_t)
- short nCol
- 2
-sc/source/ui/inc/datatransformation.hxx:54
- void sc::SplitColumnTransformation::SplitColumnTransformation(short,char16_t)
- char16_t cSeparator
- 44
-sc/source/ui/inc/datatransformation.hxx:66
- void sc::MergeColumnTransformation::MergeColumnTransformation(short,short,const class rtl::OUString &)
- short nCol2
- 4
-sc/source/ui/inc/datatransformation.hxx:66
- void sc::MergeColumnTransformation::MergeColumnTransformation(short,short,const class rtl::OUString &)
- short nCol1
- 2
+sc/source/ui/inc/cellsh.hxx:59
+ _Bool ScCellShell::HasClipboardFormat(enum SotClipboardFormatId)
+ enum SotClipboardFormatId nFormatId
+ 146
+sc/source/ui/inc/content.hxx:144
+ void ScContentTree::SelectEntryByName(const enum ScContentId,const class rtl::OUString &)
+ const enum ScContentId nRoot
+ 8
sc/source/ui/inc/docfunc.hxx:112
_Bool ScDocFunc::SetCellText(const class ScAddress &,const class rtl::OUString &,_Bool,_Bool,_Bool,const enum formula::FormulaGrammar::Grammar)
const enum formula::FormulaGrammar::Grammar eGrammar
@@ -2054,11 +2562,11 @@ sc/source/ui/inc/spellparam.hxx:47
void ScConversionParam::ScConversionParam(enum ScConversionType,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,const class vcl::Font &,int,_Bool)
enum ScConversionType eConvType
2
-sc/source/ui/inc/tabview.hxx:421
+sc/source/ui/inc/tabview.hxx:436
void ScTabView::MoveCursorPage(short,int,enum ScFollowMode,_Bool,_Bool)
enum ScFollowMode eMode
2
-sc/source/ui/inc/tabview.hxx:423
+sc/source/ui/inc/tabview.hxx:438
void ScTabView::MoveCursorArea(short,int,enum ScFollowMode,_Bool,_Bool)
enum ScFollowMode eMode
3
@@ -2078,26 +2586,58 @@ sc/source/ui/inc/uiitems.hxx:135
void ScSortItem::ScSortItem(unsigned short,const struct ScSortParam *)
unsigned short nWhich
1102
-sc/source/ui/inc/uiitems.hxx:155
+sc/source/ui/inc/uiitems.hxx:153
void ScQueryItem::ScQueryItem(unsigned short,class ScViewData *,const struct ScQueryParam *)
unsigned short nWhich
1103
-sc/source/ui/inc/uiitems.hxx:182
+sc/source/ui/inc/uiitems.hxx:180
void ScSubTotalItem::ScSubTotalItem(unsigned short,class ScViewData *,const struct ScSubTotalParam *)
unsigned short nWhich
1104
-sc/source/ui/inc/uiitems.hxx:260
+sc/source/ui/inc/uiitems.hxx:254
void ScSolveItem::ScSolveItem(unsigned short,const struct ScSolveParam *)
unsigned short nWhich
1107
-sc/source/ui/inc/uiitems.hxx:277
+sc/source/ui/inc/uiitems.hxx:269
void ScTabOpItem::ScTabOpItem(unsigned short,const struct ScTabOpParam *)
unsigned short nWhich
- 26344
+ 26345
+sc/source/ui/inc/viewdata.hxx:183
+ void ScBoundsProvider::EnlargeBy(long)
+ long nOffset
+ 2
+sc/source/ui/inc/viewdata.hxx:655
+ void ScViewData::AddPixelsWhile(long &,long,int &,int,double,const class ScDocument *,short)
+ int nEndRow
+ 1048575
sc/source/ui/inc/viewfunc.hxx:188
void ScViewFunc::Protect(short,const class rtl::OUString &)
short nTab
32767
+sc/source/ui/unoobj/cellsuno.cxx:1238
+ _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
+sc/source/ui/vba/vbarange.hxx:164
+ 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:86
+ unsigned short lcl_GetUShort(const class SfxItemSet *,unsigned short)
+ unsigned short nWhich
+ 176
+sc/source/ui/view/viewfun3.cxx:810
+ _Bool lcl_SelHasAttrib(const class ScDocument *,short,int,short,int,const class ScMarkData &,enum HasAttrFlags)
+ enum HasAttrFlags nMask
+ 4
+scaddins/source/analysis/analysishelper.hxx:105
+ double ConvertToDec(const class rtl::OUString &,unsigned short,unsigned short)
+ unsigned short nCharLim
+ 10
+scaddins/source/analysis/analysishelper.hxx:108
+ class rtl::OUString ConvertFromDec(double,double,double,unsigned short,int,int,_Bool)
+ int nMaxPlaces
+ 10
scaddins/source/analysis/analysishelper.hxx:114
class rtl::OUString GetString(double,_Bool,unsigned short)
unsigned short nMaxNumOfDigits
@@ -2106,43 +2646,63 @@ scaddins/source/analysis/analysishelper.hxx:503
void sca::analysis::ComplexList::Append(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Sequence<class rtl::OUString> > &,enum sca::analysis::ComplListAppendHandl)
enum sca::analysis::ComplListAppendHandl eAH
2
-scaddins/source/analysis/analysishelper.hxx:563
+scaddins/source/analysis/analysishelper.hxx:558
void sca::analysis::ConvertDataLinear::ConvertDataLinear(const char *,double,double,enum sca::analysis::ConvertDataClass,_Bool)
enum sca::analysis::ConvertDataClass eClass
8
-sd/inc/sdpage.hxx:351
+sccomp/source/solver/DifferentialEvolution.hxx:49
+ void DifferentialEvolutionAlgorithm::DifferentialEvolutionAlgorithm<DataProvider>(type-parameter-?-? &,unsigned long)
+ unsigned long nPopulationSize
+ 50
+sccomp/source/solver/ParticelSwarmOptimization.hxx:68
+ void ParticleSwarmOptimizationAlgorithm::ParticleSwarmOptimizationAlgorithm<DataProvider>(type-parameter-?-? &,unsigned long)
+ unsigned long nNumOfParticles
+ 100
+sd/inc/Annotation.hxx:48
+ void LOKCommentNotify(enum sd::CommentNotificationType,const class SfxViewShell *,const class com::sun::star::uno::Reference<class com::sun::star::office::XAnnotation> &)
+ enum sd::CommentNotificationType nType
+ 2
+sd/inc/sdpage.hxx:347
class SdStyleSheet * SdPage::getPresentationStyle(unsigned int) const
unsigned int nHelpId
59865
+sd/qa/unit/tiledrendering/tiledrendering.cxx:231
+ 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
+sd/source/filter/eppt/pptexanimations.hxx:80
+ void ppt::AnimationExporter::exportAnimPropertyByte(class SvStream &,const unsigned short,const unsigned char)
+ const unsigned short nPropertyId
+ 13
sd/source/ui/animations/STLPropertySet.hxx:64
void sd::STLPropertySet::setPropertyState(int,enum sd::STLPropertyState)
enum sd::STLPropertyState nState
3
-sd/source/ui/inc/animobjs.hxx:158
+sd/source/ui/inc/animobjs.hxx:152
void sd::AnimationControllerItem::AnimationControllerItem(unsigned short,class sd::AnimationWindow *,class SfxBindings *)
unsigned short
27112
-sd/source/ui/inc/assclass.hxx:47
+sd/source/ui/inc/assclass.hxx:46
void Assistent::Assistent(int)
int nNoOfPage
6
-sd/source/ui/inc/assclass.hxx:49
+sd/source/ui/inc/assclass.hxx:48
_Bool Assistent::IsEnabled(int) const
int nPage
4
-sd/source/ui/inc/assclass.hxx:50
+sd/source/ui/inc/assclass.hxx:49
void Assistent::EnablePage(int)
int nPage
4
-sd/source/ui/inc/assclass.hxx:51
+sd/source/ui/inc/assclass.hxx:50
void Assistent::DisablePage(int)
int nPage
4
-sd/source/ui/inc/navigatr.hxx:155
+sd/source/ui/inc/navigatr.hxx:156
void SdNavigatorControllerItem::SdNavigatorControllerItem(unsigned short,class SdNavigatorWin *,class SfxBindings *,const class std::function<void (void)> &)
unsigned short
27288
-sd/source/ui/inc/navigatr.hxx:173
+sd/source/ui/inc/navigatr.hxx:174
void SdPageNameControllerItem::SdPageNameControllerItem(unsigned short,class SdNavigatorWin *,class SfxBindings *)
unsigned short
27287
@@ -2150,10 +2710,22 @@ sd/source/ui/inc/smarttag.hxx:168
void sd::SmartHdl::SmartHdl(const class rtl::Reference<class sd::SmartTag> &,const class Point &,enum SdrHdlKind)
enum SdrHdlKind eNewKind
23
-sd/source/ui/inc/ViewShellManager.hxx:159
+sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx:51
+ class std::shared_ptr<class sd::tools::TimerBasedTaskExecution> sd::tools::TimerBasedTaskExecution::Create(const class std::shared_ptr<class sd::tools::AsynchronousTask> &,unsigned int,unsigned int)
+ unsigned int nMillisecondsBetweenSteps
+ 5
+sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx:51
+ class std::shared_ptr<class sd::tools::TimerBasedTaskExecution> sd::tools::TimerBasedTaskExecution::Create(const class std::shared_ptr<class sd::tools::AsynchronousTask> &,unsigned int,unsigned int)
+ unsigned int nMaxTimePerStep
+ 50
+sd/source/ui/inc/ViewShellManager.hxx:160
class SfxShell * sd::ViewShellManager::GetShell(enum ToolbarId) const
enum ToolbarId nId
23016
+sd/source/ui/remotecontrol/AvahiNetworkService.hxx:20
+ void sd::AvahiNetworkService::AvahiNetworkService(const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &,unsigned int)
+ unsigned int aport
+ 1599
sd/source/ui/remotecontrol/ImagePreparer.hxx:37
class com::sun::star::uno::Sequence<signed char> sd::ImagePreparer::preparePreview(unsigned int,unsigned int,unsigned int,unsigned long &)
unsigned int aWidth
@@ -2162,15 +2734,15 @@ sd/source/ui/remotecontrol/ImagePreparer.hxx:37
class com::sun::star::uno::Sequence<signed char> sd::ImagePreparer::preparePreview(unsigned int,unsigned int,unsigned int,unsigned long &)
unsigned int aHeight
240
-sd/source/ui/sidebar/LayoutMenu.hxx:173
+sd/source/ui/sidebar/LayoutMenu.hxx:171
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:117
void sd::slidesorter::controller::SelectionFunction::EventDescriptor::EventDescriptor(unsigned int,const struct AcceptDropEvent &,const signed char,const class sd::slidesorter::SlideSorter &)
unsigned int nEventType
2048
-sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx:137
+sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx:136
class tools::Rectangle sd::slidesorter::view::PageObjectLayouter::CalculatePreviewBoundingBox(class Size &,const class Size &,const int,const int)
const int nFocusIndicatorWidth
3
@@ -2182,6 +2754,66 @@ sdext/source/minimizer/configurationaccess.hxx:93
short ConfigurationAccess::GetConfigProperty(const enum PPPOptimizerTokenEnum,const short) const
const enum PPPOptimizerTokenEnum
38
+sdext/source/minimizer/informationdialog.cxx:52
+ class rtl::OUString InsertFixedText(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
+ int nHeight
+ 24
+sdext/source/minimizer/informationdialog.cxx:52
+ class rtl::OUString InsertFixedText(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
+ int nWidth
+ 199
+sdext/source/minimizer/informationdialog.cxx:52
+ class rtl::OUString InsertFixedText(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
+ int nXPos
+ 35
+sdext/source/minimizer/informationdialog.cxx:52
+ class rtl::OUString InsertFixedText(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool,short)
+ int nYPos
+ 6
+sdext/source/minimizer/informationdialog.cxx:84
+ class rtl::OUString InsertImage(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool)
+ int nPosX
+ 5
+sdext/source/minimizer/informationdialog.cxx:84
+ class rtl::OUString InsertImage(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool)
+ int nPosY
+ 5
+sdext/source/minimizer/informationdialog.cxx:84
+ class rtl::OUString InsertImage(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool)
+ int nWidth
+ 25
+sdext/source/minimizer/informationdialog.cxx:84
+ class rtl::OUString InsertImage(class InformationDialog &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,int,_Bool)
+ int nHeight
+ 25
+sdext/source/minimizer/informationdialog.cxx:120
+ class rtl::OUString InsertCheckBox(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XItemListener> &,const class rtl::OUString &,int,int,int,short)
+ int nYPos
+ 42
+sdext/source/minimizer/informationdialog.cxx:120
+ class rtl::OUString InsertCheckBox(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XItemListener> &,const class rtl::OUString &,int,int,int,short)
+ int nXPos
+ 35
+sdext/source/minimizer/informationdialog.cxx:120
+ class rtl::OUString InsertCheckBox(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XItemListener> &,const class rtl::OUString &,int,int,int,short)
+ int nWidth
+ 199
+sdext/source/minimizer/informationdialog.cxx:156
+ class rtl::OUString InsertButton(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XActionListener> &,int,int,int,short,enum PPPOptimizerTokenEnum)
+ int nXPos
+ 95
+sdext/source/minimizer/informationdialog.cxx:156
+ class rtl::OUString InsertButton(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XActionListener> &,int,int,int,short,enum PPPOptimizerTokenEnum)
+ enum PPPOptimizerTokenEnum nResID
+ 96
+sdext/source/minimizer/informationdialog.cxx:156
+ class rtl::OUString InsertButton(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XActionListener> &,int,int,int,short,enum PPPOptimizerTokenEnum)
+ short nTabIndex
+ 2
+sdext/source/minimizer/informationdialog.cxx:156
+ class rtl::OUString InsertButton(class InformationDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XActionListener> &,int,int,int,short,enum PPPOptimizerTokenEnum)
+ int nWidth
+ 50
sdext/source/minimizer/optimizerdialog.hxx:116
void OptimizerDialog::EnablePage(short)
short nStep
@@ -2190,30 +2822,90 @@ sdext/source/minimizer/optimizerdialog.hxx:117
void OptimizerDialog::DisablePage(short)
short nStep
4
+sdext/source/minimizer/optimizerdialogcontrols.cxx:160
+ class rtl::OUString InsertCheckBox(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XItemListener> &,const class rtl::OUString &,int,int,int,short)
+ int nXPos
+ 97
+sdext/source/minimizer/optimizerdialogcontrols.cxx:197
+ class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
+ double fEffectiveMax
+ 100
+sdext/source/minimizer/optimizerdialogcontrols.cxx:197
+ class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
+ int nYPos
+ 46
+sdext/source/minimizer/optimizerdialogcontrols.cxx:197
+ class rtl::OUString InsertFormattedField(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XSpinListener> &,int,int,double,double,short)
+ int nXPos
+ 197
+sdext/source/minimizer/optimizerdialogcontrols.cxx:245
+ class rtl::OUString InsertComboBox(class OptimizerDialog &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::awt::XTextListener> &,const _Bool,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int,int,short)
+ int nXPos
+ 197
sfx2/source/control/thumbnailviewacc.hxx:183
void ThumbnailViewItemAcc::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
short nEventId
4
-sfx2/source/doc/oleprops.cxx:98
+sfx2/source/dialog/filedlghelper.cxx:1934
+ void SetToken(class rtl::OUString &,int,char16_t,const class rtl::OUString &)
+ char16_t cTok
+ 32
+sfx2/source/doc/oleprops.cxx:99
void SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,const class SfxOleTextEncoding &)
int nPropType
30
-sfx2/source/doc/oleprops.cxx:101
+sfx2/source/doc/oleprops.cxx:102
void SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,const class SfxOleTextEncoding &,const class rtl::OUString &)
int nPropType
30
-sfx2/source/doc/oleprops.cxx:104
- void SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,unsigned short)
- unsigned short eTextEnc
- 65535
-sfx2/source/doc/oleprops.cxx:104
+sfx2/source/doc/oleprops.cxx:105
void SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,unsigned short)
int nPropType
31
-sfx2/source/doc/oleprops.hxx:306
+sfx2/source/doc/oleprops.cxx:105
+ void SfxOleStringPropertyBase::SfxOleStringPropertyBase(int,int,unsigned short)
+ unsigned short eTextEnc
+ 65535
+sfx2/source/doc/oleprops.hxx:305
void SfxOleSection::SetThumbnailValue(int,const class com::sun::star::uno::Sequence<signed char> &)
int nPropId
17
+sfx2/source/doc/syspath.hxx:28
+ _Bool SystemPath::GetUserTemplateLocation(char16_t *,int)
+ int nSize
+ 16000
+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
+ -120
+slideshow/source/engine/opengl/TransitionImpl.cxx:1829
+ class std::shared_ptr<class OGLTransitionImpl> makeVortexTransition(const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const struct TransitionSettings &,int,int)
+ int NY
+ 96
+slideshow/source/engine/opengl/TransitionImpl.cxx:1829
+ class std::shared_ptr<class OGLTransitionImpl> makeVortexTransition(const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const class std::__debug::vector<class Primitive, class std::allocator<class Primitive> > &,const struct TransitionSettings &,int,int)
+ int NX
+ 96
+slideshow/source/engine/opengl/TransitionImpl.cxx:1943
+ void createHexagon(class Primitive &,const int,const int,const int,const int)
+ const int NX
+ 80
+slideshow/source/engine/opengl/TransitionImpl.cxx:1943
+ void createHexagon(class Primitive &,const int,const int,const int,const int)
+ const int NY
+ 106
+slideshow/source/engine/opengl/TransitionImpl.hxx:250
+ class std::shared_ptr<class OGLTransitionImpl> makeRevolvingCircles(unsigned short,unsigned short)
+ unsigned short nPointsOnCircles
+ 128
+slideshow/source/engine/opengl/TransitionImpl.hxx:250
+ class std::shared_ptr<class OGLTransitionImpl> makeRevolvingCircles(unsigned short,unsigned short)
+ unsigned short nCircles
+ 8
+slideshow/source/engine/opengl/TransitionImpl.hxx:251
+ class std::shared_ptr<class OGLTransitionImpl> makeHelix(unsigned short)
+ unsigned short nRows
+ 20
slideshow/source/engine/transitions/checkerboardwipe.hxx:36
void slideshow::internal::CheckerBoardWipe::CheckerBoardWipe(int)
int unitsPerEdge
@@ -2238,23 +2930,35 @@ slideshow/source/engine/transitions/zigzagwipe.hxx:45
void slideshow::internal::BarnZigZagWipe::BarnZigZagWipe(int)
int nZigs
5
+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:444
+ struct hash * hash_create(unsigned int)
+ unsigned int size
+ 4096
sot/source/sdstor/stgdir.hxx:62
void StgDirEntry::StgDirEntry(const void *,unsigned int,unsigned long,_Bool *)
unsigned int nBufferLen
128
-sot/source/sdstor/stgstrms.hxx:77
+sot/source/sdstor/stgstrms.hxx:80
_Bool StgStrm::Copy(int,int)
int nFrom
-1
-sot/source/sdstor/stgstrms.hxx:137
+sot/source/sdstor/stgstrms.hxx:141
void StgSmallStrm::StgSmallStrm(class StgIo &,int)
int nBgn
-2
-starmath/inc/node.hxx:439
+starmath/inc/node.hxx:441
void SmSpecialNode::SmSpecialNode(enum SmNodeType,const struct SmToken &,unsigned short)
unsigned short _nFontDesc
7
-starmath/inc/node.hxx:616
+starmath/inc/node.hxx:618
void SmLineNode::SmLineNode(enum SmNodeType,const struct SmToken &)
enum SmNodeType eNodeType
21
@@ -2262,11 +2966,11 @@ starmath/inc/rect.hxx:174
void SmRect::ExtendBy(const class SmRect &,enum RectCopyMBL,long)
enum RectCopyMBL eCopyMode
2
-starmath/inc/view.hxx:143
+starmath/inc/view.hxx:139
void SmGraphicController::SmGraphicController(class SmGraphicWindow &,unsigned short,class SfxBindings &)
unsigned short
30357
-starmath/inc/view.hxx:155
+starmath/inc/view.hxx:150
void SmEditController::SmEditController(class SmEditWindow &,unsigned short,class SfxBindings &)
unsigned short
30356
@@ -2274,11 +2978,19 @@ store/source/storbase.hxx:263
void store::PageData::location(unsigned int)
unsigned int nAddr
-1
-svl/source/numbers/zforfind.hxx:388
+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:1519
+ unsigned short * AddRanges_Impl(unsigned short *,long,unsigned short)
+ unsigned short nIncr
+ 10
+svl/source/numbers/zforfind.hxx:387
_Bool ImpSvNumberInputScan::IsDatePatternNumberOfType(unsigned short,char16_t)
char16_t cType
89
-svl/source/numbers/zforscan.hxx:242
+svl/source/numbers/zforscan.hxx:282
_Bool ImpSvNumberformatScan::InsertSymbol(unsigned short &,enum svt::NfSymbolType,const class rtl::OUString &)
enum svt::NfSymbolType eType
-7
@@ -2290,15 +3002,23 @@ svtools/inc/table/tablecontrolinterface.hxx:225
void svt::table::ITableControl::showTracking(const class tools::Rectangle &,const enum ShowTrackFlags)
const enum ShowTrackFlags i_flags
4099
-svtools/source/contnr/imivctl.hxx:317
- void SvxIconChoiceCtrl_Impl::InsertEntry(class SvxIconChoiceCtrlEntry *,unsigned long)
- unsigned long nPos
- 18446744073709551615
+svtools/source/svhtml/htmlout.cxx:391
+ unsigned long lcl_FlushContext(struct HTMLOutContext &,char *,unsigned int)
+ unsigned int nFlags
+ 6161
+svtools/source/svrtf/rtfout.cxx:29
+ class SvStream & Out_Hex(class SvStream &,unsigned long,unsigned char)
+ unsigned char nLen
+ 2
svtools/source/table/tablecontrol_impl.hxx:241
void svt::table::TableControl_Impl::commitAccessibleEvent(const short)
const short i_eventID
9
-svx/inc/AccessibleTableShape.hxx:129
+svtools/source/uno/unoiface.cxx:45
+ void lcl_setWinBits(class vcl::Window *,long,_Bool)
+ long _nBits
+ 68719476736
+svx/inc/AccessibleTableShape.hxx:127
_Bool accessibility::AccessibleTableShape::ResetStateDirectly(short)
short aState
11
@@ -2314,118 +3034,134 @@ svx/inc/xpolyimp.hxx:41
void ImpXPolygon::ImpXPolygon(unsigned short,unsigned short)
unsigned short nResize
16
+svx/source/dialog/fntctrl.cxx:914
+ void SetPrevFontEscapement(class SvxFont &,unsigned char,unsigned char,short)
+ unsigned char nProp
+ 100
svx/source/inc/AccessibleFrameSelector.hxx:98
void svx::a11y::AccFrameSelector::NotifyAccessibleEvent(const short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
const short _nEventId
4
-svx/source/inc/charmapacc.hxx:259
+svx/source/inc/charmapacc.hxx:208
void svx::SvxShowCharSetItemAcc::fireEvent(const short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
const short _nEventId
4
-svx/source/inc/fmcontrolbordermanager.hxx:74
- void svxform::UnderlineDescriptor::UnderlineDescriptor(short,int)
+svx/source/inc/fmcontrolbordermanager.hxx:73
+ void svxform::UnderlineDescriptor::UnderlineDescriptor(short,class Color)
short _nUnderlineType
10
svx/source/inc/fmexch.hxx:105
void svxform::OLocalExchangeHelper::startDrag(signed char)
signed char nDragSourceActions
3
-svx/source/inc/fmitems.hxx:33
+svx/source/inc/fmitems.hxx:32
void FmInterfaceItem::FmInterfaceItem(const unsigned short,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &)
const unsigned short nId
10703
-svx/source/inc/fmshimp.hxx:469
+svx/source/inc/fmshimp.hxx:468
void FmXFormShell::UpdateSlot_Lock(short)
short nId
10636
-svx/source/inc/GraphCtlAccessibleContext.hxx:193
+svx/source/inc/GraphCtlAccessibleContext.hxx:183
void SvxGraphCtrlAccessibleContext::CommitChange(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
short aEventId
7
-svx/source/inc/svxpixelctlaccessiblecontext.hxx:128
+svx/source/inc/svxpixelctlaccessiblecontext.hxx:127
void SvxPixelCtlAccessibleChild::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
short nEventId
4
-svx/source/inc/svxpixelctlaccessiblecontext.hxx:219
+svx/source/inc/svxpixelctlaccessiblecontext.hxx:218
void SvxPixelCtlAccessible::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
short nEventId
5
-sw/inc/authfld.hxx:132
+sw/inc/authfld.hxx:131
void SwAuthorityFieldType::SetSortKeys(unsigned short,const struct SwTOXSortKey *)
unsigned short nKeyCount
3
-sw/inc/docary.hxx:396
+sw/inc/crsrsh.hxx:793
+ void SwCursorShell::FireSectionChangeEvent(unsigned short,unsigned short)
+ unsigned short nOldSection
+ 2
+sw/inc/crsrsh.hxx:794
+ void SwCursorShell::FireColumnChangeEvent(unsigned short,unsigned short)
+ unsigned short nOldColumn
+ 2
+sw/inc/docary.hxx:386
_Bool SwExtraRedlineTable::DeleteAllTableRedlines(class SwDoc *,const class SwTable &,_Bool,unsigned short)
unsigned short nRedlineTypeToDelete
65535
-sw/inc/docary.hxx:397
+sw/inc/docary.hxx:387
_Bool SwExtraRedlineTable::DeleteTableRowRedline(class SwDoc *,const class SwTableLine &,_Bool,unsigned short)
unsigned short nRedlineTypeToDelete
65535
-sw/inc/docary.hxx:398
+sw/inc/docary.hxx:388
_Bool SwExtraRedlineTable::DeleteTableCellRedline(class SwDoc *,const class SwTableBox &,_Bool,unsigned short)
unsigned short nRedlineTypeToDelete
65535
-sw/inc/editsh.hxx:175
+sw/inc/editsh.hxx:162
void SwEditShell::Insert(char16_t,_Bool)
char16_t
32
-sw/inc/editsh.hxx:250
+sw/inc/editsh.hxx:237
class std::__debug::vector<struct std::pair<const class SfxPoolItem *, class std::unique_ptr<class SwPaM, struct std::default_delete<class SwPaM> > >, class std::allocator<struct std::pair<const class SfxPoolItem *, class std::unique_ptr<class SwPaM, struct std::default_delete<class SwPaM> > > > > SwEditShell::GetItemWithPaM(unsigned short)
unsigned short nWhich
8
-sw/inc/fesh.hxx:525
+sw/inc/fesh.hxx:527
_Bool SwFEShell::BeginCreate(unsigned short,enum SdrInventor,const class Point &)
enum SdrInventor eObjInventor
825249094
-sw/inc/fmtcol.hxx:69
+sw/inc/fmtcol.hxx:68
void SwTextFormatColl::SwTextFormatColl(class SwAttrPool &,const char *,class SwTextFormatColl *,unsigned short)
unsigned short nFormatWh
154
-sw/inc/frmfmt.hxx:84
+sw/inc/fmteiro.hxx:32
+ void SwFormatEditInReadonly::SwFormatEditInReadonly(unsigned short,_Bool)
+ unsigned short nId
+ 111
+sw/inc/frmfmt.hxx:85
void SwFrameFormat::SwFrameFormat(class SwAttrPool &,const char *,class SwFrameFormat *,unsigned short,const unsigned short *)
unsigned short nFormatWhich
152
-sw/inc/IDocumentRedlineAccess.hxx:190
+sw/inc/IDocumentRedlineAccess.hxx:185
_Bool IDocumentRedlineAccess::DeleteRedline(const class SwStartNode &,_Bool,unsigned short)
unsigned short nDelType
65535
-sw/inc/ndtxt.hxx:153
- 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:153
+sw/inc/ndtxt.hxx:156
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
-sw/inc/node.hxx:441
- const class SfxPoolItem * SwContentNode::GetNoCondAttr(unsigned short,_Bool) const
- unsigned short nWhich
- 72
-sw/inc/swfltopt.hxx:30
+sw/inc/ndtxt.hxx:156
+ 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/swfltopt.hxx:31
void SwFilterOptions::SwFilterOptions(unsigned short,const char **,unsigned long *)
unsigned short nCnt
13
-sw/inc/tblafmt.hxx:191
- _Bool SwBoxAutoFormat::SaveVersionNo(class SvStream &,unsigned short) const
+sw/inc/tblafmt.hxx:189
+ void SwBoxAutoFormat::SaveVersionNo(class SvStream &,unsigned short) const
unsigned short fileVersion
5050
-sw/inc/tblafmt.hxx:327
+sw/inc/tblafmt.hxx:325
_Bool SwTableAutoFormat::Save(class SvStream &,unsigned short) const
unsigned short fileVersion
5050
-sw/inc/unostyle.hxx:107
- void sw::ICoreFrameStyle::SetItem(enum RES_FRMATR,const class SfxPoolItem &)
- enum RES_FRMATR eAtr
- 107
sw/inc/unostyle.hxx:108
- const class SfxPoolItem * sw::ICoreFrameStyle::GetItem(enum RES_FRMATR)
- enum RES_FRMATR eAtr
+ void sw::ICoreFrameStyle::SetItem(unsigned short,const class SfxPoolItem &)
+ unsigned short eAtr
+ 107
+sw/inc/unostyle.hxx:109
+ const class SfxPoolItem * sw::ICoreFrameStyle::GetItem(unsigned short)
+ unsigned short eAtr
107
-sw/inc/unotextcursor.hxx:87
+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
7
+sw/qa/core/Test-BigPtrArray.cxx:62
+ void fillBigPtrArray(class BigPtrArray &,unsigned long)
+ unsigned long numEntries
+ 10
sw/source/core/access/accmap.cxx:365
void SwAccessibleEvent_Impl::SwAccessibleEvent_Impl(enum SwAccessibleEvent_Impl::EventType,const class sw::access::SwAccessibleChild &)
enum SwAccessibleEvent_Impl::EventType eT
@@ -2438,6 +3174,42 @@ sw/source/core/access/accmap.cxx:415
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:68
+ 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:81
+ 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:110
+ void lcl_RemoveFieldMarks(const class sw::mark::Fieldmark *const,class SwDoc *const,const char16_t,const char16_t)
+ const char16_t aStartMark
+ 7
+sw/source/core/doc/doclay.cxx:109
+ _Bool lcl_IsItemSet(const class SwContentNode &,unsigned short)
+ unsigned short which
+ 64
+sw/source/core/doc/docredln.cxx:310
+ void lcl_LOKInvalidateFrames(const class SwModify &,const class SwRootFrame *,const enum SwFrameType,const class Point *)
+ const enum SwFrameType nFrameType
+ 49152
+sw/source/core/doc/DocumentStylePoolManager.cxx:117
+ void lcl_SetDfltFont(enum DefaultFontType,class SfxItemSet &)
+ enum DefaultFontType nFntType
+ 4
+sw/source/core/doc/DocumentStylePoolManager.cxx:140
+ void lcl_SetDfltFont(enum DefaultFontType,enum DefaultFontType,enum DefaultFontType,class SfxItemSet &)
+ enum DefaultFontType nLatinFntType
+ 2000
+sw/source/core/doc/DocumentStylePoolManager.cxx:140
+ void lcl_SetDfltFont(enum DefaultFontType,enum DefaultFontType,enum DefaultFontType,class SfxItemSet &)
+ enum DefaultFontType nCJKFntType
+ 3000
+sw/source/core/doc/DocumentStylePoolManager.cxx:140
+ void lcl_SetDfltFont(enum DefaultFontType,enum DefaultFontType,enum DefaultFontType,class SfxItemSet &)
+ enum DefaultFontType nCTLFntType
+ 4000
sw/source/core/inc/swcache.hxx:110
void SwCache::IncreaseMax(const unsigned short)
const unsigned short nAdd
@@ -2446,7 +3218,7 @@ sw/source/core/inc/swcache.hxx:111
void SwCache::DecreaseMax(const unsigned short)
const unsigned short nSub
100
-sw/source/core/inc/txtfrm.hxx:365
+sw/source/core/inc/txtfrm.hxx:447
long SwTextFrame::GrowTst(const long)
const long nGrow
9223372036854775807
@@ -2454,47 +3226,67 @@ sw/source/core/inc/UndoAttribute.hxx:71
void SwUndoResetAttr::SwUndoResetAttr(const struct SwPosition &,unsigned short)
unsigned short nFormatId
47
-sw/source/core/inc/UndoNumbering.hxx:40
+sw/source/core/inc/UndoCore.hxx:252
+ class rtl::OUString ShortenString(const class rtl::OUString &,int,const class rtl::OUString &)
+ int nLength
+ 20
+sw/source/core/inc/UndoNumbering.hxx:39
void SwUndoInsNum::SwUndoInsNum(const class SwNumRule &,const class SwNumRule &,const class SwDoc *,enum SwUndoId)
enum SwUndoId nUndoId
10
+sw/source/core/layout/dbg_lay.cxx:464
+ void lcl_Padded(class rtl::OStringBuffer &,const long,unsigned long)
+ unsigned long length
+ 5
sw/source/core/layout/objectformattertxtfrm.hxx:96
class SwAnchoredObject * SwObjectFormatterTextFrame::GetFirstObjWithMovedFwdAnchor(const short,unsigned int &,_Bool &)
const short _nWrapInfluenceOnPosition
2
-sw/source/core/undo/untbl.cxx:2282
+sw/source/core/txtnode/txtedt.cxx:170
+ _Bool lcl_MaskRedlinesAndHiddenText(const class SwTextNode &,class rtl::OUStringBuffer &,int,int,const char16_t)
+ const char16_t cChar
+ 65529
+sw/source/core/undo/untbl.cxx:2284
void RedlineFlagsInternGuard::RedlineFlagsInternGuard(class SwDoc &,enum RedlineFlags,enum RedlineFlags)
enum RedlineFlags eRedlineFlagsMask
2
-sw/source/filter/html/htmlatr.cxx:1135
+sw/source/filter/html/htmlatr.cxx:1148
_Bool HTMLEndPosLst::IsHTMLMode(unsigned long) const
unsigned long nMode
32
-sw/source/filter/html/svxcss1.hxx:153
+sw/source/filter/html/svxcss1.hxx:155
void SvxCSS1PropertyInfo::SetBoxItem(class SfxItemSet &,unsigned short,const class SvxBoxItem *)
unsigned short nMinBorderDist
28
-sw/source/filter/html/svxcss1.hxx:240
+sw/source/filter/html/svxcss1.hxx:241
void SvxCSS1Parser::SvxCSS1Parser(class SfxItemPool &,const class rtl::OUString &,unsigned short *,unsigned short)
unsigned short nWhichIds
3
-sw/source/filter/html/swhtml.hxx:624
+sw/source/filter/html/swhtml.hxx:663
void SwHTMLParser::NewStdAttr(enum HtmlTokenId)
enum HtmlTokenId nToken
414
-sw/source/filter/inc/fltshell.hxx:184
+sw/source/filter/inc/fltshell.hxx:175
class SfxPoolItem * SwFltControlStack::GetFormatStackAttr(unsigned short,unsigned short *)
unsigned short nWhich
6
-sw/source/filter/inc/fltshell.hxx:185
+sw/source/filter/inc/fltshell.hxx:176
const class SfxPoolItem * SwFltControlStack::GetOpenStackAttr(const struct SwPosition &,unsigned short)
unsigned short nWhich
14
-sw/source/filter/inc/fltshell.hxx:238
+sw/source/filter/inc/fltshell.hxx:229
void SwFltRedline::SwFltRedline(unsigned short,unsigned long,const class DateTime &,unsigned short,unsigned long)
unsigned long nAutorNoPrev_
18446744073709551615
-sw/source/filter/ww8/docxexport.hxx:187
+sw/source/filter/ww8/docxattributeoutput.cxx:3451
+ class rtl::OString lcl_padStartToLength(const class rtl::OString &,int,char)
+ int nLen
+ 4
+sw/source/filter/ww8/docxattributeoutput.cxx:3451
+ class rtl::OString lcl_padStartToLength(const class rtl::OString &,int,char)
+ char cFill
+ 48
+sw/source/filter/ww8/docxexport.hxx:188
void DocxExport::WriteOutliner(const class OutlinerParaObject &,unsigned char)
unsigned char nTyp
5
@@ -2502,11 +3294,15 @@ sw/source/filter/ww8/escher.hxx:122
void SwBasicEscherEx::WriteEmptyFlyFrame(const class SwFrameFormat &,unsigned int)
unsigned int nShapeId
1025
-sw/source/filter/ww8/wrtww8.hxx:1311
+sw/source/filter/ww8/writerhelper.hxx:476
+ 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:1332
void WW8_WrPlcField::WW8_WrPlcField(unsigned short,unsigned char)
unsigned short nStructSz
2
-sw/source/filter/ww8/wrtww8.hxx:1370
+sw/source/filter/ww8/wrtww8.hxx:1390
void SwWW8WrGrf::WritePICBulletFHeader(class SvStream &,const class Graphic &,unsigned short,unsigned short,unsigned short)
unsigned short mm
100
@@ -2518,23 +3314,23 @@ sw/source/filter/ww8/ww8par.hxx:1583
class OutlinerParaObject * SwWW8ImplReader::ImportAsOutliner(class rtl::OUString &,int,int,enum ManTypes)
enum ManTypes eType
4
-sw/source/filter/ww8/ww8par.hxx:1742
- void SwWW8ImplReader::Read_Justify(unsigned short,const unsigned char *,short)
- unsigned short
- 9219
-sw/source/filter/ww8/ww8scan.hxx:357
+sw/source/filter/ww8/ww8scan.cxx:7141
+ _Bool readS16(const unsigned char *,unsigned long,const unsigned char *,short *)
+ unsigned long offset
+ 2
+sw/source/filter/ww8/ww8scan.hxx:358
void WW8PLCFpcd::WW8PLCFpcd(class SvStream *,unsigned int,unsigned int,unsigned int)
unsigned int nStruct
8
-sw/source/filter/ww8/ww8scan.hxx:988
+sw/source/filter/ww8/ww8scan.hxx:996
struct SprmResult WW8PLCFMan::HasCharSprm(unsigned short) const
unsigned short nId
2138
-sw/source/filter/ww8/ww8scan.hxx:1528
+sw/source/filter/ww8/ww8scan.hxx:1536
void WW8Fib::WW8Fib(unsigned char,_Bool)
unsigned char nVersion
8
-sw/source/filter/xml/xmlbrshi.hxx:56
+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
@@ -2546,7 +3342,15 @@ sw/source/filter/xml/xmlexpit.hxx:57
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
-sw/source/uibase/inc/frmmgr.hxx:118
+sw/source/ui/dbui/mmgreetingspage.cxx:47
+ void lcl_FillGreetingsBox(class ComboBox &,const class SwMailMergeConfigItem &,enum SwMailMergeConfigItem::Gender)
+ enum SwMailMergeConfigItem::Gender eType
+ 2
+sw/source/ui/dbui/mmgreetingspage.cxx:69
+ void lcl_StoreGreetingsBox(const class ComboBox &,class SwMailMergeConfigItem &,enum SwMailMergeConfigItem::Gender)
+ enum SwMailMergeConfigItem::Gender eType
+ 2
+sw/source/uibase/inc/frmmgr.hxx:121
void SwFlyFrameAttrMgr::DelAttr(unsigned short)
unsigned short nId
88
@@ -2554,64 +3358,116 @@ sw/source/uibase/inc/mailmergehelper.hxx:104
void SwAddressPreview::SetLayout(unsigned short,unsigned short)
unsigned short nColumns
2
-sw/source/uibase/inc/prcntfld.hxx:74
+sw/source/uibase/inc/numpara.hxx:64
+ _Bool SwParagraphNumTabPage::ExecuteEditNumStyle_Impl(unsigned short,const class rtl::OUString &,enum SfxStyleFamily)
+ unsigned short nId
+ 5550
+sw/source/uibase/inc/numpara.hxx:64
+ _Bool SwParagraphNumTabPage::ExecuteEditNumStyle_Impl(unsigned short,const class rtl::OUString &,enum SfxStyleFamily)
+ enum SfxStyleFamily nFamily
+ 16
+sw/source/uibase/inc/prcntfld.hxx:75
void PercentField::SetUserValue(long,enum FieldUnit)
enum FieldUnit eInUnit
5
-sw/source/uibase/inc/prcntfld.hxx:76
+sw/source/uibase/inc/prcntfld.hxx:77
void PercentField::SetBaseValue(long,enum FieldUnit)
enum FieldUnit eInUnit
5
-sw/source/uibase/inc/prcntfld.hxx:82
+sw/source/uibase/inc/prcntfld.hxx:83
void PercentField::SetMax(long,enum FieldUnit)
enum FieldUnit eInUnit
5
-sw/source/uibase/inc/prcntfld.hxx:84
+sw/source/uibase/inc/prcntfld.hxx:85
void PercentField::SetMin(long,enum FieldUnit)
enum FieldUnit eInUnit
5
+sw/source/uibase/inc/prcntfld.hxx:152
+ void SwPercentField::set_min(int,enum FieldUnit)
+ enum FieldUnit eInUnit
+ 5
+sw/source/uibase/inc/prcntfld.hxx:153
+ void SwPercentField::set_max(int,enum FieldUnit)
+ enum FieldUnit eInUnit
+ 5
+toolkit/inc/helper/btndlg.hxx:62
+ void ButtonDialog::RemoveButton(unsigned short)
+ unsigned short nId
+ 10
+toolkit/inc/helper/btndlg.hxx:65
+ void ButtonDialog::ButtonDialog(enum WindowType)
+ enum WindowType nType
+ 304
+toolkit/source/awt/vclxspinbutton.cxx:40
+ void lcl_modifyStyle(class vcl::Window *,long,_Bool)
+ long _nStyleBits
+ 4096
+tools/source/inet/inetmime.cxx:234
+ _Bool translateUTF8Char(const char *&,const char *,unsigned short,unsigned int &)
+ unsigned short eEncoding
+ 65534
+tools/source/stream/strmunx.cxx:180
+ class ErrCode GetSvError(int)
+ int nErrno
+ 21
ucbhelper/source/provider/resultset.cxx:94
void ucbhelper_impl::PropertySetInfo::PropertySetInfo(const struct ucbhelper_impl::PropertyInfo *,int)
int nProps
2
+unotools/source/config/useroptions.cxx:101
+ _Bool SvtUserOptions::Impl::GetBoolValue(enum UserOptToken) const
+ enum UserOptToken nToken
+ 19
+unotools/source/misc/datetime.cxx:68
+ _Bool convertNumber64(long &,const class rtl::OUString &,long,long)
+ long
+ -1
+vcl/backendtest/VisualBackendTest.cxx:68
+ void drawBitmapScaledAndCentered(const class tools::Rectangle &,class Bitmap,class OutputDevice &,enum BmpScaleFlag)
+ enum BmpScaleFlag aFlag
+ 2
+vcl/backendtest/VisualBackendTest.cxx:159
+ class std::__debug::vector<class tools::Rectangle, class std::allocator<class tools::Rectangle> > VisualBackendTestWindow::setupRegions(int,int,int,int)
+ int nPartitionsY
+ 2
vcl/inc/fontsubset.hxx:53
- _Bool FontSubsetInfo::LoadFont(enum FontType,const unsigned char *,int)
+ void FontSubsetInfo::LoadFont(enum FontType,const unsigned char *,int)
enum FontType eInFontType
32
-vcl/inc/listbox.hxx:454
+vcl/inc/listbox.hxx:485
void ImplListBox::SetMRUEntries(const class rtl::OUString &,char16_t)
char16_t cSep
59
-vcl/inc/listbox.hxx:455
+vcl/inc/listbox.hxx:486
class rtl::OUString ImplListBox::GetMRUEntries(char16_t) const
char16_t cSep
59
-vcl/inc/octree.hxx:101
+vcl/inc/octree.hxx:100
void InverseColorMap::ImplCreateBuffers(const unsigned long)
const unsigned long nMax
32
-vcl/inc/opengl/program.hxx:85
+vcl/inc/opengl/program.hxx:86
void OpenGLProgram::SetUniform1fv(const class rtl::OString &,int,const float *)
int nCount
16
-vcl/inc/opengl/program.hxx:86
+vcl/inc/opengl/program.hxx:87
void OpenGLProgram::SetUniform2fv(const class rtl::OString &,int,const float *)
int nCount
16
-vcl/inc/opengl/program.hxx:107
+vcl/inc/opengl/program.hxx:108
void OpenGLProgram::DrawElements(unsigned int,unsigned int)
unsigned int aMode
4
-vcl/inc/salgdi.hxx:539
+vcl/inc/salgdi.hxx:542
_Bool SalGraphics::hitTestNativeControl(enum ControlType,enum ControlPart,const class tools::Rectangle &,const class Point &,_Bool &)
enum ControlType eType
60
-vcl/inc/sallayout.hxx:269
- void GlyphItem::GlyphItem(int,unsigned int,const class Point &,long,int)
- long nFlags
- 3
-vcl/inc/unx/gendisp.hxx:66
- void SalGenericDisplay::CancelInternalEvent(const class SalFrame *,const void *,enum SalEvent)
+vcl/inc/test/outputdevice.hxx:58
+ void vcl::test::OutputDeviceTestCommon::createDiamondPoints(class tools::Rectangle,int,class Point &,class Point &,class Point &,class Point &)
+ int nOffset
+ 4
+vcl/inc/unx/gendisp.hxx:49
+ void SalGenericDisplay::CancelInternalEvent(class SalFrame *,void *,enum SalEvent)
enum SalEvent nEvent
21
vcl/inc/unx/gtk/gtkprintwrapper.hxx:59
@@ -2619,9 +3475,17 @@ vcl/inc/unx/gtk/gtkprintwrapper.hxx:59
GtkPrintCapabilities capabilities
846
vcl/inc/unx/saldata.hxx:62
- void X11SalData::X11SalData(enum SalGenericDataType,class SalInstance *)
- enum SalGenericDataType t
- 5
+ void X11SalData::X11SalData(enum GenericUnixSalDataType,class SalInstance *)
+ enum GenericUnixSalDataType t
+ 4
+vcl/qa/cppunit/jpeg/JpegReaderTest.cxx:53
+ _Bool checkRect(class Bitmap &,int,long,long,class Color,int)
+ long nAreaHeight
+ 8
+vcl/qa/cppunit/jpeg/JpegReaderTest.cxx:53
+ _Bool checkRect(class Bitmap &,int,long,long,class Color,int)
+ long nAreaWidth
+ 8
vcl/qa/cppunit/timer.cxx:36
void WatchDog::WatchDog(int)
int nSeconds
@@ -2634,6 +3498,10 @@ vcl/qa/cppunit/timer.cxx:363
void SlowCallbackTimer::SlowCallbackTimer(unsigned long,_Bool &)
unsigned long nMS
250
+vcl/source/filter/jpeg/JpegReader.cxx:51
+ long StreamRead(class SvStream *,void *,long)
+ long nBufferSize
+ 4096
vcl/source/filter/wmf/emfwr.hxx:60
void EMFWriter::ImplBeginCommentRecord(int)
int nCommentType
@@ -2642,21 +3510,61 @@ vcl/source/filter/wmf/wmfwr.hxx:145
void WMFWriter::WMFRecord_Escape(unsigned int,unsigned int,const signed char *)
unsigned int nEsc
2
-vcl/source/gdi/pdfwriter_impl.hxx:1082
+vcl/source/fontsubset/ttcr.hxx:63
+ void TrueTypeCreatorNewEmpty(unsigned int,struct vcl::TrueTypeCreator **)
+ unsigned int tag
+ 1953658213
+vcl/source/fontsubset/ttcr.hxx:176
+ struct vcl::TrueTypeTable * TrueTypeTableNew_post(unsigned int,unsigned int,short,short,unsigned int)
+ unsigned int format
+ 196608
+vcl/source/fontsubset/ttcr.hxx:187
+ void cmapAdd(struct vcl::TrueTypeTable *,unsigned int,unsigned int,unsigned int)
+ unsigned int id
+ 65536
+vcl/source/gdi/pdfwriter_impl.hxx:1074
void vcl::PDFWriterImpl::insertError(enum vcl::PDFWriter::ErrorCode)
enum vcl::PDFWriter::ErrorCode eErr
3
+vcl/source/graphic/GraphicObject.cxx:140
+ void lclImplAdjust(class BitmapEx &,const class GraphicAttr &,enum GraphicAdjustmentFlags)
+ enum GraphicAdjustmentFlags nAdjustmentFlags
+ 31
+vcl/source/graphic/GraphicObject.cxx:191
+ void lclImplAdjust(class GDIMetaFile &,const class GraphicAttr &,enum GraphicAdjustmentFlags)
+ enum GraphicAdjustmentFlags nAdjustmentFlags
+ 31
+vcl/source/graphic/GraphicObject.cxx:242
+ void lclImplAdjust(class Animation &,const class GraphicAttr &,enum GraphicAdjustmentFlags)
+ enum GraphicAdjustmentFlags nAdjustmentFlags
+ 31
+vcl/source/opengl/OpenGLHelper.cxx:171
+ class rtl::OString getHexString(const unsigned char *,unsigned int)
+ unsigned int nLength
+ 16
+vcl/source/window/menu.cxx:551
+ void ImplCopyItem(class Menu *,const class Menu &,unsigned short,unsigned short)
+ unsigned short nNewPos
+ 65535
+vcl/source/window/printdlg.cxx:1339
+ class rtl::OUString searchAndReplace(const class rtl::OUString &,const char *,int,const class rtl::OUString &)
+ int i_nReplLen
+ 2
vcl/unx/generic/app/i18n_status.cxx:51
void vcl::StatusWindow::StatusWindow(long)
long nWinBits
38654705672
-vcl/unx/generic/dtrans/X11_selection.hxx:383
+vcl/unx/generic/app/saldisp.cxx:679
+ unsigned int GetKeySymMask(struct _XDisplay *,unsigned long)
+ unsigned long nKeySym
+ 65509
+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
+ int width
32
-vcl/unx/generic/dtrans/X11_selection.hxx:383
+vcl/unx/generic/dtrans/X11_selection.hxx:384
unsigned long x11::SelectionManager::createCursor(const unsigned char *,const unsigned char *,int,int,int,int)
- int width
+ int height
32
vcl/unx/generic/gdi/xrender_peer.hxx:52
void XRenderPeer::ChangePicture(unsigned long,unsigned long,const struct _XRenderPictureAttributes *) const
@@ -2673,75 +3581,119 @@ vcl/unx/generic/gdi/xrender_peer.hxx:62
writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:173
void writerfilter::ooxml::OOXMLFastContextHandler::sendPropertiesWithId(unsigned int)
unsigned int nId
- 92453
-writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:499
+ 92463
+writerfilter/source/ooxml/OOXMLFastContextHandler.hxx:497
void writerfilter::ooxml::OOXMLFastContextHandlerWrapper::addToken(int)
int Element
2102389
-writerfilter/source/ooxml/OOXMLPropertySet.hxx:332
+writerfilter/source/ooxml/OOXMLPropertySet.hxx:329
void writerfilter::ooxml::OOXMLPropertySetEntryToInteger::OOXMLPropertySetEntryToInteger(unsigned int)
unsigned int nId
- 92210
-writerfilter/source/ooxml/OOXMLPropertySet.hxx:346
+ 92220
+writerfilter/source/ooxml/OOXMLPropertySet.hxx:343
void writerfilter::ooxml::OOXMLPropertySetEntryToBool::OOXMLPropertySetEntryToBool(unsigned int)
unsigned int nId
- 92211
-writerfilter/source/rtftok/rtfsprm.hxx:66
+ 92221
+writerfilter/source/rtftok/rtfdocumentimpl.hxx:423
+ class std::shared_ptr<class writerfilter::rtftok::RTFValue> getNestedSprm(class writerfilter::rtftok::RTFSprms &,unsigned int,unsigned int)
+ unsigned int nParent
+ 92164
+writerfilter/source/rtftok/rtfsprm.hxx:55
void writerfilter::rtftok::RTFSprms::eraseLast(unsigned int)
unsigned int nKeyword
- 92664
-xmloff/inc/txtflde.hxx:253
+ 92674
+xmloff/inc/txtflde.hxx:254
void XMLTextFieldExport::ProcessIntegerDef(enum xmloff::token::XMLTokenEnum,int,int)
enum xmloff::token::XMLTokenEnum eXmlName
- 1299
-xmloff/inc/txtflde.hxx:279
+ 1309
+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
- 798
-xmloff/inc/txtflde.hxx:279
+ 804
+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
21
-xmloff/inc/txtflde.hxx:292
- void XMLTextFieldExport::ProcessString(enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum,enum xmloff::token::XMLTokenEnum)
- enum xmloff::token::XMLTokenEnum eDefault
- 1757
-xmloff/inc/txtflde.hxx:292
+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
- 1428
-xmloff/inc/txtflde.hxx:324
+ 1438
+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
+ 1769
+xmloff/inc/txtflde.hxx:325
void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,double,_Bool,_Bool,_Bool,unsigned short)
unsigned short nPrefix
2
-xmloff/inc/txtflde.hxx:340
+xmloff/inc/txtflde.hxx:341
void XMLTextFieldExport::ProcessDateTime(enum xmloff::token::XMLTokenEnum,const struct com::sun::star::util::DateTime &)
enum xmloff::token::XMLTokenEnum eXMLName
- 506
-xmloff/inc/txtflde.hxx:345
+ 509
+xmloff/inc/txtflde.hxx:346
void XMLTextFieldExport::ProcessTimeOrDateTime(enum xmloff::token::XMLTokenEnum,const struct com::sun::star::util::DateTime &)
enum xmloff::token::XMLTokenEnum eXMLName
- 1808
-xmloff/inc/XMLBase64Export.hxx:41
+ 1820
+xmloff/inc/XMLBase64Export.hxx:39
_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
- 2011
+ 2029
+xmloff/source/draw/animationimport.cxx:323
+ int count_codes(const class rtl::OUString &,char16_t)
+ char16_t nCode
+ 59
+xmloff/source/draw/ximpcustomshape.cxx:91
+ 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:104
+ 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:117
+ 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:127
+ 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:430
+ 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:444
+ 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:469
+ 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:535
+ 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:557
+ 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
xmloff/source/draw/ximpstyl.cxx:129
void SdXMLDrawingPageStyleContext::SdXMLDrawingPageStyleContext(class SvXMLImport &,unsigned short,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XAttributeList> &,class SvXMLStylesContext &,unsigned short)
unsigned short nFamily
305
-xmloff/source/forms/elementimport.cxx:1409
+xmloff/source/forms/elementimport.cxx:1417
void xmloff::EqualHandle::EqualHandle(int)
int _nHandle
2
-xmloff/source/forms/property_description.hxx:95
+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 unsigned short i_namespacePrefix
15
xmloff/source/style/xmlbahdl.hxx:52
void XMLNumberNonePropHdl::XMLNumberNonePropHdl(enum xmloff::token::XMLTokenEnum,signed char)
enum xmloff::token::XMLTokenEnum eZeroString
- 402
+ 405
xmloff/source/style/xmlbahdl.hxx:52
void XMLNumberNonePropHdl::XMLNumberNonePropHdl(enum xmloff::token::XMLTokenEnum,signed char)
signed char nB
@@ -2750,11 +3702,15 @@ xmloff/source/style/xmlbahdl.hxx:118
void XMLMeasurePxPropHdl::XMLMeasurePxPropHdl(signed char)
signed char nB
4
+xmloff/source/text/XMLIndexMarkExport.cxx:199
+ 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
xmloff/source/transform/TransformerContext.hxx:58
_Bool XMLTransformerContext::HasNamespace(unsigned short) const
unsigned short nPrefix
15
-xmlsecurity/inc/xsecctl.hxx:85
+xmlsecurity/inc/xsecctl.hxx:92
void InternalSignatureInformation::addReference(enum SignatureReferenceType,int,const class rtl::OUString &,int)
int keeperId
-1