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
99690d31
Kaydet (Commit)
99690d31
authored
Eyl 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svtools: sal_Bool -> bool
Change-Id: I3f1a110e95453599159d36a9d55f949351e03557
üst
b9b8aa82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
brwbox2.cxx
svtools/source/brwbox/brwbox2.cxx
+1
-1
datwin.cxx
svtools/source/brwbox/datwin.cxx
+1
-1
datwin.hxx
svtools/source/brwbox/datwin.hxx
+1
-1
No files found.
svtools/source/brwbox/brwbox2.cxx
Dosyayı görüntüle @
99690d31
...
...
@@ -989,7 +989,7 @@ void BrowseBox::ImplPaintData(OutputDevice& _rOut, const Rectangle& _rRect, bool
Region
aClipToField
(
Rectangle
(
aPos
,
aFieldSize
));
_rOut
.
SetClipRegion
(
aClipToField
);
}
pCol
->
Draw
(
*
this
,
_rOut
,
aPos
,
sal_F
alse
);
pCol
->
Draw
(
*
this
,
_rOut
,
aPos
,
f
alse
);
if
(
_bForeignDevice
)
_rOut
.
SetClipRegion
();
}
...
...
svtools/source/brwbox/datwin.cxx
Dosyayı görüntüle @
99690d31
...
...
@@ -134,7 +134,7 @@ void BrowserColumn::SetWidth(sal_uLong nNewWidthPixel, const Fraction& rCurrentZ
void
BrowserColumn
::
Draw
(
BrowseBox
&
rBox
,
OutputDevice
&
rDev
,
const
Point
&
rPos
,
sal_B
ool
bCurs
)
void
BrowserColumn
::
Draw
(
BrowseBox
&
rBox
,
OutputDevice
&
rDev
,
const
Point
&
rPos
,
b
ool
bCurs
)
{
if
(
_nId
==
0
)
{
...
...
svtools/source/brwbox/datwin.hxx
Dosyayı görüntüle @
99690d31
...
...
@@ -89,7 +89,7 @@ public:
void
Freeze
(
bool
bFreeze
=
true
)
{
_bFrozen
=
bFreeze
;
}
virtual
void
Draw
(
BrowseBox
&
rBox
,
OutputDevice
&
rDev
,
const
Point
&
rPos
,
sal_B
ool
bCurs
);
const
Point
&
rPos
,
b
ool
bCurs
);
void
SetWidth
(
sal_uLong
nNewWidthPixel
,
const
Fraction
&
rCurrentZoom
);
void
ZoomChanged
(
const
Fraction
&
rNewZoom
);
...
...
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