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
acbbd79b
Kaydet (Commit)
acbbd79b
authored
May 04, 2012
tarafından
Marc Garcia
Kaydeden (comit)
Jesús Corrius
May 04, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused method VendorBase::getJavaExePaths(int*)
üst
19af8cc5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
21 deletions
+4
-21
util.hxx
jvmfwk/plugins/sunmajor/pluginlib/util.hxx
+4
-4
vendorbase.cxx
jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
+0
-16
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
jvmfwk/plugins/sunmajor/pluginlib/util.hxx
Dosyayı görüntüle @
acbbd79b
...
...
@@ -39,10 +39,10 @@ namespace jfw_plugin
class
VendorBase
;
std
::
vector
<
rtl
::
OUString
>
getVectorFromCharArray
(
char
const
*
const
*
ar
,
int
size
);
/* The function uses the relative paths, such as "bin/java.exe" a
s provided by
VendorBase::getJavaExePaths and the provided path to derive the the home directory.
The home directory is then used as argument to getJREInfoByPath. For example
usBinDir is
file:///c:/j2sdk/jre/bin then file:///c:/j2sdk/jre would be derived.
/* The function uses the relative paths, such as "bin/java.exe" a
nd the provided
path to derive the the home directory. The home directory is then used as
argument to getJREInfoByPath. For example usBinDir is
file:///c:/j2sdk/jre/bin then file:///c:/j2sdk/jre would be derived.
*/
bool
getJREInfoFromBinPath
(
const
rtl
::
OUString
&
path
,
std
::
vector
<
rtl
::
Reference
<
VendorBase
>
>
&
vecInfos
);
...
...
jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
Dosyayı görüntüle @
acbbd79b
...
...
@@ -71,22 +71,6 @@ VendorBase::VendorBase(): m_bAccessibility(false)
{
}
char
const
*
const
*
VendorBase
::
getJavaExePaths
(
int
*
size
)
{
static
char
const
*
ar
[]
=
{
#if defined(WNT)
"java.exe"
,
"bin/java.exe"
#elif UNX
"java"
,
"bin/java"
#endif
};
*
size
=
sizeof
(
ar
)
/
sizeof
(
char
*
);
return
ar
;
}
rtl
::
Reference
<
VendorBase
>
VendorBase
::
createInstance
()
{
VendorBase
*
pBase
=
new
VendorBase
();
...
...
unusedcode.easy
Dosyayı görüntüle @
acbbd79b
...
...
@@ -682,7 +682,6 @@ formula::EditBox::EditBox(Window*, long)
formula::FormulaListBox::FormulaListBox(Window*, long)
formula::FormulaTokenIterator::First()
jfw_plugin::VendorBase::createInstance()
jfw_plugin::VendorBase::getJavaExePaths(int*)
nullcanvas::SpriteCanvasHelper::backgroundPaint(basegfx::B2DRange const&)
nullcanvas::SpriteCanvasHelper::genericUpdate(basegfx::B2DConnectedRanges<canvas::SpriteRedrawManager::SpriteInfo>::ConnectedComponents const&)
nullcanvas::SpriteCanvasHelper::opaqueUpdate(basegfx::B2DConnectedRanges<canvas::SpriteRedrawManager::SpriteInfo>::ConnectedComponents 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