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
7fbfd04c
Kaydet (Commit)
7fbfd04c
authored
Mar 27, 2015
tarafından
Jan Holesovsky
Kaydeden (comit)
Miklos Vajna
Mar 30, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sc tiled editing: Hide the cell selection when we select graphic.
Change-Id: I50f68cc292e971af8bb59782e0495d6142007d67
üst
9987747c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gridwin.cxx
sc/source/ui/view/gridwin.cxx
+4
-2
svdmrkv.cxx
svx/source/svdraw/svdmrkv.cxx
+3
-0
No files found.
sc/source/ui/view/gridwin.cxx
Dosyayı görüntüle @
7fbfd04c
...
...
@@ -5913,9 +5913,11 @@ void ScGridWindow::UpdateCursorOverlay()
mpOOCursors
->
append
(
*
pOverlay
);
// notify the LibreOfficeKit too, but only if there's no
// selection yet, to avoid setting the LOK selection twice
// selection yet (either cell selection, or graphic object),
// to avoid setting the LOK selection twice
// (once for the cell only, and then for the selection)
if
(
!
pViewData
->
GetMarkData
().
IsMarked
()
&&
!
pViewData
->
GetMarkData
().
IsMultiMarked
())
if
(
!
pViewData
->
GetMarkData
().
IsMarked
()
&&
!
pViewData
->
GetMarkData
().
IsMultiMarked
()
&&
!
pViewData
->
GetViewShell
()
->
GetScDrawView
()
->
IsMarking
())
{
updateLibreOfficeKitSelection
(
pViewData
,
pDoc
->
GetDrawLayer
(),
aPixelRects
);
}
...
...
svx/source/svdraw/svdmrkv.cxx
Dosyayı görüntüle @
7fbfd04c
...
...
@@ -737,6 +737,9 @@ void SdrMarkView::SetMarkHandles()
}
sSelection
=
aSelection
.
toString
();
// hide the text selection too
GetModel
()
->
libreOfficeKitCallback
(
LOK_CALLBACK_TEXT_SELECTION
,
""
);
}
GetModel
()
->
libreOfficeKitCallback
(
LOK_CALLBACK_GRAPHIC_SELECTION
,
sSelection
.
getStr
());
}
...
...
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