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
bdcd01c3
Kaydet (Commit)
bdcd01c3
authored
May 02, 2013
tarafından
Armin Le Grand
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i122142 do use simple text hilight frame when captions are in TextEdit mode
üst
fd23db16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
svdmrkv.cxx
svx/source/svdraw/svdmrkv.cxx
+7
-0
svdorect.cxx
svx/source/svdraw/svdorect.cxx
+1
-0
No files found.
svx/source/svdraw/svdmrkv.cxx
Dosyayı görüntüle @
bdcd01c3
...
...
@@ -54,6 +54,7 @@
#include <svx/sdrpaintwindow.hxx>
#include <svx/sdrpagewindow.hxx>
#include <svx/sdrhittesthelper.hxx>
#include <svx/svdocapt.hxx>
////////////////////////////////////////////////////////////////////////////////////////////////////
// predefines
...
...
@@ -716,6 +717,12 @@ void SdrMarkView::SetMarkHandles()
}
}
// #122142# for captions in TextEdit, force to FrameHdls to get the special text selection
if
(
!
bFrmHdl
&&
pMarkedObj
&&
bSingleTextObjMark
&&
dynamic_cast
<
SdrCaptionObj
*
>
(
pMarkedObj
))
{
bFrmHdl
=
true
;
}
if
(
bFrmHdl
)
{
Rectangle
aRect
(
GetMarkedObjRect
());
...
...
svx/source/svdraw/svdorect.cxx
Dosyayı görüntüle @
bdcd01c3
...
...
@@ -330,6 +330,7 @@ SdrHdl* SdrRectObj::GetHdl(sal_uInt32 nHdlNum) const
{
case
0
:
{
OSL_ENSURE
(
!
IsTextEditActive
(),
"Do not use a ImpTextframeHdl for hilighting text in active text edit, this will collide with EditEngine paints (!)"
);
pH
=
new
ImpTextframeHdl
(
aRect
);
pH
->
SetObj
((
SdrObject
*
)
this
);
pH
->
SetDrehWink
(
aGeo
.
nDrehWink
);
...
...
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