make some symbols private
Change-Id: I3115dda50e77dc6a335e46026724641c08c04030
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89949
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
diff --git a/bin/find-can-be-private-symbols.classes.results b/bin/find-can-be-private-symbols.classes.results
index 526c674..05defda 100644
--- a/bin/find-can-be-private-symbols.classes.results
+++ b/bin/find-can-be-private-symbols.classes.results
@@ -1,10 +1,10 @@
AccessibleStringWrap
BitmapAlphaClampFilter
BitmapColorQuantizationFilter
BitmapConvolutionMatrixFilter
BitmapEmbossGreyFilter
BitmapMedianFilter
BitmapMonochromeFilter
BitmapMonochromeMatrixFilter
BitmapMosaicFilter
BitmapPalette
BitmapPopArtFilter
@@ -13,7 +13,6 @@ BitmapSimpleColorQuantizationFilter
BitmapSmoothenFilter
BitmapSobelGreyFilter
BitmapSolarizeFilter
CharmapPopup
ConditionEditDropTarget
CurrencyFormatter
DdeGetPutItem
@@ -22,7 +21,6 @@ DdeService
DdeTopic
E3dCompoundObject
EditUndo
EmojiPopup
FmDesignModeChangedHint
FocusListenerMultiplexer
FontSelectPattern
@@ -54,6 +52,7 @@ MouseListenerMultiplexer
MouseMotionListenerMultiplexer
MyThes
OpenGLFramebuffer
OpenGLZone
PackedTextureAtlasManager
PaintListenerMultiplexer
PhysicalFontFamily
@@ -65,11 +64,12 @@ SalInfoPrinter
SalPrinter
SalSystem
SbClassModuleObject
ScChart2DataProvider
ScFormatEntry
ScHyphenateCell
ScPaintHint
ScPreviewShell
ScRefreshTimer
SdAbstractDialogFactory
SdOptionsItem
SdOptionsLayout
SdOptionsMisc
@@ -112,16 +112,12 @@ SfxStyleSheetModifiedHint
SfxViewFrameItem
SfxVisibilityItem
SpinListenerMultiplexer
SvxCTLTextTbxCtrl
SvxColumnsToolBoxControl
SvxFillTypeBox
SvxGraphicObject
SvxMetricField
SvxPrintItem
SvxRsidItem
SvxShowText
SvxTPage
SvxTableToolBoxControl
SvxUndoRedoControl
SvxVertTextTbxCtrl
SwAnchoredObject
SwAuthenticator
SwColExample
@@ -161,6 +157,9 @@ SyntaxHighlighter::Tokenizer
SystemWindow::ImplData
TBCExtraInfo
TBCGeneralInfo
TreeEditListenerMultiplexer
TreeExpansionListenerMultiplexer
TreeSelectionListenerMultiplexer
VclAlignment
VclBin
VclBuilder::MenuAndId
@@ -173,12 +172,12 @@ WString
WindowListenerMultiplexer
X11SalObject
X11SkiaSalGraphicsImpl
XMLCellStyleExport
XMLConstantsPropertyHandler
XMLEnumPropertyHdl
XMLShapeStyleContext
basegfx::BColorModifier
basegfx::MinimalSystemDependentDataManager
basegfx::SystemDependentDataHolder
canvas
chart::PopupRequest
comphelper::RefCountedMutex
@@ -249,6 +248,7 @@ oox::ole::AxToggleButtonModel
oox::ole::AxUserFormModel
psp::PrintFontManager::PrintFont
salhelper::ORealDynamicLoader
sc::FormulaGroupInterpreter
sd::DrawView
sdr::SelectionController
sdr::ViewSelection
@@ -256,19 +256,14 @@ sdr::animation::primitiveAnimator
sdr::contact::ObjectContactPainter
sdr::properties::BaseProperties
sfx2::sidebar::Panel
sfx2::sidebar::SidebarToolBox
sfx2::sidebar::TabBar::Item
skjpeg_destination_mgr
svt::FrameStatusListener
svt::MultiLineEditImplementation
svt::MultiLineTextCell
svx::AccessibilityCheckEntry
svx::CommonStyleManager
svx::DialControl::DialControl_Impl
svx::PropertyValueProvider
svx::SvxLineSpacingToolBoxControl
svx::TextCharacterSpacingPopup
svx::TextUnderlinePopup
sw::AccessibilityIssue
sw::BroadcastingModify
sw::UnoCursorHint
ucbhelper::ActiveDataSink
@@ -276,6 +271,7 @@ ucbhelper::InteractionAbort
ucbhelper::InteractionApprove
ucbhelper::InteractionDisapprove
ucbhelper::InteractionRetry
ucbhelper::InteractionSupplyAuthentication
utl::Bootstrap::Impl
utl::OInputStreamHelper
vcl::ExtOutDevData
diff --git a/bin/find-can-be-private-symbols.functions.results b/bin/find-can-be-private-symbols.functions.results
index a4099cf..59453f8 100644
--- a/bin/find-can-be-private-symbols.functions.results
+++ b/bin/find-can-be-private-symbols.functions.results
@@ -1,14 +1,13 @@
GrGLAssembleInterface(void*, void (*(*)(void*, char const*))())
ImplCallPreNotify(NotifyEvent&)
ImplDestroyHelpWindow(ImplSVHelpData&, bool)
ImplDestroyHelpWindow(bool)
ImplFastBitmapConversion(BitmapBuffer&, BitmapBuffer const&, SalTwoRect const&)
ImplGetSalSystem()
ImplHideSplash()
ImplSVMain()
ScFilterCreate
SdResId(char const*, int)
Simplify(SkPath const&, SkPath*)
SvxUnogetInternalNameForItem(unsigned short, rtl::OUString const&)
clewErrorString
component_getImplementationEnvironment
createLink
@@ -22,7 +21,6 @@ heuristics
invert
libreofficekit_hook
libreofficekit_hook_2
limitWidthForSidebar(weld::SpinButton&)
main
mod
privateSnippetExecutor
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx
index 570a6cd..a45e6ff 100644
--- a/include/svx/itemwin.hxx
+++ b/include/svx/itemwin.hxx
@@ -47,7 +47,7 @@ public:
virtual ~SvxLineBox() override;
};
class SVX_DLLPUBLIC SvxMetricField final : public InterimItemWindow
class SvxMetricField final : public InterimItemWindow
{
private:
std::unique_ptr<weld::MetricSpinButton> m_xWidget;
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 27c767d..7c6b6029 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -641,7 +641,7 @@ public:
* *
***********************************************************************/
class SVXCORE_DLLPUBLIC SvxGraphicObject final : public SvxShapeText
class SvxGraphicObject final : public SvxShapeText
{
using SvxUnoTextRangeBase::setPropertyValue;
using SvxUnoTextRangeBase::getPropertyValue;
diff --git a/include/toolkit/helper/listenermultiplexer.hxx b/include/toolkit/helper/listenermultiplexer.hxx
index 503b339..23afbbf 100644
--- a/include/toolkit/helper/listenermultiplexer.hxx
+++ b/include/toolkit/helper/listenermultiplexer.hxx
@@ -220,14 +220,14 @@ DECL_LISTENERMULTIPLEXER_END
// class TreeSelectionListenerMultiplexer
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeSelectionListenerMultiplexer, css::view::XSelectionChangeListener )
DECL_LISTENERMULTIPLEXER_START( TreeSelectionListenerMultiplexer, css::view::XSelectionChangeListener )
virtual void SAL_CALL selectionChanged( const css::lang::EventObject& aEvent ) override;
DECL_LISTENERMULTIPLEXER_END
// class TreeExpansionListenerMultiplexer
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeExpansionListenerMultiplexer, css::awt::tree::XTreeExpansionListener )
DECL_LISTENERMULTIPLEXER_START( TreeExpansionListenerMultiplexer, css::awt::tree::XTreeExpansionListener )
virtual void SAL_CALL requestChildNodes( const css::awt::tree::TreeExpansionEvent& aEvent ) override;
virtual void SAL_CALL treeExpanding( const css::awt::tree::TreeExpansionEvent& aEvent ) override;
virtual void SAL_CALL treeCollapsing( const css::awt::tree::TreeExpansionEvent& aEvent ) override;
@@ -238,7 +238,7 @@ DECL_LISTENERMULTIPLEXER_END
// class TreeEditListenerMultiplexer
DECL_LISTENERMULTIPLEXER_START_DLLPUB( TreeEditListenerMultiplexer, css::awt::tree::XTreeEditListener )
DECL_LISTENERMULTIPLEXER_START( TreeEditListenerMultiplexer, css::awt::tree::XTreeEditListener )
virtual void SAL_CALL nodeEditing( const css::uno::Reference< css::awt::tree::XTreeNode >& Node ) override;
virtual void SAL_CALL nodeEdited( const css::uno::Reference< css::awt::tree::XTreeNode >& Node, const OUString& NewText ) override;
DECL_LISTENERMULTIPLEXER_END