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
3efce450
Kaydet (Commit)
3efce450
authored
Ara 18, 2015
tarafından
Mihai Varga
Kaydeden (comit)
Mihai Varga
Ara 18, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
LOK: get feedback for all of the font/back color commands
Change-Id: Id4aac707666420752b985bcfd03b5b9bb99f79f1
üst
3ecc2b1f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
init.cxx
desktop/source/lib/init.cxx
+3
-0
unoctitm.cxx
sfx2/source/control/unoctitm.cxx
+5
-2
No files found.
desktop/source/lib/init.cxx
Dosyayı görüntüle @
3efce450
...
@@ -670,9 +670,12 @@ static void doc_iniUnoCommands ()
...
@@ -670,9 +670,12 @@ static void doc_iniUnoCommands ()
OUString
sUnoCommands
[]
=
OUString
sUnoCommands
[]
=
{
{
OUString
(
".uno:BackColor"
),
OUString
(
".uno:BackColor"
),
OUString
(
".uno:BackgroundColor"
),
OUString
(
".uno:Bold"
),
OUString
(
".uno:Bold"
),
OUString
(
".uno:CenterPara"
),
OUString
(
".uno:CenterPara"
),
OUString
(
".uno:CharBackColor"
),
OUString
(
".uno:CharFontName"
),
OUString
(
".uno:CharFontName"
),
OUString
(
".uno:Color"
),
OUString
(
".uno:DecrementIndent"
),
OUString
(
".uno:DecrementIndent"
),
OUString
(
".uno:DefaultBullet"
),
OUString
(
".uno:DefaultBullet"
),
OUString
(
".uno:DefaultNumbering"
),
OUString
(
".uno:DefaultNumbering"
),
...
...
sfx2/source/control/unoctitm.cxx
Dosyayı görüntüle @
3efce450
...
@@ -1104,8 +1104,11 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
...
@@ -1104,8 +1104,11 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
aEvent
.
State
>>=
aTemplate
;
aEvent
.
State
>>=
aTemplate
;
aBuffer
.
append
(
aTemplate
.
StyleName
);
aBuffer
.
append
(
aTemplate
.
StyleName
);
}
}
else
if
(
aEvent
.
FeatureURL
.
Path
==
"FontColor"
||
else
if
(
aEvent
.
FeatureURL
.
Path
==
"BackColor"
||
aEvent
.
FeatureURL
.
Path
==
"BackColor"
)
aEvent
.
FeatureURL
.
Path
==
"BackgroundColor"
||
aEvent
.
FeatureURL
.
Path
==
"CharBackColor"
||
aEvent
.
FeatureURL
.
Path
==
"Color"
||
aEvent
.
FeatureURL
.
Path
==
"FontColor"
)
{
{
sal_Int32
nColor
=
-
1
;
sal_Int32
nColor
=
-
1
;
aEvent
.
State
>>=
nColor
;
aEvent
.
State
>>=
nColor
;
...
...
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