Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
e70c28c4
Kaydet (Commit)
e70c28c4
authored
Kas 23, 2011
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwShell{,Table}Crsr: remove pointless overrides of IsSelOvr
üst
fb806145
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
35 deletions
+0
-35
viscrs.hxx
sw/inc/viscrs.hxx
+0
-17
viscrs.cxx
sw/source/core/crsr/viscrs.cxx
+0
-18
No files found.
sw/inc/viscrs.hxx
Dosyayı görüntüle @
e70c28c4
...
@@ -162,14 +162,6 @@ public:
...
@@ -162,14 +162,6 @@ public:
// sal_True: Cursor can be set to this position.
// sal_True: Cursor can be set to this position.
virtual
sal_Bool
IsAtValidPos
(
sal_Bool
bPoint
=
sal_True
)
const
;
virtual
sal_Bool
IsAtValidPos
(
sal_Bool
bPoint
=
sal_True
)
const
;
#ifdef DBG_UTIL
// For testing of UNO-Crsr behavior here the implementation at visible cursor.
virtual
sal_Bool
IsSelOvr
(
int
eFlags
=
(
nsSwCursorSelOverFlags
::
SELOVER_CHECKNODESSECTION
|
nsSwCursorSelOverFlags
::
SELOVER_TOGGLE
|
nsSwCursorSelOverFlags
::
SELOVER_CHANGEPOS
));
#endif
virtual
bool
IsReadOnlyAvailable
()
const
;
virtual
bool
IsReadOnlyAvailable
()
const
;
DECL_FIXEDMEMPOOL_NEWDEL
(
SwShellCrsr
)
DECL_FIXEDMEMPOOL_NEWDEL
(
SwShellCrsr
)
...
@@ -204,17 +196,8 @@ public:
...
@@ -204,17 +196,8 @@ public:
// sal_True: Cursor can be set to this position.
// sal_True: Cursor can be set to this position.
virtual
sal_Bool
IsAtValidPos
(
sal_Bool
bPoint
=
sal_True
)
const
;
virtual
sal_Bool
IsAtValidPos
(
sal_Bool
bPoint
=
sal_True
)
const
;
#ifdef DBG_UTIL
// For testing of UNO-Crsr behavior here the implementation at visible cursor.
virtual
sal_Bool
IsSelOvr
(
int
eFlags
=
(
nsSwCursorSelOverFlags
::
SELOVER_CHECKNODESSECTION
|
nsSwCursorSelOverFlags
::
SELOVER_TOGGLE
|
nsSwCursorSelOverFlags
::
SELOVER_CHANGEPOS
));
#endif
};
};
#endif // _VISCRS_HXX
#endif // _VISCRS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sw/source/core/crsr/viscrs.cxx
Dosyayı görüntüle @
e70c28c4
...
@@ -594,15 +594,6 @@ sal_Bool SwShellCrsr::UpDown( sal_Bool bUp, sal_uInt16 nCnt )
...
@@ -594,15 +594,6 @@ sal_Bool SwShellCrsr::UpDown( sal_Bool bUp, sal_uInt16 nCnt )
&
GetPtPos
(),
GetShell
()
->
GetUpDownX
()
);
&
GetPtPos
(),
GetShell
()
->
GetUpDownX
()
);
}
}
#ifdef DBG_UTIL
// JP 05.03.98: To test the UNO-Crsr behavior here the implementation on the
// visible cursor.
sal_Bool
SwShellCrsr
::
IsSelOvr
(
int
eFlags
)
{
return
SwCursor
::
IsSelOvr
(
eFlags
);
}
#endif
// TRUE: The cursor can be set to the position.
// TRUE: The cursor can be set to the position.
sal_Bool
SwShellCrsr
::
IsAtValidPos
(
sal_Bool
bPoint
)
const
sal_Bool
SwShellCrsr
::
IsAtValidPos
(
sal_Bool
bPoint
)
const
{
{
...
@@ -729,15 +720,6 @@ sal_Bool SwShellTableCrsr::IsInside( const Point& rPt ) const
...
@@ -729,15 +720,6 @@ sal_Bool SwShellTableCrsr::IsInside( const Point& rPt ) const
return
sal_False
;
return
sal_False
;
}
}
#ifdef DBG_UTIL
// JP 05.03.98: To test the UNO-Crsr behavior here the implementation on the
// visible cursor.
sal_Bool
SwShellTableCrsr
::
IsSelOvr
(
int
eFlags
)
{
return
SwShellCrsr
::
IsSelOvr
(
eFlags
);
}
#endif
sal_Bool
SwShellTableCrsr
::
IsAtValidPos
(
sal_Bool
bPoint
)
const
sal_Bool
SwShellTableCrsr
::
IsAtValidPos
(
sal_Bool
bPoint
)
const
{
{
return
SwShellCrsr
::
IsAtValidPos
(
bPoint
);
return
SwShellCrsr
::
IsAtValidPos
(
bPoint
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment