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
d6e245a7
Kaydet (Commit)
d6e245a7
authored
Şub 21, 2002
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#65293#: include <string.h>
üst
8130b32b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
12 deletions
+20
-12
urp_marshal.hxx
bridges/source/remote/urp/urp_marshal.hxx
+4
-2
global.cxx
rdbmaker/source/codemaker/global.cxx
+3
-2
rdboptions.cxx
rdbmaker/source/rdbmaker/rdboptions.cxx
+3
-2
implreg.cxx
stoc/source/implementationregistration/implreg.cxx
+3
-2
javavm.cxx
stoc/source/javavm/javavm.cxx
+3
-2
jvmargs.cxx
stoc/source/javavm/jvmargs.cxx
+4
-2
No files found.
bridges/source/remote/urp/urp_marshal.hxx
Dosyayı görüntüle @
d6e245a7
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: urp_marshal.hxx,v $
* $RCSfile: urp_marshal.hxx,v $
*
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
*
* last change: $Author:
jbu $ $Date: 2001-08-31 16:16:52
$
* last change: $Author:
hr $ $Date: 2002-02-21 12:11:45
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -61,6 +61,8 @@
...
@@ -61,6 +61,8 @@
#ifndef _URP_MARSHAL_HXX_
#ifndef _URP_MARSHAL_HXX_
#define _URP_MARSHAL_HXX_
#define _URP_MARSHAL_HXX_
#include <string.h>
#ifndef _RTL_USTRBUF_HXX_
#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#include <rtl/ustrbuf.hxx>
#endif
#endif
...
...
rdbmaker/source/codemaker/global.cxx
Dosyayı görüntüle @
d6e245a7
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: global.cxx,v $
* $RCSfile: global.cxx,v $
*
*
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
*
* last change: $Author:
jsc $ $Date: 2001-11-26 12:20:2
3 $
* last change: $Author:
hr $ $Date: 2002-02-21 12:13:1
3 $
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -77,6 +77,7 @@
...
@@ -77,6 +77,7 @@
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#if defined(SAL_W32) || defined(SAL_OS2)
#if defined(SAL_W32) || defined(SAL_OS2)
#include <io.h>
#include <io.h>
#include <direct.h>
#include <direct.h>
...
...
rdbmaker/source/rdbmaker/rdboptions.cxx
Dosyayı görüntüle @
d6e245a7
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: rdboptions.cxx,v $
* $RCSfile: rdboptions.cxx,v $
*
*
* $Revision: 1.
1.1.1
$
* $Revision: 1.
2
$
*
*
* last change: $Author: hr $ $Date: 200
0-09-18 15:29:08
$
* last change: $Author: hr $ $Date: 200
2-02-21 12:15:47
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
*
*
************************************************************************/
************************************************************************/
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include "rdboptions.hxx"
#include "rdboptions.hxx"
...
...
stoc/source/implementationregistration/implreg.cxx
Dosyayı görüntüle @
d6e245a7
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: implreg.cxx,v $
* $RCSfile: implreg.cxx,v $
*
*
* $Revision: 1.1
2
$
* $Revision: 1.1
3
$
*
*
* last change: $Author:
jbu $ $Date: 2001-12-03 17:50:06
$
* last change: $Author:
hr $ $Date: 2002-02-21 12:16:53
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
*
*
*
*
************************************************************************/
************************************************************************/
#include <string.h>
#include <list>
#include <list>
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
...
...
stoc/source/javavm/javavm.cxx
Dosyayı görüntüle @
d6e245a7
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: javavm.cxx,v $
* $RCSfile: javavm.cxx,v $
*
*
* $Revision: 1.2
7
$
* $Revision: 1.2
8
$
*
*
* last change: $Author:
cp $ $Date: 2002-01-20 20:11:04
$
* last change: $Author:
hr $ $Date: 2002-02-21 12:14:56
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -63,6 +63,7 @@
...
@@ -63,6 +63,7 @@
#include <signal.h>
#include <signal.h>
#endif
#endif
#include <string.h>
#include <time.h>
#include <time.h>
...
...
stoc/source/javavm/jvmargs.cxx
Dosyayı görüntüle @
d6e245a7
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: jvmargs.cxx,v $
* $RCSfile: jvmargs.cxx,v $
*
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
*
* last change: $Author:
cp $ $Date: 2002-01-20 20:11:04
$
* last change: $Author:
hr $ $Date: 2002-02-21 12:14:56
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -68,6 +68,8 @@
...
@@ -68,6 +68,8 @@
#endif
#endif
#include <string.h>
#include "jvmargs.hxx"
#include "jvmargs.hxx"
#include <osl/diagnose.h>
#include <osl/diagnose.h>
...
...
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