summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/find-can-be-private-symbols.classes.results49
-rw-r--r--include/unotools/compatibility.hxx2
-rw-r--r--sc/source/ui/inc/datatransformation.hxx4
-rw-r--r--sw/source/core/inc/ModelTraverser.hxx2
4 files changed, 46 insertions, 11 deletions
diff --git a/bin/find-can-be-private-symbols.classes.results b/bin/find-can-be-private-symbols.classes.results
index d8cb7c7c4152..b831d7ffbfbe 100644
--- a/bin/find-can-be-private-symbols.classes.results
+++ b/bin/find-can-be-private-symbols.classes.results
@@ -13,16 +13,12 @@ BitmapSimpleColorQuantizationFilter
BitmapSmoothenFilter
BitmapSobelGreyFilter
BitmapSolarizeFilter
-BubbleWindow
BuilderUtils
-CommandListBox
-CommandPopupHandler
ConditionEditDropTarget
CurrencyFormatter
DdeGetPutItem
DdeLink
DdeService
-DdeTopic
DevelopmentToolDockingWindow
E3dCompoundObject
EditUndo
@@ -32,7 +28,6 @@ FontSelectPattern
FontSubsetInfo
GalleryBinaryStorageLocations
GalleryStorageLocations
-GenPspGfxBackend
GrBackendFormat
GrBackendRenderTarget
GrBackendSurfaceMutableState
@@ -71,10 +66,16 @@ SalInfoPrinter
SalPrinter
SalSystem
SbClassModuleObject
+ScChart2DataProvider
ScFormatEntry
+ScMultiBlockUndo
ScPaintHint
ScPreviewShell
+ScRefUndoData
ScRefreshTimer
+ScSimpleUndo
+ScUndoCut
+ScUndoPaste
SdAbstractDialogFactory
SdOptionsItem
SdOptionsLayout
@@ -117,20 +118,29 @@ SfxStyleSheetModifiedHint
SfxViewFrameItem
SfxVisibilityItem
SpinListenerMultiplexer
+SvtCompatibilityEntry
SvxPrintItem
SvxRsidItem
SvxShowText
SvxTPage
SwAnchoredObject
SwAuthenticator
+SwAutoCorrect
+SwBaseShell
SwColExample
SwConnectionListener
SwContrastGrf
+SwDocFac
SwDocShell::LockAllViewsGuard_Impl
SwDrawFrameFormat
SwDrawModeGrf
+SwDrawTextInfo
+SwEditWin
+SwEnvItem
SwExtraRedline
+SwExtraRedlineTable
SwFltRedline
+SwFlyFrame
SwFormatEditInReadonly
SwFormatEndAtTextEnd
SwFormatFollowTextFlow
@@ -138,22 +148,38 @@ SwFormatFootnoteAtTextEnd
SwFormatLayoutSplit
SwFormatNoBalancedColumns
SwFormatRowSplit
+SwFrame
SwGammaGrf
+SwHHCWrapper
+SwHTMLWriter
SwHeaderAndFooterEatSpacingItem
+SwHyphWrapper
SwLayoutFrame
SwLuminanceGrf
SwMirrorGrf
SwNumRuleItem
SwPagePreview
+SwReader
+SwReaderWriter
+SwRect
SwRedlineExtraData
SwRedlineExtraData_FormatColl
+SwRootFrame
SwShellCursor
+SwSortedObjs
+SwSpellPopup
SwTableCellInfo::Impl
SwTableCellRedline
SwTableRowRedline
SwTestItem
+SwTextFrame
+SwTextShell
+SwTransferable
+SwUnoCursorHelper
+SwVisibleCursor
SwWebDocShell
SwWebView
+SwWriter
SwWrtShellItem
SwXTextRange::Impl
SwXTextTableCursor
@@ -161,13 +187,13 @@ SyntaxHighlighter::Tokenizer
SystemWindow::ImplData
TBCExtraInfo
TBCGeneralInfo
+TranslateNId
VclBin
VclBuilder::MenuAndId
VclBuilder::ParserState
VclBuilder::sortIntoBestTabTraversalOrder
VclDrawingArea
VclGrid
-VclScrolledWindow
VclWindowEvent
WString
WindowListenerMultiplexer
@@ -233,6 +259,7 @@ formula::FormulaFAPToken
formula::FormulaIndexToken
formula::FormulaJumpToken
formula::FormulaMissingToken
+formula::FormulaSpaceToken
formula::FormulaTokenIterator::Item
formula::FormulaTypedDoubleToken
formula::FormulaUnknownToken
@@ -251,6 +278,10 @@ oox::ole::AxPageModel
oox::ole::AxTabStripModel
oox::ole::AxToggleButtonModel
oox::ole::AxUserFormModel
+sc::CopyFromClipContext
+sc::DeleteRowTransformation
+sc::FindReplaceTransformation
+sc::FormulaGroupInterpreter
sd::DrawView
sdr::SelectionController
sdr::ViewSelection
@@ -258,9 +289,13 @@ sdr::animation::primitiveAnimator
sdr::contact::ObjectContactPainter
svx::CommonStyleManager
svx::PropertyValueProvider
-sw::BorderCacheOwner
+sw::AccessibilityCheck
sw::BroadcastingModify
+sw::IndexingExport
+sw::ModelTraverser
+sw::UndoManager
sw::UnoCursorHint
+sw::search::SearchResultLocator
ucbhelper::ActiveDataSink
ucbhelper::InteractionAbort
ucbhelper::InteractionApprove
diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx
index 85c6c2484a31..eae757103e6c 100644
--- a/include/unotools/compatibility.hxx
+++ b/include/unotools/compatibility.hxx
@@ -33,7 +33,7 @@ namespace osl { class Mutex; }
/*-************************************************************************************************************
@descr Struct to hold information about one compatibility entry
*//*-*************************************************************************************************************/
-class UNOTOOLS_DLLPUBLIC SvtCompatibilityEntry
+class SvtCompatibilityEntry
{
public:
/*-************************************************************************************************************
diff --git a/sc/source/ui/inc/datatransformation.hxx b/sc/source/ui/inc/datatransformation.hxx
index c82422db5a38..e5bf96690da0 100644
--- a/sc/source/ui/inc/datatransformation.hxx
+++ b/sc/source/ui/inc/datatransformation.hxx
@@ -183,7 +183,7 @@ class SC_DLLPUBLIC DateTimeTransformation : public DataTransformation
const std::set<SCCOL>& getColumn() const;
};
-class SC_DLLPUBLIC FindReplaceTransformation : public DataTransformation
+class FindReplaceTransformation : public DataTransformation
{
SCCOL mnCol;
OUString maFindString;
@@ -198,7 +198,7 @@ class SC_DLLPUBLIC FindReplaceTransformation : public DataTransformation
const OUString & getReplaceString() const;
};
-class SC_DLLPUBLIC DeleteRowTransformation : public DataTransformation
+class DeleteRowTransformation : public DataTransformation
{
SCCOL mnCol;
OUString maFindString;
diff --git a/sw/source/core/inc/ModelTraverser.hxx b/sw/source/core/inc/ModelTraverser.hxx
index e6aab62c998f..f3c6acb9c6dd 100644
--- a/sw/source/core/inc/ModelTraverser.hxx
+++ b/sw/source/core/inc/ModelTraverser.hxx
@@ -26,7 +26,7 @@ public:
virtual void handleSdrObject(SdrObject* pObject) = 0;
};
-class SW_DLLPUBLIC ModelTraverser
+class ModelTraverser
{
private:
std::vector<std::shared_ptr<ModelTraverseHandler>> mpNodeHandler;