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
1d188294
Kaydet (Commit)
1d188294
authored
May 09, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use vcl::unohelper::CreateBreakIterator consistently
Change-Id: I69eee7804ffe0b0c8ae8e8bc628bf35585f5e69c
üst
c149c6cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
gcach_layout.cxx
vcl/generic/glyphs/gcach_layout.cxx
+4
-10
No files found.
vcl/generic/glyphs/gcach_layout.cxx
Dosyayı görüntüle @
1d188294
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <vcl/unohelp.hxx>
#include <sal/alloca.h>
#include <sal/alloca.h>
#include <rtl/instance.hxx>
#include <rtl/instance.hxx>
...
@@ -34,15 +35,13 @@
...
@@ -34,15 +35,13 @@
#include <hb-icu.h>
#include <hb-icu.h>
#include <hb-ot.h>
#include <hb-ot.h>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
#include <comphelper/processfactory.hxx>
// layout implementation for ServerFont
// layout implementation for ServerFont
ServerFontLayout
::
ServerFontLayout
(
ServerFont
&
rFont
)
ServerFontLayout
::
ServerFontLayout
(
ServerFont
&
rFont
)
:
mrServerFont
(
rFont
)
:
mrServerFont
(
rFont
)
{
}
{
}
void
ServerFontLayout
::
DrawText
(
SalGraphics
&
rSalGraphics
)
const
void
ServerFontLayout
::
DrawText
(
SalGraphics
&
rSalGraphics
)
const
{
{
...
@@ -86,12 +85,7 @@ void ServerFontLayout::setNeedFallback(ImplLayoutArgs& rArgs, sal_Int32 nCharPos
...
@@ -86,12 +85,7 @@ void ServerFontLayout::setNeedFallback(ImplLayoutArgs& rArgs, sal_Int32 nCharPos
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
if
(
!
mxBreak
.
is
())
if
(
!
mxBreak
.
is
())
{
mxBreak
=
vcl
::
unohelper
::
CreateBreakIterator
();
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
xFactory
=
comphelper
::
getProcessServiceFactory
();
mxBreak
=
uno
::
Reference
<
i18n
::
XBreakIterator
>
(
xFactory
->
createInstance
(
"com.sun.star.i18n.BreakIterator"
),
uno
::
UNO_QUERY
);
}
lang
::
Locale
aLocale
(
rArgs
.
maLanguageTag
.
getLocale
());
lang
::
Locale
aLocale
(
rArgs
.
maLanguageTag
.
getLocale
());
...
...
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