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
bc0ae517
Kaydet (Commit)
bc0ae517
authored
Kas 01, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove obsolete Sun internal bugzilla numbers
üst
5d020074
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
svdhdl.cxx
svx/source/svdraw/svdhdl.cxx
+6
-7
No files found.
svx/source/svdraw/svdhdl.cxx
Dosyayı görüntüle @
bc0ae517
...
@@ -664,7 +664,7 @@ BitmapEx SdrHdl::ImpGetBitmapEx( BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd
...
@@ -664,7 +664,7 @@ BitmapEx SdrHdl::ImpGetBitmapEx( BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd
eKindOfMarker
=
GetNextBigger
(
eKindOfMarker
);
eKindOfMarker
=
GetNextBigger
(
eKindOfMarker
);
}
}
//
#97016# II
This handle has the focus, visualize it
// This handle has the focus, visualize it
if
(
IsFocusHdl
()
&&
pHdlList
&&
pHdlList
->
GetFocusHdl
()
==
this
)
if
(
IsFocusHdl
()
&&
pHdlList
&&
pHdlList
->
GetFocusHdl
()
==
this
)
{
{
// create animated handle
// create animated handle
...
@@ -705,12 +705,12 @@ BitmapEx SdrHdl::ImpGetBitmapEx( BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd
...
@@ -705,12 +705,12 @@ BitmapEx SdrHdl::ImpGetBitmapEx( BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd
if
(
eKindOfMarker
==
Anchor
||
eKindOfMarker
==
AnchorPressed
)
if
(
eKindOfMarker
==
Anchor
||
eKindOfMarker
==
AnchorPressed
)
{
{
//
#98388#
when anchor is used take upper left as reference point inside the handle
// when anchor is used take upper left as reference point inside the handle
pRetval
=
new
::
sdr
::
overlay
::
OverlayAnimatedBitmapEx
(
rPos
,
aBmpEx1
,
aBmpEx2
,
nBlinkTime
);
pRetval
=
new
::
sdr
::
overlay
::
OverlayAnimatedBitmapEx
(
rPos
,
aBmpEx1
,
aBmpEx2
,
nBlinkTime
);
}
}
else
if
(
eKindOfMarker
==
AnchorTR
||
eKindOfMarker
==
AnchorPressedTR
)
else
if
(
eKindOfMarker
==
AnchorTR
||
eKindOfMarker
==
AnchorPressedTR
)
{
{
//
#101688#
AnchorTR for SW, take top right as (0,0)
// AnchorTR for SW, take top right as (0,0)
pRetval
=
new
::
sdr
::
overlay
::
OverlayAnimatedBitmapEx
(
rPos
,
aBmpEx1
,
aBmpEx2
,
nBlinkTime
,
pRetval
=
new
::
sdr
::
overlay
::
OverlayAnimatedBitmapEx
(
rPos
,
aBmpEx1
,
aBmpEx2
,
nBlinkTime
,
(
sal_uInt16
)(
aBmpEx1
.
GetSizePixel
().
Width
()
-
1
),
0
,
(
sal_uInt16
)(
aBmpEx1
.
GetSizePixel
().
Width
()
-
1
),
0
,
(
sal_uInt16
)(
aBmpEx2
.
GetSizePixel
().
Width
()
-
1
),
0
);
(
sal_uInt16
)(
aBmpEx2
.
GetSizePixel
().
Width
()
-
1
),
0
);
...
@@ -727,18 +727,17 @@ BitmapEx SdrHdl::ImpGetBitmapEx( BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd
...
@@ -727,18 +727,17 @@ BitmapEx SdrHdl::ImpGetBitmapEx( BitmapMarkerKind eKindOfMarker, sal_uInt16 nInd
}
}
else
else
{
{
// create normal handle
// create normal handle: use ImpGetBitmapEx(...) now
// #101928# use ImpGetBitmapEx(...) now
BitmapEx
aBmpEx
=
ImpGetBitmapEx
(
eKindOfMarker
,
(
sal_uInt16
)
eColIndex
,
bIsFineHdl
);
BitmapEx
aBmpEx
=
ImpGetBitmapEx
(
eKindOfMarker
,
(
sal_uInt16
)
eColIndex
,
bIsFineHdl
);
if
(
eKindOfMarker
==
Anchor
||
eKindOfMarker
==
AnchorPressed
)
if
(
eKindOfMarker
==
Anchor
||
eKindOfMarker
==
AnchorPressed
)
{
{
//
#98388#
upper left as reference point inside the handle for AnchorPressed, too
// upper left as reference point inside the handle for AnchorPressed, too
pRetval
=
new
::
sdr
::
overlay
::
OverlayBitmapEx
(
rPos
,
aBmpEx
);
pRetval
=
new
::
sdr
::
overlay
::
OverlayBitmapEx
(
rPos
,
aBmpEx
);
}
}
else
if
(
eKindOfMarker
==
AnchorTR
||
eKindOfMarker
==
AnchorPressedTR
)
else
if
(
eKindOfMarker
==
AnchorTR
||
eKindOfMarker
==
AnchorPressedTR
)
{
{
//
#101688#
AnchorTR for SW, take top right as (0,0)
// AnchorTR for SW, take top right as (0,0)
pRetval
=
new
::
sdr
::
overlay
::
OverlayBitmapEx
(
rPos
,
aBmpEx
,
pRetval
=
new
::
sdr
::
overlay
::
OverlayBitmapEx
(
rPos
,
aBmpEx
,
(
sal_uInt16
)(
aBmpEx
.
GetSizePixel
().
Width
()
-
1
),
0
);
(
sal_uInt16
)(
aBmpEx
.
GetSizePixel
().
Width
()
-
1
),
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