summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/gridwin.cxx')
-rw-r--r--sc/source/ui/view/gridwin.cxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 5e5a4292102b..5f3764e7c557 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -173,8 +173,6 @@ struct ScGridWindow::MouseEventState
#define SC_FILTERLISTBOX_LINES 12
-
-
ScGridWindow::VisibleRange::VisibleRange() :
mnCol1(0), mnCol2(MAXCOL), mnRow1(0), mnRow2(MAXROW)
{
@@ -197,8 +195,6 @@ bool ScGridWindow::VisibleRange::set(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCRO
return bChanged;
}
-
-
class ScFilterListBox : public ListBox
{
private:
@@ -237,8 +233,6 @@ public:
bool HasDates() const { return mbListHasDates; }
};
-
-
// ListBox in einem FloatingWindow (pParent)
ScFilterListBox::ScFilterListBox( Window* pParent, ScGridWindow* pGrid,
SCCOL nNewCol, SCROW nNewRow, ScFilterBoxMode eNewMode ) :
@@ -280,8 +274,6 @@ void ScFilterListBox::LoseFocus()
#endif
}
-
-
bool ScFilterListBox::PreNotify( NotifyEvent& rNEvt )
{
bool nDone = false;
@@ -333,8 +325,6 @@ void ScFilterListBox::SelectHdl()
}
}
-
-
// use a System floating window for the above filter listbox
class ScFilterFloatingWindow : public FloatingWindow
{
@@ -360,8 +350,6 @@ Window* ScFilterFloatingWindow::GetPreferredKeyInputWindow()
return GetWindow(WINDOW_FIRSTCHILD) ? GetWindow(WINDOW_FIRSTCHILD)->GetPreferredKeyInputWindow() : NULL; // will be the FilterBox
}
-
-
static sal_Bool lcl_IsEditableMatrix( ScDocument* pDoc, const ScRange& rRange )
{
// wenn es ein editierbarer Bereich ist, und rechts unten eine Matrix-Zelle
@@ -3370,8 +3358,6 @@ void ScGridWindow::UpdateInputContext()
SetInputContext( aContext );
}
-
-
// sensitiver Bereich (Pixel)
#define SCROLL_SENSITIVE 20
@@ -3459,13 +3445,9 @@ static ScRange lcl_MakeDropRange( SCCOL nPosX, SCROW nPosY, SCTAB nTab, const Sc
return ScRange( nCol1, nRow1, nTab, nCol2, nRow2, nTab );
}
-
-
extern bool bPasteIsDrop; // viewfun4 -> move to header
extern bool bPasteIsMove; // viewfun7 -> move to header
-
-
sal_Int8 ScGridWindow::AcceptPrivateDrop( const AcceptDropEvent& rEvt )
{
if ( rEvt.mbLeaving )
@@ -4438,8 +4420,6 @@ sal_Int8 ScGridWindow::ExecuteDrop( const ExecuteDropEvent& rEvt )
return nRet;
}
-
-
void ScGridWindow::PasteSelection( const Point& rPosPixel )
{
Point aLogicPos = PixelToLogic( rPosPixel );
@@ -4511,8 +4491,6 @@ void ScGridWindow::PasteSelection( const Point& rPosPixel )
}
}
-
-
void ScGridWindow::UpdateEditViewPos()
{
if (pViewData->HasEditView(eWhich))
@@ -4732,8 +4710,6 @@ void ScGridWindow::LoseFocus()
Point ScGridWindow::GetMousePosPixel() const { return aCurMousePos; }
-
-
bool ScGridWindow::HitRangeFinder( const Point& rMouse, RfCorner& rCorner,
sal_uInt16* pIndex, SCsCOL* pAddX, SCsROW* pAddY)
{
@@ -5115,8 +5091,6 @@ void ScGridWindow::RFMouseMove( const MouseEvent& rMEvt, bool bUp )
pViewData->GetView()->ResetTimer();
}
-
-
bool ScGridWindow::GetEditUrl( const Point& rPos,
OUString* pName, OUString* pUrl, OUString* pTarget )
{