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
c32c11fb
Kaydet (Commit)
c32c11fb
authored
Haz 04, 2013
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MPLv2 subset improvements.
üst
ea9b4a69
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
115 additions
and
12 deletions
+115
-12
config_host.mk.in
config_host.mk.in
+1
-0
config_lgpl.h.in
config_host/config_lgpl.h.in
+1
-1
config_mpl.h.in
config_host/config_mpl.h.in
+9
-0
configure.ac
configure.ac
+42
-2
Module_lpsolve.mk
lpsolve/Module_lpsolve.mk
+1
-1
Rdb_services.mk
postprocess/Rdb_services.mk
+3
-1
Library_sc.mk
sc/Library_sc.mk
+4
-2
fieldwnd.cxx
sc/source/ui/dbgui/fieldwnd.cxx
+2
-0
pvlaydlg.cxx
sc/source/ui/dbgui/pvlaydlg.cxx
+2
-0
pvlaydlg.hxx
sc/source/ui/inc/pvlaydlg.hxx
+2
-0
cellsh2.cxx
sc/source/ui/view/cellsh2.cxx
+0
-1
tabvwshc.cxx
sc/source/ui/view/tabvwshc.cxx
+7
-1
Module_sccomp.mk
sccomp/Module_sccomp.mk
+1
-1
solver.cxx
sccomp/source/solver/solver.cxx
+11
-0
InstallModule_calc.mk
scp2/InstallModule_calc.mk
+1
-0
InstallModule_ooo.mk
scp2/InstallModule_ooo.mk
+1
-0
file_calc.scp
scp2/source/calc/file_calc.scp
+6
-2
OGLTrans_Shaders.cxx
...eshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.cxx
+11
-0
OGLTrans_Shaders.hxx
...eshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.hxx
+2
-0
OGLTrans_TransitionImpl.hxx
...ource/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
+2
-0
OGLTrans_Shaders.h
slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.h
+2
-0
OGLTrans_TransitionImpl.hxx
...ow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
+2
-0
OGLTrans_TransitionImpl.hxx
...ow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx
+2
-0
No files found.
config_host.mk.in
Dosyayı görüntüle @
c32c11fb
...
@@ -128,6 +128,7 @@ export ENABLE_KDE4=@ENABLE_KDE4@
...
@@ -128,6 +128,7 @@ export ENABLE_KDE4=@ENABLE_KDE4@
export ENABLE_KDE=@ENABLE_KDE@
export ENABLE_KDE=@ENABLE_KDE@
export ENABLE_LIBLANGTAG=@ENABLE_LIBLANGTAG@
export ENABLE_LIBLANGTAG=@ENABLE_LIBLANGTAG@
export ENABLE_LOCKDOWN=@ENABLE_LOCKDOWN@
export ENABLE_LOCKDOWN=@ENABLE_LOCKDOWN@
export ENABLE_LPSOLVE=@ENABLE_LPSOLVE@
export ENABLE_LTO=@ENABLE_LTO@
export ENABLE_LTO=@ENABLE_LTO@
export ENABLE_LWP=@ENABLE_LWP@
export ENABLE_LWP=@ENABLE_LWP@
export ENABLE_MACOSX_SANDBOX=@ENABLE_MACOSX_SANDBOX@
export ENABLE_MACOSX_SANDBOX=@ENABLE_MACOSX_SANDBOX@
...
...
config_host/config_lgpl.h.in
Dosyayı görüntüle @
c32c11fb
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#ifndef CONFIG_LGPL_H
#ifndef CONFIG_LGPL_H
#define CONFIG_LGPL_H
#define CONFIG_LGPL_H
#
define MPL_HAVE_SUBSET 0
#
include <config_mpl.h>
#if MPL_HAVE_SUBSET
#if MPL_HAVE_SUBSET
# error "Attempting to compile LGPL code into MPL subset"
# error "Attempting to compile LGPL code into MPL subset"
...
...
config_host/config_mpl.h.in
0 → 100644
Dosyayı görüntüle @
c32c11fb
/* config_host/config_mpl.h. Generated from config_mpl.h.in by configure. */
#ifndef CONFIG_MPL_H
#define CONFIG_MPL_H
#define MPL_HAVE_SUBSET 0
#endif
configure.ac
Dosyayı görüntüle @
c32c11fb
...
@@ -569,6 +569,12 @@ dragonfly*)
...
@@ -569,6 +569,12 @@ dragonfly*)
linux-android*)
linux-android*)
build_gstreamer=no
build_gstreamer=no
build_gstreamer_0_10=no
build_gstreamer_0_10=no
enable_lotuswordpro=no
enable_neon=no
enable_mpl_subset=yes
enable_opengl=no
enable_lpsolve=no
with_theme="tango"
test_cups=no
test_cups=no
test_dbus=no
test_dbus=no
test_fontconfig=no
test_fontconfig=no
...
@@ -695,6 +701,12 @@ AC_ARG_ENABLE(ext-wiki-publisher,
...
@@ -695,6 +701,12 @@ AC_ARG_ENABLE(ext-wiki-publisher,
AS_HELP_STRING([--enable-ext-wiki-publisher],
AS_HELP_STRING([--enable-ext-wiki-publisher],
[Enable the Wiki Publisher extension.])
[Enable the Wiki Publisher extension.])
)
)
AC_ARG_ENABLE(lpsolve,
AS_HELP_STRING([--disable-lpsolve],
[Disable compilation of the lp solve solver ])
)
###############################################################################
###############################################################################
dnl ---------- *** ----------
dnl ---------- *** ----------
...
@@ -6913,10 +6925,14 @@ AC_SUBST(WINEGCC)
...
@@ -6913,10 +6925,14 @@ AC_SUBST(WINEGCC)
if test $_os = iOS; then
if test $_os = iOS; then
enable_mpl_subset=yes
enable_mpl_subset=yes
enable_opengl=no
enable_lotuswordpro=no
enable_lpsolve=no
enable_postgresql_sdbc=no
enable_postgresql_sdbc=no
enable_lotuswordpro=no
enable_lotuswordpro=no
enable_neon=no
enable_neon=no
enable_extension_integration=no
enable_extension_integration=no
with_theme="tango"
with_ppds=no
with_ppds=no
fi
fi
...
@@ -8773,8 +8789,18 @@ AC_SUBST(MYTHES_CFLAGS)
...
@@ -8773,8 +8789,18 @@ AC_SUBST(MYTHES_CFLAGS)
AC_SUBST(MYTHES_LIBS)
AC_SUBST(MYTHES_LIBS)
dnl ===================================================================
dnl ===================================================================
dnl
Checking for lpsolve
dnl
How should we build the linear programming solver ?
dnl ===================================================================
dnl ===================================================================
ENABLE_LPSOLVE=
AC_MSG_CHECKING([whether to build with lpsolve])
if test "$enable_lpsolve" != "no"; then
ENABLE_LPSOLVE=TRUE
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_LPSOLVE)
AC_MSG_CHECKING([which lpsolve to use])
AC_MSG_CHECKING([which lpsolve to use])
if test "$with_system_lpsolve" = "yes"; then
if test "$with_system_lpsolve" = "yes"; then
AC_MSG_RESULT([external])
AC_MSG_RESULT([external])
...
@@ -11709,7 +11735,7 @@ if test "$enable_mpl_subset" = "yes"; then
...
@@ -11709,7 +11735,7 @@ if test "$enable_mpl_subset" = "yes"; then
if test "$enable_lotuswordpro" = "yes"; then
if test "$enable_lotuswordpro" = "yes"; then
AC_MSG_ERROR([need to --disable-lotuswordpro - a Lotus Word Pro file format import filter.])
AC_MSG_ERROR([need to --disable-lotuswordpro - a Lotus Word Pro file format import filter.])
fi
fi
if test "$enable_neon" != "no"; then
if test "$enable_neon" != "no"
-o "x$DISABLE_NEON" != "xTRUE"
; then
AC_MSG_ERROR([need to --disable-neon - webdav support.])
AC_MSG_ERROR([need to --disable-neon - webdav support.])
fi
fi
if test "x$enable_ext_mariadb_connector" = "xyes"; then
if test "x$enable_ext_mariadb_connector" = "xyes"; then
...
@@ -11724,6 +11750,19 @@ if test "$enable_mpl_subset" = "yes"; then
...
@@ -11724,6 +11750,19 @@ if test "$enable_mpl_subset" = "yes"; then
if test "x$WITH_EXTRA_EXTENSIONS" != "x"; then
if test "x$WITH_EXTRA_EXTENSIONS" != "x"; then
AC_MSG_ERROR([need to disable extra extensions '$WITH_EXTRA_EXTENSIONS'])
AC_MSG_ERROR([need to disable extra extensions '$WITH_EXTRA_EXTENSIONS'])
fi
fi
for theme in $WITH_THEMES; do
case $theme in
crystal|default|hicontrast|human|oxygen)
AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES': $theme present, use --with-theme=tango]) ;;
*) : ;;
esac
done
if test "$enable_opengl" != "no" -o "x$ENABLE_OPENGL" == "xTRUE"; then
AC_MSG_ERROR([need to --disable-opengl - GL transitions support.])
fi
if test "$enable_lpsolve" != "no" -o "x$ENABLE_LPSOLVE" == "xTRUE"; then
AC_MSG_ERROR([need to --disable-lpsolve - calc linear programming solver.])
fi
MPL_SUBSET="TRUE"
MPL_SUBSET="TRUE"
AC_DEFINE(MPL_HAVE_SUBSET)
AC_DEFINE(MPL_HAVE_SUBSET)
...
@@ -11854,6 +11893,7 @@ AC_CONFIG_HEADERS([config_host/config_features.h])
...
@@ -11854,6 +11893,7 @@ AC_CONFIG_HEADERS([config_host/config_features.h])
AC_CONFIG_HEADERS([config_host/config_global.h])
AC_CONFIG_HEADERS([config_host/config_global.h])
AC_CONFIG_HEADERS([config_host/config_graphite.h])
AC_CONFIG_HEADERS([config_host/config_graphite.h])
AC_CONFIG_HEADERS([config_host/config_lgpl.h])
AC_CONFIG_HEADERS([config_host/config_lgpl.h])
AC_CONFIG_HEADERS([config_host/config_mpl.h])
AC_CONFIG_HEADERS([config_host/config_kde4.h])
AC_CONFIG_HEADERS([config_host/config_kde4.h])
AC_CONFIG_HEADERS([config_host/config_mingw.h])
AC_CONFIG_HEADERS([config_host/config_mingw.h])
AC_CONFIG_HEADERS([config_host/config_oox.h])
AC_CONFIG_HEADERS([config_host/config_oox.h])
...
...
lpsolve/Module_lpsolve.mk
Dosyayı görüntüle @
c32c11fb
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
$(eval $(call gb_Module_Module,lpsolve))
$(eval $(call gb_Module_Module,lpsolve))
ifeq ($(ENABLE_LPSOLVE),TRUE)
ifeq ($(SYSTEM_LPSOLVE),NO)
ifeq ($(SYSTEM_LPSOLVE),NO)
ifneq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,lpsolve,\
$(eval $(call gb_Module_add_targets,lpsolve,\
UnpackedTarball_lpsolve \
UnpackedTarball_lpsolve \
ExternalPackage_lpsolve \
ExternalPackage_lpsolve \
...
...
postprocess/Rdb_services.mk
Dosyayı görüntüle @
c32c11fb
...
@@ -112,8 +112,10 @@ $(eval $(call gb_Rdb_add_components,services,\
...
@@ -112,8 +112,10 @@ $(eval $(call gb_Rdb_add_components,services,\
xmlscript/util/xmlscript \
xmlscript/util/xmlscript \
xmlsecurity/util/xmlsecurity \
xmlsecurity/util/xmlsecurity \
xmlsecurity/util/xsec_fw \
xmlsecurity/util/xsec_fw \
$(if $(
filter-out IOS,$(OS)
), \
$(if $(
ENABLE_LPSOLVE
), \
sccomp/source/solver/solver \
sccomp/source/solver/solver \
) \
$(if $(filter-out IOS,$(OS)), \
writerfilter/util/writerfilter \
writerfilter/util/writerfilter \
writerperfect/util/wpftwriter \
writerperfect/util/wpftwriter \
writerperfect/util/wpftdraw \
writerperfect/util/wpftdraw \
...
...
sc/Library_sc.mk
Dosyayı görüntüle @
c32c11fb
...
@@ -357,11 +357,13 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
...
@@ -357,11 +357,13 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/ui/dbgui/csvtablebox \
sc/source/ui/dbgui/csvtablebox \
sc/source/ui/dbgui/dbnamdlg \
sc/source/ui/dbgui/dbnamdlg \
sc/source/ui/dbgui/expftext \
sc/source/ui/dbgui/expftext \
sc/source/ui/dbgui/fieldwnd \
$(if $(filter TRUE,$(MPL_SUBSET)),, \
sc/source/ui/dbgui/fieldwnd) \
sc/source/ui/dbgui/filtdlg \
sc/source/ui/dbgui/filtdlg \
sc/source/ui/dbgui/foptmgr \
sc/source/ui/dbgui/foptmgr \
sc/source/ui/dbgui/imoptdlg \
sc/source/ui/dbgui/imoptdlg \
sc/source/ui/dbgui/pvlaydlg \
$(if $(filter TRUE,$(MPL_SUBSET)),, \
sc/source/ui/dbgui/pvlaydlg) \
sc/source/ui/dbgui/sfiltdlg \
sc/source/ui/dbgui/sfiltdlg \
sc/source/ui/docshell/arealink \
sc/source/ui/docshell/arealink \
sc/source/ui/docshell/autostyl \
sc/source/ui/docshell/autostyl \
...
...
sc/source/ui/dbgui/fieldwnd.cxx
Dosyayı görüntüle @
c32c11fb
...
@@ -35,6 +35,8 @@
...
@@ -35,6 +35,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
************************************************************************/
************************************************************************/
#include <config_lgpl.h>
#include "fieldwnd.hxx"
#include "fieldwnd.hxx"
#include <comphelper/string.hxx>
#include <comphelper/string.hxx>
...
...
sc/source/ui/dbgui/pvlaydlg.cxx
Dosyayı görüntüle @
c32c11fb
...
@@ -35,6 +35,8 @@
...
@@ -35,6 +35,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
************************************************************************/
************************************************************************/
#include <config_lgpl.h>
#include "pvlaydlg.hxx"
#include "pvlaydlg.hxx"
#include "dpuiglobal.hxx"
#include "dpuiglobal.hxx"
...
...
sc/source/ui/inc/pvlaydlg.hxx
Dosyayı görüntüle @
c32c11fb
...
@@ -38,6 +38,8 @@
...
@@ -38,6 +38,8 @@
#ifndef SC_PVLAYDLG_HXX
#ifndef SC_PVLAYDLG_HXX
#define SC_PVLAYDLG_HXX
#define SC_PVLAYDLG_HXX
#include <config_lgpl.h>
#include <memory>
#include <memory>
#include <vector>
#include <vector>
...
...
sc/source/ui/view/cellsh2.cxx
Dosyayı görüntüle @
c32c11fb
...
@@ -48,7 +48,6 @@
...
@@ -48,7 +48,6 @@
#include "filtdlg.hxx"
#include "filtdlg.hxx"
#include "dbnamdlg.hxx"
#include "dbnamdlg.hxx"
#include "reffact.hxx"
#include "reffact.hxx"
#include "pvlaydlg.hxx"
#include "validat.hxx"
#include "validat.hxx"
#include "scresid.hxx"
#include "scresid.hxx"
...
...
sc/source/ui/view/tabvwshc.cxx
Dosyayı görüntüle @
c32c11fb
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <config_mpl.h>
#include "scitems.hxx"
#include "scitems.hxx"
#include <vcl/msgbox.hxx>
#include <vcl/msgbox.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/childwin.hxx>
...
@@ -41,7 +43,9 @@
...
@@ -41,7 +43,9 @@
#include "consdlg.hxx"
#include "consdlg.hxx"
#include "filtdlg.hxx"
#include "filtdlg.hxx"
#include "dbnamdlg.hxx"
#include "dbnamdlg.hxx"
#include "pvlaydlg.hxx"
#if ! MPL_HAVE_SUBSET
# include "pvlaydlg.hxx"
#endif
#include "areasdlg.hxx"
#include "areasdlg.hxx"
#include "rangeutl.hxx"
#include "rangeutl.hxx"
#include "crnrdlg.hxx"
#include "crnrdlg.hxx"
...
@@ -317,6 +321,7 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog(
...
@@ -317,6 +321,7 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog(
case
SID_OPENDLG_PIVOTTABLE
:
case
SID_OPENDLG_PIVOTTABLE
:
{
{
#if ! MPL_HAVE_SUBSET
// all settings must be in pDialogDPObject
// all settings must be in pDialogDPObject
if
(
pDialogDPObject
)
if
(
pDialogDPObject
)
...
@@ -329,6 +334,7 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog(
...
@@ -329,6 +334,7 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog(
GetViewData
()
->
SetRefTabNo
(
GetViewData
()
->
GetTabNo
()
);
GetViewData
()
->
SetRefTabNo
(
GetViewData
()
->
GetTabNo
()
);
pResult
=
new
ScPivotLayoutDlg
(
pB
,
pCW
,
pParent
,
*
pDialogDPObject
,
pObj
==
NULL
);
pResult
=
new
ScPivotLayoutDlg
(
pB
,
pCW
,
pParent
,
*
pDialogDPObject
,
pObj
==
NULL
);
}
}
#endif
}
}
break
;
break
;
...
...
sccomp/Module_sccomp.mk
Dosyayı görüntüle @
c32c11fb
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
$(eval $(call gb_Module_Module,sccomp))
$(eval $(call gb_Module_Module,sccomp))
if
neq ($(OS),IOS
)
if
eq ($(ENABLE_LPSOLVE),TRUE
)
$(eval $(call gb_Module_add_targets,sccomp,\
$(eval $(call gb_Module_add_targets,sccomp,\
AllLangResTarget_solver \
AllLangResTarget_solver \
...
...
sccomp/source/solver/solver.cxx
Dosyayı görüntüle @
c32c11fb
...
@@ -24,9 +24,20 @@
...
@@ -24,9 +24,20 @@
* <http://www.openoffice.org/license.html>
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
* for a copy of the LGPLv3 License.
*
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*
************************************************************************/
************************************************************************/
#include "sal/config.h"
#include "sal/config.h"
#include <config_lgpl.h>
#undef LANGUAGE_NONE
#undef LANGUAGE_NONE
#if defined SAL_W32
#if defined SAL_W32
...
...
scp2/InstallModule_calc.mk
Dosyayı görüntüle @
c32c11fb
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
$(eval $(call gb_InstallModule_InstallModule,scp2/calc))
$(eval $(call gb_InstallModule_InstallModule,scp2/calc))
$(eval $(call gb_InstallModule_define_if_set,scp2/calc,\
$(eval $(call gb_InstallModule_define_if_set,scp2/calc,\
ENABLE_LPSOLVE \
SYSTEM_LPSOLVE \
SYSTEM_LPSOLVE \
))
))
...
...
scp2/InstallModule_ooo.mk
Dosyayı görüntüle @
c32c11fb
...
@@ -31,6 +31,7 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
...
@@ -31,6 +31,7 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_KDE \
ENABLE_KDE \
ENABLE_KDE4 \
ENABLE_KDE4 \
ENABLE_LIBLANGTAG \
ENABLE_LIBLANGTAG \
ENABLE_LPSOLVE \
ENABLE_NPAPI_FROM_BROWSER \
ENABLE_NPAPI_FROM_BROWSER \
ENABLE_NPAPI_INTO_BROWSER \
ENABLE_NPAPI_INTO_BROWSER \
ENABLE_ONLINE_UPDATE \
ENABLE_ONLINE_UPDATE \
...
...
scp2/source/calc/file_calc.scp
Dosyayı görüntüle @
c32c11fb
...
@@ -43,8 +43,6 @@ STD_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
...
@@ -43,8 +43,6 @@ STD_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
STD_LIB_FILE( gid_File_Lib_Scd, scd)
STD_LIB_FILE( gid_File_Lib_Scd, scd)
STD_RES_FILE( gid_File_Res_Solver, solver)
STD_RES_FILE( gid_File_Res_Analysis, analysis)
STD_RES_FILE( gid_File_Res_Analysis, analysis)
STD_RES_FILE( gid_File_Res_Date, date)
STD_RES_FILE( gid_File_Res_Date, date)
...
@@ -70,9 +68,15 @@ File gid_File_Exe_Scalc
...
@@ -70,9 +68,15 @@ File gid_File_Exe_Scalc
End
End
#endif
#endif
#if defined(ENABLE_LPSOLVE)
STD_RES_FILE( gid_File_Res_Solver, solver)
#if ! defined (SYSTEM_LPSOLVE)
#if ! defined (SYSTEM_LPSOLVE)
File gid_File_Lib_Lpsolve
File gid_File_Lib_Lpsolve
PACKED_LIB_FILE_BODY;
PACKED_LIB_FILE_BODY;
Name = SPECIAL_NAME(lpsolve55);
Name = SPECIAL_NAME(lpsolve55);
End
End
#endif
#endif
#endif
slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.cxx
Dosyayı görüntüle @
c32c11fb
...
@@ -24,8 +24,19 @@
...
@@ -24,8 +24,19 @@
* <http://www.openoffice.org/license.html>
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
* for a copy of the LGPLv3 License.
*
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
************************************************************************/
************************************************************************/
#include <config_lgpl.h>
#include <osl/diagnose.hxx>
#include <osl/diagnose.hxx>
#include "OGLTrans_Shaders.hxx"
#include "OGLTrans_Shaders.hxx"
...
...
slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.hxx
Dosyayı görüntüle @
c32c11fb
...
@@ -29,6 +29,8 @@
...
@@ -29,6 +29,8 @@
#ifndef INCLUDED_OGLTRANS_SHADERS_HXX_
#ifndef INCLUDED_OGLTRANS_SHADERS_HXX_
#define INCLUDED_OGLTRANS_SHADERS_HXX_
#define INCLUDED_OGLTRANS_SHADERS_HXX_
#include <config_lgpl.h>
#define GL_GLEXT_PROTOTYPES 1
#define GL_GLEXT_PROTOTYPES 1
#include <GL/gl.h>
#include <GL/gl.h>
#include <GL/glext.h>
#include <GL/glext.h>
...
...
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
Dosyayı görüntüle @
c32c11fb
...
@@ -28,6 +28,8 @@
...
@@ -28,6 +28,8 @@
#ifndef INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#ifndef INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#define INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#define INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#include <config_lgpl.h>
#include <boost/noncopyable.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/shared_ptr.hpp>
...
...
slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.h
Dosyayı görüntüle @
c32c11fb
...
@@ -29,6 +29,8 @@
...
@@ -29,6 +29,8 @@
#ifndef INCLUDED_OGLTRANS_SHADERS_HXX_
#ifndef INCLUDED_OGLTRANS_SHADERS_HXX_
#define INCLUDED_OGLTRANS_SHADERS_HXX_
#define INCLUDED_OGLTRANS_SHADERS_HXX_
#include <config_lgpl.h>
/* FIXME : Really needed ? */
/* FIXME : Really needed ? */
#define GL_GLEXT_PROTOTYPES 1
#define GL_GLEXT_PROTOTYPES 1
...
...
slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
Dosyayı görüntüle @
c32c11fb
...
@@ -28,6 +28,8 @@
...
@@ -28,6 +28,8 @@
#ifndef INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#ifndef INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#define INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#define INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#include <config_lgpl.h>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b3dvector.hxx>
#include <basegfx/vector/b3dvector.hxx>
...
...
slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx
Dosyayı görüntüle @
c32c11fb
...
@@ -28,6 +28,8 @@
...
@@ -28,6 +28,8 @@
#ifndef INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#ifndef INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#define INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#define INCLUDED_OGLTRANS_TRANSITIONIMPL_HXX_
#include <config_lgpl.h>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b3dvector.hxx>
#include <basegfx/vector/b3dvector.hxx>
...
...
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