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
5c7ab825
Kaydet (Commit)
5c7ab825
authored
May 23, 2016
tarafından
Pranav Kant
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lok: Subcribe to more uno commands for state change
Change-Id: Id2870b176de4163fbe01e4ac380b4981d3187d90
üst
f1ea2290
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
2 deletions
+36
-2
init.cxx
desktop/source/lib/init.cxx
+18
-1
unoctitm.cxx
sfx2/source/control/unoctitm.cxx
+18
-1
No files found.
desktop/source/lib/init.cxx
Dosyayı görüntüle @
5c7ab825
...
@@ -763,7 +763,24 @@ static void doc_iniUnoCommands ()
...
@@ -763,7 +763,24 @@ static void doc_iniUnoCommands ()
OUString
(
".uno:Redo"
),
OUString
(
".uno:Redo"
),
OUString
(
".uno:InsertPage"
),
OUString
(
".uno:InsertPage"
),
OUString
(
".uno:DeletePage"
),
OUString
(
".uno:DeletePage"
),
OUString
(
".uno:DuplicatePage"
)
OUString
(
".uno:DuplicatePage"
),
OUString
(
".uno:Cut"
),
OUString
(
".uno:Copy"
),
OUString
(
".uno:Paste"
),
OUString
(
".uno:SelectAll"
),
OUString
(
".uno:InsertAnnotation"
),
OUString
(
".uno:InsertRowsBefore"
),
OUString
(
".uno:InsertRowsAfter"
),
OUString
(
".uno:InsertColumnsBefore"
),
OUString
(
".uno:InsertColumnsAfter"
),
OUString
(
".uno:DeleteRows"
),
OUString
(
".uno:DeleteColumns"
),
OUString
(
".uno:DeleteTable"
),
OUString
(
".uno:SelectTable"
),
OUString
(
".uno:EntireRow"
),
OUString
(
".uno:EntireColumn"
),
OUString
(
".uno:EntireCell"
),
OUString
(
".uno:MergeCells"
)
};
};
util
::
URL
aCommandURL
;
util
::
URL
aCommandURL
;
...
...
sfx2/source/control/unoctitm.cxx
Dosyayı görüntüle @
5c7ab825
...
@@ -986,7 +986,24 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
...
@@ -986,7 +986,24 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
aBuffer
.
append
(
nColor
);
aBuffer
.
append
(
nColor
);
}
}
else
if
(
aEvent
.
FeatureURL
.
Path
==
"Undo"
||
else
if
(
aEvent
.
FeatureURL
.
Path
==
"Undo"
||
aEvent
.
FeatureURL
.
Path
==
"Redo"
)
aEvent
.
FeatureURL
.
Path
==
"Redo"
||
aEvent
.
FeatureURL
.
Path
==
"Cut"
||
aEvent
.
FeatureURL
.
Path
==
"Copy"
||
aEvent
.
FeatureURL
.
Path
==
"Paste"
||
aEvent
.
FeatureURL
.
Path
==
"SelectAll"
||
aEvent
.
FeatureURL
.
Path
==
"InsertAnnotation"
||
aEvent
.
FeatureURL
.
Path
==
"InsertRowsBefore"
||
aEvent
.
FeatureURL
.
Path
==
"InsertRowsAfter"
||
aEvent
.
FeatureURL
.
Path
==
"InsertColumnsBefore"
||
aEvent
.
FeatureURL
.
Path
==
"InsertColumnsAfter"
||
aEvent
.
FeatureURL
.
Path
==
"DeleteRows"
||
aEvent
.
FeatureURL
.
Path
==
"DeleteColumns"
||
aEvent
.
FeatureURL
.
Path
==
"DeleteTable"
||
aEvent
.
FeatureURL
.
Path
==
"SelectTable"
||
aEvent
.
FeatureURL
.
Path
==
"EntireRow"
||
aEvent
.
FeatureURL
.
Path
==
"EntireColumn"
||
aEvent
.
FeatureURL
.
Path
==
"EntireCell"
||
aEvent
.
FeatureURL
.
Path
==
"MergeCells"
)
{
{
aBuffer
.
append
(
aEvent
.
IsEnabled
?
OUString
(
"enabled"
)
:
OUString
(
"disabled"
));
aBuffer
.
append
(
aEvent
.
IsEnabled
?
OUString
(
"enabled"
)
:
OUString
(
"disabled"
));
}
}
...
...
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