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
c791bef5
Kaydet (Commit)
c791bef5
authored
Eki 26, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw tiled rendering: don't offer HTML paste for shape text
Change-Id: Icd6df15347c48a5e42860092f4ee664e3a3d5699
üst
080bd44f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
unotxdoc.cxx
sw/source/uibase/uno/unotxdoc.cxx
+7
-0
No files found.
sw/source/uibase/uno/unotxdoc.cxx
Dosyayı görüntüle @
c791bef5
...
...
@@ -3198,6 +3198,13 @@ bool SwXTextDocument::isMimeTypeSupported()
return
false
;
TransferableDataHelper
aDataHelper
(
TransferableDataHelper
::
CreateFromSystemClipboard
(
&
pWrtShell
->
GetView
().
GetEditWin
()));
if
(
SdrView
*
pSdrView
=
pWrtShell
->
GetDrawView
())
{
if
(
pSdrView
->
GetTextEditObject
())
// Editing shape text
return
EditEngine
::
HasValidData
(
aDataHelper
.
GetTransferable
());
}
return
aDataHelper
.
GetXTransferable
().
is
()
&&
SwTransferable
::
IsPaste
(
*
pWrtShell
,
aDataHelper
);
}
...
...
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