summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/childwin.hxx1
-rw-r--r--sfx2/inc/sfx2/ctrlitem.hxx3
-rw-r--r--sfx2/inc/sfx2/docfile.hxx1
-rw-r--r--sfx2/inc/sfx2/frame.hxx2
-rw-r--r--sfx2/inc/sfx2/frmdescr.hxx5
-rw-r--r--sfx2/inc/sfx2/hintpost.hxx1
-rw-r--r--sfx2/inc/sfx2/ipclient.hxx2
-rw-r--r--sfx2/inc/sfx2/mailmodelapi.hxx1
-rw-r--r--sfx2/inc/sfx2/msgpool.hxx1
-rw-r--r--sfx2/inc/sfx2/passwd.hxx1
-rw-r--r--sfx2/inc/sfx2/request.hxx1
-rw-r--r--sfx2/inc/sfx2/shell.hxx3
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx1
-rw-r--r--sfx2/inc/sfx2/tbxctrl.hxx1
-rw-r--r--sfx2/inc/sfx2/unoctitm.hxx1
-rw-r--r--sfx2/inc/sfx2/viewfac.hxx1
-rw-r--r--sfx2/inc/sfx2/viewfrm.hxx1
17 files changed, 0 insertions, 27 deletions
diff --git a/sfx2/inc/sfx2/childwin.hxx b/sfx2/inc/sfx2/childwin.hxx
index 61da6641f700..fc7cf83feec7 100644
--- a/sfx2/inc/sfx2/childwin.hxx
+++ b/sfx2/inc/sfx2/childwin.hxx
@@ -150,7 +150,6 @@ public:
{ return nContextId; }
FloatingWindow* GetFloatingWindow() const;
- SfxChildAlignment GetAlignment() const;
virtual void Resizing( Size& rSize );
virtual sal_Bool Close();
diff --git a/sfx2/inc/sfx2/ctrlitem.hxx b/sfx2/inc/sfx2/ctrlitem.hxx
index e7b1dc6cfbc2..83a1cd04d373 100644
--- a/sfx2/inc/sfx2/ctrlitem.hxx
+++ b/sfx2/inc/sfx2/ctrlitem.hxx
@@ -67,7 +67,6 @@ public:
void UnBind();
void ReBind();
sal_Bool IsBound() const;
- void UpdateSlot();
void ClearCache();
void SetBindings(SfxBindings &rBindings) { pBindings = &rBindings; }
@@ -81,8 +80,6 @@ public:
const SfxPoolItem* pState );
virtual void DeleteFloatingWindow();
- SfxMapUnit GetCoreMetric() const;
-
static SfxItemState GetItemState( const SfxPoolItem* pState );
SAL_DLLPRIVATE sal_Bool IsBindable_Impl() const
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx
index ac25f43c20f2..55cd3a2e0d0f 100644
--- a/sfx2/inc/sfx2/docfile.hxx
+++ b/sfx2/inc/sfx2/docfile.hxx
@@ -139,7 +139,6 @@ public:
SfxFrame* GetLoadTargetFrame() const;
void SetReferer( const String& rRefer );
- const String& GetReferer( ) const;
void SetFilter(const SfxFilter *pFlt, sal_Bool bResetOrig = sal_False);
const SfxFilter * GetFilter() const { return pFilter; }
const SfxFilter * GetOrigFilter( sal_Bool bNotCurrent = sal_False ) const;
diff --git a/sfx2/inc/sfx2/frame.hxx b/sfx2/inc/sfx2/frame.hxx
index 793c5283f5ec..3430a052e9f7 100644
--- a/sfx2/inc/sfx2/frame.hxx
+++ b/sfx2/inc/sfx2/frame.hxx
@@ -157,7 +157,6 @@ public:
static const SfxPoolItem*
OpenDocumentSynchron( SfxItemSet& aSet, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rTargetFrame );
- SfxBroadcaster& GetBroadcaster() const;
SfxObjectShell* GetCurrentDocument() const;
SfxViewFrame* GetCurrentViewFrame() const;
SfxFrame& GetTopFrame() const;
@@ -166,7 +165,6 @@ public:
sal_uInt32 GetFrameType() const;
void GetTargetList( TargetList& ) const;
SAL_DLLPRIVATE SfxFrame* GetContainingDocFrame_Impl( SfxFrame* pSelf );
- sal_Bool IsTop() const;
void UpdateDescriptor( SfxObjectShell *pDoc );
void Resize();
sal_Bool HasComponent() const;
diff --git a/sfx2/inc/sfx2/frmdescr.hxx b/sfx2/inc/sfx2/frmdescr.hxx
index e271a5efa318..fad3f5b3129d 100644
--- a/sfx2/inc/sfx2/frmdescr.hxx
+++ b/sfx2/inc/sfx2/frmdescr.hxx
@@ -102,7 +102,6 @@ public:
SfxItemSet* GetArgs();
const INetURLObject& GetURL() const
{ return aURL; }
- void SetURL( const INetURLObject& rURL );
void SetURL( const String& rURL );
const INetURLObject& GetActualURL() const
{ return aActualURL; }
@@ -149,7 +148,6 @@ public:
// FrameBorder
void SetWallpaper( const Wallpaper& rWallpaper );
- const Wallpaper* GetWallpaper() const;
sal_Bool HasFrameBorder() const;
sal_Bool IsFrameBorderOn() const
@@ -176,9 +174,6 @@ public:
{ return nItemId; }
void SetItemId( sal_uInt16 nId )
{ nItemId = nId; }
- sal_uInt16 GetWinBits() const;
- long GetSize() const;
- sal_uInt16 GetItemPos() const;
// Copy for example for Views
SfxFrameDescriptor* Clone( sal_Bool bWithIds = sal_True ) const;
diff --git a/sfx2/inc/sfx2/hintpost.hxx b/sfx2/inc/sfx2/hintpost.hxx
index 13c4993bca5d..f455d8438632 100644
--- a/sfx2/inc/sfx2/hintpost.hxx
+++ b/sfx2/inc/sfx2/hintpost.hxx
@@ -64,7 +64,6 @@ protected:
virtual void Event( SfxHint* pPostedHint );
public:
- SfxHintPoster();
SfxHintPoster( const GenLink& rLink );
void Post( SfxHint* pHint = 0 );
diff --git a/sfx2/inc/sfx2/ipclient.hxx b/sfx2/inc/sfx2/ipclient.hxx
index c4530498578d..9f8a4aee6748 100644
--- a/sfx2/inc/sfx2/ipclient.hxx
+++ b/sfx2/inc/sfx2/ipclient.hxx
@@ -79,7 +79,6 @@ public:
Size GetObjectVisAreaSize() const;
sal_Bool IsObjectUIActive() const;
sal_Bool IsObjectInPlaceActive() const;
- sal_Bool IsObjectActive() const;
void DeactivateObject();
sal_Bool SetObjArea( const Rectangle & );
Rectangle GetObjArea() const;
@@ -89,7 +88,6 @@ public:
const Fraction& GetScaleWidth() const;
const Fraction& GetScaleHeight() const;
void Invalidate();
- static Window* GetActiveWindow( SfxObjectShell* pDoc, const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& xObject );
static SfxInPlaceClient* GetClient( SfxObjectShell* pDoc, const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject >& xObject );
sal_Int64 GetAspect() const;
sal_Int64 GetObjectMiscStatus() const;
diff --git a/sfx2/inc/sfx2/mailmodelapi.hxx b/sfx2/inc/sfx2/mailmodelapi.hxx
index cec84d28b5fc..ccf94fccbeda 100644
--- a/sfx2/inc/sfx2/mailmodelapi.hxx
+++ b/sfx2/inc/sfx2/mailmodelapi.hxx
@@ -134,7 +134,6 @@ public:
const rtl::OUString& rType );
SendMailResult Send( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame );
- sal_Int32 GetCount() const;
sal_Bool IsEmpty() const;
};
diff --git a/sfx2/inc/sfx2/msgpool.hxx b/sfx2/inc/sfx2/msgpool.hxx
index bd65772f922c..5088a72ce689 100644
--- a/sfx2/inc/sfx2/msgpool.hxx
+++ b/sfx2/inc/sfx2/msgpool.hxx
@@ -65,7 +65,6 @@ public:
void RegisterInterface( SfxInterface& rFace );
void ReleaseInterface( SfxInterface& rFace );
SfxInterface* FirstInterface();
- SfxInterface* NextInterface();
static SfxSlotPool& GetSlotPool( SfxViewFrame *pFrame=NULL );
diff --git a/sfx2/inc/sfx2/passwd.hxx b/sfx2/inc/sfx2/passwd.hxx
index 567320cfa58e..5a014c14ace7 100644
--- a/sfx2/inc/sfx2/passwd.hxx
+++ b/sfx2/inc/sfx2/passwd.hxx
@@ -93,7 +93,6 @@ public:
void SetGroup2Text( const String& i_rText ) { maPassword2Box.SetText( i_rText ); }
void SetMinLen( sal_uInt16 Len );
- void SetMaxLen( sal_uInt16 Len );
void SetEditHelpId( const rtl::OString& rId ) { maPasswordED.SetHelpId( rId ); }
void ShowExtras( sal_uInt16 nExtras ) { mnExtras = nExtras; }
void AllowAsciiOnly( bool i_bAsciiOnly = true ) { mbAsciiOnly = i_bAsciiOnly; }
diff --git a/sfx2/inc/sfx2/request.hxx b/sfx2/inc/sfx2/request.hxx
index e78fceba26a1..f32527acc179 100644
--- a/sfx2/inc/sfx2/request.hxx
+++ b/sfx2/inc/sfx2/request.hxx
@@ -106,7 +106,6 @@ public:
sal_Bool IsAPI() const;
sal_Bool IsSynchronCall() const;
void SetSynchronCall( sal_Bool bSynchron );
- void SetTarget( const String &rTarget );
sal_Bool IsDone() const;
void Done( sal_Bool bRemove = sal_False );
diff --git a/sfx2/inc/sfx2/shell.hxx b/sfx2/inc/sfx2/shell.hxx
index e757cbd0ea62..0d51c20ac10b 100644
--- a/sfx2/inc/sfx2/shell.hxx
+++ b/sfx2/inc/sfx2/shell.hxx
@@ -184,8 +184,6 @@ public:
TYPEINFO();
virtual ~SfxShell();
- SfxBroadcaster* GetBroadcaster();
-
// TODO/CLEANUP: still needed?!
virtual SvGlobalName GetGlobalName() const;
@@ -237,7 +235,6 @@ public:
// Items
const SfxPoolItem* GetItem( sal_uInt16 nSlotId ) const;
void PutItem( const SfxPoolItem& rItem );
- void RemoveItem( sal_uInt16 nSlotId );
// TODO/CLEANUP: still needed?!
void SetVerbs(const com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor >& aVerbs);
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx
index a68949915163..7db8f7a39b4b 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/sfx2/inc/sfx2/tabdlg.hxx
@@ -189,7 +189,6 @@ public:
void EnableApplyButton(sal_Bool bEnable = sal_True);
sal_Bool IsApplyButtonEnabled() const;
void SetApplyHandler(const Link& _rHdl);
- Link GetApplyHandler() const;
SAL_DLLPRIVATE void Start_Impl();
SAL_DLLPRIVATE sal_Bool OK_Impl() { return PrepareLeaveCurrentPage(); }
diff --git a/sfx2/inc/sfx2/tbxctrl.hxx b/sfx2/inc/sfx2/tbxctrl.hxx
index d8f35b3581ff..1559713cae95 100644
--- a/sfx2/inc/sfx2/tbxctrl.hxx
+++ b/sfx2/inc/sfx2/tbxctrl.hxx
@@ -141,7 +141,6 @@ protected:
void BindListener();
void UnbindListener();
void AddStatusListener( const rtl::OUString& rCommandURL );
- void RemoveStatusListener( const rtl::OUString& rCommandURL );
// SfxStatusListenerInterface
using FloatingWindow::StateChanged;
diff --git a/sfx2/inc/sfx2/unoctitm.hxx b/sfx2/inc/sfx2/unoctitm.hxx
index 2a76da14f7fd..0c4557334af9 100644
--- a/sfx2/inc/sfx2/unoctitm.hxx
+++ b/sfx2/inc/sfx2/unoctitm.hxx
@@ -178,7 +178,6 @@ class SfxDispatchController_Impl : public SfxControllerItem
void addParametersToArgs( const com::sun::star::util::URL& aURL,
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs ) const;
- using SfxControllerItem::GetCoreMetric;
SfxMapUnit GetCoreMetric( SfxItemPool& rPool, sal_uInt16 nSlot );
public:
diff --git a/sfx2/inc/sfx2/viewfac.hxx b/sfx2/inc/sfx2/viewfac.hxx
index 590dc5d065ca..c2f75f0f7e3f 100644
--- a/sfx2/inc/sfx2/viewfac.hxx
+++ b/sfx2/inc/sfx2/viewfac.hxx
@@ -46,7 +46,6 @@ class SFX2_DLLPUBLIC SfxViewFactory
public:
SfxViewFactory( SfxViewCtor fnC, SfxViewInit fnI,
sal_uInt16 nOrdinal, const sal_Char* asciiViewName );
- ~SfxViewFactory();
SfxViewShell *CreateInstance(SfxViewFrame *pViewFrame, SfxViewShell *pOldSh);
sal_uInt16 GetOrdinal() const { return nOrd; }
diff --git a/sfx2/inc/sfx2/viewfrm.hxx b/sfx2/inc/sfx2/viewfrm.hxx
index 8916d14cb796..266e058ae9cc 100644
--- a/sfx2/inc/sfx2/viewfrm.hxx
+++ b/sfx2/inc/sfx2/viewfrm.hxx
@@ -142,7 +142,6 @@ public:
{ nAdjustPosPixelLock--; }
void DoAdjustPosSizePixel( SfxViewShell * pSh,
const Point &rPos, const Size &rSize );
- void Hide();
void Show();
sal_Bool IsVisible() const;
void ToTop();