summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/tphfedit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg/tphfedit.cxx')
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx32
1 files changed, 0 insertions, 32 deletions
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index a6736a87e02f..b7b00018ea77 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -55,8 +55,6 @@ ScEditWindow* GetScEditWindow ()
return pActiveEdWnd;
}
-
-
static void lcl_GetFieldData( ScHeaderFieldData& rData )
{
SfxViewShell* pShell = SfxViewShell::Current();
@@ -121,8 +119,6 @@ void ScEditWindow::Resize()
Control::Resize();
}
-
-
ScEditWindow::~ScEditWindow()
{
// delete Accessible object before deleting EditEngine and EditView
@@ -141,16 +137,12 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeScEditWindow(Window *pParen
return new ScEditWindow (pParent, WB_BORDER|WB_TABSTOP, Left);
}
-
-
void ScEditWindow::SetNumType(SvxNumType eNumType)
{
pEdEngine->SetNumType(eNumType);
pEdEngine->UpdateFields();
}
-
-
EditTextObject* ScEditWindow::CreateTextObject()
{
// Absatzattribute zuruecksetzen
@@ -164,8 +156,6 @@ EditTextObject* ScEditWindow::CreateTextObject()
return pEdEngine->CreateTextObject();
}
-
-
void ScEditWindow::SetFont( const ScPatternAttr& rPattern )
{
SfxItemSet* pSet = new SfxItemSet( pEdEngine->GetEmptyItemSet() );
@@ -180,22 +170,16 @@ void ScEditWindow::SetFont( const ScPatternAttr& rPattern )
pEdEngine->SetDefaults( pSet );
}
-
-
void ScEditWindow::SetText( const EditTextObject& rTextObject )
{
pEdEngine->SetText( rTextObject );
}
-
-
void ScEditWindow::InsertField( const SvxFieldItem& rFld )
{
pEdView->InsertField( rFld );
}
-
-
void ScEditWindow::SetCharAttriutes()
{
SfxObjectShell* pDocSh = SfxObjectShell::Current();
@@ -233,8 +217,6 @@ void ScEditWindow::SetCharAttriutes()
}
}
-
-
void ScEditWindow::Paint( const Rectangle& rRect )
{
const StyleSettings& rStyleSettings = Application::GetSettings().GetStyleSettings();
@@ -252,15 +234,11 @@ void ScEditWindow::Paint( const Rectangle& rRect )
pEdView->ShowCursor(true,true);
}
-
-
void ScEditWindow::MouseMove( const MouseEvent& rMEvt )
{
pEdView->MouseMove( rMEvt );
}
-
-
void ScEditWindow::MouseButtonDown( const MouseEvent& rMEvt )
{
if ( !HasFocus() )
@@ -269,15 +247,11 @@ void ScEditWindow::MouseButtonDown( const MouseEvent& rMEvt )
pEdView->MouseButtonDown( rMEvt );
}
-
-
void ScEditWindow::MouseButtonUp( const MouseEvent& rMEvt )
{
pEdView->MouseButtonUp( rMEvt );
}
-
-
void ScEditWindow::KeyInput( const KeyEvent& rKEvt )
{
sal_uInt16 nKey = rKEvt.GetKeyCode().GetModifier()
@@ -299,15 +273,11 @@ void ScEditWindow::KeyInput( const KeyEvent& rKEvt )
}
}
-
-
void ScEditWindow::Command( const CommandEvent& rCEvt )
{
pEdView->Command( rCEvt );
}
-
-
void ScEditWindow::GetFocus()
{
pEdView->ShowCursor(true,true);
@@ -333,8 +303,6 @@ void ScEditWindow::LoseFocus()
pAcc = NULL;
}
-
-
::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > ScEditWindow::CreateAccessible()
{
OUString sName;