summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx42
1 files changed, 0 insertions, 42 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index b32a280b3862..87174c10e1e8 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -119,8 +119,6 @@
static sal_uInt16 nIdleCount = 0;
-
-
SFX_IMPL_INTERFACE( ScModule, SfxShell, ScResId(RID_APPTITLE) )
{
SFX_OBJECTBAR_REGISTRATION( SFX_OBJECTBAR_APPLICATION | SFX_VISIBILITY_DESKTOP | SFX_VISIBILITY_STANDARD | SFX_VISIBILITY_CLIENT | SFX_VISIBILITY_VIEWER,
@@ -128,8 +126,6 @@ SFX_IMPL_INTERFACE( ScModule, SfxShell, ScResId(RID_APPTITLE) )
SFX_STATUSBAR_REGISTRATION( ScResId(SCCFG_STATUSBAR) ); // nur ID wichtig
}
-
-
ScModule::ScModule( SfxObjectFactory* pFact ) :
SfxModule( SfxApplication::CreateResManager( "sc" ), false, pFact, NULL ),
mpDragData(new ScDragData),
@@ -335,8 +331,6 @@ void ScModule::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
}
-
-
void ScModule::DeleteCfg()
{
DELETEZ( pViewCfg ); // Speichern passiert vor Exit() automatisch
@@ -370,12 +364,8 @@ void ScModule::DeleteCfg()
}
}
-
-
// von der Applikation verschoben:
-
-
void ScModule::Execute( SfxRequest& rReq )
{
SfxViewFrame* pViewFrm = SfxViewFrame::Current();
@@ -644,8 +634,6 @@ void ScModule::HideDisabledSlots( SfxItemSet& rSet )
}
-
-
void ScModule::ResetDragObject()
{
mpDragData->pCellTransfer = NULL;
@@ -713,15 +701,11 @@ ScDocument* ScModule::GetClipDoc()
return NULL;
}
-
-
void ScModule::SetSelectionTransfer( ScSelectionTransferObj* pNew )
{
pSelTransfer = pNew;
}
-
-
void ScModule::InitFormEditData()
{
pFormEditData = new ScFormEditData;
@@ -732,8 +716,6 @@ void ScModule::ClearFormEditData()
DELETEZ( pFormEditData );
}
-
-
void ScModule::SetViewOptions( const ScViewOptions& rOpt )
{
if ( !pViewCfg )
@@ -972,13 +954,9 @@ sal_uInt16 ScModule::GetOptDigitLanguage()
LANGUAGE_SYSTEM;
}
-
-
// Optionen
-
-
// ModifyOptions - Items aus Calc-Options-Dialog
// und SID_AUTOSPELL_CHECK
@@ -997,8 +975,6 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
GetInputOptions();
OSL_ENSURE( pInputCfg, "InputOptions not initialised :-(" );
-
-
SfxViewFrame* pViewFrm = SfxViewFrame::Current();
SfxBindings* pBindings = pViewFrm ? &pViewFrm->GetBindings() : NULL;
@@ -1014,8 +990,6 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
bool bSaveInputOptions = false;
bool bCompileErrorCells = false;
-
-
// SFX_APP()->SetOptions( rOptSet );
// Linguistik nicht mehr
@@ -1162,8 +1136,6 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
}
}
-
-
// DocOptions
@@ -1324,8 +1296,6 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
SFX_APP()->Broadcast( SfxSimpleHint( SID_SCPRINTOPTIONS ) );
}
-
-
if ( bSaveAppOptions )
pAppCfg->OptionsChanged();
@@ -1420,12 +1390,8 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
}
}
-
-
// Input-Handler
-
-
ScInputHandler* ScModule::GetInputHdl( ScTabViewShell* pViewSh, bool bUseRef )
{
if ( pRefInputHandler && bUseRef )
@@ -1605,12 +1571,8 @@ void ScModule::ActivateInputWindow( const OUString* pStrFormula, bool bMatrix )
}
}
-
-
// Referenz - Dialoge
-
-
void ScModule::SetRefDialog( sal_uInt16 nId, bool bVis, SfxViewFrame* pViewFrm )
{
//! move reference dialog handling to view
@@ -1933,12 +1895,8 @@ void ScModule::EndReference()
}
}
-
-
// Idle / Online-Spelling
-
-
void ScModule::AnythingChanged()
{
sal_uLong nOldTime = aIdleTimer.GetTimeout();