Commit graph

209 commits

Author SHA1 Message Date
Norbert Thiebaud
8fc6fc97d5 remove include of pch header from sal 2011-11-27 13:18:15 -06:00
Tor Lillqvist
1f357a5f03 Clean out cruft from systools and especially uwinapi 2011-06-17 16:44:41 +03:00
Tor Lillqvist
47a7b9021f Always compare CROSS_COMPILING explicitly to "YES" 2011-06-06 09:17:34 +03:00
Tor Lillqvist
e433aca631 No need to build import library separately here 2011-05-23 01:47:44 +03:00
Tor Lillqvist
bcf840df2b MinGW cross-compilation fixes 2011-05-22 01:15:35 +03:00
Norbert Thiebaud
d7fc91fcd1 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
* commit 'ooo/DEV300_m101': (185 commits)
  chart52: cleanup unused legend entry stuff in preparation of issue #i82802#
  masterfix: #i10000# add missing dependency in offapi
  sb138: #i115619# fix for MinGW
  sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp
  sb138: #i115619# osl_setThreadName
  gridsort: i116682: update UnoControlDialog to reflect XDialog
  gridsort: minor changes to the new API: - renamed XMutableGridDataModel::setRowHeading to updateRowHeading for consistency reasons - renamed XSortableGridDataModel to XSortableGridData - actually, this is not a full-fledged model in itself.
  gridsort: grid control related unit tests (first set, more to come)
  sb138: #i116038# fresh implementation of binary URP bridge
  chart52: #28670# make the legend within charts resizeable - part 2
  gridsort: re-did the column resizing - introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing - removed XGridColumn.PreferredWidth - there really is no need for this anymore now - documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable - re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic
  sb139: #i116530# improve Java URP bridge error notification by utilizing the java.lang.Throwable cause facility
  gridsort: document the relationship between soorting the data and notifying XGridDataListeners
  gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel
  locales34: #i112431# adapt documentation to reality
  gridsort: introduce XSortableGridDataModel::removeColumnSort
  gridsort: #163172# added UNO API support for sorting grid data. Implementation still unfinished. Things missing in the SortableGridData implementation - add as listener to the delegator, so we're notified of changes - translate and multiplex those changes - do own notifications (XGridDataListener.dataChanged) when the sort order changed - (possibly) update the sort order when the data in the current sort-column changed
  gridsort: made the row title a row heading, being an Any instead of a string
  gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls
  gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in both methods, have (Col,Row) params instead of (Row,Col), for consistency reasons
  ...

Conflicts:
	bridges/inc/bridges/remote/bridgeimpl.hxx
	bridges/inc/bridges/remote/connection.h
	bridges/inc/bridges/remote/context.h
	bridges/inc/bridges/remote/helper.hxx
	bridges/inc/bridges/remote/mapping.hxx
	bridges/inc/bridges/remote/proxy.hxx
	bridges/inc/bridges/remote/remote.h
	bridges/inc/bridges/remote/remote.hxx
	bridges/inc/bridges/remote/stub.hxx
	bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
	bridges/source/remote/context/context.cxx
	bridges/source/remote/static/helper.cxx
	bridges/source/remote/static/mapping.cxx
	bridges/source/remote/static/proxy.cxx
	bridges/source/remote/static/remote.cxx
	bridges/source/remote/static/remote_types.cxx
	bridges/source/remote/static/remote_types.hxx
	bridges/source/remote/static/stub.cxx
	bridges/source/remote/urp/urp_bridgeimpl.cxx
	bridges/source/remote/urp/urp_bridgeimpl.hxx
	bridges/source/remote/urp/urp_cache.h
	bridges/source/remote/urp/urp_cache.hxx
	bridges/source/remote/urp/urp_dispatch.cxx
	bridges/source/remote/urp/urp_dispatch.hxx
	bridges/source/remote/urp/urp_environment.cxx
	bridges/source/remote/urp/urp_job.cxx
	bridges/source/remote/urp/urp_job.hxx
	bridges/source/remote/urp/urp_log.cxx
	bridges/source/remote/urp/urp_log.hxx
	bridges/source/remote/urp/urp_marshal.cxx
	bridges/source/remote/urp/urp_marshal.hxx
	bridges/source/remote/urp/urp_marshal_decl.hxx
	bridges/source/remote/urp/urp_property.hxx
	bridges/source/remote/urp/urp_propertyobject.cxx
	bridges/source/remote/urp/urp_propertyobject.hxx
	bridges/source/remote/urp/urp_reader.cxx
	bridges/source/remote/urp/urp_reader.hxx
	bridges/source/remote/urp/urp_replycontainer.hxx
	bridges/source/remote/urp/urp_threadid.cxx
	bridges/source/remote/urp/urp_threadid.hxx
	bridges/source/remote/urp/urp_unmarshal.cxx
	bridges/source/remote/urp/urp_unmarshal.hxx
	bridges/source/remote/urp/urp_writer.cxx
	bridges/source/remote/urp/urp_writer.hxx
	cppu/source/threadpool/threadpool.cxx
	cppu/util/target.pmk
	cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx
	cppuhelper/source/interfacecontainer.cxx
	cpputools/source/regcomplazy/regcomplazy.cxx
	jurt/prj/d.lst
	jvmfwk/source/elements.cxx
	offapi/com/sun/star/awt/grid/GridDataEvent.idl
	offapi/com/sun/star/awt/grid/XGridColumn.idl
	offapi/com/sun/star/awt/tab/makefile.mk
	offapi/com/sun/star/chart2/ExplicitIncrementData.idl
	offapi/com/sun/star/chart2/XPlotter.idl
	offapi/com/sun/star/chart2/XUndoHelper.idl
	offapi/com/sun/star/document/MediaDescriptor.idl
	offapi/com/sun/star/document/makefile.mk
	offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
	offapi/com/sun/star/script/ModuleInfo.idl
	offapi/com/sun/star/script/ModuleType.idl
	offapi/com/sun/star/text/TextMarkupType.idl
	offapi/com/sun/star/util/XTextSearch.idl
	offapi/com/sun/star/xml/sax/XFastAttributeList.idl
	pyuno/source/loader/makefile.mk
	remotebridges/source/bridge/bridge_connection.cxx
	remotebridges/source/bridge/bridge_connection.hxx
	remotebridges/source/bridge/bridge_provider.cxx
	remotebridges/source/bridge/remote_bridge.cxx
	remotebridges/source/bridge/remote_bridge.hxx
	remotebridges/source/dynamicloader/dynamicloader.cxx
	remotebridges/source/factory/bridgefactory.cxx
	remotebridges/source/factory/bridgeimpl.cxx
	remotebridges/source/factory/bridgeimpl.hxx
	remotebridges/source/factory/makefile.mk
	sal/cppunittester/cppunittester.cxx
	sal/inc/osl/diagnose.h
	sal/osl/os2/system.h
	sal/osl/unx/diagnose.c
	sal/osl/unx/file_misc.cxx
	sal/osl/unx/process_impl.cxx
	sal/osl/w32/diagnose.c
	sal/osl/w32/process.cxx
	sal/prj/build.lst
	sal/qa/rtl/math/makefile.mk
	sal/qa/rtl/math/rtl_math.cxx
	sal/qa/rtl/math/rtl_old_testint64.cxx
	sal/qa/rtl/math/test_rtl_math.cxx
	sal/systools/win32/kill/kill.cxx
	sal/textenc/tencinfo.c
	sal/util/sal.map
	stoc/source/inspect/introspection.cxx
	stoc/source/security/file_policy.cxx
	stoc/source/simpleregistry/simpleregistry.cxx
2011-03-08 22:29:39 -06:00
Thomas Arnhold
83734eea36 Clean up makefiles 2011-02-04 12:45:54 +01:00
Fridrich Štrba
fb3ba76c8c Revert "Temporary revert to compile on Windows XP"
This reverts commit 6734127f11b49e65571f8e1d6b346db9e94ea64d.
2011-01-31 14:44:14 +01:00
Jesús Corrius
fd17eed870 Temporary revert to compile on Windows XP 2011-01-29 20:09:27 +01:00
Tor Lillqvist
7e86fc3fe7 Initial hacks for 64-bit Windows build 2011-01-16 21:57:00 +02:00
tono
b4c4ba6a57 mingwport33: i#113566: MinGW port fix: w32api-3.14 2011-01-05 22:59:59 +09:00
Jesús Corrius
377a56fb1b Don't export unicows.lib functions 2010-12-10 01:12:39 +01:00
Jesús Corrius
51eb444026 Remove references to unicows.dll 2010-12-09 23:11:26 +01:00
Jesús Corrius
10031bb5bd Remove obsolete Windows kill utility 2010-12-08 20:29:21 +01:00
Jesús Corrius
9bbe271639 Remove unused code 2010-11-03 18:46:58 +01:00
Caolán McNamara
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01:00
Florian Bircher
2fc1ad52be add missing include 2010-10-18 18:52:51 -05:00
Kenneth Venken
522faf9ccb cleanup to use SAL_N_ELEMENTS 2010-10-18 19:47:47 +01:00
Kenneth Venken
619f7da8be remove unused macro bufsizeof 2010-10-17 16:59:18 -05:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:04:31 +02:00
sb
c3c0ef6831 sb132: #i113211# correctly pass char* to %s 2010-09-23 16:35:55 +02:00
tono
cdce30bdbf i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 2010-05-31 21:53:32 +09:00
Jens-Heiner Rechtien
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Vladimir Glazounov
d8cb0da0ae CWS-TOOLING: integrate CWS mingwport22
2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54)
2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static"
2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread
2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section
2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope
2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include
2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path
2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge
2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging
2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo
2009-08-26 06:36:38 +00:00
Ivo Hinkelmann
6d68155726 CWS-TOOLING: integrate CWS mingwport20
2009-06-13 05:03:46 +0200 tono  r272946 : i102723: Set WINVER abd _WIN32_IE to 0x500 in mingw build
2009-06-16 17:37:30 +00:00
Vladimir Glazounov
c1cfe0f068 CWS-TOOLING: integrate CWS mingwport15 2008-10-01 07:05:18 +00:00
Vladimir Glazounov
2645673183 INTEGRATION: CWS hrovista2 (1.8.10); FILE MERGED
2008/07/30 13:59:52 hro 1.8.10.1: #Fixed kill command to work with non admin rights and provide better error messages
2008-08-18 11:14:59 +00:00
Rüdiger Timm
c7a00ab0e8 INTEGRATION: CWS qadev32 (1.7.2); FILE MERGED
2008/04/18 14:11:32 hro 1.7.2.1: #i86802# Support kill -9
2008-06-13 11:36:26 +00:00
Vladimir Glazounov
93df59ef49 INTEGRATION: CWS mingwport13 (1.3.10); FILE MERGED
2008/05/05 11:46:25 vg 1.3.10.1: #i88772# MinGW fixes for DEV300
2008-06-06 16:02:58 +00:00
Vladimir Glazounov
bf8c5d0209 INTEGRATION: CWS mingwport13 (1.3.150); FILE MERGED
2008/05/05 11:46:25 vg 1.3.150.1: #i88772# MinGW fixes for DEV300
2008-06-06 16:02:43 +00:00
Rüdiger Timm
3b293dcec0 INTEGRATION: CWS changefileheader (1.2.152); FILE MERGED
2008/03/31 13:24:06 rt 1.2.152.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:27:20 +00:00
Rüdiger Timm
038625170a INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED
2008/03/31 13:24:06 rt 1.10.10.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:27:05 +00:00
Rüdiger Timm
bd94d325ed INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED
2008/03/31 13:24:06 rt 1.6.10.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:26:35 +00:00
Rüdiger Timm
cfd3ae1dd7 INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED
2008/03/31 13:24:06 rt 1.16.10.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:26:19 +00:00
Rüdiger Timm
b5580a0d8c INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED
2008/03/31 13:24:06 rt 1.3.378.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:25:47 +00:00
Rüdiger Timm
118e498eaa INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED
2008/03/31 13:24:06 rt 1.2.10.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:25:20 +00:00
Rüdiger Timm
c1ece8346e INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED
2008/03/31 13:24:06 rt 1.4.378.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:25:05 +00:00
Rüdiger Timm
824fe9f9de INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED
2008/03/31 13:24:06 rt 1.4.268.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:24:51 +00:00
Rüdiger Timm
c0a96ad0fa INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED
2008/03/31 13:24:05 rt 1.4.268.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:23:37 +00:00
Rüdiger Timm
4c00f730f1 INTEGRATION: CWS changefileheader (1.5.228); FILE MERGED
2008/03/31 13:24:05 rt 1.5.228.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:22:23 +00:00
Rüdiger Timm
ddaec397dd INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED
2008/03/31 13:24:05 rt 1.4.378.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:21:43 +00:00
Rüdiger Timm
1964ae7601 INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED
2008/03/31 13:24:05 rt 1.3.378.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:21:12 +00:00
Rüdiger Timm
30146a0d14 INTEGRATION: CWS changefileheader (1.4.266); FILE MERGED
2008/03/31 13:24:05 rt 1.4.266.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:18:27 +00:00
Rüdiger Timm
6e0ebaef00 INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED
2008/03/31 13:24:04 rt 1.3.378.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:17:09 +00:00
Rüdiger Timm
cc65cfbf7d INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED
2008/03/31 13:24:04 rt 1.4.134.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:14:45 +00:00
Rüdiger Timm
a2d722fc83 INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED
2008/03/31 13:24:04 rt 1.5.10.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:14:30 +00:00
Rüdiger Timm
6b161bc8c3 INTEGRATION: CWS changefileheader (1.5.228); FILE MERGED
2008/03/31 13:24:04 rt 1.5.228.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:14:00 +00:00
Rüdiger Timm
58cea23263 INTEGRATION: CWS changefileheader (1.8.98); FILE MERGED
2008/03/31 13:24:04 rt 1.8.98.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:13:43 +00:00
Rüdiger Timm
24e1c35712 INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED
2008/03/31 13:24:04 rt 1.6.98.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:13:28 +00:00
Rüdiger Timm
9e0213ada7 INTEGRATION: CWS changefileheader (1.4.228); FILE MERGED
2008/03/31 13:24:04 rt 1.4.228.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:13:12 +00:00