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
2274aae7
Kaydet (Commit)
2274aae7
authored
Tem 17, 2011
tarafından
Joseph Powers
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace List with SvxIconChoiceCtrlEntryList_impl
üst
eba93f75
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
10 deletions
+1
-10
ivctrl.hxx
svtools/inc/svtools/ivctrl.hxx
+0
-2
imivctl.hxx
svtools/source/contnr/imivctl.hxx
+1
-2
imivctl1.cxx
svtools/source/contnr/imivctl1.cxx
+0
-0
ivctrl.cxx
svtools/source/contnr/ivctrl.cxx
+0
-6
No files found.
svtools/inc/svtools/ivctrl.hxx
Dosyayı görüntüle @
2274aae7
...
...
@@ -341,8 +341,6 @@ public:
SvxIconChoiceCtrlEntry
*
GetEntry
(
const
Point
&
rPosPixel
,
sal_Bool
bHit
=
sal_False
)
const
;
// Gibt den naechsten ueber pCurEntry liegenden Eintrag (ZOrder)
SvxIconChoiceCtrlEntry
*
GetNextEntry
(
const
Point
&
rPosPixel
,
SvxIconChoiceCtrlEntry
*
pCurEntry
,
sal_Bool
)
const
;
// Gibt den naechsten unter pCurEntry liegenden Eintrag (ZOrder)
SvxIconChoiceCtrlEntry
*
GetPrevEntry
(
const
Point
&
rPosPixel
,
SvxIconChoiceCtrlEntry
*
pCurEntry
,
sal_Bool
)
const
;
// in dem sal_uLong wird die Position in der Liste des gefunden Eintrags zurueckgegeben
SvxIconChoiceCtrlEntry
*
GetSelectedEntry
(
sal_uLong
&
rPos
)
const
;
...
...
svtools/source/contnr/imivctl.hxx
Dosyayı görüntüle @
2274aae7
...
...
@@ -195,7 +195,7 @@ class SvxIconChoiceCtrl_Impl
IcnGridMap_Impl
*
pGridMap
;
long
nMaxVirtWidth
;
// max. Breite aVirtOutputSize bei ALIGN_TOP
long
nMaxVirtHeight
;
// max. Hoehe aVirtOutputSize bei ALIGN_LEFT
List
*
pZOrderList
;
SvxIconChoiceCtrlEntryList_impl
*
pZOrderList
;
SvPtrarr
*
pColumns
;
IcnViewEdit_Impl
*
pEdit
;
WinBits
nWinBits
;
...
...
@@ -416,7 +416,6 @@ public:
SvxIconChoiceCtrlEntry
*
GetEntry
(
const
Point
&
rDocPos
,
sal_Bool
bHit
=
sal_False
);
SvxIconChoiceCtrlEntry
*
GetNextEntry
(
const
Point
&
rDocPos
,
SvxIconChoiceCtrlEntry
*
pCurEntry
);
SvxIconChoiceCtrlEntry
*
GetPrevEntry
(
const
Point
&
rDocPos
,
SvxIconChoiceCtrlEntry
*
pCurEntry
);
Point
GetEntryPos
(
SvxIconChoiceCtrlEntry
*
);
void
MakeEntryVisible
(
SvxIconChoiceCtrlEntry
*
pEntry
,
sal_Bool
bBound
=
sal_True
);
...
...
svtools/source/contnr/imivctl1.cxx
Dosyayı görüntüle @
2274aae7
This diff is collapsed.
Click to expand it.
svtools/source/contnr/ivctrl.cxx
Dosyayı görüntüle @
2274aae7
...
...
@@ -360,12 +360,6 @@ SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetNextEntry( const Point& rPixPos, S
return
((
SvtIconChoiceCtrl
*
)
this
)
->
_pImp
->
GetNextEntry
(
aPos
,
pCurEntry
);
}
SvxIconChoiceCtrlEntry
*
SvtIconChoiceCtrl
::
GetPrevEntry
(
const
Point
&
rPixPos
,
SvxIconChoiceCtrlEntry
*
pCurEntry
,
sal_Bool
)
const
{
Point
aPos
(
rPixPos
);
aPos
-=
GetMapMode
().
GetOrigin
();
return
((
SvtIconChoiceCtrl
*
)
this
)
->
_pImp
->
GetPrevEntry
(
aPos
,
pCurEntry
);
}
sal_uLong
SvtIconChoiceCtrl
::
GetEntryCount
()
const
{
return
_pImp
->
GetEntryCount
();
...
...
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