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
35a30cbc
Kaydet (Commit)
35a30cbc
authored
Haz 01, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
targeted string re-work
Change-Id: I7b2dac4afc448b6b694bc48f162f46d2a5a7dddb
üst
0a321bfc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
HelpLinker.cxx
l10ntools/source/help/HelpLinker.cxx
+3
-3
xmlparse.cxx
l10ntools/source/xmlparse.cxx
+0
-0
No files found.
l10ntools/source/help/HelpLinker.cxx
Dosyayı görüntüle @
35a30cbc
...
@@ -899,7 +899,7 @@ void HelpLinker::main( std::vector<std::string> &args,
...
@@ -899,7 +899,7 @@ void HelpLinker::main( std::vector<std::string> &args,
//This part is used when compileExtensionHelp is called from the extensions manager.
//This part is used when compileExtensionHelp is called from the extensions manager.
//If extension help is compiled using helplinker in the build process
//If extension help is compiled using helplinker in the build process
rtl
::
OUString
aIdxCaptionPathFileURL
(
*
pOfficeHelpPath
);
rtl
::
OUString
aIdxCaptionPathFileURL
(
*
pOfficeHelpPath
);
aIdxCaptionPathFileURL
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"/idxcaption.xsl"
)
);
aIdxCaptionPathFileURL
+=
rtl
::
OUString
(
"/idxcaption.xsl"
);
rtl
::
OString
aOStr_IdxCaptionPathFileURL
(
rtl
::
OUStringToOString
rtl
::
OString
aOStr_IdxCaptionPathFileURL
(
rtl
::
OUStringToOString
(
aIdxCaptionPathFileURL
,
fs
::
getThreadTextEncoding
()
)
);
(
aIdxCaptionPathFileURL
,
fs
::
getThreadTextEncoding
()
)
);
...
@@ -924,7 +924,7 @@ void HelpLinker::main( std::vector<std::string> &args,
...
@@ -924,7 +924,7 @@ void HelpLinker::main( std::vector<std::string> &args,
//then -idxcontent must be supplied
//then -idxcontent must be supplied
//This part is used when compileExtensionHelp is called from the extensions manager.
//This part is used when compileExtensionHelp is called from the extensions manager.
rtl
::
OUString
aIdxContentPathFileURL
(
*
pOfficeHelpPath
);
rtl
::
OUString
aIdxContentPathFileURL
(
*
pOfficeHelpPath
);
aIdxContentPathFileURL
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"/idxcontent.xsl"
)
);
aIdxContentPathFileURL
+=
rtl
::
OUString
(
"/idxcontent.xsl"
);
rtl
::
OString
aOStr_IdxContentPathFileURL
(
rtl
::
OUStringToOString
rtl
::
OString
aOStr_IdxContentPathFileURL
(
rtl
::
OUStringToOString
(
aIdxContentPathFileURL
,
fs
::
getThreadTextEncoding
()
)
);
(
aIdxContentPathFileURL
,
fs
::
getThreadTextEncoding
()
)
);
...
@@ -1058,7 +1058,7 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
...
@@ -1058,7 +1058,7 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
// i83624: Tree files
// i83624: Tree files
::
rtl
::
OUString
aTreeFileURL
=
aExtensionLanguageRoot
;
::
rtl
::
OUString
aTreeFileURL
=
aExtensionLanguageRoot
;
aTreeFileURL
+=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"/help.tree"
)
);
aTreeFileURL
+=
rtl
::
OUString
(
"/help.tree"
);
osl
::
DirectoryItem
aTreeFileItem
;
osl
::
DirectoryItem
aTreeFileItem
;
osl
::
FileBase
::
RC
rcGet
=
osl
::
DirectoryItem
::
get
(
aTreeFileURL
,
aTreeFileItem
);
osl
::
FileBase
::
RC
rcGet
=
osl
::
DirectoryItem
::
get
(
aTreeFileURL
,
aTreeFileItem
);
osl
::
FileStatus
aFileStatus
(
osl_FileStatus_Mask_FileSize
);
osl
::
FileStatus
aFileStatus
(
osl_FileStatus_Mask_FileSize
);
...
...
l10ntools/source/xmlparse.cxx
Dosyayı görüntüle @
35a30cbc
This diff is collapsed.
Click to expand it.
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