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
17d86df2
Kaydet (Commit)
17d86df2
authored
Şub 06, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
also change the font combo tooltip to say font is not available
Change-Id: I68e31498aa4916e11e04c57171e32cf9b3204108
üst
445ad883
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
dialogs.hrc
svx/inc/svx/dialogs.hrc
+2
-0
tbcontrl.cxx
svx/source/tbxctrls/tbcontrl.cxx
+2
-0
tbcontrl.src
svx/source/tbxctrls/tbcontrl.src
+12
-0
No files found.
svx/inc/svx/dialogs.hrc
Dosyayı görüntüle @
17d86df2
...
@@ -277,6 +277,8 @@
...
@@ -277,6 +277,8 @@
#define RID_SVXSTR_EXTRAS_CHARBACKGROUND (RID_SVX_START + 196)
#define RID_SVXSTR_EXTRAS_CHARBACKGROUND (RID_SVX_START + 196)
#define RID_SVXSTR_CLEARFORM (RID_SVX_START + 197)
#define RID_SVXSTR_CLEARFORM (RID_SVX_START + 197)
#define RID_SVXSTR_MORE (RID_SVX_START + 198)
#define RID_SVXSTR_MORE (RID_SVX_START + 198)
#define RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE (RID_SVX_START + 199)
#define RID_SVXSTR_CHARFONTNAME (RID_SVX_START + 200)
// Strings for insert/overwrite mode
// Strings for insert/overwrite mode
#define RID_SVXSTR_INSERT_HELPTEXT (RID_SVX_START + 210)
#define RID_SVXSTR_INSERT_HELPTEXT (RID_SVX_START + 210)
...
...
svx/source/tbxctrls/tbcontrl.cxx
Dosyayı görüntüle @
17d86df2
...
@@ -809,6 +809,7 @@ void SvxFontNameBox_Impl::CheckAndMarkUnknownFont( const OUString& fontname )
...
@@ -809,6 +809,7 @@ void SvxFontNameBox_Impl::CheckAndMarkUnknownFont( const OUString& fontname )
{
{
font
.
SetItalic
(
ITALIC_NONE
);
font
.
SetItalic
(
ITALIC_NONE
);
SetControlFont
(
font
);
SetControlFont
(
font
);
SetQuickHelpText
(
SVX_RESSTR
(
RID_SVXSTR_CHARFONTNAME
));
}
}
}
}
else
else
...
@@ -817,6 +818,7 @@ void SvxFontNameBox_Impl::CheckAndMarkUnknownFont( const OUString& fontname )
...
@@ -817,6 +818,7 @@ void SvxFontNameBox_Impl::CheckAndMarkUnknownFont( const OUString& fontname )
{
{
font
.
SetItalic
(
ITALIC_NORMAL
);
font
.
SetItalic
(
ITALIC_NORMAL
);
SetControlFont
(
font
);
SetControlFont
(
font
);
SetQuickHelpText
(
SVX_RESSTR
(
RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE
));
}
}
}
}
}
}
...
...
svx/source/tbxctrls/tbcontrl.src
Dosyayı görüntüle @
17d86df2
...
@@ -152,5 +152,17 @@ String RID_SVXSTR_TEXTCOLOR
...
@@ -152,5 +152,17 @@ String RID_SVXSTR_TEXTCOLOR
{
{
Text [ en-US ] = "Font color";
Text [ en-US ] = "Font color";
};
};
// This is duplicated in GenericCommands.xcu in officecfg.
String RID_SVXSTR_CHARFONTNAME
{
Text [ en-US ] = "Font Name";
};
String RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE
{
Text [ en-US ] = "Font Name. The current font is not available and will be substituted.";
};
// ********************************************************************** EOF
// ********************************************************************** EOF
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