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
7267ab13
Kaydet (Commit)
7267ab13
authored
Şub 08, 2012
tarafından
Greg Kroah-Hartman
Kaydeden (comit)
Norbert Thiebaud
Şub 08, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unicode: delete unused unicode:isTitle() method
üst
ba2619e1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
unicode.hxx
i18nutil/inc/i18nutil/unicode.hxx
+0
-1
unicode.cxx
i18nutil/source/utility/unicode.cxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
i18nutil/inc/i18nutil/unicode.hxx
Dosyayı görüntüle @
7267ab13
...
...
@@ -51,7 +51,6 @@ public:
static
sal_Int32
SAL_CALL
getCharType
(
const
sal_Unicode
ch
);
static
sal_Bool
SAL_CALL
isUpper
(
const
sal_Unicode
ch
);
static
sal_Bool
SAL_CALL
isLower
(
const
sal_Unicode
ch
);
static
sal_Bool
SAL_CALL
isTitle
(
const
sal_Unicode
ch
);
static
sal_Bool
SAL_CALL
isDigit
(
const
sal_Unicode
ch
);
static
sal_Bool
SAL_CALL
isControl
(
const
sal_Unicode
ch
);
static
sal_Bool
SAL_CALL
isPrint
(
const
sal_Unicode
ch
);
...
...
i18nutil/source/utility/unicode.cxx
Dosyayı görüntüle @
7267ab13
...
...
@@ -411,7 +411,6 @@ sal_Bool SAL_CALL func( const sal_Unicode ch) {\
IsType
(
unicode
::
isUpper
,
UPPERMASK
)
IsType
(
unicode
::
isLower
,
LOWERMASK
)
IsType
(
unicode
::
isTitle
,
DIGITMASK
)
IsType
(
unicode
::
isControl
,
CONTROLMASK
)
IsType
(
unicode
::
isPrint
,
PRINTMASK
)
IsType
(
unicode
::
isAlpha
,
ALPHAMASK
)
...
...
unusedcode.easy
Dosyayı görüntüle @
7267ab13
...
...
@@ -1542,7 +1542,6 @@ ucbhelper::Content::insertNewContent(rtl::OUString const&, com::sun::star::uno::
ucbhelper::ContentBroker::ContentBroker(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, std::__debug::vector<ucbhelper::ContentProviderData, std::allocator<ucbhelper::ContentProviderData> > const&)
ucbhelper::SimpleCertificateValidationRequest::getResponse() const
unicode::getCharType(unsigned short)
unicode::isTitle(unsigned short)
unographic::GraphicDescriptor::isValid() const
utl::NodeValueAccessor::bind(com::sun::star::uno::Any*)
utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const
...
...
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