summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlitemm.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-0/+1
Change-Id: I0c71a6fd2e094cebdb720e6c0661cd8a7bb8482c Reviewed-on: https://gerrit.libreoffice.org/46812 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-12-12TypeWhichId in swNoel Grandin1-0/+1
Change-Id: Ia5654aaf88f13c37f52e3c17d61dd3475641070a Reviewed-on: https://gerrit.libreoffice.org/46230 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
e.g. helpid[s].hrc -> helpids.h and insert include guards where missing move "ordinary" defines into .hxx files remove .hrc entries that are used as arguments to dialog factory when a dedicated method can be added instead Change-Id: I792fb8eb0adfaa63cf354e6e57401fc943e9196e
2017-01-09New loplugin:externvar: swStephan Bergmann1-4/+4
Change-Id: If850989ee513d29ed373df0c6dd9905ec694026c
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-11-30masterfix OOO340: #i117701# prevent warning in xmlitem.cxxKurt Zenker1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+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-05-27Explicitly cast RES_FRMATR enum value to sal_uInt16.Kohei Yoshida1-4/+4
It fails to build on my machine otherwise.
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-4/+7
Conflicts: sw/source/core/docnode/ndnotxt.cxx sw/source/core/inc/viewimp.hxx sw/source/core/layout/fly.cxx sw/source/core/layout/paintfrm.cxx sw/source/filter/ww8/WW8TableInfo.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtww8.cxx sw/source/filter/ww8/wrtww8.hxx sw/source/filter/ww8/ww8atr.cxx sw/source/filter/xml/xmlitemi.cxx sw/source/filter/xml/xmlmeta.cxx sw/source/ui/app/docsh2.cxx sw/source/ui/dialog/swdlgfact.cxx sw/source/ui/shells/grfsh.cxx
2011-02-18sw34bf04: #i117001#: sw: support fo:margin on table stylesMichael Stahl1-4/+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-10-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
Notes: split repo tag: writer_ooo/DEV300_m72 split repo tag: writer_ooo/DEV300_m73
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)
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer1-1/+1
2008-04-10INTEGRATION: CWS changefileheader (1.18.242); FILE MERGEDRüdiger Timm1-33/+18
2008/04/01 15:58:08 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.18.242.1: #i87441# Change license header to LPGL v3.
2007-09-27INTEGRATION: CWS swwarnings (1.16.62); FILE MERGEDJens-Heiner Rechtien1-40/+40
2007/08/20 15:50:08 tl 1.16.62.2: RESYNC: (1.16-1.17); FILE MERGED 2007/05/30 13:31:43 os 1.16.62.1: warnings removed
2007-08-03INTEGRATION: CWS oasisrng03 (1.16.100); FILE MERGEDJens-Heiner Rechtien1-3/+3
2007/07/02 11:04:08 ama 1.16.100.1: #146852#: keep-together validation
2007-04-18INTEGRATION: CWS swqbugfix01_SRC680 (1.15.260); FILE MERGEDRüdiger Timm1-2/+3
2007/03/28 11:45:48 ama 1.15.260.1: Fix #146584#: Saving keep-together attribute
2006-09-16INTEGRATION: CWS pchfix02 (1.14.476); FILE MERGEDOliver Bolte1-3/+5
2006/09/01 17:52:47 kaib 1.14.476.1: #i68856# Added header markers and pch files
2005-09-09INTEGRATION: CWS ooo19126 (1.13.478); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:42:54 rt 1.13.478.1: #i54170# Change license header: remove SISSL
2004-11-09INTEGRATION: CWS oasisbf1 (1.12.56); FILE MERGEDJens-Heiner Rechtien1-7/+7
2004/08/19 10:53:14 mib 1.12.56.1: #i32781#: set insert/style modes by using properties rather than UNOTunnel
2004-07-13INTEGRATION: CWS oasis (1.9.132); FILE MERGEDRüdiger Timm1-3/+3
2004/06/12 22:42:21 mib 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/22 15:19:24 mib 1.9.132.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)
2004-07-12INTEGRATION: CWS cellborders (1.10.18); FILE MERGEDRüdiger Timm1-2/+6
2004/06/21 08:54:22 dvo 1.10.18.1: #i29551# load/save table:border-model attribute
2004-04-21INTEGRATION: CWS vertcell (1.9.34); FILE MERGEDSander Vesik1-2/+6
2004/03/08 15:43:22 dvo 1.9.34.1: #i25070# load/save writing mode for table celss
2004-01-13INTEGRATION: CWS cellbreak (1.8.154); FILE MERGEDOliver Bolte1-3/+3
2003/11/20 13:30:32 fme 1.8.154.4: #i2109# Feature - Split table rows - import and export of the new item 2003/11/14 11:47:06 fme 1.8.154.3: #i2109# Split table rows 2003/11/14 11:32:53 fme 1.8.154.2: #i2109# Split table rows 2003/11/14 10:10:35 fme 1.8.154.1: #i2109# Split table rows
2003-04-17INTEGRATION: CWS os8 (1.7.146); FILE MERGEDVladimir Glazounov1-5/+2
2003/04/03 07:13:21 os 1.7.146.1: #108583# precompiled headers removed
2002-06-19#98281# add style:writing-mode attribute to table stylesDaniel Vogelheim1-2/+5
2001-07-04Move SvXMLAttrContainerItem to SVX, moved writer only code to swMichael Brauer1-4/+4
2001-06-18#86004#Daniel Vogelheim1-53/+56
- changed SvXMLItemMaps to use XMLTokenEnum - removed remaining xmlkywd.hxx inclusions and usages -> sw is now xmlkywd.hxx-free!
2000-11-07shape import/export, remoce core api codeMichael Brauer1-230/+2
2000-10-18master page import and export continuedMichael Brauer1-5/+8
2000-10-12#79090#: table:vertical-align -> fo:vertical-alignMichael Brauer1-4/+7
2000-09-18initial importJens-Heiner Rechtien1-0/+548