2010-03-16 09:54:03 +01:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2008-04-10 08:34:17 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2005-09-09 00:37:57 +00:00
|
|
|
*
|
2010-03-16 09:54:03 +01:00
|
|
|
************************************************************************/
|
2004-02-05 17:10:37 +00:00
|
|
|
#include "macros.inc"
|
2005-11-11 13:26:28 +00:00
|
|
|
|
2011-02-16 11:18:47 +02:00
|
|
|
#if defined SOLAR_JAVA && defined WNT
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Accessbridge
|
|
|
|
BIN_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "java_uno_accessbridge.dll";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2008-03-26 11:39:43 +00:00
|
|
|
#if defined(WNT)
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Ado, ado)
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Basctl, basctl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Basprov
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(basprov,DLLPOSTFIX,.uno,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(basprov,DLLPOSTFIX,.uno,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2009-06-17 13:32:41 +00:00
|
|
|
File gid_File_Lib_Vbaevent
|
2004-02-05 17:10:37 +00:00
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2009-06-17 13:32:41 +00:00
|
|
|
Name = STRING(CONCAT4(vbaevents,DLLPOSTFIX,.uno,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2009-06-17 13:32:41 +00:00
|
|
|
Name = STRING(CONCAT4(vbaevents,DLLPOSTFIX,.uno,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Bib , bib)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Cached1
|
2004-03-30 13:51:08 +00:00
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-03-30 13:51:08 +00:00
|
|
|
#ifdef UNX
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = STRING(CONCAT2(libcached1,UNXSUFFIX));
|
2004-03-30 13:51:08 +00:00
|
|
|
#else
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "cached1.dll";
|
2004-03-30 13:51:08 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_Configmgr, configmgr.uno)
|
2004-03-30 13:51:08 +00:00
|
|
|
|
2006-04-20 12:34:52 +00:00
|
|
|
#ifdef WITH_LDAP
|
2004-08-03 13:58:16 +00:00
|
|
|
File gid_File_Lib_Ldapbe2
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-08-03 13:58:16 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(ldapbe2.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "ldapbe2.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
2004-10-22 07:00:32 +00:00
|
|
|
#endif
|
2004-08-03 13:58:16 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Chartcontroller, chartcontroller)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Chartmodel, chartmodel)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Charttools, charttools)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Chartview, chartview)
|
2004-02-10 10:10:55 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-07-25 05:35:37 +00:00
|
|
|
#if defined WNT && defined _MSC
|
2005-11-19 16:01:23 +00:00
|
|
|
|
2008-06-25 11:18:02 +00:00
|
|
|
File gid_File_Lib_Cli_Oootypes_Assembly
|
2005-11-11 09:25:46 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
|
2008-06-25 11:18:02 +00:00
|
|
|
Name = "cli_oootypes.dll";
|
2005-11-11 09:25:46 +00:00
|
|
|
Dir = gid_Dir_Program;
|
2008-06-25 11:18:02 +00:00
|
|
|
Assemblyname = "cli_oootypes";
|
2005-11-11 09:25:46 +00:00
|
|
|
PublicKeyToken = "ce2cb7e279207b9e";
|
2008-06-25 11:18:02 +00:00
|
|
|
Version = "${CLI_OOOTYPES_NEW_VERSION}";
|
2005-11-11 09:25:46 +00:00
|
|
|
Culture = "neutral";
|
|
|
|
Attributes = "0";
|
2007-04-02 11:34:16 +00:00
|
|
|
ProcessorArchitecture = "MSIL";
|
2005-11-11 09:25:46 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
2008-07-17 10:46:56 +00:00
|
|
|
|
2008-07-25 05:35:37 +00:00
|
|
|
#if defined WNT && defined _MSC
|
2008-06-25 11:18:02 +00:00
|
|
|
File gid_File_Lib_Policy_Cli_Oootypes_Assembly
|
2005-11-19 16:01:23 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
|
2008-06-25 11:18:02 +00:00
|
|
|
Name = "${CLI_OOOTYPES_POLICY_ASSEMBLY}.dll";
|
2005-11-19 16:01:23 +00:00
|
|
|
Dir = gid_Dir_Program;
|
2008-06-25 11:18:02 +00:00
|
|
|
Assemblyname = "${CLI_OOOTYPES_POLICY_ASSEMBLY}";
|
2005-11-19 16:01:23 +00:00
|
|
|
PublicKeyToken = "ce2cb7e279207b9e";
|
2008-06-25 11:18:02 +00:00
|
|
|
Version = "${CLI_OOOTYPES_POLICY_VERSION}";
|
2004-11-26 17:37:21 +00:00
|
|
|
Culture = "neutral";
|
|
|
|
Attributes = "0";
|
2007-04-02 11:34:16 +00:00
|
|
|
ProcessorArchitecture = "MSIL";
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
2004-06-17 14:45:41 +00:00
|
|
|
|
2008-07-25 05:35:37 +00:00
|
|
|
#if defined WNT && defined _MSC
|
2005-11-19 16:01:23 +00:00
|
|
|
|
2008-06-25 11:18:02 +00:00
|
|
|
File gid_File_Lib_Policy_Cli_Oootypes_Config
|
2005-11-19 16:01:23 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, ASSIGNCOMPOMENT, DONTRENAMEINPATCH);
|
2008-06-25 11:18:02 +00:00
|
|
|
Name = "cli_oootypes.config";
|
2005-11-19 16:01:23 +00:00
|
|
|
Dir = gid_Dir_Program;
|
2008-06-25 11:18:02 +00:00
|
|
|
AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
|
2005-11-19 16:01:23 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2004-06-17 14:45:41 +00:00
|
|
|
#if ! defined WNT // no longer supported on Windows
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Cmdmail, cmdmail.uno )
|
2004-06-17 14:45:41 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-07-12 12:07:42 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Comphelper2
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
2011-01-28 12:49:53 +01:00
|
|
|
Name = STRING(CONCAT3(libcomphelp,COMID,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2011-01-28 12:49:53 +01:00
|
|
|
Name = STRING(CONCAT3(comphelp,COMID,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Ctl , ctl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Cui, cui)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-09-09 07:09:13 +00:00
|
|
|
#ifndef SYSTEM_CURL
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Curl
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2005-02-24 13:09:49 +00:00
|
|
|
#ifdef MACOSX
|
2010-01-11 08:36:34 +01:00
|
|
|
Name = STRING(CONCAT2(libcurl.4,UNXSUFFIX));
|
2005-02-24 13:09:49 +00:00
|
|
|
#else
|
2010-01-11 08:36:34 +01:00
|
|
|
Name = STRING(CONCAT3(libcurl,UNXSUFFIX,.4));
|
2005-02-24 13:09:49 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2007-03-26 13:30:18 +00:00
|
|
|
#ifdef _gcc3
|
2010-01-11 08:36:34 +01:00
|
|
|
Name = "libcurl-4.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#else
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "libcurl.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2004-09-09 07:09:13 +00:00
|
|
|
#endif
|
|
|
|
|
2005-04-11 08:33:24 +00:00
|
|
|
#ifndef SYSTEM_DB
|
2004-09-09 07:09:13 +00:00
|
|
|
|
2005-04-11 08:33:24 +00:00
|
|
|
File gid_File_Lib_Db
|
2004-02-05 17:10:37 +00:00
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2009-08-25 11:09:20 +00:00
|
|
|
Name = STRING(CONCAT2(libdb-4.7,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2009-08-25 11:09:20 +00:00
|
|
|
Name = "libdb47.dll";
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2006-10-06 09:40:39 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef ENABLE_GTK
|
2006-11-07 14:32:41 +00:00
|
|
|
#ifdef ENABLE_SYSTRAY_GTK
|
2006-10-06 09:40:39 +00:00
|
|
|
File gid_File_Lib_QStart_Gtk
|
|
|
|
Name = LIBNAME(qstart_gtk);
|
|
|
|
TXT_FILE_BODY;
|
2010-06-08 09:41:44 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-10-06 09:40:39 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2006-11-07 14:32:41 +00:00
|
|
|
#endif
|
2006-10-06 09:40:39 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dba, dba)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sdbt, sdbt)
|
2006-07-10 15:16:15 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbmm, dbmm)
|
2008-03-06 17:46:46 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbase2, dbase )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbfile , file)
|
2009-07-03 12:24:35 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Odbcbase,odbcbase)
|
2008-08-19 09:36:29 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Dbpool
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libdbpool2,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "dbpool2.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbt, dbtools )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Dbaxml, dbaxml )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Dict_Ja
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libdict_ja,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "dict_ja.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Dict_Zh
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libdict_zh,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "dict_zh.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2006-01-31 17:49:59 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Collator_Data
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libcollator_data,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "collator_data.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2006-01-31 17:49:59 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Index_Data
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libindex_data,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "index_data.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2006-01-31 17:49:59 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Textconv_Dict
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libtextconv_dict,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "textconv_dict.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2004-02-10 16:20:31 +00:00
|
|
|
File gid_File_Lib_Dlgprov
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-10 16:20:31 +00:00
|
|
|
#ifdef UNX
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(dlgprov,DLLPOSTFIX,.uno,UNXSUFFIX));
|
2004-02-10 16:20:31 +00:00
|
|
|
#else
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(dlgprov,DLLPOSTFIX,.uno,.dll));
|
2004-02-10 16:20:31 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2007-01-02 14:55:30 +00:00
|
|
|
File gid_File_Lib_Stringresource
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-01-02 14:55:30 +00:00
|
|
|
#ifdef UNX
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(stringresource,DLLPOSTFIX,.uno,UNXSUFFIX));
|
2007-01-02 14:55:30 +00:00
|
|
|
#else
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(stringresource,DLLPOSTFIX,.uno,.dll));
|
2007-01-02 14:55:30 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2007-04-25 15:18:25 +00:00
|
|
|
File gid_File_Lib_Vbaobj
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-04-25 15:18:25 +00:00
|
|
|
#ifdef UNX
|
2011-03-26 15:21:59 -05:00
|
|
|
Name = STRING(CONCAT3(vbaobj,.uno,UNXSUFFIX));
|
2007-04-25 15:18:25 +00:00
|
|
|
#else
|
2011-03-26 15:21:59 -05:00
|
|
|
Name = STRING(CONCAT3(vbaobj,.uno,.dll));
|
2007-04-25 15:18:25 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2009-09-18 15:24:22 +00:00
|
|
|
File gid_File_Lib_Vbaswobj
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2010-03-22 16:36:18 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2009-09-18 15:24:22 +00:00
|
|
|
#ifdef UNX
|
2010-04-16 23:02:51 +02:00
|
|
|
Name = STRING(CONCAT3(vbaswobj,.uno,UNXSUFFIX));
|
2009-09-18 15:24:22 +00:00
|
|
|
#else
|
2010-04-16 23:02:51 +02:00
|
|
|
Name = STRING(CONCAT3(vbaswobj,.uno,.dll));
|
2009-09-18 15:24:22 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Vbamsforms
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2010-03-22 16:36:18 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2009-09-18 15:24:22 +00:00
|
|
|
#ifdef UNX
|
2011-01-26 16:15:19 +01:00
|
|
|
Name = STRING(CONCAT3(msforms,.uno,UNXSUFFIX));
|
2009-09-18 15:24:22 +00:00
|
|
|
#else
|
2011-01-26 16:15:19 +01:00
|
|
|
Name = STRING(CONCAT3(msforms,.uno,.dll));
|
2009-09-18 15:24:22 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Vbahelper
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT3(libvbahelper,DLLPOSTFIX,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(vbahelper,DLLPOSTFIX,.dll));
|
|
|
|
#endif
|
|
|
|
End
|
2007-04-25 15:18:25 +00:00
|
|
|
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Dnd
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "dnd.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Dtrans
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Name = "dtrans.dll";
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Drawinglayer,drawinglayer)
|
2008-08-19 23:08:50 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Embobj,embobj)
|
2007-06-05 10:28:22 +00:00
|
|
|
|
|
|
|
#ifndef DISABLE_ATL
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Emboleobj,emboleobj)
|
2007-06-05 10:28:22 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-06-05 10:28:22 +00:00
|
|
|
#if defined(WNT) && !defined(DISABLE_ATL)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Emser, emser )
|
2008-11-20 15:13:11 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Inprocserv
|
|
|
|
TXT_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-11-20 15:13:11 +00:00
|
|
|
Name = "inprocserv.dll";
|
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef UNX
|
|
|
|
|
2006-01-10 13:34:07 +00:00
|
|
|
#ifdef ENABLE_KAB
|
2005-12-19 16:23:17 +00:00
|
|
|
File gid_File_Lib_Kab_1
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-12-19 16:23:17 +00:00
|
|
|
Name = STRING(CONCAT2(libkab1,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
2006-01-19 14:47:24 +00:00
|
|
|
File gid_File_Lib_Kab_Drv_1
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-01-19 14:47:24 +00:00
|
|
|
Name = STRING(CONCAT2(libkabdrv1,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
2005-12-19 16:23:17 +00:00
|
|
|
#endif
|
|
|
|
|
2007-09-13 16:59:54 +00:00
|
|
|
#ifdef MACOSX
|
|
|
|
File gid_File_Lib_Macab_1
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-09-13 16:59:54 +00:00
|
|
|
Name = STRING(CONCAT2(libmacab1,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Macab_Drv_1
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-09-13 16:59:54 +00:00
|
|
|
Name = STRING(CONCAT2(libmacabdrv1,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
CWS-TOOLING: integrate CWS evoab2def
2009-05-28 16:00:19 +0200 fs r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set
2009-05-22 14:25:51 +0200 fs r272193 : #i10000#
2009-05-22 14:25:37 +0200 fs r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically
2009-05-22 14:19:00 +0200 fs r272191 : #i10000#
2009-05-22 12:42:38 +0200 fs r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points
2009-05-20 15:09:00 +0200 fs r272131 : clear/getWarnings: also allowed without cache
2009-05-20 14:11:19 +0200 fs r272128 : removed debug traces
2009-05-20 14:03:31 +0200 fs r272126 : #i55701# +STR_SORT_BY_COL_ONLY
2009-05-20 14:02:29 +0200 fs r272125 : implement sorting
2009-05-20 10:10:19 +0200 fs r272107 : #i10000#
2009-05-19 16:02:17 +0200 fs r272089 : #i10000#
2009-05-19 16:02:02 +0200 fs r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 16:01:31 +0200 fs r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code
2009-05-19 15:59:59 +0200 fs r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 15:46:12 +0200 fs r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty
2009-05-19 09:06:50 +0200 fs r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes
2009-05-18 21:48:58 +0200 fs r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:48:42 +0200 fs r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:47:41 +0200 fs r272052 : +setExternalWarnings
2009-05-18 21:47:12 +0200 fs r272051 : #i55701# when re/loading the form, display any possible warnings
2009-05-18 21:43:26 +0200 fs r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set
2009-05-18 21:42:51 +0200 fs r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet
2009-05-18 17:53:59 +0200 fs r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too
2009-05-18 17:24:10 +0200 fs r272040 : #i55701# properly enable the various Evolution types
2009-05-18 14:52:19 +0200 fs r272024 : #i55701# properly enable the Evolution types
2009-05-18 13:57:10 +0200 fs r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version)
2009-05-18 13:56:08 +0200 fs r272017 : extended showParseTree
2009-05-18 13:55:25 +0200 fs r272016 : extended showParseTree
2009-05-18 11:40:16 +0200 fs r272008 : #i55701#
2009-05-18 11:39:02 +0200 fs r272006 : let the PreparedStatement return proper meta data, too
2009-05-18 10:05:37 +0200 fs r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface
2009-05-15 21:53:22 +0200 fs r271973 : collectColumnInformation: report invalid meta data as assertion
2009-05-15 21:51:40 +0200 fs r271972 : showParseTree should be const
2009-05-15 21:51:26 +0200 fs r271971 : showParseTree should be const
2009-05-15 21:51:03 +0200 fs r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework
2009-05-15 20:29:03 +0200 fs r271969 : cleaned up the mess with the statement classes
2009-05-15 15:51:11 +0200 fs r271944 : let the result set properly init its meta data
2009-05-15 15:29:54 +0200 fs r271939 : proper property implementations for the resultset class
2009-05-15 15:01:31 +0200 fs r271936 : proper property implementations for the statement class
2009-05-08 14:46:33 +0200 fs r271717 : component_foo must be PUBLIC
2009-05-06 09:20:05 +0200 fs r271565 : #i10000# (warnings on unxlngi6)
2009-05-06 09:01:30 +0200 fs r271564 : #i101493#
2009-05-05 23:08:12 +0200 fs r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here
2009-06-05 12:31:05 +00:00
|
|
|
#endif // #ifdef ENABLE_KAB
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-09 13:15:14 +00:00
|
|
|
#ifdef ENABLE_EVOAB2
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Evoab , evoab)
|
2005-06-09 13:15:14 +00:00
|
|
|
|
CWS-TOOLING: integrate CWS evoab2def
2009-05-28 16:00:19 +0200 fs r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set
2009-05-22 14:25:51 +0200 fs r272193 : #i10000#
2009-05-22 14:25:37 +0200 fs r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically
2009-05-22 14:19:00 +0200 fs r272191 : #i10000#
2009-05-22 12:42:38 +0200 fs r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points
2009-05-20 15:09:00 +0200 fs r272131 : clear/getWarnings: also allowed without cache
2009-05-20 14:11:19 +0200 fs r272128 : removed debug traces
2009-05-20 14:03:31 +0200 fs r272126 : #i55701# +STR_SORT_BY_COL_ONLY
2009-05-20 14:02:29 +0200 fs r272125 : implement sorting
2009-05-20 10:10:19 +0200 fs r272107 : #i10000#
2009-05-19 16:02:17 +0200 fs r272089 : #i10000#
2009-05-19 16:02:02 +0200 fs r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 16:01:31 +0200 fs r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code
2009-05-19 15:59:59 +0200 fs r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED
2009-05-19 15:46:12 +0200 fs r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty
2009-05-19 09:06:50 +0200 fs r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes
2009-05-18 21:48:58 +0200 fs r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:48:42 +0200 fs r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing
2009-05-18 21:47:41 +0200 fs r272052 : +setExternalWarnings
2009-05-18 21:47:12 +0200 fs r272051 : #i55701# when re/loading the form, display any possible warnings
2009-05-18 21:43:26 +0200 fs r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set
2009-05-18 21:42:51 +0200 fs r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet
2009-05-18 17:53:59 +0200 fs r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too
2009-05-18 17:24:10 +0200 fs r272040 : #i55701# properly enable the various Evolution types
2009-05-18 14:52:19 +0200 fs r272024 : #i55701# properly enable the Evolution types
2009-05-18 13:57:10 +0200 fs r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version)
2009-05-18 13:56:08 +0200 fs r272017 : extended showParseTree
2009-05-18 13:55:25 +0200 fs r272016 : extended showParseTree
2009-05-18 11:40:16 +0200 fs r272008 : #i55701#
2009-05-18 11:39:02 +0200 fs r272006 : let the PreparedStatement return proper meta data, too
2009-05-18 10:05:37 +0200 fs r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface
2009-05-15 21:53:22 +0200 fs r271973 : collectColumnInformation: report invalid meta data as assertion
2009-05-15 21:51:40 +0200 fs r271972 : showParseTree should be const
2009-05-15 21:51:26 +0200 fs r271971 : showParseTree should be const
2009-05-15 21:51:03 +0200 fs r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework
2009-05-15 20:29:03 +0200 fs r271969 : cleaned up the mess with the statement classes
2009-05-15 15:51:11 +0200 fs r271944 : let the result set properly init its meta data
2009-05-15 15:29:54 +0200 fs r271939 : proper property implementations for the resultset class
2009-05-15 15:01:31 +0200 fs r271936 : proper property implementations for the statement class
2009-05-08 14:46:33 +0200 fs r271717 : component_foo must be PUBLIC
2009-05-06 09:20:05 +0200 fs r271565 : #i10000# (warnings on unxlngi6)
2009-05-06 09:01:30 +0200 fs r271564 : #i101493#
2009-05-05 23:08:12 +0200 fs r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here
2009-06-05 12:31:05 +00:00
|
|
|
#endif // #ifdef ENABLE_EVOAB2
|
|
|
|
|
|
|
|
#endif // #ifdef UNX
|
2005-06-09 13:15:14 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Evtatt
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libevtatt,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "evtatt.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Fileacc,fileacc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-07-08 08:35:34 +00:00
|
|
|
File gid_File_Lib_Filterconfig1
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-07-08 08:35:34 +00:00
|
|
|
Name = SPECIAL_NAME(filterconfig1);
|
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Flat, flat)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Fop
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "fop.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Fps
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "fps.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2007-06-05 10:53:28 +00:00
|
|
|
#if defined UNX && ! defined MACOSX
|
2006-08-04 11:31:52 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Desktopbe
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-08-04 11:31:52 +00:00
|
|
|
Name = STRING(CONCAT2(desktopbe1.uno,UNXSUFFIX));
|
|
|
|
End
|
|
|
|
|
2011-07-21 10:24:57 +01:00
|
|
|
#if defined(ENABLE_GTK) && !defined(ENABLE_GTK3)
|
2005-01-18 12:29:49 +00:00
|
|
|
#ifdef GTK_TWO_FOUR
|
2004-09-08 16:14:01 +00:00
|
|
|
File gid_File_Lib_Fps_Gnome
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-04-13 07:43:44 +00:00
|
|
|
Name = SPECIAL_COMPONENT_LIB_NAME(fps_gnome.uno);
|
2004-09-08 16:14:01 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2009-08-07 10:16:34 +00:00
|
|
|
#ifdef ENABLE_KDE4
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Lib_Fps_Kde4
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-07 10:16:34 +00:00
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde4.uno);
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2010-08-25 17:55:34 +02:00
|
|
|
#ifdef ENABLE_KDE
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Lib_Fps_Kde
|
|
|
|
TXT_FILE_BODY;
|
2011-03-08 19:43:29 -06:00
|
|
|
Styles = (PACKED);
|
2010-08-25 17:55:34 +02:00
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = SPECIAL_COMPONENT_LIB_NAME(fps_kde.uno);
|
|
|
|
End
|
|
|
|
File gid_File_Bin_KdeFilePicker
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2010-08-25 17:56:07 +02:00
|
|
|
Dir = gid_Brand_Dir_Program;
|
2010-08-25 17:55:34 +02:00
|
|
|
Name = "kdefilepicker";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2004-09-08 16:14:01 +00:00
|
|
|
#endif
|
|
|
|
|
2007-09-13 17:07:08 +00:00
|
|
|
#ifdef QUARTZ
|
2007-07-11 10:05:58 +00:00
|
|
|
File gid_File_Lib_Fps_Aqua
|
|
|
|
TXT_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-07-11 10:05:58 +00:00
|
|
|
Name = SPECIAL_COMPONENT_LIB_NAME(fps_aqua.uno);
|
|
|
|
End
|
2007-09-13 17:07:08 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_MacOSXSpell
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-09-13 17:07:08 +00:00
|
|
|
Name = LIBNAME(MacOSXSpell);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-09-13 17:07:08 +00:00
|
|
|
End
|
2007-12-07 10:51:44 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_avmediaQuickTime
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-12-07 10:51:44 +00:00
|
|
|
Name = LIBNAME(avmediaQuickTime);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-12-07 10:51:44 +00:00
|
|
|
End
|
2007-09-13 17:07:08 +00:00
|
|
|
#endif
|
2007-07-11 10:05:58 +00:00
|
|
|
|
2010-08-25 22:27:14 +02:00
|
|
|
#ifdef WNT
|
2011-03-08 19:43:29 -06:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fps_ODMA, fps_odma.uno )
|
2007-07-11 10:05:58 +00:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fps_Office, fps_office.uno )
|
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fpicker, fpicker.uno )
|
2004-09-08 16:14:01 +00:00
|
|
|
|
2008-11-30 07:56:43 +00:00
|
|
|
|
2011-06-29 16:22:25 +01:00
|
|
|
#ifndef SYSTEM_CAIRO
|
2008-11-30 07:56:43 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Cairo
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-11-30 07:56:43 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = STRING(CONCAT3(libcairo,.2,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(libcairo,UNXSUFFIX,.2));
|
|
|
|
#endif
|
|
|
|
#elif defined(WNT)
|
2009-03-12 22:38:26 +00:00
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libcairo-2.dll";
|
|
|
|
#else
|
|
|
|
Name = "cairo.dll";
|
|
|
|
#endif
|
2008-11-30 07:56:43 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2011-07-01 11:18:00 +03:00
|
|
|
#ifndef WNT
|
|
|
|
|
2010-09-14 12:36:26 +02:00
|
|
|
File gid_File_Lib_Pixman
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2011-05-29 18:20:57 +02:00
|
|
|
Name = "libpixman-1.a";
|
2010-09-14 12:36:26 +02:00
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0));
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2008-11-30 07:56:43 +00:00
|
|
|
#endif
|
|
|
|
|
2011-07-01 11:18:00 +03:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Frm , frm)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Fsstorage, fsstorage.uno )
|
2005-04-13 07:43:44 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Ftransl
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "ftransl.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwe , fwe)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwi , fwi)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-08 13:10:05 +00:00
|
|
|
File gid_File_Lib_Fwk
|
|
|
|
Name = LIBNAME(fwk);
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-08 13:10:05 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwl , fwl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Fwm , fwm)
|
2005-03-15 12:06:33 +00:00
|
|
|
|
2006-05-09 09:31:48 +00:00
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Lib_Gdiplus
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-05-09 09:31:48 +00:00
|
|
|
Name = "gdiplus.dll";
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Hatchwindowfactory, hatchwindowfactory.uno )
|
2005-04-13 07:43:44 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Helplinker, helplinker)
|
2007-11-19 12:06:39 +00:00
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_I18npool
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(i18npool.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT2(i18npool.uno,.dll));
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2011-02-28 17:35:51 +01:00
|
|
|
STD_LIB_FILE( gid_File_I18nregexp, i18nregexp )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_I18nsearch
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(i18nsearch.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "i18nsearch.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2006-04-07 13:41:56 +00:00
|
|
|
File gid_File_Lib_I18nisolang
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT4(libi18nisolang,ISOLANG_MAJOR,COMID,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT4(i18nisolang,ISOLANG_MAJOR,COMID,.dll));
|
|
|
|
#endif
|
2008-04-15 09:45:57 +00:00
|
|
|
PACKED_LIB_FILE_BODY;
|
2006-04-07 13:41:56 +00:00
|
|
|
End
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_I18nutil
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT3(libi18nutil,COMID,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT3(i18nutil,COMID,.dll));
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2009-06-12 09:36:34 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_I18npaper, i18npaper)
|
|
|
|
|
2006-12-12 15:17:34 +00:00
|
|
|
#ifndef SYSTEM_ICU
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Icudata
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT7(libicudata,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
|
|
|
|
#else
|
2008-10-28 08:56:37 +00:00
|
|
|
Name = STRING(CONCAT4(icudt,ICU_MAJOR,ICU_MINOR,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Icui18n
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT7(libicui18n,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT4(icuin,ICU_MAJOR,ICU_MINOR,.dll));
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Icule
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT7(libicule,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT4(icule,ICU_MAJOR,ICU_MINOR,.dll));
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Icuuc
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT7(libicuuc,UNXSUFFIX,.,ICU_MAJOR,ICU_MINOR,.,ICU_MICRO));
|
|
|
|
#else
|
|
|
|
Name = STRING(CONCAT4(icuuc,ICU_MAJOR,ICU_MINOR,.dll));
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2006-12-12 15:17:34 +00:00
|
|
|
#endif
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef SOLAR_JAVA
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Jdbc, jdbc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef SOLAR_JAVA
|
2004-11-09 11:38:24 +00:00
|
|
|
File gid_File_Lib_Hsqldb_2
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-09 11:38:24 +00:00
|
|
|
#ifdef UNX
|
2008-08-19 09:36:29 +00:00
|
|
|
Name = STRING(CONCAT2(libhsqldb,UNXSUFFIX));
|
2004-11-09 11:38:24 +00:00
|
|
|
#else
|
2008-08-19 09:36:29 +00:00
|
|
|
Name = "hsqldb.dll";
|
2004-11-09 11:38:24 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-11-18 08:14:01 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Lngpckinsthlp
|
|
|
|
BIN_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, LANGUAGEPACK, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-18 08:14:01 +00:00
|
|
|
Name = "lngpckinsthlp.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2005-04-20 11:01:29 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
2007-05-10 10:06:21 +00:00
|
|
|
File gid_File_Lib_sn_tools
|
|
|
|
BIN_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-05-10 10:06:21 +00:00
|
|
|
Name = "sn_tools.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
2005-04-20 11:01:29 +00:00
|
|
|
File gid_File_Lib_Patchmsi
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Name = "patchmsi.dll";
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-04-26 13:27:14 +00:00
|
|
|
Styles = (PACKED,PATCH,PATCH_ONLY,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH);
|
2005-04-20 11:01:29 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2009-08-07 13:32:06 +00:00
|
|
|
#ifdef WNT
|
2009-08-11 10:24:27 +00:00
|
|
|
|
2009-07-28 09:21:19 +00:00
|
|
|
File gid_File_Lib_Rebasemsi
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Name = "rebase.dll";
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH);
|
2009-07-28 09:21:19 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Lng, lng)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_En
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_en,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_en.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_Es
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_es,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_es.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_Euro
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_euro,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_euro.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Localedata_Others
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(liblocaledata_others,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "localedata_others.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Mcnttype
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libmcnttype,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "mcnttype.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2009-02-18 09:08:46 +00:00
|
|
|
#if !defined(SYSTEM_MOZILLA) && !defined(WITHOUT_MOZILLA) && !defined(MACOSX)
|
|
|
|
// #i91209#
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Mozab,mozab)
|
2008-08-19 09:36:29 +00:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Mozabdrv,mozabdrv)
|
2008-07-04 16:21:22 +00:00
|
|
|
|
2008-08-18 12:23:20 +00:00
|
|
|
#else
|
|
|
|
|
|
|
|
File gid_File_Lib_Mozbootstrap
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-08-18 12:23:20 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libmozbootstrap,UNXSUFFIX));
|
|
|
|
#else
|
2009-09-09 04:08:29 +00:00
|
|
|
Name = "mozbootstrap.dll";
|
2008-08-18 12:23:20 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Wpft,wpft)
|
2004-10-28 12:45:10 +00:00
|
|
|
|
2011-03-08 19:43:29 -06:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Msworks,msworks)
|
2010-09-14 11:05:38 +02:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_T602Filter,t602filter)
|
2008-03-06 10:41:19 +00:00
|
|
|
|
2011-03-08 19:43:29 -06:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Wlwp,lwpft)
|
2010-10-08 16:58:10 +01:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Writerfilter,writerfilter)
|
2008-01-10 12:26:07 +00:00
|
|
|
|
2011-07-29 19:21:35 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Resource,resourcemodel)
|
|
|
|
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Doctok,doctok)
|
|
|
|
|
|
|
|
STD_LIB_FILE(gid_File_Lib_ooxml,ooxml)
|
|
|
|
|
2011-05-24 17:28:08 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Rtftok,rtftok)
|
|
|
|
|
2009-08-26 06:36:38 +00:00
|
|
|
#ifdef WNT
|
|
|
|
#if defined(_gcc3)
|
|
|
|
|
|
|
|
File gid_File_Lib_Mingwm10
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = "mingwm10.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(WNT) && defined( _gcc3 )
|
|
|
|
|
|
|
|
#if defined(MINGW_GCCDLL)
|
|
|
|
|
|
|
|
File gid_File_Lib_Mingw_GccS
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = MINGW_GCCDLL;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-26 06:36:38 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(MINGW_GXXDLL)
|
|
|
|
|
|
|
|
File gid_File_Lib_Mingw_Stdcpp
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = MINGW_GXXDLL;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-26 06:36:38 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Mysql,mysql)
|
|
|
|
STD_LIB_FILE(gid_File_Lib_Odbc,odbc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
// STD_LIB_FILE( gid_File_Lib_Ofa , ofa)
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Offacc, offacc)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#ifdef SOLAR_JAVA
|
|
|
|
#ifndef MACOSX
|
|
|
|
|
|
|
|
File gid_File_Lib_Officebean
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libofficebean,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "officebean.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2005-01-25 14:20:38 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
|
2007-06-05 10:28:22 +00:00
|
|
|
#if defined(WNT) && !defined(DISABLE_ATL)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Ole
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "oleautobridge.uno.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Package2,package2)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Passwordcontainer, passwordcontainer.uno )
|
2005-04-13 07:43:44 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Pcr, pcr)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Log, log)
|
2007-06-27 13:56:05 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Pdffilter, pdffilter)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-04-14 10:54:40 +00:00
|
|
|
File gid_File_Lib_Deployment
|
|
|
|
#if defined UNX
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(deployment,DLLPOSTFIX,.uno,UNXSUFFIX));
|
2004-04-14 10:54:40 +00:00
|
|
|
#else
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT3(deployment,DLLPOSTFIX,.uno.dll));
|
2004-04-14 10:54:40 +00:00
|
|
|
#endif
|
2010-09-10 13:10:07 +02:00
|
|
|
PACKED_LIB_FILE_BODY;
|
2004-04-14 10:54:40 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-06-11 10:57:28 +00:00
|
|
|
File gid_File_Lib_DeploymentGui
|
|
|
|
#if defined UNX
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT4(deploymentgui,DLLPOSTFIX,.uno,UNXSUFFIX));
|
2004-06-11 10:57:28 +00:00
|
|
|
#else
|
2008-02-25 15:46:14 +00:00
|
|
|
Name = STRING(CONCAT3(deploymentgui,DLLPOSTFIX,.uno.dll));
|
2004-06-11 10:57:28 +00:00
|
|
|
#endif
|
2010-09-10 13:10:07 +02:00
|
|
|
PACKED_LIB_FILE_BODY;
|
2004-06-11 10:57:28 +00:00
|
|
|
End
|
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE(gid_File_Lib_DeploymentMisc, deploymentmisc)
|
2006-12-20 13:19:32 +00:00
|
|
|
|
2006-03-08 13:15:24 +00:00
|
|
|
#ifndef WITHOUT_MOZILLA
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Pl , pl)
|
2006-03-08 13:15:24 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Productregistration, productregistration.uno )
|
2005-04-27 10:15:47 +00:00
|
|
|
|
2007-07-05 08:19:09 +00:00
|
|
|
#if defined(UNX) && ! defined(QUARTZ)
|
2009-09-18 11:54:06 +00:00
|
|
|
File gid_File_Lib_Desktop_Detector
|
|
|
|
Name = LIBNAME(desktop_detector);
|
|
|
|
TXT_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-09-18 11:54:06 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
End
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vclplug_Gen
|
|
|
|
Name = LIBNAME(vclplug_gen);
|
|
|
|
TXT_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2004-02-20 09:25:30 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-07-05 08:19:09 +00:00
|
|
|
#if defined(UNX) && ! defined(QUARTZ)
|
2004-05-10 15:22:28 +00:00
|
|
|
#ifdef ENABLE_GTK
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vclplug_Gtk
|
|
|
|
Name = LIBNAME(vclplug_gtk);
|
|
|
|
TXT_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
2011-06-14 16:30:20 +01:00
|
|
|
#ifdef ENABLE_GTK3
|
|
|
|
File gid_File_Lib_Vclplug_Gtk3
|
|
|
|
Name = LIBNAME(vclplug_gtk3);
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
End
|
|
|
|
#endif
|
2005-01-07 08:28:25 +00:00
|
|
|
#ifdef ENABLE_KDE
|
|
|
|
#ifndef MACOSX
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vclplug_Kde
|
|
|
|
Name = LIBNAME(vclplug_kde);
|
|
|
|
TXT_FILE_BODY;
|
2009-12-03 17:27:47 +01:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2005-01-07 08:28:25 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2009-08-07 10:16:34 +00:00
|
|
|
#ifdef ENABLE_KDE4
|
|
|
|
#ifndef MACOSX
|
|
|
|
File gid_File_Lib_Vclplug_Kde4
|
|
|
|
Name = LIBNAME(vclplug_kde4);
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
2004-05-10 15:22:28 +00:00
|
|
|
#endif
|
2008-10-29 10:26:13 +00:00
|
|
|
|
|
|
|
#if defined(QUARTZ)
|
|
|
|
File gid_File_Lib_AppleRemote
|
|
|
|
Name = LIBNAME(AppleRemote);
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-10-29 10:26:13 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2007-07-05 08:19:09 +00:00
|
|
|
#if defined(QUARTZ)
|
|
|
|
File gid_File_Lib_Basebmp
|
|
|
|
Name = LIBNAME(basebmp);
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-07-05 08:19:09 +00:00
|
|
|
End
|
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-07-27 09:32:55 +00:00
|
|
|
#if defined UNX && ! defined QUARTZ
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Vclplug_Svp, vclplug_svp )
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_BaseBmp, basebmp )
|
2007-05-25 14:23:45 +00:00
|
|
|
#endif
|
2007-05-25 13:37:14 +00:00
|
|
|
|
2008-03-05 16:45:35 +00:00
|
|
|
#if defined UNX && ! defined MACOSX
|
2004-06-11 16:53:00 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Recentfile
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-02-24 13:09:49 +00:00
|
|
|
Name = STRING(CONCAT2(librecentfile,UNXSUFFIX));
|
2004-06-11 16:53:00 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
2008-07-16 15:25:31 +00:00
|
|
|
File gid_File_Lib_Reg4allmsdoc
|
2004-06-11 16:53:00 +00:00
|
|
|
TXT_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-16 15:25:31 +00:00
|
|
|
Name = "reg4allmsdoc.dll";
|
2004-06-11 16:53:00 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-08-12 07:16:04 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Qslnkmsi
|
|
|
|
TXT_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-08-12 07:16:04 +00:00
|
|
|
Name = "qslnkmsi.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Sdqsmsi
|
|
|
|
TXT_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-08-12 07:16:04 +00:00
|
|
|
Name = "sdqsmsi.dll";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2005-09-23 11:27:13 +00:00
|
|
|
File gid_File_Lib_Res
|
|
|
|
Name = LIBNAME(res);
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-09-23 11:27:13 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2011-03-02 13:22:42 +01:00
|
|
|
File gid_File_Lib_Expwrap_Uno
|
2004-02-05 17:10:37 +00:00
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED,DONT_OVERWRITE);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2011-03-02 13:22:42 +01:00
|
|
|
Name = STRING(CONCAT2(expwrap.uno,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2011-03-02 13:22:42 +01:00
|
|
|
Name = "expwrap.uno.dll";
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2008-01-10 12:26:07 +00:00
|
|
|
File gid_File_Lib_Fastsax_Uno
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED,DONT_OVERWRITE);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-01-10 12:26:07 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(fastsax.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "fastsax.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sax , sax)
|
2008-01-10 12:26:07 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Oox , oox)
|
2008-01-10 12:26:07 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sb , sb)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Scn, scn)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Scriptframe
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
2004-04-21 12:38:27 +00:00
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libscriptframe.dylib";
|
|
|
|
#else
|
|
|
|
Name = "libscriptframe.so";
|
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
|
|
|
Name = "scriptframe.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sd , sd)
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sdui, sdui)
|
2005-07-07 12:43:22 +00:00
|
|
|
|
2004-03-17 13:10:00 +00:00
|
|
|
File gid_File_Lib_Slideshow
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-03-17 13:10:00 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(slideshow.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "slideshow.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Sdbc_2
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libsdbc2,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "sdbc2.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sdd , sdd)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sf_Prothdlr, protocolhandler )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-08 13:10:05 +00:00
|
|
|
File gid_File_Lib_Sfx
|
|
|
|
Name = LIBNAME(sfx);
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-08 13:10:05 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
2004-11-03 07:07:05 +00:00
|
|
|
File gid_File_Lib_Instooofiltmsi
|
2004-09-08 13:38:46 +00:00
|
|
|
TXT_FILE_BODY;
|
2005-04-20 11:01:29 +00:00
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-03 07:07:05 +00:00
|
|
|
Name = "instooofiltmsi.dll";
|
2004-09-08 13:38:46 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
File gid_File_Lib_Smplmail
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-06-17 14:45:41 +00:00
|
|
|
Name = "smplmail.uno.dll";
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sot, sot )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-06-18 15:36:28 +00:00
|
|
|
#if defined(UNX) && !defined(QUARTZ)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-07-06 08:23:37 +00:00
|
|
|
File gid_File_Lib_Spa
|
|
|
|
Name = LIBNAME(spa);
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-07-06 08:23:37 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
File gid_File_Lib_Spell
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = LIBNAME(spell);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Spl, spl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2011-03-25 14:48:07 +01:00
|
|
|
#if defined UNX && !defined MACOSX
|
2011-03-08 19:43:29 -06:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Spl_Unx, spl_unx)
|
2011-03-25 04:45:37 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Srtrs1,srtrs1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sts , sts)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Svl, svl )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Svtools, svt )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Svx_Core, svxcore)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Svx, svx)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_TextConversionDlgs, textconversiondlgs)
|
2010-01-18 12:15:10 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Editeng, editeng)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-01-05 15:39:30 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Msfilter, msfilter)
|
2009-11-02 20:49:14 +01:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Sw , sw)
|
2009-12-03 17:27:47 +01:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Swui, swui)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-06-08 09:41:44 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Msword, msword )
|
2009-01-05 14:06:42 +00:00
|
|
|
|
2009-09-18 11:54:06 +00:00
|
|
|
#if ! defined UNX
|
2004-02-05 17:10:37 +00:00
|
|
|
File gid_File_Lib_Sysdtrans
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
Name = "sysdtrans.dll";
|
|
|
|
End
|
2009-09-18 11:54:06 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Syssh, syssh.uno )
|
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Localebe, localebe1.uno )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2004-09-17 12:06:27 +00:00
|
|
|
#ifdef WNT
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Wininetbe, wininetbe1.uno )
|
2004-09-17 12:06:27 +00:00
|
|
|
#endif
|
|
|
|
|
2007-04-16 10:54:52 +00:00
|
|
|
#ifdef MACOSX
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Macbe, macbe1.uno )
|
2007-04-16 10:54:52 +00:00
|
|
|
#endif
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Tk, tk )
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Acc, acc )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Tools, tl )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Tvhlp1
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libtvhlp1,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "tvhlp1.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Ucb1
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libucb1,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "ucb1.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Ucbhelper
|
|
|
|
TXT_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
#ifdef UNX
|
2007-06-05 14:02:21 +00:00
|
|
|
Name = STRING(CONCAT3(libucbhelper4,COMID,UNXSUFFIX));
|
2004-02-05 17:10:37 +00:00
|
|
|
#else
|
2007-06-05 14:02:21 +00:00
|
|
|
Name = STRING(CONCAT3(ucbhelper4,COMID,.dll));
|
2004-02-05 17:10:37 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Ucpchelp1
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libucpchelp1,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "ucpchelp1.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-02-05 17:10:37 +00:00
|
|
|
End
|
|
|
|
|
2006-04-20 12:34:52 +00:00
|
|
|
#ifndef DISABLE_NEON
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpdav1,ucpdav1)
|
2009-11-30 17:03:57 +01:00
|
|
|
#ifndef SYSTEM_NEON
|
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Neon,neon)
|
|
|
|
#endif
|
2006-04-20 12:34:52 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpfile1,ucpfile1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucpftp1,ucpftp1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucphier1,ucphier1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Ucppkg1,ucppkg1)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucptdoc1, ucptdoc1.uno)
|
2004-04-14 10:54:40 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpext, ucpext.uno)
|
2010-03-24 12:05:06 +01:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpexpand1, ucpexpand1.uno)
|
2004-04-14 10:54:40 +00:00
|
|
|
|
2010-08-25 22:27:14 +02:00
|
|
|
#ifdef WNT
|
2011-03-08 19:43:29 -06:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE(gid_File_Ucpodma1, ucpodma1)
|
2010-08-25 22:27:14 +02:00
|
|
|
#endif
|
|
|
|
|
2007-01-02 14:06:47 +00:00
|
|
|
File gid_File_Lib_Lnth
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-01-02 14:06:47 +00:00
|
|
|
Name = LIBNAME(lnth);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-01-02 14:06:47 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Hyph
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2007-01-02 14:06:47 +00:00
|
|
|
Name = LIBNAME(hyphen);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-01-02 14:06:47 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Utl , utl)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Uui, uui )
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2008-04-15 09:45:57 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_BaseGfx, basegfx )
|
2004-03-17 13:10:00 +00:00
|
|
|
|
2005-06-06 15:09:39 +00:00
|
|
|
File gid_File_Lib_Vcl
|
|
|
|
Name = LIBNAME(vcl);
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-06 15:09:39 +00:00
|
|
|
End
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Xcr, xcr)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xmx , xmx)
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xof , xof)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2005-06-08 13:10:05 +00:00
|
|
|
File gid_File_Lib_Xo
|
|
|
|
Name = LIBNAME(xo);
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2005-06-08 13:10:05 +00:00
|
|
|
End
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE(gid_File_Lib_Xstor,xstor)
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Xsltdlg, xsltdlg )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa )
|
|
|
|
STD_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd )
|
2004-03-09 09:13:30 +00:00
|
|
|
|
2004-09-09 07:09:13 +00:00
|
|
|
#ifdef SOLAR_JAVA
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_JAR_FILE( gid_File_Jar_Xsltfilter, XSLTFilter )
|
|
|
|
STD_JAR_FILE( gid_File_Jar_Xsltvalidate, XSLTValidate )
|
2004-09-09 07:09:13 +00:00
|
|
|
#endif
|
2004-02-05 17:10:37 +00:00
|
|
|
|
2007-05-10 12:18:08 +00:00
|
|
|
#ifndef SYSTEM_LIBXSLT
|
|
|
|
File gid_File_Lib_Xslt
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-05-10 12:18:08 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(libxslt,.,LIBXSLT_MAJOR,UNXSUFFIX));
|
2007-05-10 12:18:08 +00:00
|
|
|
#else
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(libxslt,UNXSUFFIX,.,LIBXSLT_MAJOR));
|
2007-05-10 12:18:08 +00:00
|
|
|
#endif
|
|
|
|
#else
|
2007-07-17 06:27:31 +00:00
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libxslt-1.dll";
|
|
|
|
#else
|
2007-05-10 12:18:08 +00:00
|
|
|
Name = "libxslt.dll";
|
2007-07-17 06:27:31 +00:00
|
|
|
#endif
|
2007-05-10 12:18:08 +00:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Unoxml, unoxml )
|
2004-11-16 11:51:52 +00:00
|
|
|
|
2004-08-12 09:36:53 +00:00
|
|
|
// AVMedia
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_AVMedia, avmedia )
|
2004-08-12 09:36:53 +00:00
|
|
|
|
2010-09-16 15:19:46 +02:00
|
|
|
#ifdef GSTREAMER
|
2011-03-08 19:43:29 -06:00
|
|
|
SPECIAL_LIB_FILE_PATCH( gid_File_Lib_AVMediaGStreamer, avmediagst )
|
2010-09-16 15:19:46 +02:00
|
|
|
#else
|
2004-08-12 09:36:53 +00:00
|
|
|
#if defined UNX
|
|
|
|
#ifdef SOLAR_JAVA
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_JAR_FILE( gid_File_Jar_AVmedia, avmedia )
|
2004-08-12 09:36:53 +00:00
|
|
|
#endif
|
|
|
|
#elif defined WNT
|
2004-08-27 12:34:23 +00:00
|
|
|
#ifdef ENABLE_DIRECTX
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_LIB_FILE( gid_File_Lib_AVMediaWin, avmediawin )
|
2004-08-27 12:34:23 +00:00
|
|
|
#endif
|
2004-08-12 09:36:53 +00:00
|
|
|
#endif
|
2010-09-16 15:19:46 +02:00
|
|
|
#endif
|
2004-08-31 12:44:19 +00:00
|
|
|
|
2005-03-30 10:40:14 +00:00
|
|
|
#ifndef WITHOUT_MOZILLA
|
2004-08-31 12:44:19 +00:00
|
|
|
File gid_File_Lib_XSec_Framework
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libxsec_fw,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "xsec_fw.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_XSec_XmlSec
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libxsec_xmlsec,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "xsec_xmlsec.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_XSec_XMLSecurity
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "xmlsecurity.dll";
|
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
|
2008-08-18 12:23:20 +00:00
|
|
|
#ifdef WNT
|
2004-08-31 12:44:19 +00:00
|
|
|
File gid_File_Lib_LibXMLSec_xmlseccore
|
|
|
|
TXT_FILE_BODY;
|
2008-08-18 12:23:20 +00:00
|
|
|
#ifdef _gcc3
|
2009-10-14 16:21:13 +00:00
|
|
|
Name = "libxmlsec1.dll";
|
2004-08-31 12:44:19 +00:00
|
|
|
#else
|
2008-08-18 12:23:20 +00:00
|
|
|
Name = "libxmlsec.dll";
|
2004-08-31 12:44:19 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-09-08 11:39:04 +00:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_LibXMLSec_xmlsecmscrypto
|
|
|
|
TXT_FILE_BODY;
|
2007-03-26 13:30:18 +00:00
|
|
|
#ifdef _gcc3
|
2009-10-14 16:21:13 +00:00
|
|
|
Name = "libxmlsec1-mscrypto.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#else
|
2005-03-10 17:23:28 +00:00
|
|
|
Name = "libxmlsec-mscrypto.dll";
|
2007-03-26 13:30:18 +00:00
|
|
|
#endif
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2004-08-31 12:44:19 +00:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//i20156 - end
|
2005-03-30 10:40:14 +00:00
|
|
|
#endif
|
2004-11-15 14:43:17 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Migrationoo2
|
|
|
|
TXT_FILE_BODY;
|
2010-09-10 13:10:07 +02:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2004-11-15 14:43:17 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(migrationoo2.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "migrationoo2.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-10-29 17:21:59 +01:00
|
|
|
File gid_File_Lib_Migrationoo3
|
|
|
|
TXT_FILE_BODY;
|
2011-03-08 19:43:29 -06:00
|
|
|
Styles = (PACKED);
|
2010-10-29 17:21:59 +01:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(migrationoo3.uno,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "migrationoo3.uno.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
2010-07-16 08:47:44 +01:00
|
|
|
#ifndef SYSTEM_LIBTEXTCAT
|
2007-06-19 15:02:58 +00:00
|
|
|
File gid_File_Lib_Libtextcat
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2007-06-19 15:02:58 +00:00
|
|
|
#ifdef UNX
|
|
|
|
Name = STRING(CONCAT2(libtextcat,UNXSUFFIX));
|
|
|
|
#else
|
|
|
|
Name = "libtextcat.dll";
|
|
|
|
#endif
|
|
|
|
End
|
2010-07-16 08:47:44 +01:00
|
|
|
#endif
|
2007-06-19 15:02:58 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Guesslang, guesslang )
|
2007-06-19 15:02:58 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Updchkui , updchk )
|
2006-08-04 09:09:45 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Updatefeed , updatefeed.uno )
|
2006-12-13 14:15:32 +00:00
|
|
|
|
2006-08-04 09:09:45 +00:00
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Lib_Onlinecheck
|
|
|
|
BIN_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2006-08-04 09:09:45 +00:00
|
|
|
Name = "onlinecheck.dll";
|
|
|
|
End
|
|
|
|
#endif
|
2007-11-07 09:15:55 +00:00
|
|
|
|
2007-12-12 12:29:11 +00:00
|
|
|
#ifdef OPENSSL
|
2007-11-07 09:15:55 +00:00
|
|
|
File gid_File_Lib_Openssl
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-03-16 09:54:03 +01:00
|
|
|
#ifdef WNT
|
2007-11-07 09:15:55 +00:00
|
|
|
Name = "ssleay32.dll";
|
|
|
|
#endif
|
|
|
|
End
|
2007-12-12 12:29:11 +00:00
|
|
|
#endif
|
2007-11-07 09:15:55 +00:00
|
|
|
|
2008-01-29 08:55:18 +00:00
|
|
|
#ifdef OPENSSL
|
2007-11-07 09:15:55 +00:00
|
|
|
File gid_File_Lib_Crypto
|
|
|
|
TXT_FILE_BODY;
|
2008-04-15 09:45:57 +00:00
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2010-03-16 09:54:03 +01:00
|
|
|
|
2007-11-07 09:15:55 +00:00
|
|
|
#ifdef WNT
|
|
|
|
Name = "libeay32.dll";
|
|
|
|
#endif
|
|
|
|
End
|
2008-01-29 08:55:18 +00:00
|
|
|
#endif
|
2008-03-18 12:29:04 +00:00
|
|
|
|
|
|
|
File gid_File_Lib_Soffice
|
|
|
|
TXT_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-06-25 10:07:32 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("sofficeapp");
|
2008-03-18 12:29:04 +00:00
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
|
|
|
|
2008-06-25 10:07:32 +00:00
|
|
|
File gid_File_Lib_Unopkgapp
|
2008-03-18 12:29:04 +00:00
|
|
|
TXT_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-06-25 10:07:32 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("unopkgapp");
|
2008-03-18 12:29:04 +00:00
|
|
|
Styles = (PACKED);
|
|
|
|
End
|
2008-06-16 13:14:05 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Oooimprovecore , oooimprovecore)
|
2008-07-17 14:34:36 +00:00
|
|
|
|
2011-04-09 09:25:18 +02:00
|
|
|
#if defined WNT && !defined _gcc3 && !defined SYSTEM_MOZILLA && !defined WITHOUT_MOZILLA
|
2009-08-25 13:07:56 +00:00
|
|
|
// see common_brand.scp gid_Brand_File_Lib_Msvcp80 and
|
|
|
|
// gid_Brand_File_Lib_Msvcr80
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
File gid_File_Moz_Msvcp80
|
2008-06-16 13:14:05 +00:00
|
|
|
TXT_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("msvcp80");
|
2008-06-16 13:14:05 +00:00
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
End
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
File gid_File_Moz_Msvcr80
|
2008-06-16 13:14:05 +00:00
|
|
|
TXT_FILE_BODY;
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
CWS-TOOLING: integrate CWS moz2seamonkey01
2009-06-18 20:56:43 +0200 fs r273133 : #i10000# corrected resolved of merge conflict
2009-06-18 20:55:34 +0200 fs r273132 : #i10000# corrected resolved of merge conflict
2009-06-18 10:49:26 +0200 fs r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50)
2009-06-17 20:48:35 +0200 fs r273094 : #i84961# removed 'pointless and buggy' echo statement
2009-05-22 11:27:08 +0200 fs r272176 : #i101763#
provided by tono@openoffice.org
make compile with mingw
2009-05-22 11:22:25 +0200 fs r272175 : #i101763#
provided by tono@openoffice.org
allow compilation in with mingw
2009-04-15 12:09:28 +0200 fs r270830 : unconditionally disable moz executables
2009-03-27 12:29:38 +0100 fs r270149 : ignore some configure-related files
2009-03-27 11:47:35 +0100 fs r270145 : SolarisSparc needs libfreebl_32fpu_3.so
2009-03-27 11:38:09 +0100 fs r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption)
2009-03-26 21:40:17 +0100 fs r270108 : superseded by 1.1.14 version
2009-03-24 13:07:21 +0100 fs r269938 : xptitemp.dat seemingly not needed anymore
2009-03-23 12:56:29 +0100 fs r269869 : files with : in their name break the build
2009-03-23 12:22:01 +0100 fs r269866 : files with : in their name break the build
2009-03-21 23:12:06 +0100 fs r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein
2009-03-21 21:58:17 +0100 fs r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44)
2009-03-18 12:04:25 +0100 fs r269649 : in SunHH environment, use pre-requisites from /so/env
2009-03-16 12:33:18 +0100 pastea_p r269522 : correct makefile.mk sorry again
2009-03-15 17:32:43 +0100 pastea_p r269506 : last files about migration to 1.1.14
2009-03-15 17:19:39 +0100 pastea_p r269505 : Migrates some files to 1.1.14
2009-03-04 07:45:40 +0100 fs r268782 : also add pref.xpt
2009-02-27 09:57:37 +0100 fs r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6
2009-02-23 10:56:28 +0100 fs r268346 : syntax
2009-02-19 14:14:56 +0100 fs r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff
2009-02-18 15:40:40 +0100 fs r268236 : #i66338# re-enable MozAB on Mac
2009-02-18 15:39:55 +0100 fs r268235 : #i66338#
2009-02-18 15:30:38 +0100 fs r268232 : #i66338# tar => $(TAR) (provided by hjs)
2009-02-18 15:28:45 +0100 fs r268231 : more build envs supported (thanks to hjs for all this work!)
2009-02-18 15:27:02 +0100 fs r268230 : #i66338#
2009-02-18 15:23:04 +0100 fs r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment
2009-02-18 12:00:12 +0100 fs r268210 : #i10000#
2009-02-18 08:17:29 +0100 fs r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-18 08:16:50 +0100 fs r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now
2009-02-14 14:05:24 +0100 fs r267757 : redo the Windows related changes lost with recent resync
2009-02-14 00:06:33 +0100 ericb r267755 : #i94628# remove the config_office dir now
2009-02-14 00:04:59 +0100 ericb r267754 : #i94628# remove all files in config_office now
2009-02-14 00:01:26 +0100 ericb r267753 : #i94628# remove guw in config_office
2009-02-13 23:53:00 +0100 ericb r267752 : #i94628# remove files in config_office
2009-02-13 16:02:58 +0100 fs r267725 : #i10000#
2009-02-12 18:14:31 +0100 ericb r267685 : #i94628# new generated configure
2009-02-12 18:13:52 +0100 ericb r267684 : #i94628# fix a path issue for finding seamonkey01
2009-02-12 14:39:17 +0100 ericb r267662 : #i94628# removing seamonkey.1.1.12 patch
2009-02-12 14:21:04 +0100 ericb r267658 : #i94628# the new configure, after autoconf
2009-02-12 14:13:21 +0100 ericb r267656 : #i94628# other missing changes for Windows
2009-02-12 14:04:26 +0100 ericb r267655 : #i94628# recommit configure.in changes after config_office removing
2009-02-12 13:46:12 +0100 ericb r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-12 12:00:48 +0100 ericb r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41)
2009-02-11 13:28:50 +0100 pl r267595 : #i94628# add MACDEVSDK variable for unxmacxi
2009-02-06 09:44:15 +0100 ericb r267446 : #i98957# provide the zipped archives too
2009-02-06 09:43:32 +0100 ericb r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure
2009-02-06 09:42:45 +0100 ericb r267444 : #i98957# make seamonkey buildable on OpenSolaris
2009-02-02 09:41:57 +0100 fs r267252 : #i66338#
2009-02-02 09:41:43 +0100 fs r267251 : #i66338#
2009-01-30 15:12:03 +0100 fs r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication
2009-01-30 11:53:31 +0100 fs r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ...
2009-01-29 20:37:01 +0100 fs r267170 : #i10000#
2009-01-29 20:32:50 +0100 fs r267169 : more explicit return type of parseSql
2009-01-29 17:32:56 +0100 fs r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes)
2009-01-29 17:14:58 +0100 fs r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :)
2009-01-12 11:25:56 +0100 fs r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set
2009-01-10 22:01:40 +0100 fs r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it)
2009-01-09 11:15:32 +0100 fs r266065 : manifests for DLLs need to have ID 2, not 1
2009-01-08 20:02:24 +0100 fs r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too
2009-01-05 20:45:38 +0100 ericb r265886 : #i66338# commiting the correct configure for the tinderboxes
2009-01-05 17:42:34 +0100 ericb r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38)
2008-12-16 15:34:26 +0100 ericb r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure
2008-12-16 15:25:37 +0100 pastea_p r265547 : 1.1.12 to 1.1.13
2008-12-16 14:20:18 +0100 pastea_p r265540 : correct the hunk about no core_abspath which one broke linux build
2008-12-16 13:10:06 +0100 pastea_p r265535 : Change name of patch to 1.1.13
2008-12-15 23:32:54 +0100 pastea_p r265518 : 2008-12-12 18:43:36 +0100 pastea_p r265435 : update to 1.1.13
2008-12-12 10:56:38 +0100 fs r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too
2008-12-12 09:56:38 +0100 fs r265391 : #i95772# don't use regxpcomp on Windows, it's not needed
2008-12-11 11:22:43 +0100 fs r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll
2008-12-10 13:45:51 +0100 fs r265182 : proper OSL_ENSURE message
2008-11-13 13:18:03 +0100 fs r263635 : #i95772# more patches
2008-11-13 12:14:41 +0100 fs r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:13:33 +0100 fs r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:08:22 +0100 fs r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip
2008-11-13 12:04:15 +0100 fs r263627 : #i95772#
2008-11-12 08:23:20 +0100 fs r263575 : i95772# use xpcom_core on Windows, too
2008-11-11 21:02:14 +0100 fs r263574 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 20:58:07 +0100 fs r263573 : i95772# use xpcom_core.lib on Windows, too
2008-11-11 15:05:42 +0100 fs r263564 : alternative fix for part 1 of #i94957#
2008-11-10 22:18:14 +0100 fs r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 22:15:57 +0100 fs r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842)
2008-11-10 09:28:26 +0100 fs r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe
2008-11-10 09:19:06 +0100 fs r263508 : collect single patches which comprise the complete patch
2008-11-06 09:10:21 +0100 fs r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a'
2008-11-02 22:51:27 +0100 fs r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation
2008-11-02 22:50:15 +0100 fs r263276 : #i95772# no --enable-system-cairo on Windows
2008-10-18 20:12:36 +0200 pastea_p r262297 : 2008-10-16 17:15:35 +0200 ericb r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 17:14:49 +0200 ericb r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-16 16:58:21 +0200 ericb r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration
2008-10-15 20:16:28 +0200 ericb r262242 : #i94628# use mac as default toolkit on mac
2008-10-14 18:54:13 +0200 ericb r262216 : #i90774# modify the configure.in for moz2seamonkey migration
2008-10-14 18:48:57 +0200 ericb r262215 : #i90774# commit moz2seamonkey changes for svn migration
2008-10-14 18:47:05 +0200 ericb r262214 : #i90774# commit moz2seamonkey changes for svn migration
2009-07-15 11:06:05 +00:00
|
|
|
Name = SCP2_URE_DL_NORMAL("msvcr80");
|
2008-06-16 13:14:05 +00:00
|
|
|
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
|
|
|
|
End
|
2010-09-14 12:20:12 +02:00
|
|
|
File gid_File_Moz_Msvc80crt_Manifest
|
|
|
|
BIN_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = "Microsoft.VC80.CRT.manifest";
|
|
|
|
End
|
2008-06-16 13:14:05 +00:00
|
|
|
#endif
|
2008-07-01 15:29:44 +00:00
|
|
|
|
|
|
|
#ifndef SYSTEM_REDLAND
|
|
|
|
File gid_File_Lib_Raptor
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-01 15:29:44 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(libraptor,.,RAPTOR_MAJOR,UNXSUFFIX));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(libraptor,UNXSUFFIX,.,RAPTOR_MAJOR));
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
|
|
|
Name = "libraptor-1.dll";
|
|
|
|
#else
|
|
|
|
Name = "raptor.dll";
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Rasqal
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-01 15:29:44 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(librasqal,.,RASQAL_MAJOR,UNXSUFFIX));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(librasqal,UNXSUFFIX,.,RASQAL_MAJOR));
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
CWS-TOOLING: integrate CWS odfmetadata2
2009-06-22 11:48:36 +0200 mst r273206 : - connectivity/source/drivers/mozab/mozillasrc/MNSInclude.hxx:
+ add "include ustrbuf.hxx" to work around warning caused by
solaris <sys/kstat.h> declaring a global "long l ;"
2009-06-19 14:25:25 +0200 mst r273159 : - scp2/source/ooo/file_library_ooo.scp:
+ fix MinGW build
2009-06-08 12:52:33 +0200 mst r272727 : - redland/raptor-1.4.18.patch.mingw, redland/raptor/makefile.mk:
+ disable parsers that do not build on MinGW (thanks for patch by tono)
2009-05-15 17:31:07 +0200 mst r271957 : fix typos
2009-05-15 17:28:57 +0200 mst r271956 : #i101965#
- offapi/com/sun/star/text/TextPortion:
+ add missing properties:
SoftPageBreak, DocumentIndexMark, ReferenceMark, Footnote, TextField
+ fix read-only status of properties: Bookmark, IsStart, IsCollapsed
- offapi/type_reference/{typelibrary_history.txt,types.rdb}:
+ update reference types.rdb
2009-05-07 14:41:38 +0200 mst r271669 : - sw/inc/{fmtftn.hxx,unocoll.hxx,doc.hxx,editsh.hxx,ftninfo.hxx},
sw/source/core/layout/{flowfrm.cxx,ftnfrm.cxx},
sw/source/core/doc/docftn.cxx, sw/source/core/edit/edattr.cxx,
sw/source/core/txtnode/atrftn.cxx, sw/source/core/unocore/unocoll.cxx,
sw/source/ui/fldui/fldref.cxx:
+ fix warning ... the hard way
+ also fix signature of SwDoc::SetCurFtn
2009-05-05 19:52:55 +0200 mst r271556 : - sw/inc/undobj.hxx:
+ make some members const
2009-05-05 19:34:40 +0200 mst r271555 : - sw/inc/rolbck.hxx, sw/source/core/undo/rolbck.cxx:
+ make some members const
2009-05-05 19:13:14 +0200 mst r271553 : - sw/inc/{undobj.hxx,rolbck.hxx},
sw/source/core/undo/{unbkmk.cxx,rolbck.cxx}:
+ fix rebase merge error
+ rename SwHstryBookmark to SwHistoryBookmark
+ clean up SwUndoBookmark
2009-05-05 19:05:53 +0200 mst r271552 : - sw/source/core/unocore/unoportenum.cxx:
+ fix annoying assertion
2009-05-05 15:34:48 +0200 mst r271522 : CWS-TOOLING: rebase CWS odfmetadata2 to trunk@271427 (milestone: DEV300:m47)
2009-05-04 12:37:01 +0200 mst r271444 : trivial
2009-04-22 13:30:37 +0200 mst r271102 : - sfx2/inc/sfx2/dinfdlg.hxx:
+ trivial change
2009-04-21 16:46:58 +0200 mst r271043 : - sw/inc/hintids.hxx:
+ introduce some predicates for the various hints, and use them
2009-04-21 16:19:03 +0200 mst r271041 : - sw/inc/undobj.hxx,
sw/source/core/doc/{docfly.cxx,docfmt.cxx,docftn.cxx,doctxm.cxx},
sw/source/core/undo/{unattr.cxx,unins.cxx}:
+ clean up unattr.cxx:
remove/fix casts, prefix members, use auto_ptr, etc.
2009-04-21 15:34:23 +0200 mst r271039 : - sw/inc/{rolbck.hxx,undobj.hxx},
sw/source/core/doc/docfmt.cxx,
sw/source/core/txtnode/{thints.cxx,txtedt.cxx},
sw/source/core/undo/{rolbck.cxx,undel.cxx,undobj.cxx,unins.cxx,unmove.cxx,
unovwr.cxx,unsect.cxx,unspnd.cxx,untbl.cxx,untblk.cxx,unattr.cxx}:
+ clean up SwHistory, SwRegHistory and SwHistoryHint etc.:
remove/fix casts, prefix members, remove wrong const annotations,
use auto_ptr, remove unused members, etc.
2009-04-20 19:17:36 +0200 mst r271013 : - sw/inc/ndhints.hxx,
sw/source/core/text/{itrtxt.cxx,txtftn.cxx,itratr.cxx,porfly.cxx,
txtfrm.cxx,txtdrop.cxx,frmform.cxx},
sw/source/core/txtnode/{ndtxt.cxx,ndhints.cxx,thints.cxx,txtedt.cxx},
sw/source/core/edit/acorrect.cxx,
sw/source/core/doc/{docedt.cxx,docfmt.cxx},
sw/source/filter/html/swhtml.cxx:
+ clean up SwHintsArray and its subclasses: remove/fix casts, prefix members
2009-04-20 18:42:07 +0200 mst r271007 : - sw/source/core/text/txtio.cxx, sw/source/core/edit/edattr.cxx,
sw/source/core/undo/rolbck.cxx:
+ remove JP_NEWCORE dead code
2009-04-20 18:38:09 +0200 mst r271006 : - sw/source/core/unocore/unochart.cxx:
+ silence unxlngi warning (debug=t)
2009-04-20 16:36:13 +0200 mst r270991 : - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/doc/objserv.cxx, sw/source/ui/fldui/flddinf.hxx:
+ trivial cleanups
2009-04-20 15:28:52 +0200 mst r270990 : - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx,
sfx2/source/doc/objserv.cxx:
+ fix bug: replaying a macro with a DocumentInfoItem removes all
user-defined properties
2009-03-10 15:08:20 +0100 mst r269273 : - sfx2/source/doc/Metadatable.cxx:
+ add missing SolarMutex guards
2009-03-10 14:46:29 +0100 mst r269272 : - unoxml/source/rdf/librdf_repository.cxx:
+ never free rdf_world because that would call libxm2 xmlCleanupParser
(and, to add insult to injury, other libxml2 functions later...)
2009-03-06 19:02:44 +0100 mst r269041 : argh! undo...
2009-03-06 19:00:58 +0100 mst r269040 : fix #i99931#
- sw/source/ui/uno/unomod.cxx:
+ SwXViewSettings::_getSingleValue returns uninitialized memory
for the ZoomType property if the value is PAGE_WIDTH_EXACT
2009-03-06 18:59:28 +0100 mst r269039 : - sw/inc/ndtxt.hxx, sw/source/core/txtnode/ndtxt.cxx,
sw/source/core/unocore/unoportenum.cxx:
+ fix some more wntmsci12 warnings...
2009-03-06 18:56:46 +0100 mst r269038 : - sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx:
+ work around spurious warning on unxsoli4 debug=t
2009-03-05 14:02:01 +0100 mst r268902 : - sw/inc/txatbase.hxx:
+ back to c-style casts, they also compile on wntmsci12...
2009-03-05 10:23:25 +0100 mst r268882 : - comphelper/inc/comphelper/processfactory.hxx,
comphelper/source/processfactory/processfactory.cxx:
+ revert change of return type of comphelper_getProcessComponentContext
to Reference: does not build on wntmsci12
2009-03-04 19:08:09 +0100 mst r268861 : - sw/source/core/txtnode/{atrtox.cxx,ndtxt.cxx}:
+ fix initialization
2009-03-04 14:37:30 +0100 mst r268831 : - solenv/inc/target.mk:
+ fix CLASSPATH so complex tests run (fix by sb)
2009-03-04 14:36:30 +0100 mst r268830 : - sw/inc/unoobj.hxx,
sw/source/core/unocore/{unoparagraph.cxx,unoobj.cxx,unoobj2.cxx}:
+ SwXParaFrameEnumeration constructor now takes SwPaM, not SwUnoCrsr
+ move SwParaSelection into unoparagraph.cxx, as it is only used there
+ bugfix: replace SwUnoCrsrs on stack with SwCursors
2009-03-04 14:34:46 +0100 mst r268829 : - sw/inc/pam.hxx, sw/source/core/crsr/pam.cxx,
sw/source/core/edit/eddel.cxx, sw/source/core/doc/docredln.cxx,
sw/source/core/undo/{untbl.cxx,undel.cxx}, sw/source/filter/rtf/swparrtf.cxx:
+ clean up SwPaM: prefix members
+ new constructor SwPosition(SwCntntNode&, xub_StrLen)
+ fix several broken SwPosition and SwPaM constructors
+ SwPam::DeleteMark now actually resets the unused position to default
2009-03-02 12:07:09 +0100 mst r268646 : - sw/inc/fmtcol.hxx:
+ fix annoying warning (gcc 4)
2009-03-02 12:06:27 +0100 mst r268645 : - odk/util/check.pl, odk/examples/DevelopersGuide/Text/TextDocuments.java:
+ rename module from FieldMaster to fieldmaster
2009-02-27 19:49:56 +0100 mst r268614 : - sfx2/inc/sfx2/Metadatable.hxx, sfx2/prj/d.lst,
sfx2/source/doc/{Metadatable.cxx,makefile.mk},
sw/inc/{SwMetadatable.hxx,unoobj.hxx,undobj.hxx,ndtxt.hxx},
sw/source/core/doc/{SwMetadatable.cxx,makefile.mk,docnew.cxx},
sw/source/core/undo/{untbl.cxx,unins.cxx},
sw/source/core/unocore/unoparagraph.cxx, sw/source/ui/app/docsh.cxx:
+ move Metadatable implementation from sw to sfx2
2009-02-27 17:58:55 +0100 mst r268608 : - sw/inc/{SwMetadatable.hxx,undobj.hxx}, sw/source/core/doc/SwMetadatable.cxx,
sw/source/core/undo/{untbl.cxx,unins.cxx,undel.cxx}:
+ CreateUndo now returns an opaque MetadatableUndo object
2009-02-27 13:15:44 +0100 mst r268587 : - sw/inc/ndtxt.hxx, sw/source/core/doc/docfmt.cxx,
sw/source/core/text/{itratr.cxx,porlay.cxx},
sw/source/core/txtnode/{txtedt.cxx,ndtxt.cxx,thints.cxx}:
+ clean up SwTxtNode: fix casts, prefix members
+ factor out inline function SwTxtNode::TryDeleteSwpHints()
2009-02-27 13:14:30 +0100 mst r268586 : - svx/inc/svx/emphitem.hxx:
+ fix borken header guard
2009-02-27 13:13:56 +0100 mst r268585 : - sfx2/source/bastyp/progress.cxx:
+ fix use of compiler specific macro
2009-02-27 11:00:32 +0100 mst r268564 : - sw/inc/{txatbase.hxx,txtatr.hxx,txtinet.hxx,txtfld.hxx,txtftn.hxx,
txtflcnt.hxx,txttxmrk.hxx,txtrfmrk.hxx},
sw/source/core/txtnode/{atrtox.cxx,atrref.cxx,atrflyin.cxx,atrftn.cxx,
txtatr2.cxx,txatbase.cxx,atrfld.cxx,txtedt.cxx},
sw/source/core/text/atrstck.cxx, sw/source/core/access/acchyperlink.cxx,
sw/source/core/doc/visiturl.cxx, sw/source/ui/wrtsh/wrtsh2.cxx:
+ clean up SwTxtAttr and its subclasses: remove/fix casts, prefix members
+ SwTxtINetFmt: remove unused member bColor
- sw/source/core/text/txtfld.cxx:
+ move SwTxtFld methods to atrfld.cxx
2009-02-27 10:58:44 +0100 mst r268563 : - sfx2/inc/sfx2/sfxbasemodel.hxx:
+ don't privately inherit BaseMutex, ScModelObj wants to access it
2009-02-27 10:58:02 +0100 mst r268562 : - xmloff/source/core/{RDFaExportHelper.cxx,RDFaImportHelper.cxx}:
+ arrrgh!!! someone thought it would be a good idea to have 2 different
versions of boost in external! and they're NOT compatible!!!
insert an ugly fragile hack that maybe works with both...
2009-02-26 17:42:26 +0100 mst r268544 : - comphelper/inc/comphelper/storagehelper.hxx.
sfx2/source/doc/DocumentMetadataAccess.cxx:
+ someone made IsValidZipEntryFileName a static method and didn't tell me
2009-02-26 15:52:56 +0100 mst r268529 : redland: split up patches
2009-02-26 13:17:56 +0100 mst r268509 : migration of cws odfmetadata2 from CVS (resync to m42): module sw
#i95863#
- sw/inc/segdefs{,_}.hxx:
+ remove obsolete files
- sw/source/ui/inc/itemdef.hxx:
+ remove itemdef.hxx
- sw/source/ui/app/[apphdl.cxx,docsh.cxx}, sw/source/ui/misc/glshell.cxx,
sw/source/ui/shells/*.cxx, sw/source/ui/uiview/*.cxx, sw/source/ui/web/*.cxx:
+ use sfx2/msg.hxx instead of itemdef.hxx
- sw/source/core/edit/eddel.cxx:
+ @ JP: SwEditShell::Replace:
you're right, deleting the text to be replaced first, and then inserting
a space, and then replacing that space is unnecessary.
whew, i'm so happy that we finally answered that question after 11 years.
- sw/inc/edimp.hxx:
+ remove FOREACHCURSOR_START, FOREACHCURSOR_END
- sw/inc/{swcrsr.hxx,unocrsr.hxx,viscrs.hxx},
sw/source/core/crsr/{crsrsh.cxx,swcrsr.cxx,trvlreg.cxx,trvltbl.cxx,
unocrsr.cxx,viscrs.cxx},
sw/source/core/doc/{docbm.cxx,doccorr.cxx},
sw/source/core/docnode/{ndtbl.cxx,ndtbl1.cxx},
sw/source/core/edit/editsh.cxx,
sw/source/core/frmedt/{fefly1.cxx,fetab.cxx,tblsel.cxx},
sw/source/core/layout/trvlfrm.cxx,
sw/source/core/unocore/{unochart.cxx,unoobj2.cxx,unoparagraph.cxx,
unoportenum.cxx,unotbl.cxx},
sw/source/core/view/vprint.cxx:
+ remove the hideous virtual operator SwFooCursor*
+ make SwCursor::IsReadOnlyAvailable() virtual
+ make SwUnoCrsr::Clone() virtual
+ refactor SwCursor methods IsSelOver(), LeftRight(), UpDown(), GotoTable():
replace dynamic_cast<...>(this) with new virtual methods
2009-02-26 13:14:58 +0100 mst r268508 : migration of cws odfmetadata2 from CVS (resync to m42): module sw
- sw/source/filter/xml/swxml.cxx:
+ XMLReader::Read: load RDF metadata of the ODF document
- sw/source/filter/xml/wrtxml.cxx:
+ SwXMLWriter::_Write: write RDF metadata of the ODF document if ODF >= 1.2
#i90620#: import xml:id in text tables (does not actually work yet)
- sw/source/filter/xml/xmltbli{.hxx,.cxx}:
+ SwXMLTableCellAttrTokens,aTableCellAttrTokenMap: add XML_TOK_TABLE_XMLID
+ SwXMLTableCellContext_Impl::SwXMLTableCellContext_Impl: attribute xml:id
+ SwXMLTableCellContext_Impl::CreateChildContext: attribute xml:id
+ SwXMLTableColContext_Impl::SwXMLTableColContext_Impl: attribute xml:id
+ SwXMLTableContext::SwXMLTableContext: attribute xml:id
fix #i98530#
- sw/inc/unoport.hxx, sw/source/core/unocore/unoport.cxx:
+ SwXTextPortion: make constructor params const&
- sw/source/core/unocore/unoportenum.cxx:
+ refactor to remove some code duplication
+ fix bug: paragraph w/out hints: bookmark before frame gets lost
#i97274# handle invalid tables
- sw/source/core/layout/tabfrm.cxx, sw/source/filter/xml/xmltbli.cxx:
+ SwXMLTableContext::MakeTable():
check that the table actually contains cells,
and abort (removing the inserted table nodes) if not
2009-02-26 13:11:48 +0100 mst r268507 : migration of cws odfmetadata2 from CVS (resync to m42): module sw
refactor SwXTextRange and SwXParagraph
- sw/inc/unoobj.hxx, sw/source/core/unocore/unoobj2.cxx:
+ remove 3 constructors of SwXTextRange
+ new method SwXTextRange::CreateParentXText
+ refactor SwXTextRange::CreateTextRangeFromPosition and
SwXTextRange::getText
- sw/inc/unoobj.hxx, sw/source/core/unocore/unoparagraph.cxx:
+ SwXParagraph no longer uses a cursor; it registers directly at SwTxtNode
+ replace SwXParagraph::GetCrsr with SwXParagraph::GetTxtNode
- sw/source/core/unocore/unotext.cxx, sw/source/ui/uno/unotxvw.cxx:
+ adapt to new SwXParagraph
#i90620#
- sw/inc/SwMetadatable.hxx,
sw/source/core/doc/SwMetadatable.cxx:
+ new files: base classes sw::Metadatable and sw::MetadatableMixin;
also, 2 implementations of IXmlIdRegistry:
sw::XmlIdRegistryDocument and sw::XmlIdRegistryClipboard
+ setMetadataReference: handle empty stream name as auto-detect
- sw/source/core/doc/makefile.mk:
+ add SwMetadatable
add a XmlIdRegistry to SwDoc
- sw/inc/doc.hxx:
+ SwDoc: add member m_pXmlIdRegistry, method GetXmlIdRegistry()
- sw/source/core/doc/docnew.cxx:
+ initialize XmlIdRegistry in SwDoc::GetXmlIdRegistry, not in constructor,
because the constructor is not told whether the SwDoc is a clipboard
- sw/inc/docsh.hxx, sw/source/ui/app/docsh.cxx:
+ SwDocShell: override GetXmlIdRegistry()
#i91563#: make the SwTxtNode metadatable
- sw/inc/ndtxt.hxx
+ SwTxtNode inherits sw::Metadatable
- sw/inc/unoobj.hxx, sw/source/core/unocore/unoparagraph.cxx:
+ SwXParagraph inherits sw::MetadatableMixin
#i91563#: handle SwTxtNode's metadata for delete
- sw/source/core/txtnode/ndtxt.cxx:
+ SwTxtNode::SplitCntntNode: handle XmlId
+ SwTxtNode::JoinNext: merge XmlIds
- sw/source/core/doc/docedt.cxx:
+ lcl_GetJoinFlags: document postcondition
+ SwDoc::Delete: remove XmlId only if SwTxtNode _becomes_ empty
#i91563#: handle SwTxtNode's metadata for delete with undo
- sw/inc/undobj.hxx
+ SwUndoDelete: new members m_pMetadataUndoStart, m_pMetadataUndoEnd
- sw/source/core/undo/undel.cxx:
+ SwUndoDelete::SaveCntnt: save XmlIds for start and end SwTxtNode
+ SwUndoDelete::SaveCntnt: remove XmlId only if SwTxtNode _becomes_ empty
+ SwUndoDelete::Undo: restore saved XmlIds for start and end SwTxtNode
- sw/source/core/docnode/ndcopy.cxx:
+ SwTxtNode::MakeCopy: register copy at XmlIdRegistry
#i91563#: handle SwTxtNode's metadata for find/replace with undo
- sw/source/core/undo/unins.cxx:
+ _UnReplaceData: rename members: add prefix m_
+ _UnReplaceData: new members m_pMetadataUndoStart, m_pMetadataUndoEnd
+ _UnReplaceData::_UnReplaceData: save XmlIds for start and end SwTxtNode
+ _UnReplaceData::Undo: restore saved XmlIds for start and end SwTxtNode
#i91563#: handle SwTxtNode's metadata for table-to-text with undo
- sw/source/core/undo/untbl.cxx:
+ SwTblToTxtSave: rename members: add prefix m_
+ SwTblToTxtSave: new members m_pMetadataUndoStart, m_pMetadataUndoEnd
+ SwTblToTxtSave::SwTblToTxtSave: save XmlIds for start and end SwTxtNode
+ SwTblToTxtSave::SwTblToTxtSave, SwNodes::UndoTableToText:
always store the index of the first SwTxtNode in the cell, instead of
the index of the first SwTxtNode in case of the first cell in a row,
and the cell start node in other cases
+ SwNodes::UndoTableToText: restore saved XmlIds for start and end SwTxtNode
- sw/source/core/docnode/ndtbl.cxx:
+ lcl_DelBox: simplify for refactored start index handling in SwTblToTxtSave
2009-02-26 13:02:28 +0100 mst r268505 : migration of cws odfmetadata2 from CVS (resync to m42): module sd
- sd/source/ui/table/tableobjectbar.cxx,sd/source/ui/view/*.cxx:
+ remove invocations of SFX_DECL_TYPE
- sd/source/ui/slideshow/SlideShowRestarter.cxx,
sd/source/ui/toolpanel/LayoutMenu.cxx,
sd/source/ui/unoidl/DrawController.cxx,
sd/source/ui/view/{ViewShellBase.cxx,ViewTabBar.cxx,frmview.cxx}:
+ fix abuses of comphelper_getProcessComponentContext (missing release)
2009-02-26 13:01:24 +0100 mst r268504 : migration of cws odfmetadata2 from CVS (resync to m42): module starmath
- starmath/source/document.cxx:
+ don't touch SfxObjectShell's privates
2009-02-26 13:00:37 +0100 mst r268503 : migration of cws odfmetadata2 from CVS (resync to m42): module sfx2
#i90620#
- sfx2/inc/sfx2/XmlIdRegistry.hxx:
+ new file: interfaces sfx2::IXmlIdRegistry and sfx2::IXmlIdRegistrySupplier
and a couple of utility functions
- sfx2/inc/sfx2/DocumentMetadataAccess.hxx,
sfx2/source/doc/DocumentMetadataAccess.cxx:
+ new class sfx2::DocumentMetadataAccess, implements XDocumentMetadataAccess
+ the URI of the DocumentMetadataAccess is now the URI from which the
document was loaded; for a new document, use a vnd.sun.star.tdoc URI
+ add new function sfx2::createBaseURI()
+ prevent using reserved file names
+ try not to recurse into embedded subdocuments
- sfx2/source/doc/makefile.mk:
+ add DocumentMetadataAccess
- sfx2/util/makefile.mk:
+ link libsfx2 against libxml2 (needed for xmlValidateNCName)
- sfx2/source/doc/makefile.mk:
+ add LIBXML_CFLAGS to CFLAGS
- sfx2/prj/build.lst:
+ add dependence on libxml2
- sfx2/prj/d.lst:
+ add XmlIdRegistry.hxx, DocumentMetadataAccess.hxx
- sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objxtor.cxx:
+ make SfxObjectShell's members private
+ new method SfxObjectShell::GetAutoStyleFilterIndex
+ SfxObjectShell inherits sfx2::IXmlIdRegistrySupplier
- sfx2/source/dialog/templdlg.cxx, sfx2/source/doc/sfxbasemodel.cxx:
+ don't touch SfxObjectShell's privates
- sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:
+ SfxBaseModel inherits BaseMutex instead of IMPL_SfxBaseModel_MutexContainer
+ SfxBaseModel implements additional interface XDocumentMetadataAccess
+ IMPL_SfxBaseModel_DataContainer has new member:
a sfx2::DocumentMetadataAccess
+ implementation of XDocumentMetadataAccess forwards to
the sfx2::DocumentMetadataAccess member
- sfx2/qa/complex/DocumentMetadataAccessTest.java,
sfx2/qa/complex/{tests.sce,makefile.mk},
sfx2/qa/complex/testdocuments/TESTRDFA.odt:
+ add complex test: DocumentMetadataAccessTest
+ add RDFa test document
#i95863#
- sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx:
+ refactor SfxDocumentItem so it no longer requires a XDocumentInfo
+ move struct CustomProperty to implementation file
+ remove class SfxDocumentUserPage
+ QueryValue,PutValue: remove MID_DOCINFO_FIELD*
- sfx2/source/doc/objserv.cxx:
+ adapt to SfxDocumentItem change
- sfx2/inc/sfx2/sfx.hrc, sfx2/sdi/sfxslots.sdi, sfx2/inc/sfx2/msg.hxx:
+ remove MID_DOCINFO_FIELD*
+ put all invocations of SFX_DECL_TYPE in msg.hxx, and undef SFX_DECL_TYPE
- sfx2/source/doc/objxtor.cxx:
+ fix abuses of comphelper_getProcessComponentContext (missing release)
- sfx2/source/doc/docfile.cxx:
+ SfxMedium::SfxMedium: don't dereference NULL, throw exception instead
- sfx2/source/doc/objstor.cxx:
+ SfxObjectShell::DoLoad: fix bug: DocumentBaseURI is not initialized
2009-02-26 12:58:07 +0100 mst r268502 : migration of cws odfmetadata2 from CVS (resync to m42): module xmloff
#i90620#: implement RDFa import (interface change)
- xmloff/inc/xmloff/xmlimp.hxx. xmloff/source/core/xmlimp.cxx:
+ make SvXMLImport::GetAbsoluteReference() const
+ add SvXMLImport::GetComponentContext()
+ SvXMLImport::_InitCtor(): add RDFa namespace
+ add SvXMLImport::AddRDFa()
+ SvXMLImport::endDocument() inserts RDFa into document repository
- xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:
+ new tokens for RDFa: XML_ABOUT, XML_DATATYPE
- xmloff/inc/RDFaImportHelper.hxx, xmloff/source/core/RDFaImportHelper.cxx:
+ new class RDFaImportHelper
+ adapt the code to the bleak reality of broken C++ implementations
+ handle empty xhtml:about attributes properly, which are actually
valid relative URIs
+ work around broken SvXMLImport::GetAbsoluteReference
- xmloff/source/core/makefile.mk:
+ add RDFaImportHelper.cxx
#i90620#: implement RDFa export
- xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ add SvXMLExport::EnsureNamespace(), and a stack of namespace maps
+ add SvXMLExport::GetComponentContext()
+ add SvXMLExport::AddAttributesRDFa()
- xmloff/inc/RDFaExportHelper.hxx, xmloff/source/core/RDFaExportHelper.cxx:
+ new class RDFaExportHelper
+ don't use std::map::data_type, which is actually called
std::map::mapped_type by libstdc++
- xmloff/source/core/makefile.mk:
+ add RDFaExportHelper.cxx
#i91563#
- xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:
+ XMLTextPAttrTokens: add RDFa tokens
- xmloff/source/text/txtparai{.hxx,.cxx}:
+ import RDFa for text:p
- xmloff/source/text/txtparae.cxx:
+ export RDFa for text:p
interface change: use XHTML namespace instead of RDFA
- xmloff/inc/xmlnmspe.hxx, xmloff/inc/xmloff/xmltoken.hxx,
xmloff/source/core/{xmltoken.cxx,xmlimp.cxx,xmlexp.cxx,RDFaExportHelper.cxx},
xmloff/source/text/txtimp.cxx:
+ use XHTML namespace instead of RDFA
#i91565#, #i91566#: (preliminary) import for text:meta, text:meta-field
- xmloff/source/text/txtparai.cxx:
+ new class XMLMetaImportContextBase with subclasses to import
text:meta and text:meta-field
- xmloff/source/text/XMLTextMarkImportContext.cxx:
+ change XMLTextMarkImportContext::CreateAndInsertMark to handle marks
with no name (text:meta)
#i91565#, #i91566#: (preliminary) export for text:meta, text:meta-field
- xmloff/inc/txtflde.hxx, xmloff/source/text/txtflde.cxx:
+ add FIELD_ID_META to FieldIdEnum
+ new method XMLTextFieldExport::ExportMetaField()
+ change XMLTextFieldExport::ExportField{,AutoStyle,Helper}
to take additional parameter for progress bar
- xmloff/inc/xmloff/txtparae.hxx, xmloff/source/text/txtparae.cxx:
+ make XMLTextParagraphExport::exportTextRangeEnumeration() public
+ new method XMLTextParagraphExport::exportMeta()
#i90620#
- xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,
xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:
+ rename SvXML{Im,Ex}port::GetStreamPath() to GetStreamName()
+ fix xml:id {im,ex}port for embedded documents and non-packages
+ adapt to API change: XMetadatable
#i90620# GRDDL
- xmloff/inc/xmlnmspe.hxx, xmloff/inc/xmloff/xmltoken.hxx,
xmloff/source/core/{xmltoken.cxx,xmlexp.cxx}:
+ add GRDDL namespace
+ add token XML_TRANSFORMATION
+ add grddl:transformation attribute to root elements for meta.xml,
content.xml and styles.xml
2009-02-26 12:54:40 +0100 mst r268501 : migration of cws odfmetadata2 from CVS (resync to m42): module unoxml
#i90620#
- unoxml/source/rdf/librdf_repository.cxx:
+ librdf_Repository::importGraph: allocate buffer sized length of stream
+ switch from one librdf_world per repository to a single static world
because redland has global variables with a brain-damaged life-cycle...
+ exportGraph: use new raptor 1.4.18 feature to disable writing
an xml:base attribute in RDF/XML files
- unoxml/source/rdf/librdf_repository.cxx:
unoxml/qa/complex/RDFRepositoryTest.java:
+ adapt to predicate is URI change
+ adapt to RDFa API change
+ adapt to API change: RDFa has multiple predicates...
+ adapt to API change: XMetadatable derives from XURI
+ allow xhtml:datatype without xhtml:content
+ adapt to API change: attribute MetadataReference is StringPair
- unoxml/source/rdf/CURI.cxx:
+ add some more URI constants
2009-02-26 12:53:32 +0100 mst r268500 : migration of cws odfmetadata2 from CVS (resync to m42): module package
- package/inc/ImplValidCharacters.hxx:
+ remove (moved to comphelper)
2009-02-26 12:52:49 +0100 mst r268499 : migration of cws odfmetadata2 from CVS (resync to m42): module comphelper
- comphelper/inc/comphelper/processfactory.hxx,
comphelper/source/processfactory/processfactory.cxx:
+ add getProcessComponentContext()
+ change return type of comphelper_getProcessComponentContext to Reference
- comphelper/inc/comphelper/stl_types.hxx:
+ add OUStringBufferAppender
+ add algorithm intersperse
- comphelper/source/misc/string.cxx:
+ rewrite convertCommaSeparated with intersperse and OUStringBufferAppender
- comphelper/inc/comphelper/stlunosequence.hxx:
+ fix bug: begin() on empty sequence != end()
2009-02-26 12:50:47 +0100 mst r268498 : migration of cws odfmetadata2 from CVS (resync to m42): module offapi
#i96209#
- offapi/com/sun/star/text/fieldmaster/*.idl:
+ rename module from FieldMaster to fieldmaster
- offapi/type_reference/{typelibrary_history.txt,types.rdb}:
+ update reference types.rdb
#i90620#
- offapi/com/sun/star/rdf/{XMetadatable.idl,XDocumentMetadataAccess.idl}:
+ API change: XMetadatable derives from XURI
+ API change: replace XmlId (string) with MetadataReference (StringPair)
- offapi/com/sun/star/rdf/{Statement.idl,XDocumentRepository.idl,
XNamedGraph.idl,XRepository.idl}:
+ the predicate of a statement is a URI, not a Resource
- offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl:
+ rename: s/Package/Document/
+ remove uuid
+ remove everything related to mapping
+ graph names are now generated from base URI and file names
+ load methods: improve error handling with XInteractionHandler
- offapi/com/sun/star/rdf/XDocumentRepository.idl:
+ change: RDFa permits using multiple predicates in one attribute
+ setStatementRDFa: subject is now XResource, object is now XMetadatable
- offapi/com/sun/star/rdf/URIs.idl:
+ add some more URI constants
- offapi/com/sun/star/rdf:
+ fix @since tags and replace <method> with <member>
2009-02-26 12:47:24 +0100 mst r268497 : migration of cws odfmetadata2 from CVS (resync to m42): module redland
fix #i93768#
- redland/raptor-1.4.17.patch, redland/raptor/makefile.mk:
+ disable GRDDL parser to prevent call to libxslt
xsltSetDefaultSecurityPrefs, which breaks xmlhelp
- redland/raptor/makefile.mk, redland/raptor-1.4.17.patch,
redland/raptor-1.4.18.patch:
+ upgrade raptor to 1.4.18
+ deactivate serializer for RSS/Atom (does not build)
- redland/rasqal/makefile.mk, redland/rasqal-0.9.15.patch,
redland/rasqal-0.9.16.patch,
+ upgrade rasqal to 0.9.16
- redland/redland/makefile.mk, redland/redland-1.0.7.patch,
redland/redland-1.0.8.patch:
+ upgrade redland to 1.0.8
- redland/redlandversion.mk:
+ the librasqal SONAME has changed
2009-07-02 09:05:03 +00:00
|
|
|
Name = STRING(CONCAT3(librasqal-,RASQAL_MAJOR,.dll));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
|
|
|
Name = "rasqal.dll";
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
|
|
|
|
File gid_File_Lib_Rdf
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
2009-08-25 13:07:56 +00:00
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2008-07-01 15:29:44 +00:00
|
|
|
#ifdef UNX
|
|
|
|
#ifdef MACOSX
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(librdf,.,REDLAND_MAJOR,UNXSUFFIX));
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
2009-04-27 11:24:10 +00:00
|
|
|
Name = STRING(CONCAT4(librdf,UNXSUFFIX,.,REDLAND_MAJOR));
|
2008-07-01 15:29:44 +00:00
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#ifdef _gcc3
|
2008-10-01 07:05:18 +00:00
|
|
|
Name = "librdf-0.dll";
|
2008-07-01 15:29:44 +00:00
|
|
|
#else
|
|
|
|
Name = "librdf.dll";
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif // SYSTEM_REDLAND
|
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE(gid_File_Lib_Unordf, unordf)
|
2008-07-01 15:29:44 +00:00
|
|
|
|
2010-09-10 13:10:07 +02:00
|
|
|
STD_LIB_FILE( gid_File_Lib_For, for)
|
CWS-TOOLING: integrate CWS frmdlg
2008-12-18 09:13:09 +0100 oj r265667 : merge from odff05
2008-12-18 07:58:16 +0100 oj r265658 : #i94555# patch from <regina>, ODFF:
Add GAMMA, CHISQDIST, CHISQINV.
Make the 'cumulative' parameter of GAMMADIST optional.
Adapt the domain of CHIDIST to allow negative x.
Remove the constraint "degrees of freedom < 1.0E5" from CHIDIST and CHIINV.
Plus a mechanism to write the now optional parameter of GAMMADIST to PODF and
ODFF if omitted, for backwards compatibility.
2008-12-15 14:06:11 +0100 oj r265490 : CWS-TOOLING: rebase CWS frmdlg to trunk@264807 (milestone: DEV300:m37)
2008-12-15 13:55:28 +0100 oj r265488 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:55:07 +0100 oj r265487 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:48 +0100 oj r265486 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:36 +0100 oj r265485 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:54:24 +0100 oj r265484 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:48:11 +0100 oj r265483 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:31:12 +0100 oj r265479 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:13:58 +0100 oj r265477 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:10:09 +0100 oj r265476 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 13:05:11 +0100 oj r265475 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:47:17 +0100 oj r265467 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:46:19 +0100 oj r265466 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 10:45:47 +0100 oj r265465 : CWS-TOOLING: do not delete this file, it's needed for 'cws rebase -C'
CWS: frmdlg
New MWS: DEV300
New milestone: m37
2008-12-15 07:35:07 +0100 oj r265458 : add dependency to formula
2008-12-15 07:34:24 +0100 oj r265457 : add dependency to formula
2008-12-12 13:22:00 +0100 msc r265413 : #i97089#
2008-12-12 13:20:25 +0100 msc r265412 : #i97089#
2008-12-12 12:35:12 +0100 msc r265406 : #i97089#
2008-12-12 12:34:16 +0100 msc r265405 : #i97089#
2008-12-12 12:33:05 +0100 msc r265404 : #i97089#
2008-12-12 12:31:11 +0100 msc r265403 : #i97089#
2008-12-08 11:59:10 +0100 oj r264981 : insert RTL_LOG
2008-12-08 11:50:17 +0100 oj r264980 : some small changes
2008-12-05 12:57:57 +0100 oj r264902 : eof changed
2008-12-05 12:56:46 +0100 oj r264901 : eof changed
2008-12-05 12:28:47 +0100 oj r264899 : wrong var used
2008-12-05 10:08:57 +0100 oj r264890 : token order reversed
2008-12-04 13:49:22 +0100 oc r264843 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:45:27 +0100 oc r264842 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:42:54 +0100 oc r264841 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:37:41 +0100 oc r264840 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 13:34:11 +0100 oc r264839 : #i96688: Adapt autotests because of outsourced functionwizard
2008-12-04 12:35:31 +0100 oj r264835 : new help ids for struct and function tabpage
2008-12-04 12:00:35 +0100 oj r264828 : set explicit help id
2008-12-03 14:53:27 +0100 oj r264786 : #i96845# change ref button
2008-12-03 14:51:49 +0100 oj r264785 : #i96845# change ref button
2008-12-03 08:51:57 +0100 oj r264746 : convert dos to unix lineends
2008-12-03 08:50:45 +0100 oj r264745 : convert dos to unix lineends
2008-12-03 08:50:05 +0100 oj r264744 : convert dos to unix lineends
2008-12-02 12:28:33 +0100 oj r264686 : clear help text when new helpid is set
2008-12-02 12:28:02 +0100 oj r264685 : set help id for listbox category
2008-12-02 07:15:56 +0100 oj r264655 : remove define to auto generate help ids
2008-12-01 14:36:43 +0100 oj r264604 : use temp var
2008-12-01 14:18:31 +0100 oj r264601 : moved ScJumpToken to formula
2008-12-01 14:18:11 +0100 oj r264600 : moved ScJumpToken to formula
2008-12-01 14:14:35 +0100 oj r264599 : moved ScJumpToken from sc
2008-12-01 10:48:51 +0100 oj r264589 : change quickhelptext from Shrink to Select
2008-12-01 10:28:41 +0100 oj r264588 : fix opcode data, has to be Any.Void
2008-11-28 11:16:48 +0100 oj r264532 : add help ids
2008-11-28 10:16:56 +0100 oj r264529 : set help id
2008-11-28 10:16:43 +0100 oj r264528 : set help id
2008-11-26 13:55:04 +0100 oj r264381 : #94535# use of optional instead of deleting a string myself and some small changes
2008-11-26 09:53:20 +0100 oj r264346 : compile error with debug/without debug
2008-11-25 07:41:28 +0100 oj r264271 : put static into the method which make use of them
2008-11-24 08:16:07 +0100 oj r264196 : removed not needed classes for op code
2008-11-24 08:13:44 +0100 oj r264195 : removed not needed classes for op code
2008-11-21 14:05:53 +0100 oj r264135 : make GetOpCode inline
2008-11-21 12:35:27 +0100 oj r264124 : hold symbols
2008-11-20 09:27:27 +0100 oj r264028 : merged code from DEV300_m35 which got lost
2008-11-19 20:42:12 +0100 oj r264022 : more changes for formula dialog remove
2008-11-19 20:37:41 +0100 oj r264021 : removed unused var
2008-11-19 20:35:35 +0100 oj r264020 : some more changes at token
2008-11-19 10:59:47 +0100 oj r263967 : deleted
2008-11-19 10:58:24 +0100 oj r263966 : add forui and for res files
2008-11-18 15:27:36 +0100 oj r263777 : unused para removed
2008-11-18 15:23:23 +0100 oj r263775 : add insert button to add field dlg
2008-11-18 13:39:53 +0100 oj r263764 : enable the formula dialog as well for conditional print as for conditional formatting
2008-11-18 12:03:25 +0100 oj r263760 : rename isRef in IsRef
2008-11-17 11:46:16 +0100 oj r263711 : patches for function handling
2008-11-17 11:36:22 +0100 oj r263710 : add new for forui and res file
2008-11-17 09:21:12 +0100 oj r263704 : patches for some resource for libformula
2008-11-15 12:45:30 +0100 oj r263701 : changes for formula editor extraction
2008-11-07 08:23:27 +0100 oj r263416 : merge from DEV300:m35
2008-11-07 08:22:35 +0100 oj r263415 : merge from DEV300:m35
2008-11-07 08:22:16 +0100 oj r263414 : merge from DEV300:m35
2008-11-07 08:21:41 +0100 oj r263413 : merge from DEV300:m35
2008-11-07 08:21:31 +0100 oj r263412 : merge from DEV300:m35
2008-11-07 08:20:38 +0100 oj r263411 : merge from DEV300:m35
2008-11-07 08:20:00 +0100 oj r263410 : merge from DEV300:m35
2008-11-07 08:18:50 +0100 oj r263409 : merge from DEV300:m35
2008-11-07 08:18:19 +0100 oj r263408 : merge from DEV300:m35
2008-11-07 08:10:27 +0100 oj r263407 : merge from DEV300:m35
2008-10-21 07:43:46 +0200 oj r262560 : some compile errors resolved
2008-10-17 16:40:01 +0200 oj r262291 : dep for 1st target
2008-10-07 10:08:39 +0200 oj r262077 : copy
2008-10-07 09:45:31 +0200 oj r262076 : #i94535#
2008-10-07 09:44:26 +0200 oj r262075 : #i94535# new base class
2008-10-07 09:43:21 +0200 oj r262074 : moved to formula
2008-10-07 09:41:51 +0200 oj r262073 : new images
2008-10-07 09:03:01 +0200 oj r262072 : new ids for formula
2008-10-02 08:46:27 +0200 oj r262024 : #i94535# move the formula compiler to formula
2008-10-02 08:08:54 +0200 oj r262023 : #i94535#
2008-10-02 08:06:28 +0200 oj r262022 : #i94535#
2008-10-02 08:05:52 +0200 oj r262021 : #i94535#
2008-10-01 17:15:29 +0200 oj r262014 : #i94535#
2008-10-01 17:12:40 +0200 oj r262013 : new module formula
2008-10-01 17:04:55 +0200 oj r262012 : #i94535#
2008-10-01 16:49:03 +0200 oj r262010 : #i94535#
2008-10-01 16:46:59 +0200 oj r262009 : #i94535#
2009-01-08 10:47:13 +00:00
|
|
|
STD_LIB_FILE( gid_File_Lib_Forui, forui)
|
|
|
|
|
2011-03-29 14:36:53 +02:00
|
|
|
// RSVG and dependencies
|
|
|
|
#if ! defined (SYSTEM_GETTEXT)
|
|
|
|
File gid_File_Lib_Intl
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libintl.8.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "intl.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_GLIB
|
|
|
|
File gid_File_Lib_Glib
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libglib-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gliblo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gthread
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgthread-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gthreadlo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gobject
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgobject-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gobjectlo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gio
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgio-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "giolo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Gmodule
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgmodule-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:09:57 +03:00
|
|
|
Name = "gmodulelo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2011-05-28 05:29:10 -05:00
|
|
|
#if ENABLE_LIBRSVG
|
|
|
|
|
2011-03-29 14:36:53 +02:00
|
|
|
#if ! defined SYSTEM_GDKPIXBUF
|
|
|
|
File gid_File_Lib_Gdkpixbuf
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libgdk_pixbuf-2.0.0.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "libgdk_pixbuf-2.0-0.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_LIBCROCO
|
|
|
|
File gid_File_Lib_Libcroco
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libcroco-0.6.3.0.1.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "libcroco-0.6-3.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_PANGO
|
|
|
|
File gid_File_Lib_Libpango
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libpango-1.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:06:07 +03:00
|
|
|
Name = "pangolo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
File gid_File_Lib_Libpangocairo
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "libpangocairo-1.0.0.dylib";
|
|
|
|
#elif defined WNT
|
2011-06-03 14:06:07 +03:00
|
|
|
Name = "pangocairolo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#if defined WNT
|
|
|
|
File gid_File_Lib_Libpangowin32
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
2011-06-03 14:06:07 +03:00
|
|
|
Name = "pangowin32lo.dll";
|
2011-03-29 14:36:53 +02:00
|
|
|
End
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_LIBGSF
|
|
|
|
File gid_File_Lib_Libgsf
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef WNT
|
|
|
|
Name = "gsf-1.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! defined SYSTEM_LIBRSVG
|
|
|
|
File gid_File_Lib_Librsvg
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED);
|
|
|
|
Dir = SCP2_OOO_BIN_DIR;
|
|
|
|
#ifdef MACOSX
|
|
|
|
Name = "librsvg-2.2.dylib";
|
|
|
|
#elif defined WNT
|
|
|
|
Name = "librsvg-2-2.dll";
|
|
|
|
#endif
|
|
|
|
End
|
|
|
|
#endif
|
|
|
|
|
2011-05-28 05:29:10 -05:00
|
|
|
#endif
|
|
|
|
|
2010-09-14 14:51:07 +02:00
|
|
|
#ifdef WNT
|
|
|
|
File gid_File_Lib_sellangmsi
|
|
|
|
TXT_FILE_BODY;
|
|
|
|
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
|
|
|
|
Dir = gid_Dir_Program;
|
|
|
|
Name = "sellangmsi.dll";
|
|
|
|
End
|
|
|
|
#endif
|
2011-04-01 19:39:40 +02:00
|
|
|
|
|
|
|
#ifdef ENABLE_LOMENUBAR
|
|
|
|
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Lomenubar, lomenubar.uno )
|
|
|
|
#endif
|