Bjoern Michaelsen
3df9adb1b0
remove broken DBG_UNHANDLED_EXCEPTION macro crap
...
this breaks quickly doing a `make sw debug=T` hard, with e.g.
sw/source/ui/vba/vbasystem.cxx:239: undefined reference to `DbgUnhandledException(com::sun:⭐ :uno::Any const&, char const*, char const*)'
fix this for --disable-dbgutl builds too before reverting this commit.
Change-Id: Ie54d63ea11b4e36c737b22099027711ad0435acc
2014-01-05 04:39:38 +01:00
Philipp Riemer
c99476fcfc
deleted needless blank lines in sw/source/core/doc/
...
Change-Id: I5349ab03f7d2a4e66bf8ac5ef67382f47eb5b5d5
2013-08-09 22:44:41 +02:00
Jian Fang Zhang
6e426582ec
Resolves: #i113606# in SwDoc dtor release the cyclic reference...
...
between XFormModel and bindings/submissions
Patch by: zhangjf
Review by: zhangjf
(cherry picked from commit adc0946638e8817d5e57b0003b414249ac481df0)
Conflicts:
sw/inc/doc.hxx
sw/source/core/doc/docnew.cxx
sw/source/core/doc/docxforms.cxx
Change-Id: I3124daea8925b1efd8e151f3064582786d461718
2013-06-05 11:35:52 +01:00
Noel Grandin
332b42860e
fdo#46808, convert xforms::XForms to new style
...
the service already existed, it just needed an IDL file
Change-Id: I4410dbd1e047e5e7e83c84f0b0de7155cc4fa41c
2013-04-08 13:53:03 +02:00
Luboš Luňák
1946794ae0
mass removal of rtl:: prefixes for O(U)String*
...
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Noel Grandin
b313e37a92
fdo#46808, convert xforms::Model to new style
...
the service already existed, it just needed an IDL file.
Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b
2013-03-04 10:13:20 +02:00
Krisztian Pinter
6f6443f2cb
RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
...
Change-Id: I3ef372b07f2bacc2b9bbbb034e3d61b9cc8a3677
Reviewed-on: https://gerrit.libreoffice.org/2486
Reviewed-by: Andras Timar <atimar@suse.com >
Tested-by: Andras Timar <atimar@suse.com >
2013-03-01 15:15:17 +00:00
Miklos Vajna
2c9f9832fc
SwDoc: rename member variables missing their prefix
...
Change-Id: Id4683649aa9115f9075717768aa6cef4110c2ad2
2013-02-18 07:59:13 +01:00
Michael Meeks
caaeb0a046
re-base on ALv2 code. Includes:
...
Patches contributed by Oliver-Rainer Wittmann
sw34bf06: #i117783# - Writer's implementation of XPagePrintable -
apply print settings to new printing routines
http://svn.apache.org/viewvc?view=revision&revision=1172115
sw34bf06: #o12311627# use <rtl_random> methods to
create unique ids for list styles and list ids
http://svn.apache.org/viewvc?view=revision&revision=1172112
sw34bf06 #i114725#,#i115828# - method <SwDoc::ClearDoc()> -
clear list structures completely
http://svn.apache.org/viewvc?view=revision&revision=1172122
i#118572 - remove ui string and help content regarding usage of
Java Mail in Writer's Mail Merge as Java Mail is not used.
http://svn.apache.org/viewvc?view=revision&revision=1197035
Patches contributed by Mathias Bauer
cws mba34issues01: #i117718#: provide filter name in
case storage of medium does not allow to detect one
http://svn.apache.org/viewvc?view=revision&revision=1172350
cws mba34issues01: #i117721#: directly provide
parameters retrieved from SfxMedium
http://svn.apache.org/viewvc?view=revision&revision=1172353
gnumake4 work variously
http://svn.apache.org/viewvc?view=revision&revision=1394707
http://svn.apache.org/viewvc?view=revision&revision=1394326
http://svn.apache.org/viewvc?view=revision&revision=1396797
http://svn.apache.org/viewvc?view=revision&revision=1397315
cws mba34issues01: #i117723#: convert assertion into trace
http://svn.apache.org/viewvc?view=revision&revision=1172355
cws mba34issues01: #i117699#: keep layout alive until swdoc dies
http://svn.apache.org/viewvc?view=revision&revision=1172362
cws mba34issues01: #i117943#: missing color attributes in RTF clipboard
http://svn.apache.org/viewvc?view=revision&revision=1172363
Patch contributed by Henning Brinkmann
imported patch i#103878
http://svn.apache.org/viewvc?view=revision&revision=1172109
Patches contributed by Michael Stahl
sw34bf06: #i117955#: WW8 export: disable storing of section breaks in endnotes
http://svn.apache.org/viewvc?view=revision&revision=1172119
Patch contributed by imacat
Fixed the Asian language work count.
http://svn.apache.org/viewvc?view=revision&revision=1241345
Patch contributed by Pedro Giffuni
i#20878 - Add comment with BZ issue for reference.
http://svn.apache.org/viewvc?view=revision&revision=1244517
Patch contributed by Andre Fischer
Do not add targets for junit tests when junit is disabled.
http://svn.apache.org/viewvc?view=revision&revision=1241508
add writerperfect dependency.
2012-11-30 10:10:38 +00:00
Luboš Luňák
21d10c6f32
mark lcl_ functions static or rename them if they are not local at all
...
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96
2012-10-12 16:56:54 +02:00
Thomas Arnhold
3770bbbdba
Remove superfluous empty lines on top
...
More than two lines are removed for readability.
Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09 04:57:58 +02:00
Norbert Thiebaud
dff7e08711
remove include of pch header from sw
2011-11-27 13:25:10 -06:00
Stephan Bergmann
b11bd0323e
Removed comphelper -> unotools processfactory.hxx duplication.
2011-11-14 11:50:26 +01:00
Jacek Wolszczak
4cf350c27f
REPLACE DBG_stuff with OSL_ASSERT and OSL_FAIL
2011-05-09 15:06:56 +02:00
Sebastian Spaeth
61355e51b8
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:16:56 +02:00
Jens-Heiner Rechtien
1a359bd2a8
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
Rüdiger Timm
b7251ff015
INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED
...
2008/04/01 15:56:57 thb 1.6.242.3: #i85898# Stripping all external header guards
2008/04/01 12:53:57 thb 1.6.242.2: #i85898# Stripping all external header guards
2008/03/31 16:53:48 rt 1.6.242.1: #i87441# Change license header to LPGL v3.
2008-04-10 12:24:01 +00:00
Jens-Heiner Rechtien
0fa8626897
INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED
...
2007/05/30 07:03:42 os 1.4.222.3: additional usings
2007/05/29 11:20:39 os 1.4.222.2: RESYNC: (1.4-1.5); FILE MERGED
2007/04/11 07:02:46 tl 1.4.222.1: #i69287# warning-free code
2007-09-27 07:37:33 +00:00
Ivo Hinkelmann
b9d410aa75
INTEGRATION: CWS fwkdbdesign01 (1.4.238); FILE MERGED
...
2007/03/06 08:51:52 fs 1.4.238.1: #i75146# do a XModule::setModule if the document is to act as XML Form Document
2007-04-16 14:40:20 +00:00
Oliver Bolte
24dbaa8007
INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED
...
2006/09/01 17:51:27 kaib 1.3.476.1: #i68856# Added header markers and pch files
2006-09-16 19:55:25 +00:00
Rüdiger Timm
15cee5b8ee
INTEGRATION: CWS ooo19126 (1.2.460); FILE MERGED
...
2005/09/05 13:39:12 rt 1.2.460.1: #i54170# Change license header: remove SISSL
2005-09-09 02:15:30 +00:00
Oliver Bolte
8263b71850
INTEGRATION: CWS eforms2 (1.1.2); FILE ADDED
...
2004/08/09 11:35:05 dvo 1.1.2.4: #i31958# create initial instance (with root node)
2004/08/02 14:33:42 dvo 1.1.2.3: #i31958# default model creation in initXForms(..)
2004/07/26 18:48:16 dvo 1.1.2.2: #i31958# continue XForms impl
2004/07/26 16:22:51 dvo 1.1.2.1: #i31958# implement SwDoc methods for XForms mode
2004-11-16 09:21:59 +00:00