summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docxforms.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek1-1/+0
Change-Id: I0029144d049ad1c5ee3ff4d188ff969b6881712f Reviewed-on: https://gerrit.libreoffice.org/31095 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
Change-Id: I5c33d8ed3551d9ad4432824995bfdc3f73cfc5f8
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-04loplugin:stringconstantNoel Grandin1-2/+2
Change-Id: Ic135382652966e80c288f3407508bdaf0c60316e
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
Change-Id: I26e1e0f66dad5ed4e8351fc7509449b312559166
2014-01-05remove broken DBG_UNHANDLED_EXCEPTION macro crapBjoern Michaelsen1-1/+0
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::star::uno::Any const&, char const*, char const*)' fix this for --disable-dbgutl builds too before reverting this commit. Change-Id: Ie54d63ea11b4e36c737b22099027711ad0435acc
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer1-4/+0
Change-Id: I5349ab03f7d2a4e66bf8ac5ef67382f47eb5b5d5
2013-06-05Resolves: #i113606# in SwDoc dtor release the cyclic reference...Jian Fang Zhang1-2/+49
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-04-08fdo#46808, convert xforms::XForms to new styleNoel Grandin1-10/+2
the service already existed, it just needed an IDL file Change-Id: I4410dbd1e047e5e7e83c84f0b0de7155cc4fa41c
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
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-03-04fdo#46808, convert xforms::Model to new styleNoel Grandin1-15/+10
the service already existed, it just needed an IDL file. Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b
2013-03-01RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-4/+4
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-02-18SwDoc: rename member variables missing their prefixMiklos Vajna1-7/+7
Change-Id: Id4683649aa9115f9075717768aa6cef4110c2ad2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
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-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-4/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann1-2/+2
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak1-7/+7
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.6.242); FILE MERGEDRüdiger Timm1-52/+18
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.
2007-09-27INTEGRATION: CWS swwarnings (1.4.222); FILE MERGEDJens-Heiner Rechtien1-11/+13
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-04-16INTEGRATION: CWS fwkdbdesign01 (1.4.238); FILE MERGEDIvo Hinkelmann1-24/+54
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
2006-09-16INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGEDOliver Bolte1-3/+5
2006/09/01 17:51:27 kaib 1.3.476.1: #i68856# Added header markers and pch files
2005-09-09INTEGRATION: CWS ooo19126 (1.2.460); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:39:12 rt 1.2.460.1: #i54170# Change license header: remove SISSL
2004-11-16INTEGRATION: CWS eforms2 (1.1.2); FILE ADDEDOliver Bolte1-0/+152
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