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
10ed4af8
Kaydet (Commit)
10ed4af8
authored
Şub 26, 2017
tarafından
Matthias Seidel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed typos (documention->documentation)
üst
f7ce97f2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Accessible.idl
offapi/com/sun/star/accessibility/Accessible.idl
+1
-1
XInterface.idl
udkapi/com/sun/star/uno/XInterface.idl
+1
-1
sft.cxx
vcl/source/fontsubset/sft.cxx
+1
-1
No files found.
offapi/com/sun/star/accessibility/Accessible.idl
Dosyayı görüntüle @
10ed4af8
...
...
@@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility {
actual
information
that
is
needed
to
make
it
accessible
.
</p>
<
p
>
Service
<
code
>
Accessible
</
code
>
is
just
a
wrapper
for
the
interface
<
code
>
XAccessible
</
code
>.
See
the
interface
's documention for more
<
code
>
XAccessible
</
code
>.
See
the
interface
's document
at
ion for more
information.</p>
@see XAccessible
...
...
udkapi/com/sun/star/uno/XInterface.idl
Dosyayı görüntüle @
10ed4af8
...
...
@@ -44,7 +44,7 @@
<
p
>
Deriving
from
this
interface
is
mandatory
for
all
UNO
interfaces
.
<
p
>
Each
language
binding
(
Java
,
C
++
,
StarBasic
,
Python
,
...
)
may
provide
a
different
mapping
of
this
interface
,
please
look
into
the
language
dependent
documention
.
dependent
document
at
ion
.
<
p
>
The
UNO
object
does
not
export
the
state
of
the
reference
count
(
acquire
()
and
release
()
do
not
have
return
values
)
.
In
general
,
also
the
UNO
object
itself
...
...
vcl/source/fontsubset/sft.cxx
Dosyayı görüntüle @
10ed4af8
...
...
@@ -1573,7 +1573,7 @@ static void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs,
/* All fonts with MS kern table that I've seen so far contain just one kern subtable.
* MS kern documentation is very poor and I doubt that font developers will be using
* several subtables. I expect them to be using OpenType tables instead.
* According to MS documention, format 2 subtables are not supported by Windows and OS/2.
* According to MS document
at
ion, format 2 subtables are not supported by Windows and OS/2.
*/
if
(
ttf
->
nkern
>
1
)
{
fprintf
(
stderr
,
"KernGlyphsPrim2: %d kern tables found.
\n
"
,
ttf
->
nkern
);
...
...
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