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
d3deac52
Kaydet (Commit)
d3deac52
authored
Tem 23, 2011
tarafından
Joseph Powers
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove DragDrop code from class SvxIconChoiceCtrl_Impl
It wasn' used so no one should miss it.
üst
c8d8c442
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
imivctl.hxx
svtools/source/contnr/imivctl.hxx
+0
-2
imivctl1.cxx
svtools/source/contnr/imivctl1.cxx
+0
-11
No files found.
svtools/source/contnr/imivctl.hxx
Dosyayı görüntüle @
d3deac52
...
@@ -219,7 +219,6 @@ class SvxIconChoiceCtrl_Impl
...
@@ -219,7 +219,6 @@ class SvxIconChoiceCtrl_Impl
LocalFocus
aFocus
;
// Data for focusrect
LocalFocus
aFocus
;
// Data for focusrect
::
svt
::
AccessibleFactoryAccess
aAccFactory
;
::
svt
::
AccessibleFactoryAccess
aAccFactory
;
List
*
pDraggedSelection
;
SvxIconChoiceCtrlEntry
*
pCurEditedEntry
;
SvxIconChoiceCtrlEntry
*
pCurEditedEntry
;
SvxIconChoiceCtrlTextMode
eTextMode
;
SvxIconChoiceCtrlTextMode
eTextMode
;
SelectionMode
eSelectionMode
;
SelectionMode
eSelectionMode
;
...
@@ -228,7 +227,6 @@ class SvxIconChoiceCtrl_Impl
...
@@ -228,7 +227,6 @@ class SvxIconChoiceCtrl_Impl
sal_Bool
bBoundRectsDirty
;
sal_Bool
bBoundRectsDirty
;
sal_Bool
bUpdateMode
;
sal_Bool
bUpdateMode
;
sal_Bool
bEntryEditingEnabled
;
sal_Bool
bEntryEditingEnabled
;
sal_Bool
bInDragDrop
;
void
ShowCursor
(
sal_Bool
bShow
);
void
ShowCursor
(
sal_Bool
bShow
);
...
...
svtools/source/contnr/imivctl1.cxx
Dosyayı görüntüle @
d3deac52
...
@@ -120,14 +120,12 @@ SvxIconChoiceCtrl_Impl::SvxIconChoiceCtrl_Impl(
...
@@ -120,14 +120,12 @@ SvxIconChoiceCtrl_Impl::SvxIconChoiceCtrl_Impl(
pCurHighlightFrame
=
0
;
pCurHighlightFrame
=
0
;
pEdit
=
0
;
pEdit
=
0
;
pAnchor
=
0
;
pAnchor
=
0
;
pDraggedSelection
=
0
;
pPrevDropTarget
=
0
;
pPrevDropTarget
=
0
;
pHdlEntry
=
0
;
pHdlEntry
=
0
;
pHead
=
NULL
;
pHead
=
NULL
;
pCursor
=
NULL
;
pCursor
=
NULL
;
bUpdateMode
=
sal_True
;
bUpdateMode
=
sal_True
;
bEntryEditingEnabled
=
sal_False
;
bEntryEditingEnabled
=
sal_False
;
bInDragDrop
=
sal_False
;
bHighlightFramePressed
=
sal_False
;
bHighlightFramePressed
=
sal_False
;
eSelectionMode
=
MULTIPLE_SELECTION
;
eSelectionMode
=
MULTIPLE_SELECTION
;
pView
=
pCurView
;
pView
=
pCurView
;
...
@@ -186,7 +184,6 @@ SvxIconChoiceCtrl_Impl::~SvxIconChoiceCtrl_Impl()
...
@@ -186,7 +184,6 @@ SvxIconChoiceCtrl_Impl::~SvxIconChoiceCtrl_Impl()
delete
pDDDev
;
delete
pDDDev
;
delete
pDDBufDev
;
delete
pDDBufDev
;
delete
pDDTempDev
;
delete
pDDTempDev
;
delete
pDraggedSelection
;
delete
pEntryPaintDev
;
delete
pEntryPaintDev
;
ClearSelectedRectList
();
ClearSelectedRectList
();
ClearColumnList
();
ClearColumnList
();
...
@@ -196,8 +193,6 @@ void SvxIconChoiceCtrl_Impl::Clear( sal_Bool bInCtor )
...
@@ -196,8 +193,6 @@ void SvxIconChoiceCtrl_Impl::Clear( sal_Bool bInCtor )
{
{
StopEntryEditing
(
sal_True
);
StopEntryEditing
(
sal_True
);
nSelectionCount
=
0
;
nSelectionCount
=
0
;
DELETEZ
(
pDraggedSelection
);
bInDragDrop
=
sal_False
;
pCurHighlightFrame
=
0
;
pCurHighlightFrame
=
0
;
StopEditTimer
();
StopEditTimer
();
CancelUserEvents
();
CancelUserEvents
();
...
@@ -400,12 +395,6 @@ void SvxIconChoiceCtrl_Impl::RemoveEntry( SvxIconChoiceCtrlEntry* pEntry )
...
@@ -400,12 +395,6 @@ void SvxIconChoiceCtrl_Impl::RemoveEntry( SvxIconChoiceCtrlEntry* pEntry )
if
(
pEntry
==
pCurHighlightFrame
)
if
(
pEntry
==
pCurHighlightFrame
)
pCurHighlightFrame
=
0
;
pCurHighlightFrame
=
0
;
if
(
bInDragDrop
)
{
DELETEZ
(
pDraggedSelection
);
bInDragDrop
=
sal_False
;
}
if
(
pEntry
->
IsSelected
()
)
if
(
pEntry
->
IsSelected
()
)
CallSelectHandler
(
0
);
CallSelectHandler
(
0
);
...
...
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