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
ce6274df
Kaydet (Commit)
ce6274df
authored
Haz 29, 2001
tarafından
Daniel Boelzle
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
osl_executeProcess has changed
üst
a684e6c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
ubtest.cxx
testtools/source/performance/ubtest.cxx
+6
-3
No files found.
testtools/source/performance/ubtest.cxx
Dosyayı görüntüle @
ce6274df
/**************************************************************************
/**************************************************************************
#*
#*
#* last change $Author:
kr $ $Date: 2001-05-04 07:05:18
$
#* last change $Author:
dbo $ $Date: 2001-06-29 14:01:57
$
#* $Revision: 1.
1
$
#* $Revision: 1.
2
$
#*
#*
#* $Logfile: $
#* $Logfile: $
#*
#*
...
@@ -1119,7 +1119,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
...
@@ -1119,7 +1119,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
osl_executeProcess
(
osl_executeProcess
(
aUnoExe
.
pData
,
pArgs
,
sizeof
(
aArgs
)
/
sizeof
(
OUString
),
aUnoExe
.
pData
,
pArgs
,
sizeof
(
aArgs
)
/
sizeof
(
OUString
),
osl_Process_SEARCHPATH
|
osl_Process_DETACHED
|
osl_Process_NORMAL
,
osl_Process_SEARCHPATH
|
osl_Process_DETACHED
|
osl_Process_NORMAL
,
hSecurity
,
aWorkingDir
.
pData
,
0
,
0
,
0
,
&
hProcess
);
hSecurity
,
aWorkingDir
.
pData
,
0
,
0
,
&
hProcess
);
osl_freeSecurityHandle
(
hSecurity
);
osl_freeSecurityHandle
(
hSecurity
);
if
(
!
hProcess
)
if
(
!
hProcess
)
...
@@ -1322,6 +1322,9 @@ void * SAL_CALL component_getFactory(
...
@@ -1322,6 +1322,9 @@ void * SAL_CALL component_getFactory(
/**************************************************************************
/**************************************************************************
$Log: not supported by cvs2svn $
$Log: not supported by cvs2svn $
Revision 1.1 2001/05/04 07:05:18 kr
moved from grande to openoffice
Revision 1.16 2001/04/19 12:53:47 kr
Revision 1.16 2001/04/19 12:53:47 kr
java in process test now works
java in process test now works
...
...
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