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
97cc93cb
Kaydet (Commit)
97cc93cb
authored
Ock 07, 2010
tarafından
Kai Sommerfeld
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
rebase to dev300 m69.
üst
f7fab855
2d8f81af
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
33 deletions
+1
-33
c_rcode.cxx
autodoc/source/parser/cpp/c_rcode.cxx
+0
-21
build.xml
...les/DevelopersGuide/ScriptingFramework/SayHello/build.xml
+0
-1
build.xml
...velopersGuide/ScriptingFramework/ScriptSelector/build.xml
+0
-1
makefile.mk
odk/pack/gendocu/makefile.mk
+0
-1
build.lst
odk/prj/build.lst
+1
-1
makefile.mk
odk/source/unowinreg/win/makefile.mk
+0
-2
makefile.pmk
odk/util/makefile.pmk
+0
-6
No files found.
autodoc/source/parser/cpp/c_rcode.cxx
Dosyayı görüntüle @
97cc93cb
...
...
@@ -42,27 +42,6 @@
#include <x_parse.hxx>
#include "pe_file.hxx"
#ifdef IRIX
// see i19418 incomplete type for cpp::PE_Namespace
#include "pe_namsp.hxx"
#include "pe_ignor.hxx"
#include "pe_defs.hxx"
#include "pe_vafu.hxx"
#include "pe_tydef.hxx"
#include "pe_tpltp.hxx"
#include "pe_type.hxx"
#include "pe_vari.hxx"
#include "pe_funct.hxx"
#include "pe_enum.hxx"
#include "pe_param.hxx"
#include "pe_class.hxx"
#include "pe_expression.hxx"
#include "pe_base.hxx"
#include "pe_enum.hxx"
#include "pe_enval.hxx"
#endif
const
uintt
C_nNO_TRY
=
uintt
(
-
1
);
...
...
odk/examples/DevelopersGuide/ScriptingFramework/SayHello/build.xml
Dosyayı görüntüle @
97cc93cb
...
...
@@ -25,7 +25,6 @@
<path
id=
"scriptclasspath"
>
<pathelement
location=
"${opp}/classes/unoil.jar"
/>
<pathelement
location=
"${opp}/classes/ridl.jar"
/>
<pathelement
location=
"${opp}/classes/sandbox.jar"
/>
<pathelement
location=
"${opp}/classes/jurt.jar"
/>
<pathelement
location=
"${opp}/classes/juh.jar"
/>
<pathelement
location=
"${opp}/classes/ScriptFramework.jar"
/>
...
...
odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/build.xml
Dosyayı görüntüle @
97cc93cb
...
...
@@ -25,7 +25,6 @@
<path
id=
"scriptclasspath"
>
<pathelement
location=
"${opp}/classes/unoil.jar"
/>
<pathelement
location=
"${opp}/classes/ridl.jar"
/>
<pathelement
location=
"${opp}/classes/sandbox.jar"
/>
<pathelement
location=
"${opp}/classes/jurt.jar"
/>
<pathelement
location=
"${opp}/classes/juh.jar"
/>
<pathelement
location=
"${opp}/classes/ScriptFramework.jar"
/>
...
...
odk/pack/gendocu/makefile.mk
Dosyayı görüntüle @
97cc93cb
...
...
@@ -52,7 +52,6 @@ JAVA_PACKAGES=\
com.sun.star.comp.helper
\
com.sun.star.lib.uno.helper
\
com.sun.star.lib.unoloader
\
com.sun.star.tools.uno
\
com.sun.star.uno
\
$(JAVA_SRC_DIR)$/
com
$/
sun
$/
star
$/
lib
$/
util
$/
UrlToFileMapper.java
# com.sun.star.beans \
...
...
odk/prj/build.lst
Dosyayı görüntüle @
97cc93cb
od
odk :: cppuhelper cpputools io jurt javaunohelper sandbox remotebridges stoc udkapi ridljar offapi unoil autodoc unodevtools external cli_ure
NULL
od
odk :: cppuhelper jurt javaunohelper udkapi ridljar offapi autodoc unodevtools external
NULL
od odk usr1 - all od_mkout NULL
od odk\inc nmake - all od_inc NULL
od odk\source\com\sun\star\lib\loader nmake - all od_loader od_inc NULL
...
...
odk/source/unowinreg/win/makefile.mk
Dosyayı görüntüle @
97cc93cb
...
...
@@ -55,8 +55,6 @@ JAVA_INCLUDES+= -I$(JAVA_HOME)/include/bsd
JAVA_INCLUDES
+=
-I
$(JAVA_HOME)
/include/linux
.ELIF
"$(OS)"
==
"NETBSD"
JAVA_INCLUDES
+=
-I
$(JAVA_HOME)
/include/netbsd
.ELIF
"$(OS)"
==
"IRIX"
JAVA_INCLUDES
+=
-I
$(JAVA_HOME)
/include/solaris
.ENDIF
.ENDIF
...
...
odk/util/makefile.pmk
Dosyayı görüntüle @
97cc93cb
...
...
@@ -162,12 +162,6 @@ DESTPLATFROM=netbsd
###########
DESTPLATFROM
=
freebsd
.ELIF
"$(OS)"
==
"IRIX"
###########
# IRIX
###########
DESTPLATFROM
=
irix
.ELIF
"$(OS)"
==
"MACOSX"
###########
# MACOSX
...
...
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