summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svx/itemwin.hxx3
-rw-r--r--include/svx/sdrundomanager.hxx2
-rw-r--r--include/svx/svdedtv.hxx2
-rw-r--r--include/svx/svdotable.hxx2
-rw-r--r--include/vcl/FilterConfigItem.hxx3
-rw-r--r--include/vcl/ImageTree.hxx3
-rw-r--r--include/vcl/gdimtf.hxx3
-rw-r--r--include/vcl/layout.hxx2
-rw-r--r--include/vcl/lstbox.hxx2
-rw-r--r--include/vcl/menu.hxx2
-rw-r--r--include/vcl/splitwin.hxx2
11 files changed, 11 insertions, 15 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx
index 0dbba2e42aee..e09c811e553b 100644
--- a/include/svx/itemwin.hxx
+++ b/include/svx/itemwin.hxx
@@ -81,8 +81,7 @@ protected:
public:
SvxMetricField( vcl::Window* pParent,
- const css::uno::Reference< css::frame::XFrame >& rFrame,
- WinBits nBits = WB_BORDER | WB_SPIN | WB_REPEAT );
+ const css::uno::Reference< css::frame::XFrame >& rFrame );
void Update( const XLineWidthItem* pItem );
void SetCoreUnit( MapUnit eUnit );
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx
index 2add5cac9553..a42e57e60b36 100644
--- a/include/svx/sdrundomanager.hxx
+++ b/include/svx/sdrundomanager.hxx
@@ -39,7 +39,7 @@ protected:
bool isTextEditActive() const;
public:
- SdrUndoManager(sal_uInt16 nMaxUndoActionCount = 20);
+ SdrUndoManager();
virtual ~SdrUndoManager() override;
/// react depending on edit mode and if no more undo is possible
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 1275adbca56a..6facb412144a 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -209,7 +209,7 @@ public:
void SetMarkedObjRect(const tools::Rectangle& rRect);
void MoveMarkedObj(const Size& rSiz, bool bCopy=false);
void ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=false);
- void ResizeMultMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, const bool bCopy, const bool bWdh, const bool bHgt);
+ void ResizeMultMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, const bool bWdh, const bool bHgt);
long GetMarkedObjRotate() const;
void RotateMarkedObj(const Point& rRef, long nAngle, bool bCopy=false);
void MirrorMarkedObj(const Point& rRef1, const Point& rRef2, bool bCopy=false);
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx
index 9cfb42cfa337..1a0d57bcda7f 100644
--- a/include/svx/svdotable.hxx
+++ b/include/svx/svdotable.hxx
@@ -141,7 +141,7 @@ public:
void getCellBounds( const sdr::table::CellPos& rPos, ::tools::Rectangle& rCellRect );
const SfxItemSet& GetActiveCellItemSet() const;
- void SetMergedItemSetAndBroadcastOnActiveCell(const SfxItemSet& rSet, bool bClearAllItems);
+ void SetMergedItemSetAndBroadcastOnActiveCell(const SfxItemSet& rSet);
void setTableStyle( const css::uno::Reference< css::container::XIndexAccess >& xAutoFormatStyle );
const css::uno::Reference< css::container::XIndexAccess >& getTableStyle() const;
diff --git a/include/vcl/FilterConfigItem.hxx b/include/vcl/FilterConfigItem.hxx
index 61bf5e366fd5..654afae901ff 100644
--- a/include/vcl/FilterConfigItem.hxx
+++ b/include/vcl/FilterConfigItem.hxx
@@ -42,8 +42,7 @@ class VCL_DLLPUBLIC FilterConfigItem
static bool ImplGetPropertyValue( css::uno::Any& rAny,
const css::uno::Reference< css::beans::XPropertySet >& rXPropSet,
- const OUString& rPropName,
- bool bTestPropertyAvailability );
+ const OUString& rPropName );
void ImpInitTree( const OUString& rTree );
diff --git a/include/vcl/ImageTree.hxx b/include/vcl/ImageTree.hxx
index 43df2c9a43d8..ecbd6ff0fdaa 100644
--- a/include/vcl/ImageTree.hxx
+++ b/include/vcl/ImageTree.hxx
@@ -61,8 +61,7 @@ public:
bool loadDefaultImage(
OUString const & style,
- BitmapEx& bitmap,
- const ImageLoadFlags eFlags = ImageLoadFlags::NONE);
+ BitmapEx& bitmap);
VCL_DLLPUBLIC css::uno::Reference<css::container::XNameAccess> getNameAccess();
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx
index 5ce2f9514afb..383c7b3de445 100644
--- a/include/vcl/gdimtf.hxx
+++ b/include/vcl/gdimtf.hxx
@@ -190,9 +190,8 @@ public:
friend VCL_DLLPUBLIC SvStream& ReadGDIMetaFile( SvStream& rIStm, GDIMetaFile& rGDIMetaFile );
friend VCL_DLLPUBLIC SvStream& WriteGDIMetaFile( SvStream& rOStm, const GDIMetaFile& rGDIMetaFile );
- /// Creates an antialiased thumbnail, with maximum width or height of nMaximumExtent.
+ /// Creates an antialiased thumbnail
bool CreateThumbnail(BitmapEx& rBitmapEx,
- sal_uInt32 nMaximumExtent = 256,
BmpConversion nColorConversion = BmpConversion::N24Bit,
BmpScaleFlag nScaleFlag = BmpScaleFlag::BestQuality) const;
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 1673605373eb..f401fcda888c 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -376,7 +376,7 @@ private:
DECL_LINK(SplitHdl, Splitter*, void);
void arrange(const Size& rAllocation, long nFirstHeight, long nSecondHeight);
public:
- VclVPaned(vcl::Window *pParent, WinBits nStyle = WB_HIDE | WB_CLIPCHILDREN);
+ VclVPaned(vcl::Window *pParent);
virtual ~VclVPaned() override { disposeOnce(); }
virtual void dispose() override;
virtual Size calculateRequisition() const override;
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index c5f3bf0c6eb4..16d2f302c481 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -218,7 +218,7 @@ public:
void EnableUserDraw( bool bUserDraw );
- void DrawEntry( const UserDrawEvent& rEvt, bool bDrawImage, bool bDrawTextAtImagePos );
+ void DrawEntry( const UserDrawEvent& rEvt );
void SetSelectHdl( const Link<ListBox&,void>& rLink ) { maSelectHdl = rLink; }
const Link<ListBox&,void>& GetSelectHdl() const { return maSelectHdl; }
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 4e11b3d2e0da..7b844deba3c0 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -186,7 +186,7 @@ protected:
SAL_DLLPRIVATE void ImplFillLayoutData() const;
SAL_DLLPRIVATE SalMenu* ImplGetSalMenu() { return mpSalMenu; }
- SAL_DLLPRIVATE void ImplSetSalMenu( SalMenu *pMenu );
+ SAL_DLLPRIVATE void ImplClearSalMenu();
SAL_DLLPRIVATE OUString ImplGetHelpText( sal_uInt16 nItemId ) const;
// returns native check and option menu symbol height in rCheckHeight and rRadioHeight
diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx
index 18d40e6431bc..144ecc7c8a7a 100644
--- a/include/vcl/splitwin.hxx
+++ b/include/vcl/splitwin.hxx
@@ -89,7 +89,7 @@ private:
SAL_DLLPRIVATE void ImplUpdate();
SAL_DLLPRIVATE void ImplSetWindowSize( long nDelta );
SAL_DLLPRIVATE void ImplSplitMousePos( Point& rMousePos );
- SAL_DLLPRIVATE void ImplGetButtonRect( tools::Rectangle& rRect, long nEx, bool bTest ) const;
+ SAL_DLLPRIVATE void ImplGetButtonRect( tools::Rectangle& rRect, bool bTest ) const;
SAL_DLLPRIVATE void ImplGetFadeInRect( tools::Rectangle& rRect, bool bTest = false ) const;
SAL_DLLPRIVATE void ImplGetFadeOutRect( tools::Rectangle& rRect, bool bTest = false ) const;
SAL_DLLPRIVATE void ImplDrawFadeIn(vcl::RenderContext& rRenderContext);