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
b0f04d1b
Kaydet (Commit)
b0f04d1b
authored
Eyl 17, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: implement per-view LOK_CALLBACK_INVALIDATE_TILES
Change-Id: Id839dc076824e69fe07386c83bf21fc4c7ce2b8e
üst
17042210
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
edtwin.cxx
sw/source/uibase/docvw/edtwin.cxx
+8
-2
No files found.
sw/source/uibase/docvw/edtwin.cxx
Dosyayı görüntüle @
b0f04d1b
...
@@ -69,6 +69,7 @@
...
@@ -69,6 +69,7 @@
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/lok.hxx>
#include <editeng/acorrcfg.hxx>
#include <editeng/acorrcfg.hxx>
#include <SwSmartTagMgr.hxx>
#include <SwSmartTagMgr.hxx>
...
@@ -6223,8 +6224,13 @@ void SwEditWin::LogicInvalidate(const Rectangle* pRectangle)
...
@@ -6223,8 +6224,13 @@ void SwEditWin::LogicInvalidate(const Rectangle* pRectangle)
else
else
sRectangle
=
pRectangle
->
toString
();
sRectangle
=
pRectangle
->
toString
();
if
(
m_rView
.
GetWrtShellPtr
()
)
if
(
comphelper
::
LibreOfficeKit
::
isViewCallback
())
m_rView
.
GetWrtShell
().
libreOfficeKitCallback
(
LOK_CALLBACK_INVALIDATE_TILES
,
sRectangle
.
getStr
());
m_rView
.
libreOfficeKitViewCallback
(
LOK_CALLBACK_INVALIDATE_TILES
,
sRectangle
.
getStr
());
else
{
if
(
m_rView
.
GetWrtShellPtr
())
m_rView
.
GetWrtShell
().
libreOfficeKitCallback
(
LOK_CALLBACK_INVALIDATE_TILES
,
sRectangle
.
getStr
());
}
}
}
void
SwEditWin
::
LogicMouseButtonDown
(
const
MouseEvent
&
rMouseEvent
)
void
SwEditWin
::
LogicMouseButtonDown
(
const
MouseEvent
&
rMouseEvent
)
...
...
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