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
c200d482
Kaydet (Commit)
c200d482
authored
Mar 10, 2014
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i124361: Enable exception support for all sc source files.
üst
7bcecbe5
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
29 additions
and
10 deletions
+29
-10
build.lst
sc/prj/build.lst
+0
-1
makefile.mk
sc/source/core/data/makefile.mk
+1
-0
makefile.mk
sc/source/core/tool/makefile.mk
+1
-1
makefile.mk
sc/source/filter/dif/makefile.mk
+1
-0
makefile.mk
sc/source/filter/excel/makefile.mk
+1
-0
makefile.mk
sc/source/filter/ftools/makefile.mk
+1
-0
makefile.mk
sc/source/filter/html/makefile.mk
+1
-0
makefile.mk
sc/source/filter/lotus/makefile.mk
+1
-0
makefile.mk
sc/source/filter/qpro/makefile.mk
+1
-0
makefile.mk
sc/source/filter/rtf/makefile.mk
+1
-0
makefile.mk
sc/source/filter/starcalc/makefile.mk
+1
-0
makefile.mk
sc/source/filter/xcl97/makefile.mk
+1
-0
makefile.mk
sc/source/ui/Accessibility/makefile.mk
+1
-0
makefile.mk
sc/source/ui/app/makefile.mk
+1
-3
makefile.mk
sc/source/ui/attrdlg/makefile.mk
+3
-3
makefile.mk
sc/source/ui/cctrl/makefile.mk
+1
-0
makefile.mk
sc/source/ui/dbgui/makefile.mk
+1
-0
makefile.mk
sc/source/ui/docshell/makefile.mk
+1
-0
makefile.mk
sc/source/ui/drawfunc/makefile.mk
+1
-0
makefile.mk
sc/source/ui/formdlg/makefile.mk
+1
-0
makefile.mk
sc/source/ui/miscdlgs/makefile.mk
+1
-0
makefile.mk
sc/source/ui/namedlg/makefile.mk
+1
-0
makefile.mk
sc/source/ui/navipi/makefile.mk
+1
-0
makefile.mk
sc/source/ui/optdlg/makefile.mk
+1
-0
makefile.mk
sc/source/ui/pagedlg/makefile.mk
+1
-1
makefile.mk
sc/source/ui/styleui/makefile.mk
+1
-0
makefile.mk
sc/source/ui/undo/makefile.mk
+1
-0
makefile.mk
sc/source/ui/view/makefile.mk
+1
-1
No files found.
sc/prj/build.lst
Dosyayı görüntüle @
c200d482
...
...
@@ -6,7 +6,6 @@ sc sc\res get - all sc_res NULL
sc sc\res\imglst\inputwin get - all sc_resiw NULL
sc sc\res\imglst\navipi get - all sc_resna NULL
sc sc\res\imglst\apptbx get - all sc_resap NULL
sc sc\source\core\inc get - all sc_coinc NULL
sc sc\source\ui\inc get - all sc_uiinc NULL
sc sc\source\filter\inc get - all sc_fiinc NULL
sc sc\addin\inc get - all sc_adinc NULL
...
...
sc/source/core/data/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ PROJECTPCH=core_pch
PROJECTPCHSOURCE
=
..
\p
ch
\c
ore_pch
AUTOSEG
=
true
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/core/tool/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -29,7 +29,7 @@ TARGET=tool
PROJECTPCH4DLL
=
TRUE
PROJECTPCH
=
core_pch
PROJECTPCHSOURCE
=
..
\p
ch
\c
ore_pch
ENABLE_EXCEPTIONS
=
TRUE
AUTOSEG
=
true
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/dif/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ AUTOSEG=true
PROJECTPCH4DLL
=
TRUE
PROJECTPCH
=
filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/excel/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ AUTOSEG=true
PROJECTPCH4DLL
=
TRUE
PROJECTPCH
=
filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/ftools/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ AUTOSEG=true
PROJECTPCH4DLL
=
TRUE
PROJECTPCH
=
filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/html/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ AUTOSEG=true
PROJECTPCH4DLL
=
TRUE
PROJECTPCH
=
filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/lotus/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ PROJECTPCH=filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
AUTOSEG
=
true
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/qpro/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ PROJECTPCH=filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
AUTOSEG
=
true
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/rtf/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ AUTOSEG=true
PROJECTPCH4DLL
=
TRUE
PROJECTPCH
=
filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/starcalc/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ PROJECTPCH=filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
AUTOSEG
=
true
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/filter/xcl97/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -31,6 +31,7 @@ AUTOSEG=true
PROJECTPCH4DLL
=
TRUE
PROJECTPCH
=
filt_pch
PROJECTPCHSOURCE
=
..
\p
ch
\f
ilt_pch
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/Accessibility/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
accessibility
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/app/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
app
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
@@ -60,9 +61,6 @@ EXCEPTIONSFILES= \
$(SLO)$/
client.obj
\
$(SLO)$/
inputwin.obj
#LIB3TARGET=$(SLB)$/ysclib.lib
#LIB3OBJFILES=$(SLO)$/sclib.obj
# --- Targets -------------------------------------------------------
.INCLUDE
:
target.mk
...
...
sc/source/ui/attrdlg/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
attrdlg
LIBTARGET
=
no
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
@@ -50,10 +51,9 @@ SLOFILES = $(SLO)$/attrdlg.obj \
LIB1TARGET
=
$(SLB)$/$(TARGET)
.lib
LIB1OBJFILES
=
\
$(SLO)$/
condfrmt.obj
\
$(SLO)$/
scabstdlg.obj
$(SLO)$/
condfrmt.obj
\
$(SLO)$/
scabstdlg.obj
# --- Tagets -------------------------------------------------------
.INCLUDE
:
target.mk
sc/source/ui/cctrl/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
cctrl
LIBTARGET
=
NO
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/dbgui/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
dbgui
LIBTARGET
=
no
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/docshell/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
docshell
LIBTARGET
=
no
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/drawfunc/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
drawfunc
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/formdlg/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
formdlgs
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/miscdlgs/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
miscdlgs
LIBTARGET
=
no
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/namedlg/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
namedlg
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/navipi/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
navipi
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/optdlg/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
optdlg
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/pagedlg/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -26,6 +26,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
pagedlg
LIBTARGET
=
no
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
@@ -43,7 +44,6 @@ CXXFILES = \
tphf.cxx
\
tphfedit.cxx
SLOFILES
=
\
$(SLO)$/
areasdlg.obj
\
...
...
sc/source/ui/styleui/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
styleui
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/undo/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -25,6 +25,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
undo
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
sc/source/ui/view/makefile.mk
Dosyayı görüntüle @
c200d482
...
...
@@ -24,6 +24,7 @@ PRJ=..$/..$/..
PRJNAME
=
sc
TARGET
=
view
ENABLE_EXCEPTIONS
=
TRUE
# --- Settings -----------------------------------------------------
...
...
@@ -33,7 +34,6 @@ TARGET=view
.INCLUDE
:
$(PRJ)$/util$/makefile.pmk
# --- Files --------------------------------------------------------
# drawattr.cxx fuer IDL (enums), sollte in den Svx gehen??
SLOFILES
=
\
...
...
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