Kaydet (Commit) c2027cec authored tarafından Mathias Bauer's avatar Mathias Bauer

#98396#: new slot export

üst a2058142
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#* Beschreibung ImpressViewShell-IDL #* Beschreibung ImpressViewShell-IDL
#* #*
#* Ersterstellung SOH (04.04.97) #* Ersterstellung SOH (04.04.97)
#* Letzte Aenderung $Author: thb $ $Date: 2001-08-07 13:36:07 $ #* Letzte Aenderung $Author: mba $ $Date: 2002-03-28 16:29:03 $
#* $Revision: 1.3 $ #* $Revision: 1.4 $
#* #*
#* $Logfile: T:/sd/sdi/drviewsh.sdv $ #* $Logfile: T:/sd/sdi/drviewsh.sdv $
#* #*
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Source Code Control System - Header Source Code Control System - Header
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/drviewsh.sdi,v 1.3 2001-08-07 13:36:07 thb Exp $ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/drviewsh.sdi,v 1.4 2002-03-28 16:29:03 mba Exp $
*************************************************************************/ *************************************************************************/
...@@ -232,6 +232,9 @@ shell SdPreviewViewShell : SfxViewShell ...@@ -232,6 +232,9 @@ shell SdPreviewViewShell : SfxViewShell
Source Code Control System - History Source Code Control System - History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.3 2001/08/07 13:36:07 thb
#88546# Added preview mode for Draw/Impress documents
Revision 1.2 2001/06/29 14:06:45 ka Revision 1.2 2001/06/29 14:06:45 ka
#77632#: new shell for presentation mode #77632#: new shell for presentation mode
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1.1.1 $ # $Revision: 1.2 $
# #
# last change: $Author: hr $ $Date: 2000-09-18 16:48:29 $ # last change: $Author: mba $ $Date: 2002-03-28 16:29:03 $
# #
# 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
...@@ -65,8 +65,8 @@ PRJ=.. ...@@ -65,8 +65,8 @@ PRJ=..
PRJNAME=sd PRJNAME=sd
TARGET=sdslots TARGET=sdslots
TARGET2=sdgslots TARGET2=sdgslots
SDI1EXPORT=sdnew SDI1EXPORT=sdraw
SDI2EXPORT=sdnew SDI2EXPORT=sdraw
SVSDIINC=$(PRJ)$/source$/ui$/inc SVSDIINC=$(PRJ)$/source$/ui$/inc
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
...@@ -85,7 +85,6 @@ SIDHRCNAME=SDSLOTS.HRC ...@@ -85,7 +85,6 @@ SIDHRCNAME=SDSLOTS.HRC
SVSDI1DEPEND= \ SVSDI1DEPEND= \
$(SOLARINCXDIR)$/ofa.ilb \ $(SOLARINCXDIR)$/ofa.ilb \
sdraw.sdi \ sdraw.sdi \
sdnew.sdi \
app.sdi \ app.sdi \
_docsh.sdi \ _docsh.sdi \
docshell.sdi \ docshell.sdi \
...@@ -102,7 +101,6 @@ SVSDI1DEPEND= \ ...@@ -102,7 +101,6 @@ SVSDI1DEPEND= \
SVSDI2DEPEND= \ SVSDI2DEPEND= \
$(SOLARINCXDIR)$/ofa.ilb \ $(SOLARINCXDIR)$/ofa.ilb \
sdraw.sdi \ sdraw.sdi \
sdnew.sdi \
app.sdi \ app.sdi \
_docsh.sdi \ _docsh.sdi \
grdocsh.sdi \ grdocsh.sdi \
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#* Beschreibung IDL-Modul #* Beschreibung IDL-Modul
#* #*
#* Ersterstellung SOH (04.04.97) #* Ersterstellung SOH (04.04.97)
#* Letzte Aenderung $Author: ka $ $Date: 2001-10-22 13:36:31 $ #* Letzte Aenderung $Author: mba $ $Date: 2002-03-28 16:29:03 $
#* $Revision: 1.2 $ #* $Revision: 1.3 $
#* #*
#* $Logfile: T:/sd/sdi/sdgslots.sdv $ #* $Logfile: T:/sd/sdi/sdgslots.sdv $
#* #*
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Source Code Control System - Header Source Code Control System - Header
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/sdgslots.sdi,v 1.2 2001-10-22 13:36:31 ka Exp $ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/sdgslots.sdi,v 1.3 2002-03-28 16:29:03 mba Exp $
*************************************************************************/ *************************************************************************/
...@@ -82,7 +82,6 @@ ModulePrefix( "Sd" ) ...@@ -82,7 +82,6 @@ ModulePrefix( "Sd" )
item FadeEffect DiaEffectItem ; item FadeEffect DiaEffectItem ;
item FadeSpeed DiaSpeedItem ; item FadeSpeed DiaSpeedItem ;
include "sdnew.sdi"
include "sdraw.sdi" include "sdraw.sdi"
include "app.sdi" include "app.sdi"
include "_drvwsh.sdi" include "_drvwsh.sdi"
...@@ -101,6 +100,9 @@ ModulePrefix( "Sd" ) ...@@ -101,6 +100,9 @@ ModulePrefix( "Sd" )
Source Code Control System - History Source Code Control System - History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.2 2001/10/22 13:36:31 ka
#93586#: removed __EXPORT compiler flag
Revision 1.1.1.1 2000/09/18 16:48:29 hr Revision 1.1.1.1 2000/09/18 16:48:29 hr
initial import initial import
......
This diff is collapsed.
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#* Beschreibung IDL-Modul #* Beschreibung IDL-Modul
#* #*
#* Ersterstellung SOH (04.04.97) #* Ersterstellung SOH (04.04.97)
#* Letzte Aenderung $Author: ka $ $Date: 2001-10-22 13:36:31 $ #* Letzte Aenderung $Author: mba $ $Date: 2002-03-28 16:29:03 $
#* $Revision: 1.2 $ #* $Revision: 1.3 $
#* #*
#* $Logfile: T:/sd/sdi/sdslots.sdv $ #* $Logfile: T:/sd/sdi/sdslots.sdv $
#* #*
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Source Code Control System - Header Source Code Control System - Header
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/sdslots.sdi,v 1.2 2001-10-22 13:36:31 ka Exp $ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/sdslots.sdi,v 1.3 2002-03-28 16:29:03 mba Exp $
*************************************************************************/ *************************************************************************/
...@@ -82,7 +82,6 @@ ModulePrefix( "Sd" ) ...@@ -82,7 +82,6 @@ ModulePrefix( "Sd" )
item FadeEffect DiaEffectItem ; item FadeEffect DiaEffectItem ;
item FadeSpeed DiaSpeedItem ; item FadeSpeed DiaSpeedItem ;
include "sdnew.sdi"
include "sdraw.sdi" include "sdraw.sdi"
include "app.sdi" include "app.sdi"
include "_drvwsh.sdi" include "_drvwsh.sdi"
...@@ -101,6 +100,9 @@ ModulePrefix( "Sd" ) ...@@ -101,6 +100,9 @@ ModulePrefix( "Sd" )
Source Code Control System - History Source Code Control System - History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.2 2001/10/22 13:36:31 ka
#93586#: removed __EXPORT compiler flag
Revision 1.1.1.1 2000/09/18 16:48:30 hr Revision 1.1.1.1 2000/09/18 16:48:30 hr
initial import initial import
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment