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
5cb2d709
Kaydet (Commit)
5cb2d709
authored
Nis 13, 2015
tarafından
Siqi Liu
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
format changes
üst
0632f77e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
unoctitm.cxx
sfx2/source/control/unoctitm.cxx
+7
-6
docsh.cxx
sw/source/uibase/app/docsh.cxx
+3
-3
No files found.
sfx2/source/control/unoctitm.cxx
Dosyayı görüntüle @
5cb2d709
...
...
@@ -1017,7 +1017,8 @@ void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eSt
aEvent
.
Requery
=
sal_False
;
aEvent
.
State
=
aState
;
if
(
pDispatcher
&&
pDispatcher
->
GetFrame
())
{
if
(
pDispatcher
&&
pDispatcher
->
GetFrame
())
{
InterceptLOKStateChangeEvent
(
pDispatcher
->
GetFrame
()
->
GetObjectShell
(),
aEvent
);
}
...
...
@@ -1047,14 +1048,14 @@ void SfxDispatchController_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eSt
void
SfxDispatchController_Impl
::
InterceptLOKStateChangeEvent
(
const
SfxObjectShell
*
objSh
,
const
::
com
::
sun
::
star
::
frame
::
FeatureStateEvent
&
aEvent
)
const
{
if
(
!
objSh
||
!
objSh
->
isTiledRendering
())
{
if
(
!
objSh
||
!
objSh
->
isTiledRendering
())
return
;
}
if
(
aEvent
.
FeatureURL
.
Path
==
"Bold"
||
aEvent
.
FeatureURL
.
Path
==
"Italic"
||
aEvent
.
FeatureURL
.
Path
==
"Underline"
||
aEvent
.
FeatureURL
.
Path
==
"StrikeOut"
)
{
aEvent
.
FeatureURL
.
Path
==
"Italic"
||
aEvent
.
FeatureURL
.
Path
==
"Underline"
||
aEvent
.
FeatureURL
.
Path
==
"StrikeOut"
)
{
OUStringBuffer
aBuffer
;
aBuffer
.
append
(
aEvent
.
FeatureURL
.
Complete
);
...
...
sw/source/uibase/app/docsh.cxx
Dosyayı görüntüle @
5cb2d709
...
...
@@ -1302,15 +1302,15 @@ bool SwDocShell::GetProtectionHash( /*out*/ ::com::sun::star::uno::Sequence< sal
void
SwDocShell
::
libreOfficeKitCallback
(
int
nType
,
const
char
*
pPayload
)
const
{
if
(
!
m_pDoc
)
{
if
(
!
m_pDoc
)
return
;
}
SwDrawModel
*
pDrawModel
=
m_pDoc
->
getIDocumentDrawModelAccess
().
GetDrawModel
();
pDrawModel
->
libreOfficeKitCallback
(
nType
,
pPayload
);
}
bool
SwDocShell
::
isTiledRendering
()
const
{
bool
SwDocShell
::
isTiledRendering
()
const
{
SwDrawModel
*
pDrawModel
=
m_pDoc
->
getIDocumentDrawModelAccess
().
GetDrawModel
();
return
pDrawModel
->
isTiledRendering
();
}
...
...
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