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
66c3510e
Kaydet (Commit)
66c3510e
authored
Ock 06, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mark uncopyable with boost::noncopyable
üst
9df90559
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
charclass.hxx
unotools/inc/unotools/charclass.hxx
+2
-5
No files found.
unotools/inc/unotools/charclass.hxx
Dosyayı görüntüle @
66c3510e
...
...
@@ -31,6 +31,7 @@
#define _UNOTOOLS_CHARCLASS_HXX
#include <ctype.h> // isdigit(), isalpha()
#include <boost/noncopyable.hpp>
#include <tools/string.hxx>
#include <tools/solar.h>
#include <com/sun/star/i18n/KCharacterType.hpp>
...
...
@@ -74,17 +75,13 @@ const sal_Int32 nCharClassNumericTypeMask =
::
com
::
sun
::
star
::
i18n
::
KCharacterType
::
BASE_FORM
;
class
UNOTOOLS_DLLPUBLIC
CharClass
class
UNOTOOLS_DLLPUBLIC
CharClass
:
private
boost
::
noncopyable
{
::
com
::
sun
::
star
::
lang
::
Locale
aLocale
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
i18n
::
XCharacterClassification
>
xCC
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
xSMgr
;
mutable
::
osl
::
Mutex
aMutex
;
// not implemented, prevent usage
CharClass
(
const
CharClass
&
);
CharClass
&
operator
=
(
const
CharClass
&
);
public
:
/// Preferred ctor with service manager specified
CharClass
(
...
...
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