summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx10
-rw-r--r--include/svtools/ivctrl.hxx1
-rw-r--r--include/vcl/vclmedit.hxx1
3 files changed, 0 insertions, 12 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 146a443e5153..0719e6cb61df 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -131,9 +131,6 @@ public:
CreateTabPage pCreateFunc, // != 0
GetTabPageRanges pRangesFunc); // can be 0
- sal_uInt16 AddTabPage ( const OString &rName, // Name of the label for the page in the notebook .ui
- sal_uInt16 nPageCreateId ); // Identifier of the Factory Method to create the page
-
void AddTabPage( sal_uInt16 nId,
const OUString &rRiderText,
CreateTabPage pCreateFunc, // != 0
@@ -179,21 +176,14 @@ public:
const CancelButton& GetCancelButton() const { return *m_pCancelBtn; }
CancelButton& GetCancelButton() { return *m_pCancelBtn; }
- void RemoveStandardButton();
-
short Execute() override;
bool StartExecuteAsync( VclAbstractDialog::AsyncContext &rCtx ) override;
void Start();
const SfxItemSet* GetExampleSet() const { return m_pExampleSet; }
- void SetApplyHandler(const Link<Button*,void>& _rHdl);
-
SAL_DLLPRIVATE void Start_Impl();
- //calls Ok without closing dialog
- bool Apply();
-
virtual FactoryFunction GetUITestFactory() const override;
// Screenshot interface
virtual std::vector<OString> getAllPageUIXMLDescriptions() const override;
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index ccdadaf7dee1..2f4f2f63ae29 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -268,7 +268,6 @@ public:
void SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* pEntry );
#endif
- Point GetPixelPos( const Point& rPosLogic ) const;
void SetSelectionMode( SelectionMode eMode );
tools::Rectangle GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const;
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx
index eaffca059a0d..df57a4767eda 100644
--- a/include/vcl/vclmedit.hxx
+++ b/include/vcl/vclmedit.hxx
@@ -152,7 +152,6 @@ public:
void SetRightToLeft( bool bRightToLeft );
void SaveValue() { aSaveValue = GetText(); }
- const OUString& GetSavedValue() const { return aSaveValue; }
void SetModifyHdl( const Link<Edit&,void>& rLink ) override { aModifyHdlLink = rLink; }
const Link<Edit&,void>& GetModifyHdl() const override { return aModifyHdlLink; }