loplugin:unusedfields
Change-Id: I8d15b380cd02237f688b8946530e1f024b698e90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138195 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
fd26ff2418
commit
b0ec87af1b
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
basegfx/source/polygon/b2dtrapezoid.cxx:205
|
basegfx/source/polygon/b2dtrapezoid.cxx:205
|
||||||
basegfx::trapezoidhelper::(anonymous namespace)::PointBlockAllocator maFirstStackBlock class basegfx::B2DPoint[32]
|
basegfx::trapezoidhelper::(anonymous namespace)::PointBlockAllocator maFirstStackBlock B2DPoint[32]
|
||||||
basic/source/inc/expr.hxx:92
|
basic/source/inc/expr.hxx:92
|
||||||
SbiExprNode::(anonymous) nTypeStrId sal_uInt16
|
SbiExprNode::(anonymous) nTypeStrId sal_uInt16
|
||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:63
|
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:63
|
||||||
@ -17,7 +17,7 @@ bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:130
|
|||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:131
|
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:131
|
||||||
__cxxabiv1::__cxa_exception terminateHandler std::terminate_handler
|
__cxxabiv1::__cxa_exception terminateHandler std::terminate_handler
|
||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:132
|
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:132
|
||||||
__cxxabiv1::__cxa_exception nextException struct __cxxabiv1::__cxa_exception *
|
__cxxabiv1::__cxa_exception nextException __cxa_exception *
|
||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:133
|
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:133
|
||||||
__cxxabiv1::__cxa_exception handlerCount int
|
__cxxabiv1::__cxa_exception handlerCount int
|
||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:134
|
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:134
|
||||||
@ -33,7 +33,7 @@ bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:138
|
|||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:139
|
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:139
|
||||||
__cxxabiv1::__cxa_exception unwindHeader _Unwind_Exception
|
__cxxabiv1::__cxa_exception unwindHeader _Unwind_Exception
|
||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:148
|
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:148
|
||||||
__cxxabiv1::__cxa_eh_globals caughtExceptions struct __cxxabiv1::__cxa_exception *
|
__cxxabiv1::__cxa_eh_globals caughtExceptions __cxa_exception *
|
||||||
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:149
|
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx:149
|
||||||
__cxxabiv1::__cxa_eh_globals uncaughtExceptions unsigned int
|
__cxxabiv1::__cxa_eh_globals uncaughtExceptions unsigned int
|
||||||
bridges/source/jni_uno/jni_info.h:67
|
bridges/source/jni_uno/jni_info.h:67
|
||||||
@ -56,7 +56,7 @@ connectivity/inc/sdbcx/VCatalog.hxx:66
|
|||||||
connectivity::sdbcx::OCatalog m_pGroups std::unique_ptr<OCollection>
|
connectivity::sdbcx::OCatalog m_pGroups std::unique_ptr<OCollection>
|
||||||
connectivity/inc/sdbcx/VGroup.hxx:52
|
connectivity/inc/sdbcx/VGroup.hxx:52
|
||||||
connectivity::sdbcx::OGroup m_pUsers std::unique_ptr<OUsers>
|
connectivity::sdbcx::OGroup m_pUsers std::unique_ptr<OUsers>
|
||||||
connectivity/inc/sdbcx/VKey.hxx:69
|
connectivity/inc/sdbcx/VKey.hxx:70
|
||||||
connectivity::sdbcx::OKey m_pColumns std::unique_ptr<OCollection>
|
connectivity::sdbcx::OKey m_pColumns std::unique_ptr<OCollection>
|
||||||
connectivity/inc/sdbcx/VUser.hxx:52
|
connectivity/inc/sdbcx/VUser.hxx:52
|
||||||
connectivity::sdbcx::OUser m_pGroups std::unique_ptr<OGroups>
|
connectivity::sdbcx::OUser m_pGroups std::unique_ptr<OGroups>
|
||||||
@ -79,24 +79,24 @@ connectivity/source/inc/dbase/DIndexIter.hxx:33
|
|||||||
connectivity/source/inc/dbase/DIndexIter.hxx:34
|
connectivity/source/inc/dbase/DIndexIter.hxx:34
|
||||||
connectivity::dbase::OIndexIterator m_pOperand const file::OOperand *
|
connectivity::dbase::OIndexIterator m_pOperand const file::OOperand *
|
||||||
connectivity/source/inc/FDatabaseMetaDataResultSet.hxx:109
|
connectivity/source/inc/FDatabaseMetaDataResultSet.hxx:109
|
||||||
connectivity::ODatabaseMetaDataResultSet m_aEmptyValue class connectivity::ORowSetValue
|
connectivity::ODatabaseMetaDataResultSet m_aEmptyValue ORowSetValue
|
||||||
connectivity/source/inc/OColumn.hxx:40
|
|
||||||
connectivity::OColumn m_AutoIncrement _Bool
|
|
||||||
connectivity/source/inc/OColumn.hxx:41
|
connectivity/source/inc/OColumn.hxx:41
|
||||||
|
connectivity::OColumn m_AutoIncrement _Bool
|
||||||
|
connectivity/source/inc/OColumn.hxx:42
|
||||||
connectivity::OColumn m_CaseSensitive _Bool
|
connectivity::OColumn m_CaseSensitive _Bool
|
||||||
connectivity/source/inc/OColumn.hxx:43
|
|
||||||
connectivity::OColumn m_Currency _Bool
|
|
||||||
connectivity/source/inc/OColumn.hxx:44
|
connectivity/source/inc/OColumn.hxx:44
|
||||||
|
connectivity::OColumn m_Currency _Bool
|
||||||
|
connectivity/source/inc/OColumn.hxx:45
|
||||||
connectivity::OColumn m_Signed _Bool
|
connectivity::OColumn m_Signed _Bool
|
||||||
connectivity/source/inc/OColumn.hxx:46
|
|
||||||
connectivity::OColumn m_Writable _Bool
|
|
||||||
connectivity/source/inc/OColumn.hxx:47
|
connectivity/source/inc/OColumn.hxx:47
|
||||||
|
connectivity::OColumn m_Writable _Bool
|
||||||
|
connectivity/source/inc/OColumn.hxx:48
|
||||||
connectivity::OColumn m_DefinitelyWritable _Bool
|
connectivity::OColumn m_DefinitelyWritable _Bool
|
||||||
connectivity/source/inc/TConnection.hxx:54
|
connectivity/source/inc/TConnection.hxx:54
|
||||||
connectivity::OMetaConnection m_aResources class connectivity::SharedResources
|
connectivity::OMetaConnection m_aResources SharedResources
|
||||||
connectivity/source/inc/writer/WTable.hxx:43
|
connectivity/source/inc/writer/WTable.hxx:43
|
||||||
connectivity::writer::OWriterTable m_nStartCol sal_Int32
|
connectivity::writer::OWriterTable m_nStartCol sal_Int32
|
||||||
cppcanvas/source/mtfrenderer/textaction.cxx:1635
|
cppcanvas/source/mtfrenderer/textaction.cxx:1636
|
||||||
cppcanvas::internal::(anonymous namespace)::OutlineAction maTextFillColor const ::Color
|
cppcanvas::internal::(anonymous namespace)::OutlineAction maTextFillColor const ::Color
|
||||||
cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx:36
|
cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx:36
|
||||||
(anonymous namespace)::Mapping m_from uno::Environment
|
(anonymous namespace)::Mapping m_from uno::Environment
|
||||||
@ -106,59 +106,83 @@ cppu/source/helper/purpenv/Proxy.hxx:35
|
|||||||
Proxy m_from css::uno::Environment
|
Proxy m_from css::uno::Environment
|
||||||
cppu/source/helper/purpenv/Proxy.hxx:36
|
cppu/source/helper/purpenv/Proxy.hxx:36
|
||||||
Proxy m_to css::uno::Environment
|
Proxy m_to css::uno::Environment
|
||||||
cppu/source/uno/cascade_mapping.cxx:42
|
|
||||||
(anonymous namespace)::MediatorMapping m_from uno::Environment
|
|
||||||
cppu/source/uno/cascade_mapping.cxx:43
|
cppu/source/uno/cascade_mapping.cxx:43
|
||||||
(anonymous namespace)::MediatorMapping m_interm uno::Environment
|
(anonymous namespace)::MediatorMapping m_from uno::Environment
|
||||||
cppu/source/uno/cascade_mapping.cxx:44
|
cppu/source/uno/cascade_mapping.cxx:44
|
||||||
|
(anonymous namespace)::MediatorMapping m_interm uno::Environment
|
||||||
|
cppu/source/uno/cascade_mapping.cxx:45
|
||||||
(anonymous namespace)::MediatorMapping m_to uno::Environment
|
(anonymous namespace)::MediatorMapping m_to uno::Environment
|
||||||
cppu/source/uno/check.cxx:38
|
cppu/source/uno/check.cxx:38
|
||||||
(anonymous namespace)::C1 n1 sal_Int16
|
(anonymous namespace)::C1 n1 sal_Int16
|
||||||
|
cppu/source/uno/check.cxx:42
|
||||||
|
(anonymous namespace)::C2 n2 sal_Int32
|
||||||
|
cppu/source/uno/check.cxx:46
|
||||||
|
(anonymous namespace)::C3 d3 double
|
||||||
|
cppu/source/uno/check.cxx:47
|
||||||
|
(anonymous namespace)::C3 n3 sal_Int32
|
||||||
|
cppu/source/uno/check.cxx:51
|
||||||
|
(anonymous namespace)::C4 n4 sal_Int32
|
||||||
|
cppu/source/uno/check.cxx:52
|
||||||
|
(anonymous namespace)::C4 d4 double
|
||||||
|
cppu/source/uno/check.cxx:56
|
||||||
|
(anonymous namespace)::C5 n5 sal_Int64
|
||||||
|
cppu/source/uno/check.cxx:57
|
||||||
|
(anonymous namespace)::C5 b5 sal_Bool
|
||||||
|
cppu/source/uno/check.cxx:61
|
||||||
|
(anonymous namespace)::C6 c6 C5
|
||||||
|
cppu/source/uno/check.cxx:62
|
||||||
|
(anonymous namespace)::C6 b6 sal_Bool
|
||||||
cppu/source/uno/check.cxx:67
|
cppu/source/uno/check.cxx:67
|
||||||
(anonymous namespace)::D d sal_Int16
|
(anonymous namespace)::D d sal_Int16
|
||||||
cppu/source/uno/check.cxx:68
|
cppu/source/uno/check.cxx:68
|
||||||
(anonymous namespace)::D e sal_Int32
|
(anonymous namespace)::D e sal_Int32
|
||||||
cppu/source/uno/check.cxx:72
|
|
||||||
(anonymous namespace)::E a sal_Bool
|
|
||||||
cppu/source/uno/check.cxx:73
|
cppu/source/uno/check.cxx:73
|
||||||
(anonymous namespace)::E b sal_Bool
|
(anonymous namespace)::E a sal_Bool
|
||||||
cppu/source/uno/check.cxx:74
|
|
||||||
(anonymous namespace)::E c sal_Bool
|
|
||||||
cppu/source/uno/check.cxx:75
|
cppu/source/uno/check.cxx:75
|
||||||
|
(anonymous namespace)::E b sal_Bool
|
||||||
|
cppu/source/uno/check.cxx:77
|
||||||
|
(anonymous namespace)::E c sal_Bool
|
||||||
|
cppu/source/uno/check.cxx:78
|
||||||
(anonymous namespace)::E d sal_Int16
|
(anonymous namespace)::E d sal_Int16
|
||||||
cppu/source/uno/check.cxx:76
|
cppu/source/uno/check.cxx:79
|
||||||
(anonymous namespace)::E e sal_Int32
|
(anonymous namespace)::E e sal_Int32
|
||||||
cppu/source/uno/check.cxx:81
|
cppu/source/uno/check.cxx:84
|
||||||
(anonymous namespace)::M n sal_Int32
|
(anonymous namespace)::M n sal_Int32
|
||||||
cppu/source/uno/check.cxx:82
|
cppu/source/uno/check.cxx:85
|
||||||
(anonymous namespace)::M o sal_Int16
|
(anonymous namespace)::M o sal_Int16
|
||||||
cppu/source/uno/check.cxx:91
|
cppu/source/uno/check.cxx:90
|
||||||
(anonymous namespace)::N2 m struct (anonymous namespace)::M
|
(anonymous namespace)::N p sal_Int16
|
||||||
cppu/source/uno/check.cxx:92
|
cppu/source/uno/check.cxx:94
|
||||||
|
(anonymous namespace)::N2 m M
|
||||||
|
cppu/source/uno/check.cxx:95
|
||||||
(anonymous namespace)::N2 p sal_Int16
|
(anonymous namespace)::N2 p sal_Int16
|
||||||
cppu/source/uno/check.cxx:97
|
cppu/source/uno/check.cxx:100
|
||||||
(anonymous namespace)::O p double
|
(anonymous namespace)::O p double
|
||||||
cppu/source/uno/check.cxx:98
|
cppu/source/uno/check.cxx:101
|
||||||
(anonymous namespace)::O q sal_Int16
|
(anonymous namespace)::O q sal_Int16
|
||||||
cppu/source/uno/check.cxx:107
|
cppu/source/uno/check.cxx:105
|
||||||
|
(anonymous namespace)::O2 p2 sal_Int16
|
||||||
|
cppu/source/uno/check.cxx:110
|
||||||
(anonymous namespace)::P p2 double
|
(anonymous namespace)::P p2 double
|
||||||
cppu/source/uno/check.cxx:115
|
cppu/source/uno/check.cxx:118
|
||||||
(anonymous namespace)::second a int
|
(anonymous namespace)::second a int
|
||||||
cppu/source/uno/check.cxx:126
|
cppu/source/uno/check.cxx:129
|
||||||
(anonymous namespace)::Char1 c1 char
|
(anonymous namespace)::Char1 c1 char
|
||||||
cppu/source/uno/check.cxx:130
|
cppu/source/uno/check.cxx:133
|
||||||
(anonymous namespace)::Char2 c2 char
|
(anonymous namespace)::Char2 c2 char
|
||||||
cppu/source/uno/check.cxx:134
|
cppu/source/uno/check.cxx:137
|
||||||
(anonymous namespace)::Char3 c3 char
|
(anonymous namespace)::Char3 c3 char
|
||||||
cppu/source/uno/check.cxx:258
|
cppu/source/uno/check.cxx:267
|
||||||
(anonymous namespace)::Char4 chars struct (anonymous namespace)::Char3
|
(anonymous namespace)::Char4 chars Char3
|
||||||
|
cppu/source/uno/check.cxx:271
|
||||||
|
(anonymous namespace)::Char4 c char
|
||||||
cui/source/options/optcolor.cxx:259
|
cui/source/options/optcolor.cxx:259
|
||||||
(anonymous namespace)::ColorConfigWindow_Impl aModuleOptions class SvtModuleOptions
|
(anonymous namespace)::ColorConfigWindow_Impl aModuleOptions SvtModuleOptions
|
||||||
dbaccess/source/core/api/RowSetBase.hxx:84
|
dbaccess/source/core/api/RowSetBase.hxx:84
|
||||||
dbaccess::ORowSetBase m_aEmptyValue connectivity::ORowSetValue
|
dbaccess::ORowSetBase m_aEmptyValue connectivity::ORowSetValue
|
||||||
dbaccess/source/core/api/RowSetBase.hxx:95
|
dbaccess/source/core/api/RowSetBase.hxx:95
|
||||||
dbaccess::ORowSetBase m_aErrors ::connectivity::SQLError
|
dbaccess::ORowSetBase m_aErrors ::connectivity::SQLError
|
||||||
dbaccess/source/core/dataaccess/documentcontainer.cxx:67
|
dbaccess/source/core/dataaccess/documentcontainer.cxx:68
|
||||||
dbaccess::(anonymous namespace)::LocalNameApproval m_aErrors ::connectivity::SQLError
|
dbaccess::(anonymous namespace)::LocalNameApproval m_aErrors ::connectivity::SQLError
|
||||||
dbaccess/source/core/inc/ContentHelper.hxx:103
|
dbaccess/source/core/inc/ContentHelper.hxx:103
|
||||||
dbaccess::OContentHelper m_aErrorHelper const ::connectivity::SQLError
|
dbaccess::OContentHelper m_aErrorHelper const ::connectivity::SQLError
|
||||||
@ -167,15 +191,15 @@ dbaccess/source/filter/hsqldb/parseschema.hxx:34
|
|||||||
dbaccess/source/ui/control/tabletree.cxx:127
|
dbaccess/source/ui/control/tabletree.cxx:127
|
||||||
dbaui::(anonymous namespace)::OViewSetter m_aEqualFunctor ::comphelper::UStringMixEqual
|
dbaui::(anonymous namespace)::OViewSetter m_aEqualFunctor ::comphelper::UStringMixEqual
|
||||||
dbaccess/source/ui/inc/charsetlistbox.hxx:43
|
dbaccess/source/ui/inc/charsetlistbox.hxx:43
|
||||||
dbaui::CharSetListBox m_aCharSets class dbaui::OCharsetDisplay
|
dbaui::CharSetListBox m_aCharSets OCharsetDisplay
|
||||||
dbaccess/source/ui/inc/sqledit.hxx:41
|
dbaccess/source/ui/inc/sqledit.hxx:41
|
||||||
dbaui::SQLEditView m_aColorConfig const svtools::ColorConfig
|
dbaui::SQLEditView m_aColorConfig const svtools::ColorConfig
|
||||||
dbaccess/source/ui/inc/WCopyTable.hxx:258
|
dbaccess/source/ui/inc/WCopyTable.hxx:258
|
||||||
dbaui::OCopyTableWizard m_aLocale css::lang::Locale
|
dbaui::OCopyTableWizard m_aLocale css::lang::Locale
|
||||||
editeng/source/editeng/impedit.hxx:516
|
editeng/source/editeng/impedit.hxx:515
|
||||||
ImpEditEngine maColorConfig svtools::ColorConfig
|
ImpEditEngine maColorConfig svtools::ColorConfig
|
||||||
embeddedobj/source/inc/commonembobj.hxx:110
|
embeddedobj/source/inc/commonembobj.hxx:113
|
||||||
OCommonEmbeddedObject m_aClassName rtl::OUString
|
OCommonEmbeddedObject m_aClassName OUString
|
||||||
embeddedobj/source/inc/oleembobj.hxx:125
|
embeddedobj/source/inc/oleembobj.hxx:125
|
||||||
OleEmbeddedObject m_pOleComponent rtl::Reference<OleComponent>
|
OleEmbeddedObject m_pOleComponent rtl::Reference<OleComponent>
|
||||||
embeddedobj/source/inc/oleembobj.hxx:145
|
embeddedobj/source/inc/oleembobj.hxx:145
|
||||||
@ -193,15 +217,15 @@ embeddedobj/source/inc/oleembobj.hxx:175
|
|||||||
embeddedobj/source/inc/oleembobj.hxx:176
|
embeddedobj/source/inc/oleembobj.hxx:176
|
||||||
OleEmbeddedObject m_nStatusAspect sal_Int64
|
OleEmbeddedObject m_nStatusAspect sal_Int64
|
||||||
embeddedobj/source/inc/oleembobj.hxx:184
|
embeddedobj/source/inc/oleembobj.hxx:184
|
||||||
OleEmbeddedObject m_aLinkURL rtl::OUString
|
OleEmbeddedObject m_aLinkURL OUString
|
||||||
embeddedobj/source/inc/oleembobj.hxx:190
|
embeddedobj/source/inc/oleembobj.hxx:190
|
||||||
OleEmbeddedObject m_bFromClipboard _Bool
|
OleEmbeddedObject m_bFromClipboard _Bool
|
||||||
embeddedobj/source/msole/olecomponent.hxx:73
|
embeddedobj/source/msole/olecomponent.hxx:73
|
||||||
OleComponent m_bWorkaroundActive _Bool
|
OleComponent m_bWorkaroundActive _Bool
|
||||||
extensions/source/propctrlr/eformshelper.hxx:60
|
extensions/source/propctrlr/eformshelper.hxx:60
|
||||||
pcr::EFormsHelper m_aSubmissionUINames pcr::MapStringToPropertySet
|
pcr::EFormsHelper m_aSubmissionUINames MapStringToPropertySet
|
||||||
extensions/source/propctrlr/eformshelper.hxx:62
|
extensions/source/propctrlr/eformshelper.hxx:62
|
||||||
pcr::EFormsHelper m_aBindingUINames pcr::MapStringToPropertySet
|
pcr::EFormsHelper m_aBindingUINames MapStringToPropertySet
|
||||||
filter/source/graphicfilter/icgm/chart.hxx:48
|
filter/source/graphicfilter/icgm/chart.hxx:48
|
||||||
DataNode nBoxX1 sal_Int16
|
DataNode nBoxX1 sal_Int16
|
||||||
filter/source/graphicfilter/icgm/chart.hxx:49
|
filter/source/graphicfilter/icgm/chart.hxx:49
|
||||||
@ -211,17 +235,17 @@ filter/source/graphicfilter/icgm/chart.hxx:50
|
|||||||
filter/source/graphicfilter/icgm/chart.hxx:51
|
filter/source/graphicfilter/icgm/chart.hxx:51
|
||||||
DataNode nBoxY2 sal_Int16
|
DataNode nBoxY2 sal_Int16
|
||||||
filter/source/xsltdialog/xmlfiltersettingsdialog.hxx:85
|
filter/source/xsltdialog/xmlfiltersettingsdialog.hxx:85
|
||||||
XMLFilterSettingsDialog maModuleOpt class SvtModuleOptions
|
XMLFilterSettingsDialog maModuleOpt SvtModuleOptions
|
||||||
framework/inc/dispatch/dispatchprovider.hxx:76
|
framework/inc/dispatch/dispatchprovider.hxx:76
|
||||||
framework::DispatchProvider m_aProtocolHandlerCache class framework::HandlerCache
|
framework::DispatchProvider m_aProtocolHandlerCache HandlerCache
|
||||||
framework/inc/helper/uiconfigelementwrapperbase.hxx:128
|
framework/inc/helper/uiconfigelementwrapperbase.hxx:128
|
||||||
framework::UIConfigElementWrapperBase m_bConfigListening _Bool
|
framework::UIConfigElementWrapperBase m_bConfigListening _Bool
|
||||||
framework/inc/xml/menudocumenthandler.hxx:186
|
framework/inc/xml/menudocumenthandler.hxx:186
|
||||||
framework::OReadMenuPopupHandler m_bMenuMode _Bool
|
framework::OReadMenuPopupHandler m_bMenuMode _Bool
|
||||||
framework/source/fwe/classes/addonsoptions.cxx:349
|
framework/source/fwe/classes/addonsoptions.cxx:349
|
||||||
framework::AddonsOptions_Impl m_aEmptyAddonToolBar Sequence<Sequence<struct com::sun::star::beans::PropertyValue> >
|
framework::AddonsOptions_Impl m_aEmptyAddonToolBar Sequence<Sequence<PropertyValue> >
|
||||||
framework/source/fwe/classes/addonsoptions.cxx:350
|
framework/source/fwe/classes/addonsoptions.cxx:350
|
||||||
framework::AddonsOptions_Impl m_aEmptyAddonNotebookBar Sequence<Sequence<struct com::sun::star::beans::PropertyValue> >
|
framework::AddonsOptions_Impl m_aEmptyAddonNotebookBar Sequence<Sequence<PropertyValue> >
|
||||||
i18npool/inc/textconversion.hxx:78
|
i18npool/inc/textconversion.hxx:78
|
||||||
i18npool::(anonymous) code sal_Unicode
|
i18npool::(anonymous) code sal_Unicode
|
||||||
i18npool/inc/textconversion.hxx:79
|
i18npool/inc/textconversion.hxx:79
|
||||||
@ -229,9 +253,9 @@ i18npool/inc/textconversion.hxx:79
|
|||||||
i18npool/inc/textconversion.hxx:80
|
i18npool/inc/textconversion.hxx:80
|
||||||
i18npool::(anonymous) count sal_Int16
|
i18npool::(anonymous) count sal_Int16
|
||||||
include/basic/sbstar.hxx:50
|
include/basic/sbstar.hxx:50
|
||||||
StarBASIC aErrorHdl Link<class StarBASIC *, _Bool>
|
StarBASIC aErrorHdl Link<StarBASIC *, _Bool>
|
||||||
include/basic/sbstar.hxx:51
|
include/basic/sbstar.hxx:51
|
||||||
StarBASIC aBreakHdl Link<class StarBASIC *, enum BasicDebugFlags>
|
StarBASIC aBreakHdl Link<StarBASIC *, BasicDebugFlags>
|
||||||
include/comphelper/guarding.hxx:40
|
include/comphelper/guarding.hxx:40
|
||||||
comphelper::ORelease m_rMutex MUTEX &
|
comphelper::ORelease m_rMutex MUTEX &
|
||||||
include/comphelper/parallelsort.hxx:164
|
include/comphelper/parallelsort.hxx:164
|
||||||
@ -242,10 +266,10 @@ include/comphelper/servicedecl.hxx:131
|
|||||||
comphelper::service_decl::ServiceDecl m_pImplName const char *const
|
comphelper::service_decl::ServiceDecl m_pImplName const char *const
|
||||||
include/comphelper/servicedecl.hxx:132
|
include/comphelper/servicedecl.hxx:132
|
||||||
comphelper::service_decl::ServiceDecl m_pServiceNames const char *const
|
comphelper::service_decl::ServiceDecl m_pServiceNames const char *const
|
||||||
include/comphelper/stl_types.hxx:113
|
include/comphelper/stl_types.hxx:114
|
||||||
comphelper::mem_fun1_t M_f const comphelper::mem_fun1_t::_fun_type
|
comphelper::mem_fun1_t M_f const _fun_type
|
||||||
include/connectivity/DriversConfig.hxx:76
|
include/connectivity/DriversConfig.hxx:76
|
||||||
connectivity::DriversConfig m_aNode connectivity::DriversConfig::OSharedConfigNode
|
connectivity::DriversConfig m_aNode OSharedConfigNode
|
||||||
include/connectivity/sdbcx/VDescriptor.hxx:51
|
include/connectivity/sdbcx/VDescriptor.hxx:51
|
||||||
connectivity::sdbcx::ODescriptor m_aCase comphelper::UStringMixEqual
|
connectivity::sdbcx::ODescriptor m_aCase comphelper::UStringMixEqual
|
||||||
include/connectivity/sdbcx/VTable.hxx:77
|
include/connectivity/sdbcx/VTable.hxx:77
|
||||||
@ -255,7 +279,7 @@ include/connectivity/sdbcx/VTable.hxx:78
|
|||||||
include/connectivity/sqlparse.hxx:104
|
include/connectivity/sqlparse.hxx:104
|
||||||
connectivity::OSQLParser_Data aErrors ::connectivity::SQLError
|
connectivity::OSQLParser_Data aErrors ::connectivity::SQLError
|
||||||
include/filter/msfilter/svdfppt.hxx:718
|
include/filter/msfilter/svdfppt.hxx:718
|
||||||
PPTExtParaSheet aExtParaLevel struct PPTExtParaLevel[10]
|
PPTExtParaSheet aExtParaLevel PPTExtParaLevel[10]
|
||||||
include/filter/msfilter/svdfppt.hxx:889
|
include/filter/msfilter/svdfppt.hxx:889
|
||||||
ImplPPTParaPropSet nDontKnow1 sal_uInt32
|
ImplPPTParaPropSet nDontKnow1 sal_uInt32
|
||||||
include/filter/msfilter/svdfppt.hxx:890
|
include/filter/msfilter/svdfppt.hxx:890
|
||||||
@ -265,20 +289,10 @@ include/filter/msfilter/svdfppt.hxx:891
|
|||||||
include/oox/core/contexthandler2.hxx:231
|
include/oox/core/contexthandler2.hxx:231
|
||||||
oox::core::ContextHandler2Helper mnRootStackSize size_t
|
oox::core::ContextHandler2Helper mnRootStackSize size_t
|
||||||
include/oox/helper/containerhelper.hxx:130
|
include/oox/helper/containerhelper.hxx:130
|
||||||
oox::Matrix maData oox::Matrix::container_type
|
oox::Matrix maData container_type
|
||||||
include/oox/ole/axbinarywriter.hxx:150
|
include/oox/ole/axbinarywriter.hxx:150
|
||||||
oox::ole::AxBinaryPropertyWriter maStreamProps oox::ole::AxBinaryPropertyWriter::ComplexPropVector
|
oox::ole::AxBinaryPropertyWriter maStreamProps ComplexPropVector
|
||||||
include/registry/refltype.hxx:65
|
include/sfx2/lokhelper.hxx:33
|
||||||
RTUik m_Data1 sal_uInt32
|
|
||||||
include/registry/refltype.hxx:66
|
|
||||||
RTUik m_Data2 sal_uInt16
|
|
||||||
include/registry/refltype.hxx:67
|
|
||||||
RTUik m_Data3 sal_uInt16
|
|
||||||
include/registry/refltype.hxx:68
|
|
||||||
RTUik m_Data4 sal_uInt32
|
|
||||||
include/registry/refltype.hxx:69
|
|
||||||
RTUik m_Data5 sal_uInt32
|
|
||||||
include/sfx2/lokhelper.hxx:32
|
|
||||||
LokMouseEventData maLogicPosition std::optional<Point>
|
LokMouseEventData maLogicPosition std::optional<Point>
|
||||||
include/sfx2/msg.hxx:95
|
include/sfx2/msg.hxx:95
|
||||||
SfxTypeAttrib nAID sal_uInt16
|
SfxTypeAttrib nAID sal_uInt16
|
||||||
@ -291,79 +305,77 @@ include/sfx2/msg.hxx:106
|
|||||||
include/sfx2/msg.hxx:107
|
include/sfx2/msg.hxx:107
|
||||||
SfxType nAttribs sal_uInt16
|
SfxType nAttribs sal_uInt16
|
||||||
include/sfx2/msg.hxx:108
|
include/sfx2/msg.hxx:108
|
||||||
SfxType aAttrib struct SfxTypeAttrib[1]
|
SfxType aAttrib SfxTypeAttrib[1]
|
||||||
include/sfx2/msg.hxx:118
|
include/sfx2/msg.hxx:118
|
||||||
SfxType0 pType const std::type_info *
|
SfxType0 pType const std::type_info *
|
||||||
include/svl/ondemand.hxx:55
|
include/svl/ondemand.hxx:55
|
||||||
OnDemandLocaleDataWrapper aSysLocale class SvtSysLocale
|
OnDemandLocaleDataWrapper aSysLocale SvtSysLocale
|
||||||
|
include/svx/diagram/IDiagramHelper.hxx:72
|
||||||
|
svx::diagram::IDiagramHelper mbUseDiagramThemeData _Bool
|
||||||
|
include/svx/diagram/IDiagramHelper.hxx:81
|
||||||
|
svx::diagram::IDiagramHelper mbForceThemePtrRecreation _Bool
|
||||||
include/svx/graphctl.hxx:52
|
include/svx/graphctl.hxx:52
|
||||||
GraphCtrl xVD ScopedVclPtrInstance<class VirtualDevice>
|
GraphCtrl xVD ScopedVclPtrInstance<VirtualDevice>
|
||||||
include/svx/sdr/overlay/overlayanimatedbitmapex.hxx:49
|
include/svx/sdr/overlay/overlayanimatedbitmapex.hxx:49
|
||||||
sdr::overlay::OverlayAnimatedBitmapEx mbOverlayState _Bool
|
sdr::overlay::OverlayAnimatedBitmapEx mbOverlayState _Bool
|
||||||
include/svx/svdmark.hxx:141
|
include/svx/svdmark.hxx:141
|
||||||
SdrMarkList maPointName rtl::OUString
|
SdrMarkList maPointName OUString
|
||||||
include/svx/svdmark.hxx:142
|
include/svx/svdmark.hxx:142
|
||||||
SdrMarkList maGluePointName rtl::OUString
|
SdrMarkList maGluePointName OUString
|
||||||
include/svx/svdoedge.hxx:160
|
include/svx/svdoedge.hxx:160
|
||||||
SdrEdgeObj mbBoundRectCalculationRunning _Bool
|
SdrEdgeObj mbBoundRectCalculationRunning _Bool
|
||||||
include/unoidl/unoidl.hxx:444
|
|
||||||
unoidl::ConstantValue union unoidl::ConstantValue::(anonymous at /home/noel/libo2/include/unoidl/unoidl.hxx:444:5)
|
|
||||||
include/unoidl/unoidl.hxx:445
|
include/unoidl/unoidl.hxx:445
|
||||||
unoidl::ConstantValue::(anonymous) booleanValue _Bool
|
unoidl::ConstantValue union unoidl::ConstantValue::(anonymous at /home/noel/libo2/include/unoidl/unoidl.hxx:445:5)
|
||||||
include/unoidl/unoidl.hxx:446
|
include/unoidl/unoidl.hxx:446
|
||||||
unoidl::ConstantValue::(anonymous) byteValue sal_Int8
|
unoidl::ConstantValue::(anonymous) booleanValue _Bool
|
||||||
include/unoidl/unoidl.hxx:447
|
include/unoidl/unoidl.hxx:447
|
||||||
unoidl::ConstantValue::(anonymous) shortValue sal_Int16
|
unoidl::ConstantValue::(anonymous) byteValue sal_Int8
|
||||||
include/unoidl/unoidl.hxx:448
|
include/unoidl/unoidl.hxx:448
|
||||||
unoidl::ConstantValue::(anonymous) unsignedShortValue sal_uInt16
|
unoidl::ConstantValue::(anonymous) shortValue sal_Int16
|
||||||
include/unoidl/unoidl.hxx:449
|
include/unoidl/unoidl.hxx:449
|
||||||
unoidl::ConstantValue::(anonymous) longValue sal_Int32
|
unoidl::ConstantValue::(anonymous) unsignedShortValue sal_uInt16
|
||||||
include/unoidl/unoidl.hxx:450
|
include/unoidl/unoidl.hxx:450
|
||||||
unoidl::ConstantValue::(anonymous) unsignedLongValue sal_uInt32
|
unoidl::ConstantValue::(anonymous) longValue sal_Int32
|
||||||
include/unoidl/unoidl.hxx:451
|
include/unoidl/unoidl.hxx:451
|
||||||
unoidl::ConstantValue::(anonymous) hyperValue sal_Int64
|
unoidl::ConstantValue::(anonymous) unsignedLongValue sal_uInt32
|
||||||
include/unoidl/unoidl.hxx:452
|
include/unoidl/unoidl.hxx:452
|
||||||
unoidl::ConstantValue::(anonymous) unsignedHyperValue sal_uInt64
|
unoidl::ConstantValue::(anonymous) hyperValue sal_Int64
|
||||||
include/unoidl/unoidl.hxx:453
|
include/unoidl/unoidl.hxx:453
|
||||||
unoidl::ConstantValue::(anonymous) floatValue float
|
unoidl::ConstantValue::(anonymous) unsignedHyperValue sal_uInt64
|
||||||
include/unoidl/unoidl.hxx:454
|
include/unoidl/unoidl.hxx:454
|
||||||
|
unoidl::ConstantValue::(anonymous) floatValue float
|
||||||
|
include/unoidl/unoidl.hxx:455
|
||||||
unoidl::ConstantValue::(anonymous) doubleValue double
|
unoidl::ConstantValue::(anonymous) doubleValue double
|
||||||
include/unotest/bootstrapfixturebase.hxx:52
|
include/unotest/bootstrapfixturebase.hxx:52
|
||||||
test::BootstrapFixtureBase m_directories class test::Directories
|
test::BootstrapFixtureBase m_directories Directories
|
||||||
include/vcl/formatter.hxx:127
|
include/vcl/formatter.hxx:127
|
||||||
Formatter m_aStaticFormatter class Formatter::StaticFormatter
|
Formatter m_aStaticFormatter StaticFormatter
|
||||||
include/vcl/toolkit/field.hxx:399
|
include/vcl/toolkit/field.hxx:399
|
||||||
DateFormatter maStaticFormatter class Formatter::StaticFormatter
|
DateFormatter maStaticFormatter class Formatter::StaticFormatter
|
||||||
io/source/stm/odata.cxx:559
|
io/source/stm/odata.cxx:558
|
||||||
io_stm::(anonymous namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(anonymous) n1 sal_uInt32
|
io_stm::(anonymous namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(anonymous) n1 sal_uInt32
|
||||||
io/source/stm/odata.cxx:559
|
io/source/stm/odata.cxx:558
|
||||||
io_stm::(anonymous namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(anonymous) n2 sal_uInt32
|
io_stm::(anonymous namespace)::ODataOutputStream::writeDouble(double)::(anonymous union)::(anonymous) n2 sal_uInt32
|
||||||
libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx:48
|
libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx:48
|
||||||
(anonymous namespace)::GtvLokDialogPrivate m_nChildKeyModifier guint32
|
(anonymous namespace)::GtvLokDialogPrivate m_nChildKeyModifier guint32
|
||||||
libreofficekit/source/gtk/lokdocview.cxx:85
|
libreofficekit/source/gtk/lokdocview.cxx:86
|
||||||
(anonymous namespace)::LOKDocViewPrivateImpl m_bIsLoading _Bool
|
(anonymous namespace)::LOKDocViewPrivateImpl m_bIsLoading _Bool
|
||||||
lingucomponent/source/languageguessing/simpleguesser.cxx:72
|
lingucomponent/source/languageguessing/simpleguesser.cxx:72
|
||||||
(anonymous namespace)::textcat_t fprint void **
|
(anonymous namespace)::textcat_t fprint void **
|
||||||
lingucomponent/source/languageguessing/simpleguesser.cxx:74
|
lingucomponent/source/languageguessing/simpleguesser.cxx:74
|
||||||
(anonymous namespace)::textcat_t size uint4
|
(anonymous namespace)::textcat_t size uint4
|
||||||
linguistic/source/dlistimp.hxx:56
|
linguistic/source/dlistimp.hxx:56
|
||||||
DicList aOpt class LinguOptions
|
DicList aOpt LinguOptions
|
||||||
oox/inc/drawingml/table/tablecell.hxx:85
|
oox/inc/drawingml/table/tablecell.hxx:85
|
||||||
oox::drawingml::table::TableCell maLinePropertiesInsideH oox::drawingml::LineProperties
|
oox::drawingml::table::TableCell maLinePropertiesInsideH oox::drawingml::LineProperties
|
||||||
oox/inc/drawingml/table/tablecell.hxx:86
|
oox/inc/drawingml/table/tablecell.hxx:86
|
||||||
oox::drawingml::table::TableCell maLinePropertiesInsideV oox::drawingml::LineProperties
|
oox::drawingml::table::TableCell maLinePropertiesInsideV oox::drawingml::LineProperties
|
||||||
oox/qa/token/tokenmap-test.cxx:33
|
oox/qa/token/tokenmap-test.cxx:33
|
||||||
oox::TokenmapTest tokenMap class oox::TokenMap
|
oox::TokenmapTest tokenMap TokenMap
|
||||||
oox/qa/unit/vba_compression.cxx:70
|
oox/qa/unit/vba_compression.cxx:70
|
||||||
TestVbaCompression m_directories test::Directories
|
TestVbaCompression m_directories test::Directories
|
||||||
oox/source/drawingml/chart/objectformatter.cxx:717
|
oox/source/drawingml/chart/objectformatter.cxx:722
|
||||||
oox::drawingml::chart::ObjectFormatterData maFromLocale struct com::sun::star::lang::Locale
|
oox::drawingml::chart::ObjectFormatterData maFromLocale Locale
|
||||||
registry/source/reflwrit.cxx:140
|
|
||||||
writeDouble(sal_uInt8 *, double)::(anonymous union)::(anonymous) b1 sal_uInt32
|
|
||||||
registry/source/reflwrit.cxx:141
|
|
||||||
writeDouble(sal_uInt8 *, double)::(anonymous union)::(anonymous) b2 sal_uInt32
|
|
||||||
registry/source/reflwrit.cxx:181
|
|
||||||
(anonymous namespace)::CPInfo::(anonymous) aUik struct RTUik *
|
|
||||||
reportdesign/source/ui/inc/ColorListener.hxx:35
|
reportdesign/source/ui/inc/ColorListener.hxx:35
|
||||||
rptui::OColorListener m_aColorConfig svtools::ColorConfig
|
rptui::OColorListener m_aColorConfig svtools::ColorConfig
|
||||||
sal/osl/unx/process.cxx:827
|
sal/osl/unx/process.cxx:827
|
||||||
@ -375,9 +387,9 @@ sal/osl/unx/process.cxx:829
|
|||||||
sal/osl/unx/process.cxx:830
|
sal/osl/unx/process.cxx:830
|
||||||
(anonymous namespace)::osl_procStat sigcatch char[24]
|
(anonymous namespace)::osl_procStat sigcatch char[24]
|
||||||
sal/qa/OStringBuffer/rtl_OStringBuffer.cxx:1675
|
sal/qa/OStringBuffer/rtl_OStringBuffer.cxx:1675
|
||||||
rtl_OStringBuffer::append_001 empty rtl::OString
|
rtl_OStringBuffer::append_001 empty OString
|
||||||
sal/rtl/alloc_arena.hxx:100
|
sal/rtl/alloc_arena.hxx:100
|
||||||
rtl_arena_st m_hash_table_0 struct rtl_arena_segment_type *[64]
|
rtl_arena_st m_hash_table_0 rtl_arena_segment_type *[64]
|
||||||
sal/rtl/digest.cxx:188
|
sal/rtl/digest.cxx:188
|
||||||
(anonymous namespace)::DigestContextMD2 m_state sal_uInt32[16]
|
(anonymous namespace)::DigestContextMD2 m_state sal_uInt32[16]
|
||||||
sal/rtl/digest.cxx:189
|
sal/rtl/digest.cxx:189
|
||||||
@ -388,58 +400,62 @@ sal/rtl/uuid.cxx:67
|
|||||||
(anonymous namespace)::UUID node sal_uInt8[6]
|
(anonymous namespace)::UUID node sal_uInt8[6]
|
||||||
sc/inc/attarray.hxx:69
|
sc/inc/attarray.hxx:69
|
||||||
ScMergePatternState pItemSet std::optional<SfxItemSet>
|
ScMergePatternState pItemSet std::optional<SfxItemSet>
|
||||||
|
sc/inc/cellvalue.hxx:113
|
||||||
|
ScRefCellValue::(anonymous) mpString const svl::SharedString *
|
||||||
|
sc/inc/cellvalue.hxx:114
|
||||||
|
ScRefCellValue::(anonymous) mpEditText const EditTextObject *
|
||||||
sc/inc/compiler.hxx:132
|
sc/inc/compiler.hxx:132
|
||||||
ScRawToken::(anonymous union)::(anonymous) eItem class ScTableRefToken::Item
|
ScRawToken::(anonymous union)::(anonymous) eItem class ScTableRefToken::Item
|
||||||
sc/inc/compiler.hxx:133
|
sc/inc/compiler.hxx:133
|
||||||
ScRawToken::(anonymous) table struct (unnamed struct at /home/noel/libo2/sc/inc/compiler.hxx:130:9)
|
ScRawToken::(anonymous) table struct (unnamed struct at /home/noel/libo2/sc/inc/compiler.hxx:130:9)
|
||||||
sc/inc/compiler.hxx:138
|
sc/inc/compiler.hxx:138
|
||||||
ScRawToken::(anonymous) pMat class ScMatrix *
|
ScRawToken::(anonymous) pMat ScMatrix *
|
||||||
sc/inc/formulagroup.hxx:38
|
sc/inc/formulagroup.hxx:38
|
||||||
sc::FormulaGroupEntry::(anonymous) mpCells class ScFormulaCell **
|
sc::FormulaGroupEntry::(anonymous) mpCells ScFormulaCell **
|
||||||
sc/inc/reordermap.hxx:20
|
sc/inc/reordermap.hxx:20
|
||||||
sc::ColRowReorderMapType maData sc::ColRowReorderMapType::DataType
|
sc::ColRowReorderMapType maData DataType
|
||||||
sc/source/core/inc/adiasync.hxx:41
|
sc/source/core/inc/adiasync.hxx:41
|
||||||
ScAddInAsync::(anonymous) pStr rtl::OUString *
|
ScAddInAsync::(anonymous) pStr OUString *
|
||||||
sc/source/core/inc/interpre.hxx:99
|
sc/source/core/inc/interpre.hxx:99
|
||||||
ScTokenStack pPointer const formula::FormulaToken *[512]
|
ScTokenStack pPointer const formula::FormulaToken *[512]
|
||||||
sc/source/filter/excel/xltoolbar.cxx:30
|
|
||||||
(anonymous namespace)::MSOExcelCommandConvertor msoToOOcmd IdToString
|
|
||||||
sc/source/filter/excel/xltoolbar.cxx:31
|
sc/source/filter/excel/xltoolbar.cxx:31
|
||||||
|
(anonymous namespace)::MSOExcelCommandConvertor msoToOOcmd IdToString
|
||||||
|
sc/source/filter/excel/xltoolbar.cxx:32
|
||||||
(anonymous namespace)::MSOExcelCommandConvertor tcidToOOcmd IdToString
|
(anonymous namespace)::MSOExcelCommandConvertor tcidToOOcmd IdToString
|
||||||
sc/source/filter/inc/commentsbuffer.hxx:40
|
sc/source/filter/inc/commentsbuffer.hxx:40
|
||||||
oox::xls::CommentModel maAnchor css::awt::Rectangle
|
oox::xls::CommentModel maAnchor css::awt::Rectangle
|
||||||
sc/source/filter/inc/htmlexp.hxx:117
|
sc/source/filter/inc/htmlexp.hxx:117
|
||||||
ScHTMLExport pFileNameMap ScHTMLExport::FileNameMapPtr
|
ScHTMLExport pFileNameMap FileNameMapPtr
|
||||||
sc/source/filter/inc/htmlpars.hxx:57
|
sc/source/filter/inc/htmlpars.hxx:58
|
||||||
ScHTMLStyles maEmpty const rtl::OUString
|
ScHTMLStyles maEmpty const OUString
|
||||||
sc/source/filter/inc/namebuff.hxx:79
|
sc/source/filter/inc/namebuff.hxx:80
|
||||||
RangeNameBufferWK3::Entry nAbsInd sal_uInt16
|
RangeNameBufferWK3::Entry nAbsInd sal_uInt16
|
||||||
sc/source/filter/inc/qproform.hxx:54
|
sc/source/filter/inc/qproform.hxx:54
|
||||||
QProToSc mnAddToken struct TokenId
|
QProToSc mnAddToken TokenId
|
||||||
sc/source/filter/inc/stylesbuffer.hxx:674
|
|
||||||
oox::xls::Dxf mxAlignment std::shared_ptr<Alignment>
|
|
||||||
sc/source/filter/inc/stylesbuffer.hxx:676
|
sc/source/filter/inc/stylesbuffer.hxx:676
|
||||||
|
oox::xls::Dxf mxAlignment std::shared_ptr<Alignment>
|
||||||
|
sc/source/filter/inc/stylesbuffer.hxx:678
|
||||||
oox::xls::Dxf mxProtection std::shared_ptr<Protection>
|
oox::xls::Dxf mxProtection std::shared_ptr<Protection>
|
||||||
sc/source/filter/inc/stylesbuffer.hxx:765
|
sc/source/filter/inc/stylesbuffer.hxx:767
|
||||||
oox::xls::CellStyleBuffer maBuiltinStyles oox::xls::CellStyleBuffer::CellStyleVector
|
oox::xls::CellStyleBuffer maBuiltinStyles CellStyleVector
|
||||||
sc/source/filter/inc/stylesbuffer.hxx:766
|
sc/source/filter/inc/stylesbuffer.hxx:768
|
||||||
oox::xls::CellStyleBuffer maUserStyles oox::xls::CellStyleBuffer::CellStyleVector
|
oox::xls::CellStyleBuffer maUserStyles CellStyleVector
|
||||||
sc/source/filter/inc/XclExpChangeTrack.hxx:347
|
sc/source/filter/inc/XclExpChangeTrack.hxx:347
|
||||||
XclExpChTrAction pAddAction std::unique_ptr<XclExpChTrAction>
|
XclExpChTrAction pAddAction std::unique_ptr<XclExpChTrAction>
|
||||||
sc/source/filter/inc/xepage.hxx:121
|
sc/source/filter/inc/xepage.hxx:121
|
||||||
XclExpChartPageSettings maData struct XclPageData
|
XclExpChartPageSettings maData XclPageData
|
||||||
sc/source/filter/inc/xistyle.hxx:517
|
sc/source/filter/inc/xistyle.hxx:517
|
||||||
XclImpXFBuffer maBuiltinStyles XclImpXFBuffer::XclImpStyleList
|
XclImpXFBuffer maBuiltinStyles XclImpStyleList
|
||||||
sc/source/filter/inc/xistyle.hxx:518
|
sc/source/filter/inc/xistyle.hxx:518
|
||||||
XclImpXFBuffer maUserStyles XclImpXFBuffer::XclImpStyleList
|
XclImpXFBuffer maUserStyles XclImpStyleList
|
||||||
sc/source/filter/inc/xltracer.hxx:81
|
sc/source/filter/inc/xltracer.hxx:81
|
||||||
XclTracer mbEnabled _Bool
|
XclTracer mbEnabled _Bool
|
||||||
sc/source/filter/xml/xmlcelli.hxx:94
|
sc/source/filter/xml/xmlcelli.hxx:94
|
||||||
ScXMLTableRowCellContext mbEditEngineHasText _Bool
|
ScXMLTableRowCellContext mbEditEngineHasText _Bool
|
||||||
sc/source/ui/inc/csvruler.hxx:37
|
sc/source/ui/inc/csvruler.hxx:37
|
||||||
ScCsvRuler maBackgrDev ScopedVclPtrInstance<class VirtualDevice>
|
ScCsvRuler maBackgrDev ScopedVclPtrInstance<VirtualDevice>
|
||||||
sc/source/ui/inc/csvruler.hxx:38
|
sc/source/ui/inc/csvruler.hxx:38
|
||||||
ScCsvRuler maRulerDev ScopedVclPtrInstance<class VirtualDevice>
|
ScCsvRuler maRulerDev ScopedVclPtrInstance<VirtualDevice>
|
||||||
sc/source/ui/inc/inputhdl.hxx:66
|
sc/source/ui/inc/inputhdl.hxx:66
|
||||||
ScInputHandler pColumnData std::unique_ptr<ScTypedCaseStrSet>
|
ScInputHandler pColumnData std::unique_ptr<ScTypedCaseStrSet>
|
||||||
sc/source/ui/inc/inputhdl.hxx:67
|
sc/source/ui/inc/inputhdl.hxx:67
|
||||||
@ -458,11 +474,11 @@ sc/source/ui/vba/vbaformatconditions.hxx:39
|
|||||||
ScVbaFormatConditions mxParentRangePropertySet css::uno::Reference<css::beans::XPropertySet>
|
ScVbaFormatConditions mxParentRangePropertySet css::uno::Reference<css::beans::XPropertySet>
|
||||||
sc/source/ui/vba/vbaworksheet.hxx:49
|
sc/source/ui/vba/vbaworksheet.hxx:49
|
||||||
ScVbaWorksheet mxButtons ::rtl::Reference<ScVbaSheetObjectsBase>[2]
|
ScVbaWorksheet mxButtons ::rtl::Reference<ScVbaSheetObjectsBase>[2]
|
||||||
sd/inc/Outliner.hxx:288
|
sd/inc/Outliner.hxx:289
|
||||||
SdOutliner mpFirstObj class SdrObject *
|
SdOutliner mpFirstObj SdrObject *
|
||||||
sd/inc/sdmod.hxx:120
|
sd/inc/sdmod.hxx:131
|
||||||
SdModule gImplImpressPropertySetInfoCache SdExtPropertySetInfoCache
|
SdModule gImplImpressPropertySetInfoCache SdExtPropertySetInfoCache
|
||||||
sd/inc/sdmod.hxx:121
|
sd/inc/sdmod.hxx:132
|
||||||
SdModule gImplDrawPropertySetInfoCache SdExtPropertySetInfoCache
|
SdModule gImplDrawPropertySetInfoCache SdExtPropertySetInfoCache
|
||||||
sd/source/core/CustomAnimationCloner.cxx:70
|
sd/source/core/CustomAnimationCloner.cxx:70
|
||||||
sd::(anonymous namespace)::CustomAnimationClonerImpl maSourceNodeVector std::vector<Reference<XAnimationNode> >
|
sd::(anonymous namespace)::CustomAnimationClonerImpl maSourceNodeVector std::vector<Reference<XAnimationNode> >
|
||||||
@ -473,43 +489,45 @@ sd/source/ui/inc/unopage.hxx:164
|
|||||||
sd/source/ui/inc/unopage.hxx:224
|
sd/source/ui/inc/unopage.hxx:224
|
||||||
SdMasterPage maTypeSequence css::uno::Sequence<css::uno::Type>
|
SdMasterPage maTypeSequence css::uno::Sequence<css::uno::Type>
|
||||||
sd/source/ui/sidebar/MasterPageContainer.cxx:141
|
sd/source/ui/sidebar/MasterPageContainer.cxx:141
|
||||||
sd::sidebar::MasterPageContainer::Implementation maLargePreviewBeingCreated class Image
|
sd::sidebar::MasterPageContainer::Implementation maLargePreviewBeingCreated Image
|
||||||
sd/source/ui/sidebar/MasterPageContainer.cxx:142
|
sd/source/ui/sidebar/MasterPageContainer.cxx:142
|
||||||
sd::sidebar::MasterPageContainer::Implementation maSmallPreviewBeingCreated class Image
|
sd::sidebar::MasterPageContainer::Implementation maSmallPreviewBeingCreated Image
|
||||||
sd/source/ui/sidebar/MasterPageContainer.cxx:147
|
sd/source/ui/sidebar/MasterPageContainer.cxx:147
|
||||||
sd::sidebar::MasterPageContainer::Implementation maLargePreviewNotAvailable class Image
|
sd::sidebar::MasterPageContainer::Implementation maLargePreviewNotAvailable Image
|
||||||
sd/source/ui/sidebar/MasterPageContainer.cxx:148
|
sd/source/ui/sidebar/MasterPageContainer.cxx:148
|
||||||
sd::sidebar::MasterPageContainer::Implementation maSmallPreviewNotAvailable class Image
|
sd::sidebar::MasterPageContainer::Implementation maSmallPreviewNotAvailable Image
|
||||||
sd/source/ui/slideshow/showwindow.hxx:98
|
sd/source/ui/slideshow/showwindow.hxx:98
|
||||||
sd::ShowWindow mbMouseCursorHidden _Bool
|
sd::ShowWindow mbMouseCursorHidden _Bool
|
||||||
sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx:141
|
sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx:142
|
||||||
sd::slidesorter::cache::PageCacheManager::RecentlyUsedPageCaches maMap std::map<key_type, mapped_type>
|
sd::slidesorter::cache::PageCacheManager::RecentlyUsedPageCaches maMap std::map<key_type, mapped_type>
|
||||||
sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx:96
|
sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx:96
|
||||||
sd::slidesorter::controller::Animator maElapsedTime ::canvas::tools::ElapsedTime
|
sd::slidesorter::controller::Animator maElapsedTime ::canvas::tools::ElapsedTime
|
||||||
sdext/source/pdfimport/inc/pdfihelper.hxx:100
|
sdext/source/pdfimport/inc/pdfihelper.hxx:103
|
||||||
pdfi::GraphicsContext BlendMode sal_Int8
|
pdfi::GraphicsContext BlendMode sal_Int8
|
||||||
sdext/source/pdfimport/tree/style.hxx:44
|
sdext/source/pdfimport/tree/style.hxx:44
|
||||||
pdfi::StyleContainer::Style Contents rtl::OUString
|
pdfi::StyleContainer::Style Contents OUString
|
||||||
sfx2/source/appl/lnkbase2.cxx:81
|
sfx2/source/appl/lnkbase2.cxx:81
|
||||||
sfx2::(anonymous namespace)::ImplDdeItem pLink class sfx2::SvBaseLink *
|
sfx2::(anonymous namespace)::ImplDdeItem pLink SvBaseLink *
|
||||||
slideshow/source/engine/slideshowimpl.cxx:139
|
slideshow/source/engine/slideshowimpl.cxx:140
|
||||||
(anonymous namespace)::FrameSynchronization maTimer canvas::tools::ElapsedTime
|
(anonymous namespace)::FrameSynchronization maTimer canvas::tools::ElapsedTime
|
||||||
sot/source/sdstor/ucbstorage.cxx:406
|
sot/source/sdstor/ucbstorage.cxx:408
|
||||||
UCBStorageStream_Impl m_aKey rtl::OString
|
UCBStorageStream_Impl m_aKey OString
|
||||||
store/source/storbios.cxx:59
|
starmath/inc/ElementsDockingWindow.hxx:42
|
||||||
(anonymous namespace)::OStoreSuperBlock m_aMarked (anonymous namespace)::OStoreSuperBlock::L
|
SmElementsControl maFormat SmFormat
|
||||||
svl/source/crypto/cryptosign.cxx:267
|
store/source/storbios.cxx:52
|
||||||
|
(anonymous namespace)::OStoreSuperBlock m_aMarked L
|
||||||
|
svl/source/crypto/cryptosign.cxx:269
|
||||||
(anonymous namespace)::PKIStatusInfo status SECItem
|
(anonymous namespace)::PKIStatusInfo status SECItem
|
||||||
svl/source/crypto/cryptosign.cxx:287
|
svl/source/crypto/cryptosign.cxx:289
|
||||||
(anonymous namespace)::TimeStampResp status struct (anonymous namespace)::PKIStatusInfo
|
(anonymous namespace)::TimeStampResp status PKIStatusInfo
|
||||||
svl/source/crypto/cryptosign.cxx:288
|
svl/source/crypto/cryptosign.cxx:290
|
||||||
(anonymous namespace)::TimeStampResp timeStampToken SECItem
|
(anonymous namespace)::TimeStampResp timeStampToken SECItem
|
||||||
svl/source/misc/strmadpt.cxx:51
|
svl/source/misc/strmadpt.cxx:52
|
||||||
SvDataPipe_Impl::Page m_aBuffer sal_Int8[1]
|
SvDataPipe_Impl::Page m_aBuffer sal_Int8[1]
|
||||||
svl/source/uno/pathservice.cxx:37
|
svl/source/uno/pathservice.cxx:37
|
||||||
(anonymous namespace)::PathService m_aOptions class SvtPathOptions
|
(anonymous namespace)::PathService m_aOptions SvtPathOptions
|
||||||
svtools/source/control/tabbar.cxx:209
|
svtools/source/control/tabbar.cxx:209
|
||||||
ImplTabBarItem maHelpId rtl::OString
|
ImplTabBarItem maHelpId OString
|
||||||
svtools/source/dialogs/insdlg.cxx:54
|
svtools/source/dialogs/insdlg.cxx:54
|
||||||
(anonymous namespace)::OleObjectDescriptor cbSize sal_uInt32
|
(anonymous namespace)::OleObjectDescriptor cbSize sal_uInt32
|
||||||
svtools/source/dialogs/insdlg.cxx:55
|
svtools/source/dialogs/insdlg.cxx:55
|
||||||
@ -526,40 +544,34 @@ svtools/source/dialogs/insdlg.cxx:60
|
|||||||
(anonymous namespace)::OleObjectDescriptor dwFullUserTypeName sal_uInt32
|
(anonymous namespace)::OleObjectDescriptor dwFullUserTypeName sal_uInt32
|
||||||
svtools/source/dialogs/insdlg.cxx:61
|
svtools/source/dialogs/insdlg.cxx:61
|
||||||
(anonymous namespace)::OleObjectDescriptor dwSrcOfCopy sal_uInt32
|
(anonymous namespace)::OleObjectDescriptor dwSrcOfCopy sal_uInt32
|
||||||
svtools/source/table/gridtablerenderer.cxx:71
|
|
||||||
svt::table::(anonymous namespace)::CachedSortIndicator m_sortAscending class BitmapEx
|
|
||||||
svtools/source/table/gridtablerenderer.cxx:72
|
|
||||||
svt::table::(anonymous namespace)::CachedSortIndicator m_sortDescending class BitmapEx
|
|
||||||
svx/inc/sdr/overlay/overlayrectangle.hxx:41
|
svx/inc/sdr/overlay/overlayrectangle.hxx:41
|
||||||
sdr::overlay::OverlayRectangle mbOverlayState _Bool
|
sdr::overlay::OverlayRectangle mbOverlayState _Bool
|
||||||
svx/source/inc/datanavi.hxx:182
|
svx/source/inc/datanavi.hxx:182
|
||||||
svxform::XFormsPage m_aMethodString class svxform::MethodString
|
svxform::XFormsPage m_aMethodString MethodString
|
||||||
svx/source/inc/datanavi.hxx:183
|
svx/source/inc/datanavi.hxx:183
|
||||||
svxform::XFormsPage m_aReplaceString class svxform::ReplaceString
|
svxform::XFormsPage m_aReplaceString ReplaceString
|
||||||
svx/source/inc/datanavi.hxx:488
|
svx/source/inc/datanavi.hxx:488
|
||||||
svxform::AddSubmissionDialog m_aMethodString class svxform::MethodString
|
svxform::AddSubmissionDialog m_aMethodString MethodString
|
||||||
svx/source/inc/datanavi.hxx:489
|
svx/source/inc/datanavi.hxx:489
|
||||||
svxform::AddSubmissionDialog m_aReplaceString class svxform::ReplaceString
|
svxform::AddSubmissionDialog m_aReplaceString ReplaceString
|
||||||
svx/source/inc/gridcell.hxx:514
|
svx/source/inc/gridcell.hxx:514
|
||||||
DbPatternField m_pValueFormatter ::std::unique_ptr< ::dbtools::FormattedColumnValue>
|
DbPatternField m_pValueFormatter ::std::unique_ptr< ::dbtools::FormattedColumnValue>
|
||||||
svx/source/inc/gridcell.hxx:515
|
svx/source/inc/gridcell.hxx:515
|
||||||
DbPatternField m_pPaintFormatter ::std::unique_ptr< ::dbtools::FormattedColumnValue>
|
DbPatternField m_pPaintFormatter ::std::unique_ptr< ::dbtools::FormattedColumnValue>
|
||||||
svx/source/inc/StylesPreviewWindow.hxx:63
|
|
||||||
StyleItemController m_GlyphsCache class SalLayoutGlyphsCache
|
|
||||||
svx/source/inc/svdpdf.hxx:61
|
svx/source/inc/svdpdf.hxx:61
|
||||||
ImpSdrPdfImport maDash class XDash
|
ImpSdrPdfImport maDash XDash
|
||||||
sw/inc/acmplwrd.hxx:42
|
sw/inc/acmplwrd.hxx:42
|
||||||
SwAutoCompleteWord m_LookupTree editeng::Trie
|
SwAutoCompleteWord m_LookupTree editeng::Trie
|
||||||
sw/inc/breakit.hxx:38
|
sw/inc/breakit.hxx:38
|
||||||
SwBreakIt m_xLanguageTag std::unique_ptr<LanguageTag>
|
SwBreakIt m_xLanguageTag std::unique_ptr<LanguageTag>
|
||||||
sw/inc/dpage.hxx:35
|
sw/inc/dpage.hxx:35
|
||||||
SwDPage m_pGridLst std::unique_ptr<SdrPageGridFrameList>
|
SwDPage m_pGridLst std::unique_ptr<SdrPageGridFrameList>
|
||||||
sw/inc/hints.hxx:290
|
sw/inc/hints.hxx:293
|
||||||
SwAttrSetChg m_bDelSet _Bool
|
SwAttrSetChg m_bDelSet _Bool
|
||||||
sw/inc/shellio.hxx:152
|
sw/inc/shellio.hxx:152
|
||||||
SwReader mpStg tools::SvRef<SotStorage>
|
SwReader mpStg tools::SvRef<SotStorage>
|
||||||
sw/inc/swevent.hxx:71
|
sw/inc/swevent.hxx:71
|
||||||
SwCallMouseEvent::(anonymous union)::(anonymous) pFormat const class SwFrameFormat *
|
SwCallMouseEvent::(anonymous union)::(anonymous) pFormat const SwFrameFormat *
|
||||||
sw/source/core/access/accfrmobjmap.hxx:100
|
sw/source/core/access/accfrmobjmap.hxx:100
|
||||||
SwAccessibleChildMap maMap std::map<key_type, mapped_type, key_compare>
|
SwAccessibleChildMap maMap std::map<key_type, mapped_type, key_compare>
|
||||||
sw/source/core/access/acchypertextdata.hxx:40
|
sw/source/core/access/acchypertextdata.hxx:40
|
||||||
@ -573,24 +585,24 @@ sw/source/core/access/accmap.cxx:619
|
|||||||
sw/source/core/access/accmap.cxx:663
|
sw/source/core/access/accmap.cxx:663
|
||||||
SwAccessibleSelectedParas_Impl maMap std::map<key_type, mapped_type, key_compare>
|
SwAccessibleSelectedParas_Impl maMap std::map<key_type, mapped_type, key_compare>
|
||||||
sw/source/core/doc/swstylemanager.cxx:60
|
sw/source/core/doc/swstylemanager.cxx:60
|
||||||
(anonymous namespace)::SwStyleManager m_aAutoCharPool class StylePool
|
(anonymous namespace)::SwStyleManager m_aAutoCharPool StylePool
|
||||||
sw/source/core/doc/swstylemanager.cxx:61
|
sw/source/core/doc/swstylemanager.cxx:61
|
||||||
(anonymous namespace)::SwStyleManager m_aAutoParaPool class StylePool
|
(anonymous namespace)::SwStyleManager m_aAutoParaPool StylePool
|
||||||
sw/source/core/inc/swblocks.hxx:69
|
sw/source/core/inc/swblocks.hxx:69
|
||||||
SwImpBlocks m_bInPutMuchBlocks _Bool
|
SwImpBlocks m_bInPutMuchBlocks _Bool
|
||||||
sw/source/core/text/atrhndl.hxx:47
|
sw/source/core/text/atrhndl.hxx:47
|
||||||
SwAttrHandler m_oFnt std::optional<SwFont>
|
SwAttrHandler m_oFnt std::optional<SwFont>
|
||||||
sw/source/core/text/inftxt.cxx:533
|
sw/source/core/text/inftxt.cxx:532
|
||||||
(anonymous namespace)::SwTransparentTextGuard m_aContentVDev ScopedVclPtrInstance<class VirtualDevice>
|
(anonymous namespace)::SwTransparentTextGuard m_aContentVDev ScopedVclPtrInstance<VirtualDevice>
|
||||||
sw/source/core/text/redlnitr.hxx:75
|
sw/source/core/text/redlnitr.hxx:75
|
||||||
SwRedlineItr m_pSet std::unique_ptr<SfxItemSet>
|
SwRedlineItr m_pSet std::unique_ptr<SfxItemSet>
|
||||||
sw/source/filter/html/htmltab.cxx:2839
|
sw/source/filter/html/htmltab.cxx:2837
|
||||||
CellSaveStruct m_xCnts std::shared_ptr<HTMLTableCnts>
|
CellSaveStruct m_xCnts std::shared_ptr<HTMLTableCnts>
|
||||||
sw/source/filter/inc/rtf.hxx:33
|
sw/source/filter/inc/rtf.hxx:33
|
||||||
RTFSurround::(anonymous) nVal sal_uInt8
|
RTFSurround::(anonymous) nVal sal_uInt8
|
||||||
sw/source/ui/dbui/dbinsdlg.cxx:103
|
sw/source/ui/dbui/dbinsdlg.cxx:104
|
||||||
DB_Column::(anonymous) pText rtl::OUString *
|
DB_Column::(anonymous) pText OUString *
|
||||||
sw/source/ui/dbui/dbinsdlg.cxx:105
|
sw/source/ui/dbui/dbinsdlg.cxx:106
|
||||||
DB_Column::(anonymous) nFormat sal_uInt32
|
DB_Column::(anonymous) nFormat sal_uInt32
|
||||||
sw/source/uibase/dbui/mmconfigitem.cxx:113
|
sw/source/uibase/dbui/mmconfigitem.cxx:113
|
||||||
SwMailMergeConfigItem_Impl m_aFemaleGreetingLines std::vector<OUString>
|
SwMailMergeConfigItem_Impl m_aFemaleGreetingLines std::vector<OUString>
|
||||||
@ -598,10 +610,14 @@ sw/source/uibase/dbui/mmconfigitem.cxx:115
|
|||||||
SwMailMergeConfigItem_Impl m_aMaleGreetingLines std::vector<OUString>
|
SwMailMergeConfigItem_Impl m_aMaleGreetingLines std::vector<OUString>
|
||||||
sw/source/uibase/dbui/mmconfigitem.cxx:117
|
sw/source/uibase/dbui/mmconfigitem.cxx:117
|
||||||
SwMailMergeConfigItem_Impl m_aNeutralGreetingLines std::vector<OUString>
|
SwMailMergeConfigItem_Impl m_aNeutralGreetingLines std::vector<OUString>
|
||||||
sw/source/uibase/inc/fldmgr.hxx:78
|
sw/source/uibase/inc/fldmgr.hxx:80
|
||||||
SwInsertField_Data m_aDBDataSource css::uno::Any
|
SwInsertField_Data m_aDBDataSource css::uno::Any
|
||||||
toolkit/source/awt/vclxtoolkit.cxx:438
|
toolkit/source/awt/vclxtoolkit.cxx:435
|
||||||
(anonymous namespace)::VCLXToolkit mxSelection css::uno::Reference<css::datatransfer::clipboard::XClipboard>
|
(anonymous namespace)::VCLXToolkit mxSelection css::uno::Reference<css::datatransfer::clipboard::XClipboard>
|
||||||
|
toolkit/source/controls/table/gridtablerenderer.cxx:71
|
||||||
|
svt::table::(anonymous namespace)::CachedSortIndicator m_sortAscending BitmapEx
|
||||||
|
toolkit/source/controls/table/gridtablerenderer.cxx:72
|
||||||
|
svt::table::(anonymous namespace)::CachedSortIndicator m_sortDescending BitmapEx
|
||||||
ucb/source/ucp/gio/gio_mount.hxx:73
|
ucb/source/ucp/gio/gio_mount.hxx:73
|
||||||
OOoMountOperationClass parent_class GMountOperationClass
|
OOoMountOperationClass parent_class GMountOperationClass
|
||||||
ucb/source/ucp/gio/gio_mount.hxx:76
|
ucb/source/ucp/gio/gio_mount.hxx:76
|
||||||
@ -612,124 +628,106 @@ ucb/source/ucp/gio/gio_mount.hxx:78
|
|||||||
OOoMountOperationClass _gtk_reserved3 void (*)(void)
|
OOoMountOperationClass _gtk_reserved3 void (*)(void)
|
||||||
ucb/source/ucp/gio/gio_mount.hxx:79
|
ucb/source/ucp/gio/gio_mount.hxx:79
|
||||||
OOoMountOperationClass _gtk_reserved4 void (*)(void)
|
OOoMountOperationClass _gtk_reserved4 void (*)(void)
|
||||||
ucb/source/ucp/package/pkgprovider.hxx:50
|
ucb/source/ucp/package/pkgprovider.hxx:48
|
||||||
package_ucp::ContentProvider m_pPackages std::unique_ptr<Packages>
|
package_ucp::ContentProvider m_pPackages std::unique_ptr<Packages>
|
||||||
ucb/source/ucp/webdav-curl/CurlSession.cxx:127
|
ucb/source/ucp/webdav-curl/CurlSession.cxx:129
|
||||||
(anonymous namespace)::CurlOption::(anonymous) pValue const void *const
|
(anonymous namespace)::CurlOption::(anonymous) pValue const void *const
|
||||||
ucbhelper/source/client/proxydecider.cxx:131
|
ucbhelper/source/client/proxydecider.cxx:132
|
||||||
ucbhelper::proxydecider_impl::InternetProxyDecider_Impl m_aEmptyProxy const struct ucbhelper::InternetProxyServer
|
ucbhelper::proxydecider_impl::InternetProxyDecider_Impl m_aEmptyProxy const InternetProxyServer
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:88
|
ucbhelper/source/provider/propertyvalueset.cxx:86
|
||||||
ucbhelper_impl::PropertyValue aString rtl::OUString
|
ucbhelper_impl::PropertyValue aString OUString
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:89
|
ucbhelper/source/provider/propertyvalueset.cxx:87
|
||||||
ucbhelper_impl::PropertyValue bBoolean _Bool
|
ucbhelper_impl::PropertyValue bBoolean _Bool
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:90
|
ucbhelper/source/provider/propertyvalueset.cxx:88
|
||||||
ucbhelper_impl::PropertyValue nByte sal_Int8
|
ucbhelper_impl::PropertyValue nByte sal_Int8
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:91
|
ucbhelper/source/provider/propertyvalueset.cxx:89
|
||||||
ucbhelper_impl::PropertyValue nShort sal_Int16
|
ucbhelper_impl::PropertyValue nShort sal_Int16
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:92
|
ucbhelper/source/provider/propertyvalueset.cxx:90
|
||||||
ucbhelper_impl::PropertyValue nInt sal_Int32
|
ucbhelper_impl::PropertyValue nInt sal_Int32
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:93
|
ucbhelper/source/provider/propertyvalueset.cxx:91
|
||||||
ucbhelper_impl::PropertyValue nLong sal_Int64
|
ucbhelper_impl::PropertyValue nLong sal_Int64
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:97
|
ucbhelper/source/provider/propertyvalueset.cxx:95
|
||||||
ucbhelper_impl::PropertyValue aBytes Sequence<sal_Int8>
|
ucbhelper_impl::PropertyValue aBytes Sequence<sal_Int8>
|
||||||
|
ucbhelper/source/provider/propertyvalueset.cxx:96
|
||||||
|
ucbhelper_impl::PropertyValue aDate Date
|
||||||
|
ucbhelper/source/provider/propertyvalueset.cxx:97
|
||||||
|
ucbhelper_impl::PropertyValue aTime Time
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:98
|
ucbhelper/source/provider/propertyvalueset.cxx:98
|
||||||
ucbhelper_impl::PropertyValue aDate struct com::sun::star::util::Date
|
ucbhelper_impl::PropertyValue aTimestamp DateTime
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:99
|
ucbhelper/source/provider/propertyvalueset.cxx:99
|
||||||
ucbhelper_impl::PropertyValue aTime struct com::sun::star::util::Time
|
ucbhelper_impl::PropertyValue xBinaryStream Reference<XInputStream>
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:100
|
ucbhelper/source/provider/propertyvalueset.cxx:100
|
||||||
ucbhelper_impl::PropertyValue aTimestamp struct com::sun::star::util::DateTime
|
ucbhelper_impl::PropertyValue xCharacterStream Reference<XInputStream>
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:101
|
ucbhelper/source/provider/propertyvalueset.cxx:101
|
||||||
ucbhelper_impl::PropertyValue xBinaryStream Reference<class com::sun::star::io::XInputStream>
|
ucbhelper_impl::PropertyValue xRef Reference<XRef>
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:102
|
ucbhelper/source/provider/propertyvalueset.cxx:102
|
||||||
ucbhelper_impl::PropertyValue xCharacterStream Reference<class com::sun::star::io::XInputStream>
|
ucbhelper_impl::PropertyValue xBlob Reference<XBlob>
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:103
|
ucbhelper/source/provider/propertyvalueset.cxx:103
|
||||||
ucbhelper_impl::PropertyValue xRef Reference<class com::sun::star::sdbc::XRef>
|
ucbhelper_impl::PropertyValue xClob Reference<XClob>
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:104
|
ucbhelper/source/provider/propertyvalueset.cxx:104
|
||||||
ucbhelper_impl::PropertyValue xBlob Reference<class com::sun::star::sdbc::XBlob>
|
ucbhelper_impl::PropertyValue xArray Reference<XArray>
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:105
|
|
||||||
ucbhelper_impl::PropertyValue xClob Reference<class com::sun::star::sdbc::XClob>
|
|
||||||
ucbhelper/source/provider/propertyvalueset.cxx:106
|
|
||||||
ucbhelper_impl::PropertyValue xArray Reference<class com::sun::star::sdbc::XArray>
|
|
||||||
unoidl/source/sourceprovider-scanner.hxx:146
|
|
||||||
unoidl::detail::SourceProviderInterfaceTypeEntityPad directMandatoryBases std::vector<DirectBase>
|
|
||||||
unoidl/source/sourceprovider-scanner.hxx:147
|
unoidl/source/sourceprovider-scanner.hxx:147
|
||||||
|
unoidl::detail::SourceProviderInterfaceTypeEntityPad directMandatoryBases std::vector<DirectBase>
|
||||||
|
unoidl/source/sourceprovider-scanner.hxx:148
|
||||||
unoidl::detail::SourceProviderInterfaceTypeEntityPad directOptionalBases std::vector<DirectBase>
|
unoidl::detail::SourceProviderInterfaceTypeEntityPad directOptionalBases std::vector<DirectBase>
|
||||||
unoidl/source/unoidl-read.cxx:148
|
unoidl/source/unoidl-read.cxx:152
|
||||||
(anonymous namespace)::Entity dependencies std::set<OUString>
|
(anonymous namespace)::Entity dependencies std::set<OUString>
|
||||||
unoidl/source/unoidl-read.cxx:149
|
unoidl/source/unoidl-read.cxx:153
|
||||||
(anonymous namespace)::Entity interfaceDependencies std::set<OUString>
|
(anonymous namespace)::Entity interfaceDependencies std::set<OUString>
|
||||||
unoidl/source/unoidlprovider.cxx:87
|
unoidl/source/unoidlprovider.cxx:89
|
||||||
unoidl::detail::(anonymous namespace)::Memory16 byte unsigned char[2]
|
unoidl::detail::(anonymous namespace)::Memory16 byte unsigned char[2]
|
||||||
unoidl/source/unoidlprovider.cxx:97
|
unoidl/source/unoidlprovider.cxx:99
|
||||||
unoidl::detail::(anonymous namespace)::Memory32 byte unsigned char[4]
|
unoidl::detail::(anonymous namespace)::Memory32 byte unsigned char[4]
|
||||||
unoidl/source/unoidlprovider.cxx:128
|
unoidl/source/unoidlprovider.cxx:130
|
||||||
unoidl::detail::(anonymous namespace)::Memory64 byte unsigned char[8]
|
unoidl::detail::(anonymous namespace)::Memory64 byte unsigned char[8]
|
||||||
unoidl/source/unoidlprovider.cxx:456
|
unoidl/source/unoidlprovider.cxx:458
|
||||||
unoidl::detail::MapEntry name struct unoidl::detail::(anonymous namespace)::Memory32
|
unoidl::detail::MapEntry name Memory32
|
||||||
unoidl/source/unoidlprovider.cxx:457
|
unoidl/source/unoidlprovider.cxx:459
|
||||||
unoidl::detail::MapEntry data struct unoidl::detail::(anonymous namespace)::Memory32
|
unoidl::detail::MapEntry data Memory32
|
||||||
unotools/source/config/pathoptions.cxx:84
|
unotools/source/config/pathoptions.cxx:84
|
||||||
SvtPathOptions_Impl m_aEmptyString rtl::OUString
|
SvtPathOptions_Impl m_aEmptyString OUString
|
||||||
vcl/inc/bitmap/BitmapFastScaleFilter.hxx:31
|
vcl/inc/bitmap/BitmapFastScaleFilter.hxx:31
|
||||||
BitmapFastScaleFilter maSize class Size
|
BitmapFastScaleFilter maSize Size
|
||||||
vcl/inc/ppdparser.hxx:131
|
vcl/inc/ppdparser.hxx:132
|
||||||
psp::PPDParser::PPDConstraint m_pKey1 const class psp::PPDKey *
|
psp::PPDParser::PPDConstraint m_pKey1 const PPDKey *
|
||||||
vcl/inc/printerinfomanager.hxx:75
|
vcl/inc/printerinfomanager.hxx:75
|
||||||
psp::PrinterInfoManager::SystemPrintQueue m_aComment rtl::OUString
|
psp::PrinterInfoManager::SystemPrintQueue m_aComment OUString
|
||||||
vcl/inc/qt5/QtFrame.hxx:73
|
|
||||||
QtFrame m_pQWidget class QWidget *
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:74
|
|
||||||
QtFrame m_pTopLevel class QtMainWindow *
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:78
|
|
||||||
QtFrame m_pQtGraphics std::unique_ptr<QtGraphics>
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:80
|
|
||||||
QtFrame m_pSvpGraphics std::unique_ptr<QtSvpGraphics>
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:82
|
|
||||||
QtFrame m_aRegion class QRegion
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:86
|
|
||||||
QtFrame m_nStyle enum SalFrameStyleFlags
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:42
|
|
||||||
QtMenu maItems std::vector<QtMenuItem *>
|
|
||||||
vcl/inc/qt5/QtObject.hxx:38
|
|
||||||
QtObject m_pQWidget class QWidget *
|
|
||||||
vcl/inc/qt5/QtObject.hxx:39
|
|
||||||
QtObject m_pQWindow class QWindow *
|
|
||||||
vcl/inc/qt5/QtTimer.hxx:29
|
|
||||||
QtTimer m_aTimer class QTimer
|
|
||||||
vcl/inc/salinst.hxx:83
|
vcl/inc/salinst.hxx:83
|
||||||
SalInstance m_bSupportsBitmap32 _Bool
|
SalInstance m_bSupportsBitmap32 _Bool
|
||||||
vcl/inc/salwtype.hxx:164
|
vcl/inc/salwtype.hxx:167
|
||||||
SalWheelMouseEvent mbDeltaIsPixel _Bool
|
SalWheelMouseEvent mbDeltaIsPixel _Bool
|
||||||
vcl/inc/salwtype.hxx:217
|
vcl/inc/salwtype.hxx:220
|
||||||
SalQueryCharPositionEvent mnCharPos sal_uLong
|
SalQueryCharPositionEvent mnCharPos sal_uLong
|
||||||
vcl/inc/svdata.hxx:323
|
vcl/inc/svdata.hxx:323
|
||||||
ImplSVNWFData mbMenuBarDockingAreaCommonBG _Bool
|
ImplSVNWFData mbMenuBarDockingAreaCommonBG _Bool
|
||||||
vcl/inc/toolbox.h:108
|
vcl/inc/svdata.hxx:330
|
||||||
|
ImplSVNWFData mbNoFrameJunctionForPopups _Bool
|
||||||
|
vcl/inc/toolbox.h:109
|
||||||
vcl::ToolBoxLayoutData m_aLineItemIds std::vector<ToolBoxItemId>
|
vcl::ToolBoxLayoutData m_aLineItemIds std::vector<ToolBoxItemId>
|
||||||
vcl/inc/unx/saldisp.hxx:282
|
vcl/inc/unx/saldisp.hxx:282
|
||||||
SalDisplay m_aInvalidScreenData struct SalDisplay::ScreenData
|
SalDisplay m_aInvalidScreenData ScreenData
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:226
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:225
|
||||||
vcl::WidgetDefinitionStyle maDefaultButtonTextColor class Color
|
vcl::WidgetDefinitionStyle maDefaultButtonTextColor Color
|
||||||
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:229
|
||||||
|
vcl::WidgetDefinitionStyle maFlatButtonTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:230
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:230
|
||||||
vcl::WidgetDefinitionStyle maFlatButtonTextColor class Color
|
vcl::WidgetDefinitionStyle maDefaultButtonRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:231
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:232
|
||||||
vcl::WidgetDefinitionStyle maDefaultButtonRolloverTextColor class Color
|
vcl::WidgetDefinitionStyle maDefaultActionButtonRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:233
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:234
|
||||||
vcl::WidgetDefinitionStyle maDefaultActionButtonRolloverTextColor class Color
|
vcl::WidgetDefinitionStyle maFlatButtonRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:235
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:235
|
||||||
vcl::WidgetDefinitionStyle maFlatButtonRolloverTextColor class Color
|
vcl::WidgetDefinitionStyle maDefaultButtonPressedRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:236
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:236
|
||||||
vcl::WidgetDefinitionStyle maDefaultButtonPressedRolloverTextColor class Color
|
vcl::WidgetDefinitionStyle maButtonPressedRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:237
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:237
|
||||||
vcl::WidgetDefinitionStyle maButtonPressedRolloverTextColor class Color
|
vcl::WidgetDefinitionStyle maDefaultActionButtonPressedRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:238
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:238
|
||||||
vcl::WidgetDefinitionStyle maDefaultActionButtonPressedRolloverTextColor class Color
|
vcl::WidgetDefinitionStyle maActionButtonPressedRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:239
|
vcl/inc/widgetdraw/WidgetDefinition.hxx:239
|
||||||
vcl::WidgetDefinitionStyle maActionButtonPressedRolloverTextColor class Color
|
vcl::WidgetDefinitionStyle maFlatButtonPressedRolloverTextColor Color
|
||||||
vcl/inc/widgetdraw/WidgetDefinition.hxx:240
|
vcl/source/app/settings.cxx:200
|
||||||
vcl::WidgetDefinitionStyle maFlatButtonPressedRolloverTextColor class Color
|
ImplStyleData maDialogStyle DialogStyle
|
||||||
vcl/source/app/settings.cxx:195
|
|
||||||
ImplStyleData maDialogStyle struct DialogStyle
|
|
||||||
vcl/source/bitmap/dibtools.cxx:52
|
vcl/source/bitmap/dibtools.cxx:52
|
||||||
(anonymous namespace)::CIEXYZ aXyzX FXPT2DOT30
|
(anonymous namespace)::CIEXYZ aXyzX FXPT2DOT30
|
||||||
vcl/source/bitmap/dibtools.cxx:53
|
vcl/source/bitmap/dibtools.cxx:53
|
||||||
@ -737,15 +735,15 @@ vcl/source/bitmap/dibtools.cxx:53
|
|||||||
vcl/source/bitmap/dibtools.cxx:54
|
vcl/source/bitmap/dibtools.cxx:54
|
||||||
(anonymous namespace)::CIEXYZ aXyzZ FXPT2DOT30
|
(anonymous namespace)::CIEXYZ aXyzZ FXPT2DOT30
|
||||||
vcl/source/bitmap/dibtools.cxx:65
|
vcl/source/bitmap/dibtools.cxx:65
|
||||||
(anonymous namespace)::CIEXYZTriple aXyzRed struct (anonymous namespace)::CIEXYZ
|
(anonymous namespace)::CIEXYZTriple aXyzRed CIEXYZ
|
||||||
vcl/source/bitmap/dibtools.cxx:66
|
vcl/source/bitmap/dibtools.cxx:66
|
||||||
(anonymous namespace)::CIEXYZTriple aXyzGreen struct (anonymous namespace)::CIEXYZ
|
(anonymous namespace)::CIEXYZTriple aXyzGreen CIEXYZ
|
||||||
vcl/source/bitmap/dibtools.cxx:67
|
vcl/source/bitmap/dibtools.cxx:67
|
||||||
(anonymous namespace)::CIEXYZTriple aXyzBlue struct (anonymous namespace)::CIEXYZ
|
(anonymous namespace)::CIEXYZTriple aXyzBlue CIEXYZ
|
||||||
vcl/source/bitmap/dibtools.cxx:107
|
vcl/source/bitmap/dibtools.cxx:107
|
||||||
(anonymous namespace)::DIBV5Header nV5AlphaMask sal_uInt32
|
(anonymous namespace)::DIBV5Header nV5AlphaMask sal_uInt32
|
||||||
vcl/source/bitmap/dibtools.cxx:109
|
vcl/source/bitmap/dibtools.cxx:109
|
||||||
(anonymous namespace)::DIBV5Header aV5Endpoints struct (anonymous namespace)::CIEXYZTriple
|
(anonymous namespace)::DIBV5Header aV5Endpoints CIEXYZTriple
|
||||||
vcl/source/bitmap/dibtools.cxx:110
|
vcl/source/bitmap/dibtools.cxx:110
|
||||||
(anonymous namespace)::DIBV5Header nV5GammaRed sal_uInt32
|
(anonymous namespace)::DIBV5Header nV5GammaRed sal_uInt32
|
||||||
vcl/source/bitmap/dibtools.cxx:111
|
vcl/source/bitmap/dibtools.cxx:111
|
||||||
@ -759,15 +757,15 @@ vcl/source/bitmap/dibtools.cxx:115
|
|||||||
vcl/source/bitmap/dibtools.cxx:116
|
vcl/source/bitmap/dibtools.cxx:116
|
||||||
(anonymous namespace)::DIBV5Header nV5Reserved sal_uInt32
|
(anonymous namespace)::DIBV5Header nV5Reserved sal_uInt32
|
||||||
vcl/source/control/roadmapwizard.cxx:63
|
vcl/source/control/roadmapwizard.cxx:63
|
||||||
vcl::RoadmapWizardImpl aStateDescriptors vcl::(anonymous namespace)::StateDescriptions
|
vcl::RoadmapWizardImpl aStateDescriptors StateDescriptions
|
||||||
vcl/source/control/tabctrl.cxx:81
|
vcl/source/control/tabctrl.cxx:81
|
||||||
ImplTabCtrlData maLayoutPageIdToLine std::unordered_map<int, int>
|
ImplTabCtrlData maLayoutPageIdToLine std::unordered_map<int, int>
|
||||||
vcl/source/filter/eps/eps.cxx:115
|
vcl/source/filter/eps/eps.cxx:116
|
||||||
(anonymous namespace)::PSWriter pVDev ScopedVclPtrInstance<class VirtualDevice>
|
(anonymous namespace)::PSWriter pVDev ScopedVclPtrInstance<VirtualDevice>
|
||||||
vcl/source/filter/idxf/dxf2mtf.hxx:54
|
vcl/source/filter/idxf/dxf2mtf.hxx:54
|
||||||
DXF2GDIMetaFile aDefaultLineInfo const class LineInfo
|
DXF2GDIMetaFile aDefaultLineInfo const LineInfo
|
||||||
vcl/source/filter/idxf/dxfreprd.hxx:75
|
vcl/source/filter/idxf/dxfreprd.hxx:75
|
||||||
DXFRepresentation aPalette class DXFPalette
|
DXFRepresentation aPalette DXFPalette
|
||||||
vcl/source/filter/iras/iras.cxx:56
|
vcl/source/filter/iras/iras.cxx:56
|
||||||
(anonymous namespace)::RASReader mnRepCount sal_uInt8
|
(anonymous namespace)::RASReader mnRepCount sal_uInt8
|
||||||
vcl/source/filter/itga/itga.cxx:55
|
vcl/source/filter/itga/itga.cxx:55
|
||||||
@ -791,25 +789,25 @@ vcl/source/filter/jpeg/transupp.h:148
|
|||||||
vcl/source/filter/jpeg/transupp.h:150
|
vcl/source/filter/jpeg/transupp.h:150
|
||||||
(anonymous) crop_yoffset_set JCROP_CODE
|
(anonymous) crop_yoffset_set JCROP_CODE
|
||||||
vcl/source/treelist/headbar.cxx:41
|
vcl/source/treelist/headbar.cxx:41
|
||||||
ImplHeadItem maHelpId rtl::OString
|
ImplHeadItem maHelpId OString
|
||||||
vcl/source/treelist/headbar.cxx:42
|
vcl/source/treelist/headbar.cxx:42
|
||||||
ImplHeadItem maImage class Image
|
ImplHeadItem maImage Image
|
||||||
vcl/unx/gtk3/a11y/atkwrapper.hxx:50
|
vcl/unx/gtk3/a11y/atkwrapper.hxx:50
|
||||||
AtkObjectWrapper aParent AtkObject
|
AtkObjectWrapper aParent AtkObject
|
||||||
vcl/unx/gtk3/a11y/atkwrapper.hxx:79
|
vcl/unx/gtk3/a11y/atkwrapper.hxx:79
|
||||||
AtkObjectWrapperClass aParentClass GtkWidgetAccessibleClass
|
AtkObjectWrapperClass aParentClass GtkWidgetAccessibleClass
|
||||||
vcl/unx/gtk3/glomenu.cxx:14
|
vcl/unx/gtk3/glomenu.cxx:16
|
||||||
GLOMenu parent_instance const GMenuModel
|
GLOMenu parent_instance const GMenuModel
|
||||||
writerfilter/source/ooxml/OOXMLFactory.hxx:57
|
writerfilter/source/ooxml/OOXMLFactory.hxx:57
|
||||||
writerfilter::ooxml::AttributeInfo m_nToken writerfilter::Token_t
|
writerfilter::ooxml::AttributeInfo m_nToken Token_t
|
||||||
writerfilter/source/ooxml/OOXMLFactory.hxx:58
|
writerfilter/source/ooxml/OOXMLFactory.hxx:58
|
||||||
writerfilter::ooxml::AttributeInfo m_nResource enum writerfilter::ooxml::ResourceType
|
writerfilter::ooxml::AttributeInfo m_nResource ResourceType
|
||||||
writerfilter/source/ooxml/OOXMLFactory.hxx:59
|
writerfilter/source/ooxml/OOXMLFactory.hxx:59
|
||||||
writerfilter::ooxml::AttributeInfo m_nRef Id
|
writerfilter::ooxml::AttributeInfo m_nRef Id
|
||||||
xmloff/inc/MultiPropertySetHelper.hxx:85
|
xmloff/inc/MultiPropertySetHelper.hxx:85
|
||||||
MultiPropertySetHelper aEmptyAny css::uno::Any
|
MultiPropertySetHelper aEmptyAny css::uno::Any
|
||||||
xmloff/source/chart/SchXMLChartContext.cxx:443
|
xmloff/source/chart/SchXMLChartContext.cxx:446
|
||||||
(anonymous namespace)::NewDonutSeries msStyleName rtl::OUString
|
(anonymous namespace)::NewDonutSeries msStyleName OUString
|
||||||
xmloff/source/chart/SchXMLChartContext.hxx:51
|
xmloff/source/chart/SchXMLChartContext.hxx:51
|
||||||
SeriesDefaultsAndStyles maErrorIndicatorDefault css::uno::Any
|
SeriesDefaultsAndStyles maErrorIndicatorDefault css::uno::Any
|
||||||
xmloff/source/chart/SchXMLChartContext.hxx:52
|
xmloff/source/chart/SchXMLChartContext.hxx:52
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
basctl/source/inc/dlged.hxx:121
|
basctl/source/inc/dlged.hxx:121
|
||||||
basctl::DlgEditor pObjFac std::unique_ptr<DlgEdFactory, o3tl::default_delete<DlgEdFactory> >
|
basctl::DlgEditor pObjFac std::unique_ptr<DlgEdFactory, o3tl::default_delete<DlgEdFactory> >
|
||||||
basic/qa/cppunit/basictest.hxx:27
|
basic/qa/cppunit/basictest.hxx:27
|
||||||
MacroSnippet maDll class BasicDLL
|
MacroSnippet maDll BasicDLL
|
||||||
basic/qa/cppunit/test_global_array.cxx:25
|
basic/qa/cppunit/test_global_array.cxx:25
|
||||||
(anonymous namespace)::GlobalArrayTest lib class BasicDLL
|
(anonymous namespace)::GlobalArrayTest lib BasicDLL
|
||||||
basic/qa/cppunit/test_global_as_new.cxx:25
|
basic/qa/cppunit/test_global_as_new.cxx:25
|
||||||
(anonymous namespace)::GlobalAsNewTest lib class BasicDLL
|
(anonymous namespace)::GlobalAsNewTest lib BasicDLL
|
||||||
canvas/source/vcl/canvasbitmap.hxx:113
|
canvas/source/vcl/canvasbitmap.hxx:113
|
||||||
vclcanvas::CanvasBitmap mxDevice css::uno::Reference<css::rendering::XGraphicDevice>
|
vclcanvas::CanvasBitmap mxDevice css::uno::Reference<css::rendering::XGraphicDevice>
|
||||||
canvas/source/vcl/impltools.hxx:114
|
canvas/source/vcl/impltools.hxx:114
|
||||||
vclcanvas::tools::LocalGuard aSolarGuard class SolarMutexGuard
|
vclcanvas::tools::LocalGuard aSolarGuard SolarMutexGuard
|
||||||
chart2/source/controller/inc/dlg_DataEditor.hxx:55
|
chart2/source/controller/inc/dlg_DataEditor.hxx:55
|
||||||
chart::DataEditor m_xContext css::uno::Reference<css::uno::XComponentContext>
|
chart::DataEditor m_xContext css::uno::Reference<css::uno::XComponentContext>
|
||||||
chart2/source/controller/inc/RangeSelectionListener.hxx:65
|
chart2/source/controller/inc/RangeSelectionListener.hxx:65
|
||||||
chart::RangeSelectionListener m_aControllerLockGuard class chart::ControllerLockGuardUNO
|
chart::RangeSelectionListener m_aControllerLockGuard ControllerLockGuardUNO
|
||||||
chart2/source/inc/ModifyListenerCallBack.hxx:52
|
chart2/source/inc/ModifyListenerCallBack.hxx:52
|
||||||
chart::ModifyListenerCallBack m_xModifyListener css::uno::Reference<css::util::XModifyListener>
|
chart::ModifyListenerCallBack m_xModifyListener css::uno::Reference<css::util::XModifyListener>
|
||||||
comphelper/source/container/enumerablemap.cxx:297
|
comphelper/source/container/enumerablemap.cxx:297
|
||||||
comphelper::(anonymous namespace)::MapEnumeration m_xKeepMapAlive Reference<class com::sun::star::uno::XInterface>
|
comphelper::(anonymous namespace)::MapEnumeration m_xKeepMapAlive Reference<XInterface>
|
||||||
connectivity/source/drivers/evoab2/EApi.h:121
|
connectivity/source/drivers/evoab2/EApi.h:121
|
||||||
(anonymous) address_format char *
|
(anonymous) address_format char *
|
||||||
connectivity/source/drivers/evoab2/EApi.h:125
|
connectivity/source/drivers/evoab2/EApi.h:125
|
||||||
@ -26,19 +26,17 @@ connectivity/source/drivers/mysqlc/mysqlc_user.hxx:22
|
|||||||
connectivity::mysqlc::User m_xConnection css::uno::Reference<css::sdbc::XConnection>
|
connectivity::mysqlc::User m_xConnection css::uno::Reference<css::sdbc::XConnection>
|
||||||
connectivity/source/drivers/mysqlc/mysqlc_view.hxx:65
|
connectivity/source/drivers/mysqlc/mysqlc_view.hxx:65
|
||||||
connectivity::mysqlc::View m_xConnection css::uno::Reference<css::sdbc::XConnection>
|
connectivity::mysqlc::View m_xConnection css::uno::Reference<css::sdbc::XConnection>
|
||||||
connectivity/source/drivers/postgresql/pq_statics.hxx:104
|
connectivity/source/drivers/postgresql/pq_statics.hxx:105
|
||||||
pq_sdbc_driver::ImplementationStatics types css::uno::Sequence<css::uno::Type>
|
pq_sdbc_driver::ImplementationStatics types css::uno::Sequence<css::uno::Type>
|
||||||
cppu/source/threadpool/threadpool.cxx:352
|
cppu/source/threadpool/threadpool.cxx:353
|
||||||
_uno_ThreadPool dummy sal_Int32
|
_uno_ThreadPool dummy sal_Int32
|
||||||
cppu/source/typelib/typelib.cxx:56
|
cppu/source/typelib/typelib.cxx:57
|
||||||
(anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
|
(anonymous namespace)::AlignSize_Impl nInt16 sal_Int16
|
||||||
cui/source/inc/AdditionsDialog.hxx:47
|
cui/source/inc/AdditionsDialog.hxx:47
|
||||||
AdditionInfo sReleaseVersion rtl::OUString
|
AdditionInfo sReleaseVersion OUString
|
||||||
cui/source/inc/cuitabarea.hxx:645
|
|
||||||
SvxColorTabPage m_context css::uno::Reference<css::uno::XComponentContext>
|
|
||||||
dbaccess/source/core/inc/databasecontext.hxx:84
|
dbaccess/source/core/inc/databasecontext.hxx:84
|
||||||
dbaccess::ODatabaseContext m_aBasicDLL class BasicDLL
|
dbaccess::ODatabaseContext m_aBasicDLL BasicDLL
|
||||||
dbaccess/source/sdbtools/inc/connectiondependent.hxx:115
|
dbaccess/source/sdbtools/inc/connectiondependent.hxx:116
|
||||||
sdbtools::ConnectionDependentComponent::EntryGuard m_aMutexGuard ::osl::MutexGuard
|
sdbtools::ConnectionDependentComponent::EntryGuard m_aMutexGuard ::osl::MutexGuard
|
||||||
embeddedobj/source/msole/olecomponent.hxx:50
|
embeddedobj/source/msole/olecomponent.hxx:50
|
||||||
OleComponent m_aMutex ::osl::Mutex
|
OleComponent m_aMutex ::osl::Mutex
|
||||||
@ -49,13 +47,13 @@ embeddedobj/source/msole/olecomponent.hxx:53
|
|||||||
embeddedobj/source/msole/olecomponent.hxx:54
|
embeddedobj/source/msole/olecomponent.hxx:54
|
||||||
OleComponent m_bModified _Bool
|
OleComponent m_bModified _Bool
|
||||||
embeddedobj/source/msole/olecomponent.hxx:55
|
embeddedobj/source/msole/olecomponent.hxx:55
|
||||||
OleComponent m_pNativeImpl struct OleComponentNative_Impl *
|
OleComponent m_pNativeImpl OleComponentNative_Impl *
|
||||||
embeddedobj/source/msole/olecomponent.hxx:57
|
embeddedobj/source/msole/olecomponent.hxx:57
|
||||||
OleComponent m_pUnoOleObject class OleEmbeddedObject *
|
OleComponent m_pUnoOleObject OleEmbeddedObject *
|
||||||
embeddedobj/source/msole/olecomponent.hxx:58
|
embeddedobj/source/msole/olecomponent.hxx:58
|
||||||
OleComponent m_pOleWrapClientSite class OleWrapperClientSite *
|
OleComponent m_pOleWrapClientSite OleWrapperClientSite *
|
||||||
embeddedobj/source/msole/olecomponent.hxx:59
|
embeddedobj/source/msole/olecomponent.hxx:59
|
||||||
OleComponent m_pImplAdviseSink class OleWrapperAdviseSink *
|
OleComponent m_pImplAdviseSink OleWrapperAdviseSink *
|
||||||
embeddedobj/source/msole/olecomponent.hxx:61
|
embeddedobj/source/msole/olecomponent.hxx:61
|
||||||
OleComponent m_nOLEMiscFlags sal_Int32
|
OleComponent m_nOLEMiscFlags sal_Int32
|
||||||
embeddedobj/source/msole/olecomponent.hxx:62
|
embeddedobj/source/msole/olecomponent.hxx:62
|
||||||
@ -72,17 +70,15 @@ emfio/source/emfuno/xemfparser.cxx:48
|
|||||||
emfio::emfreader::(anonymous namespace)::XEmfParser context_ uno::Reference<uno::XComponentContext>
|
emfio::emfreader::(anonymous namespace)::XEmfParser context_ uno::Reference<uno::XComponentContext>
|
||||||
extensions/source/scanner/scanner.hxx:43
|
extensions/source/scanner/scanner.hxx:43
|
||||||
ScannerManager maProtector osl::Mutex
|
ScannerManager maProtector osl::Mutex
|
||||||
helpcompiler/inc/HelpCompiler.hxx:201
|
helpcompiler/inc/HelpCompiler.hxx:202
|
||||||
HelpCompiler lang const std::string
|
HelpCompiler lang const std::string
|
||||||
include/basegfx/DrawCommands.hxx:142
|
include/basegfx/DrawCommands.hxx:143
|
||||||
gfx::DrawPath mpFillGradient std::shared_ptr<GradientInfo>
|
gfx::DrawPath mpFillGradient std::shared_ptr<GradientInfo>
|
||||||
include/comphelper/interfacecontainer3.hxx:328
|
include/comphelper/interfacecontainer3.hxx:328
|
||||||
const css::uno::Reference<ListenerT> &
|
const css::uno::Reference<ListenerT> &
|
||||||
include/cui/cuicharmap.hxx:90
|
|
||||||
SvxCharacterMap mxContext uno::Reference<uno::XComponentContext>
|
|
||||||
include/drawinglayer/primitive2d/textlayoutdevice.hxx:64
|
include/drawinglayer/primitive2d/textlayoutdevice.hxx:64
|
||||||
drawinglayer::primitive2d::TextLayouterDevice maSolarGuard class SolarMutexGuard
|
drawinglayer::primitive2d::TextLayouterDevice maSolarGuard SolarMutexGuard
|
||||||
include/editeng/unotext.hxx:608
|
include/editeng/unotext.hxx:609
|
||||||
SvxUnoTextRangeEnumeration mxParentText css::uno::Reference<css::text::XText>
|
SvxUnoTextRangeEnumeration mxParentText css::uno::Reference<css::text::XText>
|
||||||
include/LibreOfficeKit/LibreOfficeKitGtk.h:33
|
include/LibreOfficeKit/LibreOfficeKitGtk.h:33
|
||||||
_LOKDocView aDrawingArea GtkDrawingArea
|
_LOKDocView aDrawingArea GtkDrawingArea
|
||||||
@ -97,7 +93,7 @@ include/sfx2/msg.hxx:117
|
|||||||
include/sfx2/msg.hxx:119
|
include/sfx2/msg.hxx:119
|
||||||
SfxType0 nAttribs sal_uInt16
|
SfxType0 nAttribs sal_uInt16
|
||||||
include/sfx2/msg.hxx:132
|
include/sfx2/msg.hxx:132
|
||||||
SfxType1 aAttrib struct SfxTypeAttrib[1]
|
SfxType1 aAttrib SfxTypeAttrib[1]
|
||||||
include/sfx2/msg.hxx:132
|
include/sfx2/msg.hxx:132
|
||||||
SfxType1 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType1 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:132
|
include/sfx2/msg.hxx:132
|
||||||
@ -105,7 +101,7 @@ include/sfx2/msg.hxx:132
|
|||||||
include/sfx2/msg.hxx:132
|
include/sfx2/msg.hxx:132
|
||||||
SfxType1 pType const std::type_info *
|
SfxType1 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:133
|
include/sfx2/msg.hxx:133
|
||||||
SfxType2 aAttrib struct SfxTypeAttrib[2]
|
SfxType2 aAttrib SfxTypeAttrib[2]
|
||||||
include/sfx2/msg.hxx:133
|
include/sfx2/msg.hxx:133
|
||||||
SfxType2 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType2 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:133
|
include/sfx2/msg.hxx:133
|
||||||
@ -113,7 +109,7 @@ include/sfx2/msg.hxx:133
|
|||||||
include/sfx2/msg.hxx:133
|
include/sfx2/msg.hxx:133
|
||||||
SfxType2 pType const std::type_info *
|
SfxType2 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:134
|
include/sfx2/msg.hxx:134
|
||||||
SfxType3 aAttrib struct SfxTypeAttrib[3]
|
SfxType3 aAttrib SfxTypeAttrib[3]
|
||||||
include/sfx2/msg.hxx:134
|
include/sfx2/msg.hxx:134
|
||||||
SfxType3 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType3 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:134
|
include/sfx2/msg.hxx:134
|
||||||
@ -121,7 +117,7 @@ include/sfx2/msg.hxx:134
|
|||||||
include/sfx2/msg.hxx:134
|
include/sfx2/msg.hxx:134
|
||||||
SfxType3 pType const std::type_info *
|
SfxType3 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:135
|
include/sfx2/msg.hxx:135
|
||||||
SfxType4 aAttrib struct SfxTypeAttrib[4]
|
SfxType4 aAttrib SfxTypeAttrib[4]
|
||||||
include/sfx2/msg.hxx:135
|
include/sfx2/msg.hxx:135
|
||||||
SfxType4 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType4 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:135
|
include/sfx2/msg.hxx:135
|
||||||
@ -129,7 +125,7 @@ include/sfx2/msg.hxx:135
|
|||||||
include/sfx2/msg.hxx:135
|
include/sfx2/msg.hxx:135
|
||||||
SfxType4 pType const std::type_info *
|
SfxType4 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:136
|
include/sfx2/msg.hxx:136
|
||||||
SfxType5 aAttrib struct SfxTypeAttrib[5]
|
SfxType5 aAttrib SfxTypeAttrib[5]
|
||||||
include/sfx2/msg.hxx:136
|
include/sfx2/msg.hxx:136
|
||||||
SfxType5 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType5 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:136
|
include/sfx2/msg.hxx:136
|
||||||
@ -137,7 +133,7 @@ include/sfx2/msg.hxx:136
|
|||||||
include/sfx2/msg.hxx:136
|
include/sfx2/msg.hxx:136
|
||||||
SfxType5 pType const std::type_info *
|
SfxType5 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:137
|
include/sfx2/msg.hxx:137
|
||||||
SfxType6 aAttrib struct SfxTypeAttrib[6]
|
SfxType6 aAttrib SfxTypeAttrib[6]
|
||||||
include/sfx2/msg.hxx:137
|
include/sfx2/msg.hxx:137
|
||||||
SfxType6 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType6 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:137
|
include/sfx2/msg.hxx:137
|
||||||
@ -145,7 +141,7 @@ include/sfx2/msg.hxx:137
|
|||||||
include/sfx2/msg.hxx:137
|
include/sfx2/msg.hxx:137
|
||||||
SfxType6 pType const std::type_info *
|
SfxType6 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:138
|
include/sfx2/msg.hxx:138
|
||||||
SfxType7 aAttrib struct SfxTypeAttrib[7]
|
SfxType7 aAttrib SfxTypeAttrib[7]
|
||||||
include/sfx2/msg.hxx:138
|
include/sfx2/msg.hxx:138
|
||||||
SfxType7 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType7 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:138
|
include/sfx2/msg.hxx:138
|
||||||
@ -153,7 +149,7 @@ include/sfx2/msg.hxx:138
|
|||||||
include/sfx2/msg.hxx:138
|
include/sfx2/msg.hxx:138
|
||||||
SfxType7 pType const std::type_info *
|
SfxType7 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:139
|
include/sfx2/msg.hxx:139
|
||||||
SfxType8 aAttrib struct SfxTypeAttrib[8]
|
SfxType8 aAttrib SfxTypeAttrib[8]
|
||||||
include/sfx2/msg.hxx:139
|
include/sfx2/msg.hxx:139
|
||||||
SfxType8 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType8 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:139
|
include/sfx2/msg.hxx:139
|
||||||
@ -161,7 +157,7 @@ include/sfx2/msg.hxx:139
|
|||||||
include/sfx2/msg.hxx:139
|
include/sfx2/msg.hxx:139
|
||||||
SfxType8 pType const std::type_info *
|
SfxType8 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:140
|
include/sfx2/msg.hxx:140
|
||||||
SfxType10 aAttrib struct SfxTypeAttrib[10]
|
SfxType10 aAttrib SfxTypeAttrib[10]
|
||||||
include/sfx2/msg.hxx:140
|
include/sfx2/msg.hxx:140
|
||||||
SfxType10 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType10 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:140
|
include/sfx2/msg.hxx:140
|
||||||
@ -169,7 +165,7 @@ include/sfx2/msg.hxx:140
|
|||||||
include/sfx2/msg.hxx:140
|
include/sfx2/msg.hxx:140
|
||||||
SfxType10 pType const std::type_info *
|
SfxType10 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:141
|
include/sfx2/msg.hxx:141
|
||||||
SfxType11 aAttrib struct SfxTypeAttrib[11]
|
SfxType11 aAttrib SfxTypeAttrib[11]
|
||||||
include/sfx2/msg.hxx:141
|
include/sfx2/msg.hxx:141
|
||||||
SfxType11 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType11 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:141
|
include/sfx2/msg.hxx:141
|
||||||
@ -177,7 +173,7 @@ include/sfx2/msg.hxx:141
|
|||||||
include/sfx2/msg.hxx:141
|
include/sfx2/msg.hxx:141
|
||||||
SfxType11 pType const std::type_info *
|
SfxType11 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:143
|
include/sfx2/msg.hxx:143
|
||||||
SfxType13 aAttrib struct SfxTypeAttrib[13]
|
SfxType13 aAttrib SfxTypeAttrib[13]
|
||||||
include/sfx2/msg.hxx:143
|
include/sfx2/msg.hxx:143
|
||||||
SfxType13 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType13 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:143
|
include/sfx2/msg.hxx:143
|
||||||
@ -185,7 +181,7 @@ include/sfx2/msg.hxx:143
|
|||||||
include/sfx2/msg.hxx:143
|
include/sfx2/msg.hxx:143
|
||||||
SfxType13 pType const std::type_info *
|
SfxType13 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:144
|
include/sfx2/msg.hxx:144
|
||||||
SfxType14 aAttrib struct SfxTypeAttrib[14]
|
SfxType14 aAttrib SfxTypeAttrib[14]
|
||||||
include/sfx2/msg.hxx:144
|
include/sfx2/msg.hxx:144
|
||||||
SfxType14 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType14 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:144
|
include/sfx2/msg.hxx:144
|
||||||
@ -193,7 +189,7 @@ include/sfx2/msg.hxx:144
|
|||||||
include/sfx2/msg.hxx:144
|
include/sfx2/msg.hxx:144
|
||||||
SfxType14 pType const std::type_info *
|
SfxType14 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:145
|
include/sfx2/msg.hxx:145
|
||||||
SfxType16 aAttrib struct SfxTypeAttrib[16]
|
SfxType16 aAttrib SfxTypeAttrib[16]
|
||||||
include/sfx2/msg.hxx:145
|
include/sfx2/msg.hxx:145
|
||||||
SfxType16 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType16 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:145
|
include/sfx2/msg.hxx:145
|
||||||
@ -201,7 +197,7 @@ include/sfx2/msg.hxx:145
|
|||||||
include/sfx2/msg.hxx:145
|
include/sfx2/msg.hxx:145
|
||||||
SfxType16 pType const std::type_info *
|
SfxType16 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:146
|
include/sfx2/msg.hxx:146
|
||||||
SfxType17 aAttrib struct SfxTypeAttrib[17]
|
SfxType17 aAttrib SfxTypeAttrib[17]
|
||||||
include/sfx2/msg.hxx:146
|
include/sfx2/msg.hxx:146
|
||||||
SfxType17 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType17 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:146
|
include/sfx2/msg.hxx:146
|
||||||
@ -209,7 +205,7 @@ include/sfx2/msg.hxx:146
|
|||||||
include/sfx2/msg.hxx:146
|
include/sfx2/msg.hxx:146
|
||||||
SfxType17 pType const std::type_info *
|
SfxType17 pType const std::type_info *
|
||||||
include/sfx2/msg.hxx:147
|
include/sfx2/msg.hxx:147
|
||||||
SfxType23 aAttrib struct SfxTypeAttrib[23]
|
SfxType23 aAttrib SfxTypeAttrib[23]
|
||||||
include/sfx2/msg.hxx:147
|
include/sfx2/msg.hxx:147
|
||||||
SfxType23 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
SfxType23 createSfxPoolItemFunc std::function<SfxPoolItem *(void)>
|
||||||
include/sfx2/msg.hxx:147
|
include/sfx2/msg.hxx:147
|
||||||
@ -223,21 +219,23 @@ include/svtools/genericunodialog.hxx:154
|
|||||||
include/svtools/unoevent.hxx:162
|
include/svtools/unoevent.hxx:162
|
||||||
SvEventDescriptor xParentRef css::uno::Reference<css::uno::XInterface>
|
SvEventDescriptor xParentRef css::uno::Reference<css::uno::XInterface>
|
||||||
include/svx/imapdlg.hxx:91
|
include/svx/imapdlg.hxx:91
|
||||||
SvxIMapDlg aIMapItem class SvxIMapDlgItem
|
SvxIMapDlg aIMapItem SvxIMapDlgItem
|
||||||
include/unotest/macros_test.hxx:104
|
include/unotest/macros_test.hxx:111
|
||||||
unotest::MacrosTest mpDll std::unique_ptr<BasicDLL>
|
unotest::MacrosTest mpDll std::unique_ptr<BasicDLL>
|
||||||
include/vcl/commandevent.hxx:310
|
include/vcl/commandevent.hxx:310
|
||||||
CommandGestureData mfX const double
|
CommandGestureData mfX const double
|
||||||
include/vcl/commandevent.hxx:311
|
include/vcl/commandevent.hxx:311
|
||||||
CommandGestureData mfY const double
|
CommandGestureData mfY const double
|
||||||
include/vcl/commandevent.hxx:314
|
include/vcl/commandevent.hxx:314
|
||||||
CommandGestureData meOrientation const enum PanningOrientation
|
CommandGestureData meOrientation const PanningOrientation
|
||||||
include/vcl/filter/PngImageReader.hxx:35
|
include/vcl/filter/PngImageReader.hxx:35
|
||||||
vcl::PngImageReader mxStatusIndicator css::uno::Reference<css::task::XStatusIndicator>
|
vcl::PngImageReader mxStatusIndicator css::uno::Reference<css::task::XStatusIndicator>
|
||||||
|
include/vcl/filter/PngImageWriter.hxx:32
|
||||||
|
vcl::PngImageWriter mxStatusIndicator css::uno::Reference<css::task::XStatusIndicator>
|
||||||
include/vcl/pdf/PDFAnnotationMarker.hxx:67
|
include/vcl/pdf/PDFAnnotationMarker.hxx:67
|
||||||
vcl::pdf::PDFAnnotationMarkerHighlight meTextMarkerType enum vcl::pdf::PDFTextMarkerType
|
vcl::pdf::PDFAnnotationMarkerHighlight meTextMarkerType PDFTextMarkerType
|
||||||
include/vcl/uitest/uiobject.hxx:287
|
include/vcl/uitest/uiobject.hxx:309
|
||||||
TabPageUIObject mxTabPage VclPtr<class TabPage>
|
TabPageUIObject mxTabPage VclPtr<TabPage>
|
||||||
include/xmloff/formlayerexport.hxx:172
|
include/xmloff/formlayerexport.hxx:172
|
||||||
xmloff::OOfficeFormsExport m_pImpl std::unique_ptr<OFormsRootExport>
|
xmloff::OOfficeFormsExport m_pImpl std::unique_ptr<OFormsRootExport>
|
||||||
libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:51
|
libreofficekit/qa/gtktiledviewer/gtv-application-window.hxx:51
|
||||||
@ -264,7 +262,7 @@ libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.hxx:33
|
|||||||
GtvLokDialogClass parentClass GtkDialogClass
|
GtvLokDialogClass parentClass GtkDialogClass
|
||||||
libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:28
|
libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:28
|
||||||
GtvMainToolbar parent GtkBox
|
GtvMainToolbar parent GtkBox
|
||||||
libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:36
|
libreofficekit/qa/gtktiledviewer/gtv-main-toolbar.hxx:38
|
||||||
GtvMainToolbarClass parentClass GtkBoxClass
|
GtvMainToolbarClass parentClass GtkBoxClass
|
||||||
lingucomponent/source/languageguessing/simpleguesser.cxx:75
|
lingucomponent/source/languageguessing/simpleguesser.cxx:75
|
||||||
(anonymous namespace)::textcat_t maxsize uint4
|
(anonymous namespace)::textcat_t maxsize uint4
|
||||||
@ -287,19 +285,19 @@ sal/qa/osl/condition/osl_Condition.cxx:202
|
|||||||
sal/qa/osl/condition/osl_Condition.cxx:273
|
sal/qa/osl/condition/osl_Condition.cxx:273
|
||||||
osl_Condition::check bRes2 _Bool
|
osl_Condition::check bRes2 _Bool
|
||||||
sal/qa/osl/file/osl_File.cxx:1387
|
sal/qa/osl/file/osl_File.cxx:1387
|
||||||
osl_FileStatus::isValid rItem_link class osl::DirectoryItem
|
osl_FileStatus::isValid rItem_link DirectoryItem
|
||||||
sal/qa/osl/file/osl_File.cxx:1564
|
sal/qa/osl/file/osl_File.cxx:1564
|
||||||
osl_FileStatus::getFileType m_aFifoItem class osl::DirectoryItem
|
osl_FileStatus::getFileType m_aFifoItem DirectoryItem
|
||||||
sal/qa/osl/file/osl_File.cxx:1564
|
sal/qa/osl/file/osl_File.cxx:1564
|
||||||
osl_FileStatus::getFileType m_aVolumeItem class osl::DirectoryItem
|
osl_FileStatus::getFileType m_aVolumeItem DirectoryItem
|
||||||
sal/qa/osl/file/osl_File.cxx:1565
|
sal/qa/osl/file/osl_File.cxx:1565
|
||||||
osl_FileStatus::getFileType m_aLinkItem class osl::DirectoryItem
|
osl_FileStatus::getFileType m_aLinkItem DirectoryItem
|
||||||
sal/qa/osl/file/osl_File.cxx:1565
|
sal/qa/osl/file/osl_File.cxx:1565
|
||||||
osl_FileStatus::getFileType m_aSocketItem class osl::DirectoryItem
|
osl_FileStatus::getFileType m_aSocketItem DirectoryItem
|
||||||
sal/qa/osl/file/osl_File.cxx:1565
|
sal/qa/osl/file/osl_File.cxx:1565
|
||||||
osl_FileStatus::getFileType m_aSpecialItem class osl::DirectoryItem
|
osl_FileStatus::getFileType m_aSpecialItem DirectoryItem
|
||||||
sal/qa/osl/file/osl_File.cxx:2039
|
sal/qa/osl/file/osl_File.cxx:2057
|
||||||
osl_FileStatus::getLinkTargetURL rItem class osl::DirectoryItem
|
osl_FileStatus::getLinkTargetURL rItem DirectoryItem
|
||||||
sal/qa/osl/module/osl_Module.cxx:70
|
sal/qa/osl/module/osl_Module.cxx:70
|
||||||
osl_Module::ctors bRes1 _Bool
|
osl_Module::ctors bRes1 _Bool
|
||||||
sal/qa/osl/module/osl_Module.cxx:114
|
sal/qa/osl/module/osl_Module.cxx:114
|
||||||
@ -336,50 +334,50 @@ sc/inc/editutil.hxx:111
|
|||||||
ScEnginePoolHelper pEnginePool rtl::Reference<SfxItemPool>
|
ScEnginePoolHelper pEnginePool rtl::Reference<SfxItemPool>
|
||||||
sc/inc/editutil.hxx:113
|
sc/inc/editutil.hxx:113
|
||||||
ScEnginePoolHelper bDeleteEnginePool _Bool
|
ScEnginePoolHelper bDeleteEnginePool _Bool
|
||||||
sc/qa/extras/scpdfexport.cxx:44
|
sc/inc/mtvelements.hxx:156
|
||||||
ScPDFExportTest xTargetFrame Reference<frame::XFrame>
|
sc::ColumnBlockConstPosition miSparklinePos SparklineStoreType::const_iterator
|
||||||
sc/source/core/data/document.cxx:1236
|
sc/source/core/data/document.cxx:1245
|
||||||
(anonymous namespace)::BroadcastRecalcOnRefMoveGuard aSwitch sc::AutoCalcSwitch
|
(anonymous namespace)::BroadcastRecalcOnRefMoveGuard aSwitch sc::AutoCalcSwitch
|
||||||
sc/source/core/data/document.cxx:1237
|
sc/source/core/data/document.cxx:1246
|
||||||
(anonymous namespace)::BroadcastRecalcOnRefMoveGuard aBulk class ScBulkBroadcast
|
(anonymous namespace)::BroadcastRecalcOnRefMoveGuard aBulk ScBulkBroadcast
|
||||||
sc/source/filter/inc/sheetdatacontext.hxx:50
|
sc/source/filter/inc/sheetdatacontext.hxx:50
|
||||||
oox::xls::SheetDataContext aReleaser class SolarMutexReleaser
|
oox::xls::SheetDataContext aReleaser SolarMutexReleaser
|
||||||
sc/source/ui/inc/docsh.hxx:459
|
sc/source/ui/inc/docsh.hxx:459
|
||||||
ScDocShellModificator mpProtector std::unique_ptr<ScRefreshTimerProtector>
|
ScDocShellModificator mpProtector std::unique_ptr<ScRefreshTimerProtector>
|
||||||
sc/source/ui/inc/PivotLayoutTreeListBase.hxx:47
|
sc/source/ui/inc/PivotLayoutTreeListBase.hxx:47
|
||||||
ScPivotLayoutTreeListBase maDropTargetHelper class ScPivotLayoutTreeDropTarget
|
ScPivotLayoutTreeListBase maDropTargetHelper ScPivotLayoutTreeDropTarget
|
||||||
sd/source/ui/inc/CustomAnimationList.hxx:127
|
sd/source/ui/inc/CustomAnimationList.hxx:127
|
||||||
sd::CustomAnimationList maDropTargetHelper class sd::CustomAnimationListDropTarget
|
sd::CustomAnimationList maDropTargetHelper CustomAnimationListDropTarget
|
||||||
sd/source/ui/inc/sdtreelb.hxx:72
|
sd/source/ui/inc/sdtreelb.hxx:72
|
||||||
SdPageObjsTLV m_xDropTargetHelper std::unique_ptr<SdPageObjsTLVDropTarget>
|
SdPageObjsTLV m_xDropTargetHelper std::unique_ptr<SdPageObjsTLVDropTarget>
|
||||||
sd/source/ui/inc/TableDesignPane.hxx:101
|
sd/source/ui/inc/TableDesignPane.hxx:101
|
||||||
sd::TableDesignPane m_xImpl std::unique_ptr<TableDesignWidget>
|
sd::TableDesignPane m_xImpl std::unique_ptr<TableDesignWidget>
|
||||||
sd/source/ui/remotecontrol/ZeroconfService.hxx:32
|
sd/source/ui/remotecontrol/ZeroconfService.hxx:33
|
||||||
sd::ZeroconfService port uint
|
sd::ZeroconfService port uint
|
||||||
sd/source/ui/slidesorter/view/SlsLayouter.cxx:62
|
sd/source/ui/slidesorter/view/SlsLayouter.cxx:63
|
||||||
sd::slidesorter::view::Layouter::Implementation mpTheme std::shared_ptr<view::Theme>
|
sd::slidesorter::view::Layouter::Implementation mpTheme std::shared_ptr<view::Theme>
|
||||||
sd/source/ui/view/DocumentRenderer.cxx:1317
|
sd/source/ui/view/DocumentRenderer.cxx:1318
|
||||||
sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
|
sd::DocumentRenderer::Implementation mxObjectShell SfxObjectShellRef
|
||||||
sd/source/ui/view/viewshel.cxx:1157
|
sd/source/ui/view/viewshel.cxx:1136
|
||||||
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
|
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aDrawLock sd::slidesorter::view::class SlideSorterView::DrawLock
|
||||||
sd/source/ui/view/viewshel.cxx:1158
|
sd/source/ui/view/viewshel.cxx:1137
|
||||||
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aModelLock sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
|
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aModelLock sd::slidesorter::controller::class SlideSorterController::ModelChangeLock
|
||||||
sd/source/ui/view/viewshel.cxx:1159
|
sd/source/ui/view/viewshel.cxx:1138
|
||||||
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
|
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aUpdateLock sd::slidesorter::controller::class PageSelector::UpdateLock
|
||||||
sd/source/ui/view/viewshel.cxx:1160
|
sd/source/ui/view/viewshel.cxx:1139
|
||||||
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aContext sd::slidesorter::controller::class SelectionObserver::Context
|
sd::(anonymous namespace)::KeepSlideSorterInSyncWithPageChanges m_aContext sd::slidesorter::controller::class SelectionObserver::Context
|
||||||
sd/source/ui/view/ViewShellBase.cxx:188
|
sd/source/ui/view/ViewShellBase.cxx:188
|
||||||
sd::ViewShellBase::Implementation mpPageCacheManager std::shared_ptr<slidesorter::cache::PageCacheManager>
|
sd::ViewShellBase::Implementation mpPageCacheManager std::shared_ptr<slidesorter::cache::PageCacheManager>
|
||||||
sdext/source/pdfimport/pdfparse/pdfparse.cxx:266
|
sdext/source/pdfimport/pdfparse/pdfparse.cxx:267
|
||||||
(anonymous namespace)::PDFGrammar::definition array rule<ScannerT>
|
(anonymous namespace)::PDFGrammar::definition array rule<ScannerT>
|
||||||
sdext/source/pdfimport/pdfparse/pdfparse.cxx:266
|
sdext/source/pdfimport/pdfparse/pdfparse.cxx:267
|
||||||
(anonymous namespace)::PDFGrammar::definition value rule<ScannerT>
|
(anonymous namespace)::PDFGrammar::definition value rule<ScannerT>
|
||||||
sfx2/inc/autoredactdialog.hxx:99
|
sfx2/inc/autoredactdialog.hxx:99
|
||||||
SfxAutoRedactDialog m_xDocShell class SfxObjectShellLock
|
SfxAutoRedactDialog m_xDocShell SfxObjectShellLock
|
||||||
sfx2/source/dialog/basedlgs.cxx:46
|
sfx2/source/dialog/basedlgs.cxx:46
|
||||||
SfxModelessDialog_Impl aMoveIdle class Idle
|
SfxModelessDialog_Impl aMoveIdle Idle
|
||||||
sfx2/source/doc/doctempl.cxx:105
|
sfx2/source/doc/doctempl.cxx:106
|
||||||
DocTempl::(anonymous namespace)::DocTempl_EntryData_Impl mxObjShell class SfxObjectShellLock
|
DocTempl::(anonymous namespace)::DocTempl_EntryData_Impl mxObjShell SfxObjectShellLock
|
||||||
sfx2/source/inc/sfxpicklist.hxx:33
|
sfx2/source/inc/sfxpicklist.hxx:33
|
||||||
SfxPickList mxImpl std::unique_ptr<SfxPickListImpl>
|
SfxPickList mxImpl std::unique_ptr<SfxPickListImpl>
|
||||||
sfx2/source/inc/templdgi.hxx:93
|
sfx2/source/inc/templdgi.hxx:93
|
||||||
@ -390,67 +388,65 @@ slideshow/source/engine/opengl/TransitionImpl.cxx:1991
|
|||||||
(anonymous namespace)::ThreeFloats y GLfloat
|
(anonymous namespace)::ThreeFloats y GLfloat
|
||||||
slideshow/source/engine/opengl/TransitionImpl.cxx:1991
|
slideshow/source/engine/opengl/TransitionImpl.cxx:1991
|
||||||
(anonymous namespace)::ThreeFloats z GLfloat
|
(anonymous namespace)::ThreeFloats z GLfloat
|
||||||
starmath/inc/mathml/mathmlMo.hxx:63
|
|
||||||
moOperatorData m_motxt rtl::OUString
|
|
||||||
starmath/inc/mathml/mathmlMo.hxx:64
|
starmath/inc/mathml/mathmlMo.hxx:64
|
||||||
moOperatorData m_form enum moOpDF
|
moOperatorData m_motxt OUString
|
||||||
starmath/inc/mathml/mathmlMo.hxx:65
|
starmath/inc/mathml/mathmlMo.hxx:65
|
||||||
moOperatorData m_priority sal_uInt16
|
moOperatorData m_form moOpDF
|
||||||
starmath/inc/mathml/mathmlMo.hxx:66
|
starmath/inc/mathml/mathmlMo.hxx:66
|
||||||
moOperatorData m_lspace sal_uInt16
|
moOperatorData m_priority sal_uInt16
|
||||||
starmath/inc/mathml/mathmlMo.hxx:67
|
starmath/inc/mathml/mathmlMo.hxx:67
|
||||||
moOperatorData m_rspace sal_uInt16
|
moOperatorData m_lspace sal_uInt16
|
||||||
starmath/inc/mathml/mathmlMo.hxx:68
|
starmath/inc/mathml/mathmlMo.hxx:68
|
||||||
moOperatorData m_properties enum moOpDP
|
moOperatorData m_rspace sal_uInt16
|
||||||
|
starmath/inc/mathml/mathmlMo.hxx:69
|
||||||
|
moOperatorData m_properties moOpDP
|
||||||
starmath/inc/smmod.hxx:67
|
starmath/inc/smmod.hxx:67
|
||||||
SmModule mpLocSymbolData std::unique_ptr<SmLocalizedSymbolData>
|
SmModule mpLocSymbolData std::unique_ptr<SmLocalizedSymbolData>
|
||||||
starmath/inc/view.hxx:246
|
starmath/inc/view.hxx:251
|
||||||
SmViewShell maGraphicController class SmGraphicController
|
SmViewShell maGraphicController SmGraphicController
|
||||||
svl/source/crypto/cryptosign.cxx:108
|
|
||||||
(anonymous namespace)::Extension extnID SECItem
|
|
||||||
svl/source/crypto/cryptosign.cxx:109
|
|
||||||
(anonymous namespace)::Extension critical SECItem
|
|
||||||
svl/source/crypto/cryptosign.cxx:110
|
svl/source/crypto/cryptosign.cxx:110
|
||||||
|
(anonymous namespace)::Extension extnID SECItem
|
||||||
|
svl/source/crypto/cryptosign.cxx:111
|
||||||
|
(anonymous namespace)::Extension critical SECItem
|
||||||
|
svl/source/crypto/cryptosign.cxx:112
|
||||||
(anonymous namespace)::Extension extnValue SECItem
|
(anonymous namespace)::Extension extnValue SECItem
|
||||||
svl/source/crypto/cryptosign.cxx:268
|
svl/source/crypto/cryptosign.cxx:270
|
||||||
(anonymous namespace)::PKIStatusInfo statusString SECItem
|
(anonymous namespace)::PKIStatusInfo statusString SECItem
|
||||||
svl/source/crypto/cryptosign.cxx:269
|
svl/source/crypto/cryptosign.cxx:271
|
||||||
(anonymous namespace)::PKIStatusInfo failInfo SECItem
|
(anonymous namespace)::PKIStatusInfo failInfo SECItem
|
||||||
svx/source/dialog/contimp.hxx:75
|
svx/source/dialog/contimp.hxx:75
|
||||||
SvxSuperContourDlg aContourItem class SvxContourDlgItem
|
SvxSuperContourDlg aContourItem SvxContourDlgItem
|
||||||
svx/source/dialog/weldeditview.cxx:458
|
svx/source/dialog/weldeditview.cxx:460
|
||||||
(anonymous namespace)::WeldEditSource m_rEditAcc class WeldEditAccessible &
|
(anonymous namespace)::WeldEditSource m_rEditAcc WeldEditAccessible &
|
||||||
svx/source/inc/datanavi.hxx:190
|
svx/source/inc/datanavi.hxx:190
|
||||||
svxform::XFormsPage m_aDropHelper class svxform::DataTreeDropTarget
|
svxform::XFormsPage m_aDropHelper DataTreeDropTarget
|
||||||
svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx:41
|
svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx:41
|
||||||
svx::sidebar::FontworkPropertyPanel m_xToolbar std::unique_ptr<ToolbarUnoDispatcher>
|
svx::sidebar::FontworkPropertyPanel m_xToolbar std::unique_ptr<ToolbarUnoDispatcher>
|
||||||
svx/source/tbxctrls/layctrl.cxx:432
|
svx/source/tbxctrls/layctrl.cxx:433
|
||||||
(anonymous namespace)::ColumnsWindow mxControl rtl::Reference<SvxColumnsToolBoxControl>
|
(anonymous namespace)::ColumnsWindow mxControl rtl::Reference<SvxColumnsToolBoxControl>
|
||||||
sw/source/core/crsr/crbm.cxx:62
|
sw/source/core/crsr/crbm.cxx:62
|
||||||
(anonymous namespace)::CursorStateHelper m_aSaveState class SwCursorSaveState
|
(anonymous namespace)::CursorStateHelper m_aSaveState SwCursorSaveState
|
||||||
sw/source/core/frmedt/fetab.cxx:78
|
sw/source/core/frmedt/fetab.cxx:78
|
||||||
(anonymous namespace)::TableWait m_pWait const std::unique_ptr<SwWait>
|
(anonymous namespace)::TableWait m_pWait const std::unique_ptr<SwWait>
|
||||||
sw/source/core/inc/ftnboss.hxx:34
|
sw/source/core/inc/ftnboss.hxx:34
|
||||||
SwSaveFootnoteHeight aGuard class SwFrameDeleteGuard
|
SwSaveFootnoteHeight aGuard SwFrameDeleteGuard
|
||||||
sw/source/core/layout/dbg_lay.cxx:179
|
sw/source/core/layout/dbg_lay.cxx:181
|
||||||
SwImplEnterLeave m_nAction enum DbgAction
|
SwImplEnterLeave m_nAction DbgAction
|
||||||
sw/source/core/unocore/unolinebreak.cxx:43
|
|
||||||
SwXLineBreak::Impl m_rThis class SwXLineBreak &
|
|
||||||
sw/source/uibase/inc/condedit.hxx:43
|
sw/source/uibase/inc/condedit.hxx:43
|
||||||
ConditionEdit m_aDropTargetHelper class ConditionEditDropTarget
|
ConditionEdit m_aDropTargetHelper ConditionEditDropTarget
|
||||||
sw/source/uibase/inc/conttree.hxx:296
|
sw/source/uibase/inc/conttree.hxx:298
|
||||||
SwGlobalTree m_aDropTargetHelper class SwGlobalTreeDropTarget
|
SwGlobalTree m_aDropTargetHelper SwGlobalTreeDropTarget
|
||||||
sw/source/uibase/inc/swuicnttab.hxx:241
|
sw/source/uibase/inc/swuicnttab.hxx:241
|
||||||
SwTokenWindow m_aAdjustPositionsIdle class Idle
|
SwTokenWindow m_aAdjustPositionsIdle Idle
|
||||||
sw/source/uibase/inc/uivwimp.hxx:93
|
sw/source/uibase/inc/uivwimp.hxx:93
|
||||||
SwView_Impl m_xTmpSelDocShell class SfxObjectShellLock
|
SwView_Impl m_xTmpSelDocShell SfxObjectShellLock
|
||||||
sw/source/uibase/inc/unodispatch.hxx:45
|
sw/source/uibase/inc/unodispatch.hxx:45
|
||||||
SwXDispatchProviderInterceptor::DispatchMutexLock_Impl aGuard class SolarMutexGuard
|
SwXDispatchProviderInterceptor::DispatchMutexLock_Impl aGuard SolarMutexGuard
|
||||||
toolkit/source/awt/stylesettings.cxx:74
|
toolkit/source/awt/stylesettings.cxx:74
|
||||||
toolkit::(anonymous namespace)::StyleMethodGuard m_aGuard class SolarMutexGuard
|
toolkit::(anonymous namespace)::StyleMethodGuard m_aGuard SolarMutexGuard
|
||||||
unoidl/source/unoidlprovider.cxx:673
|
unoidl/source/unoidlprovider.cxx:675
|
||||||
unoidl::detail::(anonymous namespace)::UnoidlCursor reference1_ rtl::Reference<UnoidlProvider>
|
unoidl::detail::(anonymous namespace)::UnoidlCursor reference1_ rtl::Reference<UnoidlProvider>
|
||||||
unoidl/source/unoidlprovider.cxx:674
|
unoidl/source/unoidlprovider.cxx:676
|
||||||
unoidl::detail::(anonymous namespace)::UnoidlCursor reference2_ rtl::Reference<UnoidlModuleEntity>
|
unoidl::detail::(anonymous namespace)::UnoidlCursor reference2_ rtl::Reference<UnoidlModuleEntity>
|
||||||
vcl/inc/pdf/pdfbuildin_fonts.hxx:34
|
vcl/inc/pdf/pdfbuildin_fonts.hxx:34
|
||||||
vcl::pdf::BuildinFont m_nAscent const int
|
vcl::pdf::BuildinFont m_nAscent const int
|
||||||
@ -460,149 +456,13 @@ vcl/inc/pdf/pdfbuildin_fonts.hxx:42
|
|||||||
vcl::pdf::BuildinFont m_aWidths const int[256]
|
vcl::pdf::BuildinFont m_aWidths const int[256]
|
||||||
vcl/inc/qt5/QtAccessibleEventListener.hxx:34
|
vcl/inc/qt5/QtAccessibleEventListener.hxx:34
|
||||||
QtAccessibleEventListener m_xAccessible css::uno::Reference<css::accessibility::XAccessible>
|
QtAccessibleEventListener m_xAccessible css::uno::Reference<css::accessibility::XAccessible>
|
||||||
vcl/inc/qt5/QtAccessibleWidget.hxx:153
|
|
||||||
QtAccessibleWidget m_xAccessible css::uno::Reference<css::accessibility::XAccessible>
|
|
||||||
vcl/inc/qt5/QtAccessibleWidget.hxx:156
|
|
||||||
QtAccessibleWidget m_pObject class QObject *
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:38
|
|
||||||
QtClipboard m_aMutex osl::Mutex
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:39
|
|
||||||
QtClipboard m_aClipboardName const rtl::OUString
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:40
|
|
||||||
QtClipboard m_aClipboardMode const class QClipboard::Mode
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:43
|
|
||||||
QtClipboard m_bOwnClipboardChange _Bool
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:45
|
|
||||||
QtClipboard m_bDoClear _Bool
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:48
|
|
||||||
QtClipboard m_aContents css::uno::Reference<css::datatransfer::XTransferable>
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:50
|
|
||||||
QtClipboard m_aOwner css::uno::Reference<css::datatransfer::clipboard::XClipboardOwner>
|
|
||||||
vcl/inc/qt5/QtClipboard.hxx:51
|
|
||||||
QtClipboard m_aListeners std::vector<css::uno::Reference<css::datatransfer::clipboard::XClipboardListener> >
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:63
|
|
||||||
QtFilePicker m_context css::uno::Reference<css::uno::XComponentContext>
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:65
|
|
||||||
QtFilePicker m_xListener css::uno::Reference<css::ui::dialogs::XFilePickerListener>
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:66
|
|
||||||
QtFilePicker m_xClosedListener css::uno::Reference<css::ui::dialogs::XDialogClosedListener>
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:68
|
|
||||||
QtFilePicker m_aHelperMutex osl::Mutex
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:70
|
|
||||||
QtFilePicker m_aNamedFilterList class QStringList
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:71
|
|
||||||
QtFilePicker m_aTitleToFilterMap QHash<class QString, class QString>
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:73
|
|
||||||
QtFilePicker m_aNamedFilterToExtensionMap QHash<class QString, class QString>
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:74
|
|
||||||
QtFilePicker m_aCurrentFilter class QString
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:77
|
|
||||||
QtFilePicker m_aCustomWidgetsMap QHash<sal_Int16, class QWidget *>
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:79
|
|
||||||
QtFilePicker m_bIsFolderPicker const _Bool
|
|
||||||
vcl/inc/qt5/QtFilePicker.hxx:81
|
|
||||||
QtFilePicker m_pParentWidget class QWidget *
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:85
|
|
||||||
QtFrame m_bGraphicsInUse _Bool
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:87
|
|
||||||
QtFrame m_pParent class QtFrame *
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:88
|
|
||||||
QtFrame m_ePointerStyle enum PointerStyle
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:92
|
|
||||||
QtFrame m_pDragSource class QtDragSource *
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:93
|
|
||||||
QtFrame m_pDropTarget class QtDropTarget *
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:94
|
|
||||||
QtFrame m_bInDrag _Bool
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:96
|
|
||||||
QtFrame m_bDefaultSize _Bool
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:97
|
|
||||||
QtFrame m_bDefaultPos _Bool
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:98
|
|
||||||
QtFrame m_bFullScreen _Bool
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:99
|
|
||||||
QtFrame m_bFullScreenSpanAll _Bool
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:100
|
|
||||||
QtFrame m_nRestoreScreen sal_uInt32
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:101
|
|
||||||
QtFrame m_aRestoreGeometry class QRect
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:104
|
|
||||||
QtFrame m_ScreenSaverInhibitor class ScreenSaverInhibitor
|
|
||||||
vcl/inc/qt5/QtFrame.hxx:110
|
|
||||||
QtFrame m_nInputLanguage LanguageType
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:56
|
|
||||||
QtInstance m_aWaitingYieldCond osl::Condition
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:58
|
|
||||||
QtInstance m_pTimer class QtTimer *
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:59
|
|
||||||
QtInstance m_bSleeping _Bool
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:60
|
|
||||||
QtInstance m_aClipboards std::unordered_map<OUString, css::uno::Reference<css::uno::XInterface> >
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:62
|
|
||||||
QtInstance m_pQApplication std::unique_ptr<QApplication>
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:63
|
|
||||||
QtInstance m_pFakeArgvFreeable std::vector<FreeableCStr>
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:64
|
|
||||||
QtInstance m_pFakeArgv std::unique_ptr<char *[]>
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:65
|
|
||||||
QtInstance m_pFakeArgc std::unique_ptr<int>
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:67
|
|
||||||
QtInstance m_aUpdateStyleTimer class Timer
|
|
||||||
vcl/inc/qt5/QtInstance.hxx:68
|
|
||||||
QtInstance m_bUpdateFonts _Bool
|
|
||||||
vcl/inc/qt5/QtMainWindow.hxx:31
|
|
||||||
QtMainWindow m_rFrame class QtFrame &
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:44
|
|
||||||
QtMenu mpParentSalMenu class QtMenu *
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:45
|
|
||||||
QtMenu mpFrame class QtFrame *
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:46
|
|
||||||
QtMenu mbMenuBar _Bool
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:47
|
|
||||||
QtMenu mpQMenuBar class QMenuBar *
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:49
|
|
||||||
QtMenu mpOwnedQMenu std::unique_ptr<QMenu>
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:51
|
|
||||||
QtMenu mpQMenu class QMenu *
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:52
|
|
||||||
QtMenu mpCloseButton class QPushButton *
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:53
|
|
||||||
QtMenu maCloseButtonConnection struct QMetaObject::Connection
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:110
|
|
||||||
QtMenuItem mpParentMenu class QtMenu *
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:111
|
|
||||||
QtMenuItem mpSubMenu class QtMenu *
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:112
|
|
||||||
QtMenuItem mpAction std::unique_ptr<QAction>
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:113
|
|
||||||
QtMenuItem mpMenu std::unique_ptr<QMenu>
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:114
|
|
||||||
QtMenuItem mpActionGroup std::shared_ptr<QActionGroup>
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:115
|
|
||||||
QtMenuItem mnId sal_uInt16
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:116
|
|
||||||
QtMenuItem mnType enum MenuItemType
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:117
|
|
||||||
QtMenuItem mbVisible _Bool
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:118
|
|
||||||
QtMenuItem mbEnabled _Bool
|
|
||||||
vcl/inc/qt5/QtMenu.hxx:119
|
|
||||||
QtMenuItem maImage class Image
|
|
||||||
vcl/inc/qt5/QtObject.hxx:40
|
|
||||||
QtObject m_pRegion class QRegion
|
|
||||||
vcl/inc/qt5/QtObject.hxx:67
|
|
||||||
QtObjectWindow m_rParent class QtObject &
|
|
||||||
vcl/inc/qt5/QtWidget.hxx:38
|
|
||||||
QtWidget m_bNonEmptyIMPreeditSeen _Bool
|
|
||||||
vcl/inc/qt5/QtWidget.hxx:39
|
|
||||||
QtWidget m_nDeltaX int
|
|
||||||
vcl/inc/qt5/QtWidget.hxx:40
|
|
||||||
QtWidget m_nDeltaY int
|
|
||||||
vcl/inc/salprn.hxx:45
|
vcl/inc/salprn.hxx:45
|
||||||
SalPrinterQueueInfo mpPortName std::unique_ptr<OUString>
|
SalPrinterQueueInfo mpPortName std::unique_ptr<OUString>
|
||||||
vcl/source/gdi/jobset.cxx:36
|
vcl/source/app/salvtables.cxx:603
|
||||||
|
SalFlashAttention m_aOrigBackground Wallpaper
|
||||||
|
vcl/source/gdi/jobset.cxx:39
|
||||||
(anonymous namespace)::ImplOldJobSetupData cDeviceName char[32]
|
(anonymous namespace)::ImplOldJobSetupData cDeviceName char[32]
|
||||||
vcl/source/gdi/jobset.cxx:37
|
vcl/source/gdi/jobset.cxx:40
|
||||||
(anonymous namespace)::ImplOldJobSetupData cPortName char[32]
|
(anonymous namespace)::ImplOldJobSetupData cPortName char[32]
|
||||||
vcl/source/uitest/uno/uitest_uno.cxx:35
|
vcl/source/uitest/uno/uitest_uno.cxx:35
|
||||||
(anonymous namespace)::UITestUnoObj mpUITest std::unique_ptr<UITest>
|
(anonymous namespace)::UITestUnoObj mpUITest std::unique_ptr<UITest>
|
||||||
@ -614,11 +474,9 @@ vcl/unx/gtk3/customcellrenderer.hxx:29
|
|||||||
(anonymous) parent_class GtkCellRendererTextClass
|
(anonymous) parent_class GtkCellRendererTextClass
|
||||||
vcl/unx/gtk3/gloactiongroup.cxx:27
|
vcl/unx/gtk3/gloactiongroup.cxx:27
|
||||||
(anonymous namespace)::GLOAction parent_instance GObject
|
(anonymous namespace)::GLOAction parent_instance GObject
|
||||||
vcl/unx/kf5/KF5FilePicker.hxx:33
|
|
||||||
KF5FilePicker _layout std::unique_ptr<QGridLayout>
|
|
||||||
writerfilter/source/ooxml/OOXMLStreamImpl.hxx:41
|
writerfilter/source/ooxml/OOXMLStreamImpl.hxx:41
|
||||||
writerfilter::ooxml::OOXMLStreamImpl mxFastParser css::uno::Reference<css::xml::sax::XFastParser>
|
writerfilter::ooxml::OOXMLStreamImpl mxFastParser css::uno::Reference<css::xml::sax::XFastParser>
|
||||||
xmlscript/source/xmldlg_imexp/imp_share.hxx:535
|
xmlscript/source/xmldlg_imexp/imp_share.hxx:537
|
||||||
xmlscript::BulletinBoardElement mxDialogImport rtl::Reference<DialogImport>
|
xmlscript::BulletinBoardElement mxDialogImport rtl::Reference<DialogImport>
|
||||||
xmlsecurity/qa/unit/signing/signing2.cxx:42
|
xmlsecurity/qa/unit/signing/signing2.cxx:42
|
||||||
SigningTest2 mxSEInitializer uno::Reference<xml::crypto::XSEInitializer>
|
SigningTest2 mxSEInitializer uno::Reference<xml::crypto::XSEInitializer>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -149,7 +149,6 @@ protected:
|
|||||||
OUString maImgLinear;
|
OUString maImgLinear;
|
||||||
|
|
||||||
std::unique_ptr< XFillFloatTransparenceItem > mpFloatTransparenceItem;
|
std::unique_ptr< XFillFloatTransparenceItem > mpFloatTransparenceItem;
|
||||||
std::unique_ptr< XFillUseSlideBackgroundItem > mpUseSlideBackgroundItem;
|
|
||||||
std::unique_ptr< SfxUInt16Item > mpTransparenceItem;
|
std::unique_ptr< SfxUInt16Item > mpTransparenceItem;
|
||||||
|
|
||||||
DECL_DLLPRIVATE_LINK(SelectFillTypeHdl, weld::ComboBox&, void );
|
DECL_DLLPRIVATE_LINK(SelectFillTypeHdl, weld::ComboBox&, void );
|
||||||
|
@ -1007,10 +1007,7 @@ void AreaPropertyPanelBase::updateFillBitmap(bool bDisabled, bool bDefaultOrSet,
|
|||||||
void AreaPropertyPanelBase::updateFillUseBackground(bool bDisabled, bool bDefaultOrSet, const SfxPoolItem* pState)
|
void AreaPropertyPanelBase::updateFillUseBackground(bool bDisabled, bool bDefaultOrSet, const SfxPoolItem* pState)
|
||||||
{
|
{
|
||||||
if (bDisabled)
|
if (bDisabled)
|
||||||
{
|
|
||||||
mpUseSlideBackgroundItem.reset();
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
if (bDefaultOrSet)
|
if (bDefaultOrSet)
|
||||||
{
|
{
|
||||||
@ -1020,17 +1017,8 @@ void AreaPropertyPanelBase::updateFillUseBackground(bool bDisabled, bool bDefaul
|
|||||||
// When XFillUseSlideBackgroundItem is true, select "Use Background Fill". When false, select "None"
|
// When XFillUseSlideBackgroundItem is true, select "Use Background Fill". When false, select "None"
|
||||||
int nPos = pItem->GetValue() ? USE_BACKGROUND : NONE;
|
int nPos = pItem->GetValue() ? USE_BACKGROUND : NONE;
|
||||||
mxLbFillType->set_active(nPos);
|
mxLbFillType->set_active(nPos);
|
||||||
mpUseSlideBackgroundItem.reset(pItem->Clone());
|
|
||||||
FillStyleChanged(false);
|
FillStyleChanged(false);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
mpUseSlideBackgroundItem.reset();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
mpUseSlideBackgroundItem.reset();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user