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
86658243
Kaydet (Commit)
86658243
authored
Şub 20, 2017
tarafından
Pranav Kant
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lok: listen for DeleteAnnotation state changes
Change-Id: I2ea0d237cbbfd912b012ed400a328bfb6546cdfb
üst
57d75ba3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
init.cxx
desktop/source/lib/init.cxx
+1
-0
unoctitm.cxx
sfx2/source/control/unoctitm.cxx
+1
-0
No files found.
desktop/source/lib/init.cxx
Dosyayı görüntüle @
86658243
...
@@ -1395,6 +1395,7 @@ static void doc_iniUnoCommands ()
...
@@ -1395,6 +1395,7 @@ static void doc_iniUnoCommands ()
OUString
(
".uno:Paste"
),
OUString
(
".uno:Paste"
),
OUString
(
".uno:SelectAll"
),
OUString
(
".uno:SelectAll"
),
OUString
(
".uno:InsertAnnotation"
),
OUString
(
".uno:InsertAnnotation"
),
OUString
(
".uno:DeleteAnnotation"
),
OUString
(
".uno:ReplyComment"
),
OUString
(
".uno:ReplyComment"
),
OUString
(
".uno:InsertRowsBefore"
),
OUString
(
".uno:InsertRowsBefore"
),
OUString
(
".uno:InsertRowsAfter"
),
OUString
(
".uno:InsertRowsAfter"
),
...
...
sfx2/source/control/unoctitm.cxx
Dosyayı görüntüle @
86658243
...
@@ -1039,6 +1039,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
...
@@ -1039,6 +1039,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
aEvent
.
FeatureURL
.
Path
==
"Paste"
||
aEvent
.
FeatureURL
.
Path
==
"Paste"
||
aEvent
.
FeatureURL
.
Path
==
"SelectAll"
||
aEvent
.
FeatureURL
.
Path
==
"SelectAll"
||
aEvent
.
FeatureURL
.
Path
==
"InsertAnnotation"
||
aEvent
.
FeatureURL
.
Path
==
"InsertAnnotation"
||
aEvent
.
FeatureURL
.
Path
==
"DeleteAnnotation"
||
aEvent
.
FeatureURL
.
Path
==
"InsertRowsBefore"
||
aEvent
.
FeatureURL
.
Path
==
"InsertRowsBefore"
||
aEvent
.
FeatureURL
.
Path
==
"InsertRowsAfter"
||
aEvent
.
FeatureURL
.
Path
==
"InsertRowsAfter"
||
aEvent
.
FeatureURL
.
Path
==
"InsertColumnsBefore"
||
aEvent
.
FeatureURL
.
Path
==
"InsertColumnsBefore"
||
...
...
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