Commit graph

34968 commits

Author SHA1 Message Date
Ivo Hinkelmann
2b03086e2e CWS-TOOLING: integrate CWS calc66 2011-03-28 15:56:18 +02:00
Ivo Hinkelmann
62b76b304b CWS-TOOLING: integrate CWS dba34d 2011-03-28 15:37:38 +02:00
Vladimir Glazunov
d26d7768d7 CWS-TOOLING: integrate CWS sw34bf04 2011-03-22 17:38:22 +01:00
Vladimir Glazunov
1f70046631 CWS-TOOLING: integrate CWS dr78 2011-03-21 17:31:01 +01:00
Vladimir Glazunov
6f80af3e56 CWS-TOOLING: integrate CWS dba34c 2011-03-21 17:02:20 +01:00
Frank Schoenheit [fs]
a754527bb2 #i117341# let getAvailableServiceNames include css.awt.tab.UnoControlTabPageModel 2011-03-17 09:09:16 +01:00
obo
78f80b020f masterfix DEV300: #i117352#,#i10000# WaE converting to non-pointer type sal_uInt16 from NULL 2011-03-16 13:51:10 +01:00
obo
42aa6d935d CWS-TOOLING: integrate CWS vcl120 2011-03-16 12:21:09 +01:00
obo
355250c0ef CWS-TOOLING: integrate CWS jl164 2011-03-16 10:11:17 +01:00
obo
894b4df156 CWS-TOOLING: integrate CWS ext006 2011-03-16 09:46:06 +01:00
obo
8941097300 CWS-TOOLING: integrate CWS obo55 2011-03-16 09:10:50 +01:00
obo
2b61765208 CWS-TOOLING: integrate CWS debuglevels 2011-03-16 08:29:30 +01:00
Philipp Lohmann [pl]
7363d8a165 vcl120: #i117267# better paper matching 2011-03-15 15:26:25 +01:00
Niklas Nebel
7b61472c31 calc66: merge with DEV300_m102 2011-03-15 10:39:12 +01:00
Frank Schoenheit [fs]
9da3a11edb dba34d: #i116908# include <limits> 2011-03-14 19:05:52 +01:00
Frank Schoenheit [fs]
61cbc3468a dba34d: pulled and merged DEV300.m102 2011-03-14 10:01:15 +01:00
Frank Schoenheit [fs]
7f8194a7d8 debuglevels: pulled and merged DEV300.m102 2011-03-14 09:47:56 +01:00
Eike Rathke [er]
0baa3df80e calc66: merge 2011-03-11 18:15:50 +01:00
Michael Stahl
9d79da402f sw34bf04: merge DEV300_m102 2011-03-11 12:11:04 +01:00
Philipp Lohmann [pl]
da4071958c vcl120: #i114306# tweak defaultprinter behavior again 2011-03-10 13:28:06 +01:00
Ocke Janssen [oj]
de48c17d49 Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c 2011-03-10 11:12:57 +01:00
Philipp Lohmann [pl]
5170c9fde2 vcl120: rebase to DEV300m102 2011-03-10 10:52:14 +01:00
Henning Brinkmann
6201194c7c sw34bf04: #i46648#: define class for NfKeywordTable
* * *
#i46648#: Use specific NfKeywordTabl
2011-03-09 12:43:03 +01:00
Frank Schoenheit [fs]
795a6533c9 dba34d: pulled and merged latest changes from CWS dba34c 2011-03-08 09:56:56 +01:00
Ivo Hinkelmann
f59ba28bac CWS-TOOLING: integrate CWS os146 2011-03-07 17:31:32 +01:00
Ivo Hinkelmann
9a3c97e700 CWS-TOOLING: integrate CWS vcl119 2011-03-07 13:55:23 +01:00
Ivo Hinkelmann
85161bda99 masterfix DEV300: KDE vs. tooltypes 2011-03-04 16:37:53 +01:00
Niklas Nebel
8c0a08da22 calc66: merge 2011-03-04 15:03:24 +01:00
Ocke Janssen
15a1619ad2 Automated merge with file:///d:\tools\master\ooo 2011-03-04 07:53:39 +01:00
Joachim Lingner
6b907a7f7a jl164 #i109096# wrong use of path::native_file_string_w in fopen for Linux 2011-03-02 17:23:32 +01:00
Joachim Lingner
3de320a3c3 jl164 #i109096# make patch::native_file_string_w windows only 2011-03-02 16:45:19 +01:00
Ivo Hinkelmann
ab9a9cc0b4 CWS-TOOLING: integrate CWS mhu21 2011-03-02 12:10:39 +01:00
Ocke Janssen [oj]
7c2917911e Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo 2011-03-01 08:33:49 +01:00
Ivo Hinkelmann
6c4a630826 CWS-TOOLING: integrate CWS impress195 2011-02-28 17:12:48 +01:00
Ivo Hinkelmann
6ca901341d CWS-TOOLING: integrate CWS sw34bf03 2011-02-28 16:55:36 +01:00
Daniel Rentz [dr]
31dfc4d4eb dr78: rebase to DEV300_m101 2011-02-28 10:08:33 +01:00
Frank Schoenheit [fs]
5342a87464 debuglevels: simplify the build system, by complicating the OOo code ;)
Introduce DBGSV_(TRACE/WARNING/ERROR)_OUT, which controls the output channel for tools-level
traces/warnings/assertions, when no dbgsv.ini file is found (this is the increased OOo complexity).

Use this in installationtest.mk, instead of creating a dedicated dbgsv.ini file.

Yet to come: add support for DBGSV_ERROR_OUT to the GNU make build system. Which is the reason why
DBGSV_ERROR_OUT was introduced: Currently, running a GNU make based test pops up assertions as message
boxes. Before the change here, we would have needed to add dbgsv.ini support to the GNU make build system,
which sounds not like a funny a reasonable thing to do. So, instead, we will simply set DBGSV_ERROR_OUT,
which is much simpler and less error prone.
2011-02-24 17:39:47 +01:00
Joachim Lingner
836a9c057b jl164 #i109096# HelpLinker does not work with long path on Windows XP because of fopen 2011-02-24 17:12:55 +01:00
Eike Rathke [er]
40053f86ff calc66: fixed out of bounds access in offset# Sequence of equals() 2011-02-24 13:45:51 +01:00
Joachim Lingner
b2a5985ba2 jl164 #i109096# java help indexer service did not work with long file paths 2011-02-24 10:37:10 +01:00
Frank Schoenheit [fs]
9ebce16706 debuglevels: pulled and merged latest changes from same CWS / other repo 2011-02-23 21:09:45 +01:00
Frank Schoenheit [fs]
64c6484120 debuglevels: removed unreachable code (unxsol* WaE) 2011-02-23 21:05:20 +01:00
Matthias Huetsch [mhu]
357be60a22 Update from master repository (DEV300_m100). 2011-02-23 21:03:15 +01:00
Philipp Lohmann [pl]
096a1315ef vcl119: solve a merge problem 2011-02-23 18:51:57 +01:00
Philipp Lohmann [pl]
3bcb29437f vcl119: rebase to DEV300_m101 2011-02-23 16:37:27 +01:00
Philipp Lohmann [pl]
c7908996ac vcl119: persistent window state for print dialog 2011-02-23 13:19:04 +01:00
Frank Schoenheit [fs]
4517b4f8f0 debuglevels: pulled and merged latest changes from DEV300_next 2011-02-23 12:42:39 +01:00
Frank Schoenheit [fs]
069f7719eb debuglevels: merged to-be-m101 2011-02-23 09:58:44 +01:00
Philipp Lohmann [pl]
46f05469df vcl119: #i109847# #i112313# workaround a strange clip region problem on windows printer drivers 2011-02-22 19:14:52 +01:00
Ivo Hinkelmann
e2a3d487ef masterfix DEV300: #i10000# usage of L10N build_type 2011-02-22 19:07:34 +01:00