summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/ctredlin.cxx16
-rw-r--r--svx/source/dialog/framelink.cxx4
-rw-r--r--svx/source/dialog/langbox.cxx4
-rw-r--r--svx/source/dialog/rulritem.cxx52
-rw-r--r--svx/source/dialog/srchdlg.cxx4
5 files changed, 0 insertions, 80 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index a18ddbf94718..53f1685f1c7a 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -509,10 +509,6 @@ void SvxTPView::EnableUndo(bool nFlag)
m_pUndo->Enable(nFlag);
}
-SvxRedlinTable* SvxTPView::GetTableControl()
-{
- return m_pViewData;
-}
IMPL_LINK( SvxTPView, PbClickHdl, PushButton*, pPushB )
{
@@ -888,10 +884,6 @@ void SvxTPFilter::ShowAction(bool bShow)
}
}
-ListBox* SvxTPFilter::GetLbAction()
-{
- return m_pLbAction;
-}
IMPL_LINK( SvxTPFilter, SelDateHdl, ListBox*, pLb )
{
@@ -1123,15 +1115,7 @@ void SvxAcceptChgCtr::ShowViewPage()
SetCurPageId(m_nViewPageId);
}
-SvxTPFilter* SvxAcceptChgCtr::GetFilterPage()
-{
- return pTPFilter;
-}
-SvxTPView* SvxAcceptChgCtr::GetViewPage()
-{
- return pTPView;
-}
SvxRedlinTable* SvxAcceptChgCtr::GetViewTable()
{
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index f629d9cc9548..d8b6153e1165 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -1161,10 +1161,6 @@ Style::Style( const editeng::SvxBorderLine* pBorder, double fScale, sal_uInt16 n
Set( pBorder, fScale, nMaxWidth );
}
-double Style::PatternScale() const
-{
- return mfPatternScale;
-}
void Style::SetPatternScale( double fScale )
{
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index de8c2514f26c..44aeecbc083c 100644
--- a/svx/source/dialog/langbox.cxx
+++ b/svx/source/dialog/langbox.cxx
@@ -767,10 +767,6 @@ IMPL_LINK( SvxLanguageComboBox, EditModifyHdl, SvxLanguageComboBox*, /*pEd*/ )
}
-SvxLanguageComboBox::EditedAndValid SvxLanguageComboBox::GetEditedAndValid() const
-{
- return meEditedAndValid;
-}
sal_Int32 SvxLanguageComboBox::SaveEditedAsEntry()
diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx
index 6c914271d75d..4983389f86dd 100644
--- a/svx/source/dialog/rulritem.cxx
+++ b/svx/source/dialog/rulritem.cxx
@@ -152,15 +152,7 @@ SvxLongLRSpaceItem::SvxLongLRSpaceItem(const SvxLongLRSpaceItem &rCpy) :
mlRight (rCpy.mlRight)
{}
-long SvxLongLRSpaceItem::GetLeft() const
-{
- return mlLeft;
-}
-long SvxLongLRSpaceItem::GetRight() const
-{
- return mlRight;
-}
void SvxLongLRSpaceItem::SetLeft(long lArgLeft)
{
@@ -293,15 +285,7 @@ SvxLongULSpaceItem::SvxLongULSpaceItem() :
mlRight (0)
{}
-long SvxLongULSpaceItem::GetUpper() const
-{
- return mlLeft;
-}
-long SvxLongULSpaceItem::GetLower() const
-{
- return mlRight;
-}
void SvxLongULSpaceItem::SetUpper(long lArgLeft)
{
@@ -646,10 +630,6 @@ void SvxColumnItem::SetRight(long right)
nRight = right;
}
-sal_uInt16 SvxColumnItem::GetActColumn() const
-{
- return nActColumn;
-}
bool SvxColumnItem::IsFirstAct() const
{
@@ -661,20 +641,8 @@ bool SvxColumnItem::IsLastAct() const
return nActColumn == Count() - 1;
}
-long SvxColumnItem::GetLeft()
-{
- return nLeft;
-}
-long SvxColumnItem::GetRight()
-{
- return nRight;
-}
-bool SvxColumnItem::IsTable() const
-{
- return bTable;
-}
/* SvxColumnDescription */
@@ -844,30 +812,10 @@ bool SvxObjectItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nM
return bRet;
}
-bool SvxObjectItem::HasLimits() const
-{
- return bLimits;
-}
-long SvxObjectItem::GetStartX() const
-{
- return nStartX;
-}
-long SvxObjectItem::GetEndX() const
-{
- return nEndX;
-}
-long SvxObjectItem::GetStartY() const
-{
- return nStartY;
-}
-long SvxObjectItem::GetEndY() const
-{
- return nEndY;
-}
void SvxObjectItem::SetStartX(long lValue)
{
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index ac1a4afd2824..37f7de03079d 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -2244,10 +2244,6 @@ SvxSearchDialogWrapper::~SvxSearchDialogWrapper ()
{
}
-SvxSearchDialog *SvxSearchDialogWrapper::getDialog ()
-{
- return dialog;
-}