summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh4.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh4.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index e9da7c7719c3..978500e4bc27 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -101,7 +101,7 @@ sal_uInt16 ScTabViewShell::nInsertCtrlState = SID_INSERT_GRAPHIC;
sal_uInt16 ScTabViewShell::nInsCellsCtrlState = 0;
sal_uInt16 ScTabViewShell::nInsObjCtrlState = SID_INSERT_DIAGRAM;
-// -----------------------------------------------------------------------
+
void ScTabViewShell::Activate(sal_Bool bMDI)
{
@@ -310,7 +310,7 @@ bool ScTabViewShell::PrepareClose(sal_Bool bUI)
return SfxViewShell::PrepareClose(bUI);
}
-//------------------------------------------------------------------
+
// Zoom fuer In-Place berechnen
// aus Verhaeltnis von VisArea und Fenstergroesse des GridWin
@@ -451,7 +451,7 @@ void ScTabViewShell::QueryObjAreaPixel( Rectangle& rRect ) const
rRect.SetSize( pWin->LogicToPixel( aLogicRect.GetSize() ) );
}
-//------------------------------------------------------------------
+
void ScTabViewShell::Move()
{
@@ -464,7 +464,7 @@ void ScTabViewShell::Move()
}
}
-//------------------------------------------------------------------
+
void ScTabViewShell::ShowCursor(bool /* bOn */)
{
@@ -478,7 +478,7 @@ void ScTabViewShell::ShowCursor(bool /* bOn */)
*/
}
-//------------------------------------------------------------------
+
void ScTabViewShell::WriteUserData(OUString& rData, bool /* bBrowse */)
{
@@ -570,7 +570,7 @@ void ScTabViewShell::DoReadUserData( const OUString& rData )
//! if ViewData has more tables than document, remove tables in ViewData
}
-//------------------------------------------------------------------
+
void ScTabViewShell::UpdateDrawShell()
{
@@ -1052,14 +1052,14 @@ void ScTabViewShell::SetDrawTextUndo( ::svl::IUndoManager* pNewUndoMgr )
}
}
-//------------------------------------------------------------------
+
ScTabViewShell* ScTabViewShell::GetActiveViewShell()
{
return PTR_CAST(ScTabViewShell,Current());
}
-//------------------------------------------------------------------
+
SfxPrinter* ScTabViewShell::GetPrinter( sal_Bool bCreate )
{
@@ -1093,7 +1093,7 @@ void ScTabViewShell::StopEditShell()
SetEditShell(NULL, false );
}
-//------------------------------------------------------------------
+
// close handler to ensure function of dialog:
@@ -1201,7 +1201,7 @@ void ScTabViewShell::StopSimpleRefDialog()
}
}
-//------------------------------------------------------------------
+
bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt)
{
@@ -1466,7 +1466,7 @@ bool ScTabViewShell::KeyInput( const KeyEvent &rKeyEvent )
return TabKeyInput( rKeyEvent );
}
-//------------------------------------------------------------------
+
#define __INIT_ScTabViewShell \
eCurOST(OST_NONE), \
@@ -1516,7 +1516,7 @@ bool ScTabViewShell::KeyInput( const KeyEvent &rKeyEvent )
mbInSwitch(false)
-//------------------------------------------------------------------
+
void ScTabViewShell::Construct( sal_uInt8 nForceDesignMode )
{
@@ -1716,10 +1716,10 @@ void ScTabViewShell::Construct( sal_uInt8 nForceDesignMode )
SetBorderPixel( aBorder );
}
-//------------------------------------------------------------------
-//------------------------------------------------------------------
+
+
ScTabViewShell::ScTabViewShell( SfxViewFrame* pViewFrame,
SfxViewShell* pOldSh ) :
@@ -1773,7 +1773,7 @@ ScTabViewShell::ScTabViewShell( SfxViewFrame* pViewFrame,
#undef __INIT_ScTabViewShell
-//------------------------------------------------------------------
+
ScTabViewShell::~ScTabViewShell()
{
@@ -1817,7 +1817,7 @@ ScTabViewShell::~ScTabViewShell()
DELETEZ(pAccessibilityBroadcaster);
}
-//------------------------------------------------------------------
+
void ScTabViewShell::SetDialogDPObject( const ScDPObject* pObj )
{
@@ -1828,7 +1828,7 @@ void ScTabViewShell::SetDialogDPObject( const ScDPObject* pObj )
pDialogDPObject = NULL;
}
-//------------------------------------------------------------------
+
void ScTabViewShell::FillFieldData( ScHeaderFieldData& rData )
{
@@ -1856,7 +1856,7 @@ void ScTabViewShell::FillFieldData( ScHeaderFieldData& rData )
// eNumType kennt der Dialog selber
}
-//------------------------------------------------------------------
+
void ScTabViewShell::SetChartArea( const ScRangeListRef& rSource, const Rectangle& rDest )
{
@@ -1882,7 +1882,7 @@ ScNavigatorSettings* ScTabViewShell::GetNavigatorSettings()
}
-//------------------------------------------------------------------
+
void ScTabViewShell::ExecTbx( SfxRequest& rReq )
{