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
5da802b4
Kaydet (Commit)
5da802b4
authored
Mar 09, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop __store_ prefix from static entity (avoid reserved identifier)
Change-Id: Ib03727f6b47d8f013f78a590d36d568ebc405bf3
üst
7605a786
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
stordir.cxx
store/source/stordir.cxx
+3
-3
No files found.
store/source/stordir.cxx
Dosyayı görüntüle @
5da802b4
...
...
@@ -41,9 +41,9 @@ using namespace store;
*
*======================================================================*/
/*
*
__store_
convertTextToUnicode.
* convertTextToUnicode.
*/
inline
sal_Size
__store_
convertTextToUnicode
(
static
inline
sal_Size
convertTextToUnicode
(
rtl_TextToUnicodeConverter
hConverter
,
const
sal_Char
*
pSrcBuffer
,
sal_Size
nSrcLength
,
sal_Unicode
*
pDstBuffer
,
sal_Size
nDstLength
)
...
...
@@ -182,7 +182,7 @@ storeError OStoreDirectory_Impl::iterate (storeFindData &rFindData)
sal_Size
n
=
rtl_str_getLength
(
p
);
sal_Size
k
=
rFindData
.
m_nLength
;
n
=
__store_
convertTextToUnicode
(
n
=
convertTextToUnicode
(
m_hTextCvt
,
p
,
n
,
rFindData
.
m_pszName
,
STORE_MAXIMUM_NAMESIZE
-
1
);
if
(
k
>
n
)
...
...
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