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
59d811ef
Kaydet (Commit)
59d811ef
authored
Tem 02, 2012
tarafından
Ariel Constenla-Haile
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i120145 - Remove ENABLE_PRESENTER_EXTRA_UI
üst
07503b88
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
25 deletions
+1
-25
configure.in
configure.in
+0
-14
XSlideShow.idl
offapi/com/sun/star/presentation/XSlideShow.idl
+1
-2
makefile.mk
sd/source/ui/slideshow/makefile.mk
+0
-4
set_soenv.in
set_soenv.in
+0
-1
makefile.mk
slideshow/source/engine/makefile.mk
+0
-4
No files found.
configure.in
Dosyayı görüntüle @
59d811ef
...
...
@@ -461,10 +461,6 @@ AC_ARG_WITH(beanshell-jar,
[
--
with
-
beanshell
-
jar
=
JARFILE
Specify
path
to
jarfile
manually
],
[
BSH_JAR
=
"$withval"
])
AC_ARG_ENABLE
(
presenter
-
extra
-
ui
,
[
--
enable
-
presenter
-
extra
-
ui
enables
extra
functionality
during
slideshow
,
e
.
g
.
selecting
pen
color
,
erasing
drawings
etc
.
],,
enable_presenter_extra_ui
=
no
)
AC_ARG_ENABLE
(
minimizer
,
[
--
enable
-
minimizer
enables
the
build
of
the
Presentation
Minimizer
extension
],,)
...
...
@@ -6190,16 +6186,6 @@ fi
AC_SUBST(ENABLE_OPENGL)
AC_MSG_CHECKING([whether to build extra presenter ui])
if test -n "$enable_presenter_extra_ui" -a "$enable_presenter_extra_ui" != "no"; then
AC_MSG_RESULT([yes])
ENABLE_PRESENTER_EXTRA_UI=YES
else
AC_MSG_RESULT([no])
ENABLE_PRESENTER_EXTRA_UI=NO
fi
AC_SUBST(ENABLE_PRESENTER_EXTRA_UI)
AC_MSG_CHECKING([whether to build the Presentation Minimizer extension])
if test -n "$enable_minimizer" -a "$enable_minimizer" != "no"; then
AC_MSG_RESULT([yes])
...
...
offapi/com/sun/star/presentation/XSlideShow.idl
Dosyayı görüntüle @
59d811ef
...
...
@@ -148,8 +148,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
The
slide
to
display
.
@
param
xDrawPages
For
future
use
.
This
parameter
can
be
NULL
when
the
ENABLE_PRESENTER_EXTRA_UI
feature
is
disabled
.
For
future
use
.
@
param
xAnimationNode
The
animation
node
determine
the
animations
to
display
.
...
...
sd/source/ui/slideshow/makefile.mk
Dosyayı görüntüle @
59d811ef
...
...
@@ -35,10 +35,6 @@ AUTOSEG=true
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/makefile.pmk
.IF
"$(ENABLE_PRESENTER_EXTRA_UI)"
==
"YES"
ENABLE_PRESENTER_EXTRA_UI
is
not
used
anymore
.ENDIF
# --- Files --------------------------------------------------------
...
...
set_soenv.in
Dosyayı görüntüle @
59d811ef
...
...
@@ -1688,7 +1688,6 @@ ToFile( "ENABLE_CAIRO", "@ENABLE_CAIRO@", "e" );
ToFile( "ENABLE_CAIRO_CANVAS", "@ENABLE_CAIRO_CANVAS@", "e" );
ToFile( "ENABLE_OPENGL", "@ENABLE_OPENGL@", "e" );
ToFile( "ENABLE_PDFIMPORT", "@ENABLE_PDFIMPORT@", "e" );
ToFile( "ENABLE_PRESENTER_EXTRA_UI","@ENABLE_PRESENTER_EXTRA_UI@","e" );
ToFile( "ENABLE_MINIMIZER", "@ENABLE_MINIMIZER@","e" );
ToFile( "ENABLE_PRESENTER_SCREEN","@ENABLE_PRESENTER_SCREEN@","e" );
ToFile( "ENABLE_REPORTBUILDER","@ENABLE_REPORTBUILDER@","e" );
...
...
slideshow/source/engine/makefile.mk
Dosyayı görüntüle @
59d811ef
...
...
@@ -33,10 +33,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE
:
settings.mk
.INCLUDE
:
$(PRJ)$/util$/makefile.pmk
.IF
"$(ENABLE_PRESENTER_EXTRA_UI)"
==
"YES"
ENABLE_PRESENTER_EXTRA_UI
is
not
used
anymore
.ENDIF
# --- Common ----------------------------------------------------------
ENVCFLAGS
+=
-DBOOST_SPIRIT_USE_OLD_NAMESPACE
...
...
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