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
84479bc5
Kaydet (Commit)
84479bc5
authored
Ock 09, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
reduce DragMode foo
üst
e2f062ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
32 deletions
+0
-32
unusedcode.easy
unusedcode.easy
+0
-1
seleng.hxx
vcl/inc/vcl/seleng.hxx
+0
-20
seleng.cxx
vcl/source/window/seleng.cxx
+0
-11
No files found.
unusedcode.easy
Dosyayı görüntüle @
84479bc5
...
...
@@ -374,7 +374,6 @@ SectReprArr::Insert(SectReprArr const*, unsigned short, unsigned short)
SectReprArr::Remove(SectRepr* const&, unsigned short)
SectReprArr::Remove(unsigned short, unsigned short)
SecurityEnvironment_NssImpl::getImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>)
SelectionEngine::ActivateDragMode()
SetOfByte::GetClearBit(unsigned short) const
SetOfByte::GetClearCount() const
SetOfByte::GetSetBit(unsigned short) const
...
...
vcl/inc/vcl/seleng.hxx
Dosyayı görüntüle @
84479bc5
...
...
@@ -75,7 +75,6 @@ public:
#define SELENG_IN_SEL 0x0002
#define SELENG_IN_ADD 0x0004
#define SELENG_ADD_ALW 0x0008
#define SELENG_IN_DRG 0x0010
#define SELENG_HAS_ANCH 0x0020
#define SELENG_CMDEVT 0x0040
#define SELENG_WAIT_UPEVT 0x0080
...
...
@@ -127,9 +126,6 @@ public:
sal_Bool
IsAlwaysAdding
()
const
;
void
EnableDrag
(
sal_Bool
bOn
);
sal_Bool
IsDragEnabled
()
const
;
void
ActivateDragMode
();
sal_Bool
IsInDragMode
()
const
;
void
SetSelectionMode
(
SelectionMode
eMode
);
SelectionMode
GetSelectionMode
()
const
{
return
eSelMode
;
}
...
...
@@ -174,14 +170,6 @@ public:
}
};
inline
sal_Bool
SelectionEngine
::
IsDragEnabled
()
const
{
if
(
nFlags
&
SELENG_DRG_ENAB
)
return
sal_True
;
else
return
sal_False
;
}
inline
sal_Bool
SelectionEngine
::
IsAddMode
()
const
{
if
(
nFlags
&
(
SELENG_IN_ADD
|
SELENG_ADD_ALW
)
)
...
...
@@ -222,14 +210,6 @@ inline sal_Bool SelectionEngine::IsAlwaysAdding() const
return
sal_False
;
}
inline
sal_Bool
SelectionEngine
::
IsInDragMode
()
const
{
if
(
nFlags
&
SELENG_IN_DRG
)
return
sal_True
;
else
return
sal_False
;
}
inline
sal_Bool
SelectionEngine
::
IsInSelection
()
const
{
if
(
nFlags
&
SELENG_IN_SEL
)
...
...
vcl/source/window/seleng.cxx
Dosyayı görüntüle @
84479bc5
...
...
@@ -98,17 +98,6 @@ void SelectionEngine::SetSelectionMode( SelectionMode eMode )
eSelMode
=
eMode
;
}
/*************************************************************************
|*
|* SelectionEngine::ActivateDragMode()
|*
*************************************************************************/
void
SelectionEngine
::
ActivateDragMode
()
{
DBG_ERRORFILE
(
"SelectionEngine::ActivateDragMode not implemented"
);
}
/*************************************************************************
|*
|* SelectionEngine::CursorPosChanging()
...
...
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