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
9f516df4
Kaydet (Commit)
9f516df4
authored
Şub 18, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ic775c68b50809f2633caca13edebe251c39d58bf
üst
c9af57f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
notemark.hxx
sc/source/ui/inc/notemark.hxx
+6
-6
notemark.cxx
sc/source/ui/view/notemark.cxx
+1
-1
No files found.
sc/source/ui/inc/notemark.hxx
Dosyayı görüntüle @
9f516df4
...
...
@@ -41,27 +41,27 @@ private:
Rectangle
aVisRect
;
Timer
aTimer
;
MapMode
aMapMode
;
sal_B
ool
bLeft
;
sal_B
ool
bByKeyboard
;
b
ool
bLeft
;
b
ool
bByKeyboard
;
Rectangle
aRect
;
SdrModel
*
pModel
;
SdrObject
*
pObject
;
sal_B
ool
bVisible
;
Point
aGridOff
;
b
ool
bVisible
;
Point
aGridOff
;
DECL_LINK
(
TimeHdl
,
void
*
);
public
:
ScNoteMarker
(
Window
*
pWin
,
Window
*
pRight
,
Window
*
pBottom
,
Window
*
pDiagonal
,
ScDocument
*
pD
,
ScAddress
aPos
,
const
OUString
&
rUser
,
const
MapMode
&
rMap
,
sal_Bool
bLeftEdge
,
sal_Bool
bForce
,
sal_B
ool
bKeyboard
);
const
MapMode
&
rMap
,
bool
bLeftEdge
,
bool
bForce
,
b
ool
bKeyboard
);
~
ScNoteMarker
();
void
Draw
();
void
InvalidateWin
();
ScAddress
GetDocPos
()
const
{
return
aDocPos
;
}
sal_B
ool
IsByKeyboard
()
const
{
return
bByKeyboard
;
}
b
ool
IsByKeyboard
()
const
{
return
bByKeyboard
;
}
void
SetGridOff
(
const
Point
&
rOff
)
{
aGridOff
=
rOff
;
}
};
...
...
sc/source/ui/view/notemark.cxx
Dosyayı görüntüle @
9f516df4
...
...
@@ -38,7 +38,7 @@
ScNoteMarker
::
ScNoteMarker
(
Window
*
pWin
,
Window
*
pRight
,
Window
*
pBottom
,
Window
*
pDiagonal
,
ScDocument
*
pD
,
ScAddress
aPos
,
const
OUString
&
rUser
,
const
MapMode
&
rMap
,
sal_Bool
bLeftEdge
,
sal_Bool
bForce
,
sal_B
ool
bKeyboard
)
:
const
MapMode
&
rMap
,
bool
bLeftEdge
,
bool
bForce
,
b
ool
bKeyboard
)
:
pWindow
(
pWin
),
pRightWin
(
pRight
),
pBottomWin
(
pBottom
),
...
...
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