summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
AgeCommit message (Collapse)Author
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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 Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-01-05CWS-TOOLING: integrate CWS overline3Jens-Heiner Rechtien
2008-12-11 15:24:46 +0100 fredrikh r265314 : i97099 2008-12-11 15:20:37 +0100 fredrikh r265313 : i97099 2008-12-11 15:18:00 +0100 fredrikh r265312 : i97099 2008-12-11 15:17:00 +0100 fredrikh r265311 : i97099 2008-12-11 15:13:20 +0100 fredrikh r265309 : i97144 2008-12-11 15:06:24 +0100 fredrikh r265306 : i97099 2008-11-24 10:41:42 +0100 fme r264213 : #i5991# Overline support 2008-11-24 10:39:53 +0100 fme r264212 : #i5991# Overline support 2008-11-24 10:02:13 +0100 fme r264209 : #5991# Overline support 2008-11-24 10:01:26 +0100 fme r264208 : #5991# Overline support 2008-11-24 09:59:11 +0100 fme r264207 : #5991# Overline support 2008-11-24 09:57:11 +0100 fme r264206 : #5991# Overline support 2008-11-14 10:36:44 +0100 fme r263667 : CWS-TOOLING: rebase CWS overline3 to trunk@263288 (milestone: DEV300:m35) 2008-11-13 16:12:13 +0100 fme r263649 : #i5991# migrate CWS overline3 to SVN.
2009-01-05CWS-TOOLING: integrate CWS libmswordJens-Heiner Rechtien
2008-12-18 12:33:19 +0100 kendy r265681 : Export less symbols. 2008-12-17 19:26:56 +0100 kendy r265655 : Move libmsword to the -writer package. 2008-12-15 17:46:16 +0100 kendy r265516 : Enable exceptions for iodetect.cxx. 2008-12-15 15:17:53 +0100 kendy r265504 : Deliver the msword.dll. 2008-12-09 19:38:17 +0100 kendy r265138 : Remove accidentally added method. 2008-12-09 19:33:57 +0100 kendy r265137 : Fix linking on Win32. 2008-12-09 18:37:16 +0100 kendy r265135 : Move SwFltControlStack::Delete() to ww1/fltshell.cxx to fix linking. 2008-12-09 18:01:56 +0100 kendy r265127 : Visibility fixes. 2008-12-09 15:51:52 +0100 kendy r265109 : Fix ambiguous usage of class Color. 2008-12-09 14:54:27 +0100 kendy r265091 : Add #include "precompiled_sw.hxx" to fix --enable-pch build. 2008-12-09 14:44:59 +0100 kendy r265088 : Add #include "precompiled_sw.hxx" to fix --enable-pch build. 2008-12-08 19:14:49 +0100 kendy r265015 : #i96313# Get rid of inc/iodetect.cxx, it's a really bad idea to share code by #ifdefing parts of it, and #including a .cxx file ;-) This change moves it to iodetect.cxx, which is compiled to a .o/.obj that is used where needed. 2008-11-20 17:45:08 +0100 kendy r264083 : #i96313# Make the destruction of Readers consistent. 2008-11-20 17:18:11 +0100 kendy r264070 : #i96313# Added missing SW_DLLPUBLIC for (Import|Export)(DOC|RTF). 2008-11-18 19:21:07 +0100 kendy r263797 : #i96313# Remove accidentally added file. 2008-11-18 17:14:31 +0100 kendy r263790 : #i96313# Split doc and rtf filters into a separate library From: Radek Doulik <rodo@novell.com> fix SwFieldBookmark class visibility (suggested by kendy) 2008-11-18 17:14:01 +0100 kendy r263789 : #i96313# Split doc and rtf filters into a separate library From: Fridrich Strba <fstrba@novell.com> add visibility markup to allow linking 2008-11-18 17:13:29 +0100 kendy r263788 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Visibility markup for libmsword. This is the most trivial approach, every class that had a symbol that needed to be visible was marked with SW_DLLPUBLIC; the correct (but more time consuming) way would be to mark just the exact methods that were needed. To be done later if generally shows that the separate libmsword makes sense; and also now we have the upper limit of symbols that needed to be added, and we can only make it better [decrease the number] ;-) 2008-11-18 17:12:58 +0100 kendy r263787 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Added the missing msword.map. 2008-11-18 17:12:25 +0100 kendy r263786 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> scp2 change for libmsword. 2008-11-18 17:11:55 +0100 kendy r263785 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Convert the binary .doc and .rtf filters into a separate library. It is called 'libmsword' and loaded on demand when either of the formats (.doc, .rtf) is loaded or saved.
2008-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte
2008-06-13INTEGRATION: CWS swlists01 (1.30.378); FILE MERGEDRüdiger Timm
2008/05/08 16:17:15 od 1.30.378.2: RESYNC: (1.30-1.31); FILE MERGED 2008/03/06 08:00:42 od 1.30.378.1: #i86732# class <SwFmt> - replacing methods <SetAttr(..)> and method <ResetAttr(..)> by virtual methods <SetFmtAttr(..)> and method <ResetFmtAttr(..)>
2008-04-10INTEGRATION: CWS changefileheader (1.30.426); FILE MERGEDRüdiger Timm
2008/04/01 15:56:14 thb 1.30.426.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.30.426.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.30.426.1: #i87441# Change license header to LPGL v3.
2007-05-22INTEGRATION: CWS chart2mst3 (1.27.28); FILE MERGEDVladimir Glazounov
2007/05/14 19:03:12 bm 1.27.28.3: RESYNC: (1.28-1.29); FILE MERGED 2007/03/09 15:05:24 bm 1.27.28.2: merged changed from CWS swnewtable 2006/12/07 11:19:34 tl 1.27.28.1: #i71244# update chart in writer
2007-04-25INTEGRATION: CWS os94 (1.28.40); FILE MERGEDRüdiger Timm
2007/03/12 08:07:30 os 1.28.40.1: #i75235# unused methods removed
2007-02-05INTEGRATION: CWS swqbf95_SRC680 (1.27.112); FILE MERGEDVladimir Glazounov
2007/01/25 08:15:59 od 1.27.112.1: #i73790# class <SwFmt> - rename method <ResetAllAttr()> to <ResetAllFmtAttr()> and make it virtual.
2006-11-08INTEGRATION: CWS os71 (1.24.118); FILE MERGEDKurt Zenker
2006/10/23 14:12:36 os 1.24.118.3: RESYNC: (1.25-1.26); FILE MERGED 2006/08/30 15:56:15 os 1.24.118.2: RESYNC: (1.24-1.25); FILE MERGED 2005/12/02 11:14:16 os 1.24.118.1: #i58773# move legacy filters to binfilter - first check-in
2006-10-11INTEGRATION: CWS swstability06 (1.25.20); FILE MERGEDOliver Bolte
2006/09/01 12:09:56 ama 1.25.20.1: #i68827#: CleanUp for timer access
2006-08-14INTEGRATION: CWS writercorehandoff (1.23.462); FILE MERGEDJens-Heiner Rechtien
2006/05/08 10:40:27 fme 1.23.462.6: #i50348# Make SwDoc accessible via interfaces 2005/11/18 14:52:01 fme 1.23.462.5: #i50348# Make SwDoc accessible via interfaces 2005/09/13 11:34:47 tra 1.23.462.4: RESYNC: (1.23-1.24); FILE MERGED 2005/07/05 08:12:33 tra 1.23.462.3: #i50348#make SwDoc interface based 2005/06/24 11:42:36 fme 1.23.462.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:09:57 fme 1.23.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005-09-09INTEGRATION: CWS ooo19126 (1.23.596); FILE MERGEDRüdiger Timm
2005/09/05 13:36:09 rt 1.23.596.1: #i54170# Change license header: remove SISSL
2004-08-23INTEGRATION: CWS tune03 (1.21.182); FILE MERGEDRüdiger Timm
2004/08/09 21:19:06 mhu 1.21.182.2: RESYNC: (1.21-1.22); FILE MERGED 2004/07/19 19:10:36 mhu 1.21.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
2004-08-02INTEGRATION: CWS swobjpos04 (1.21.126); FILE MERGEDKurt Zenker
2004/05/07 15:10:48 od 1.21.126.1: #i28701# class <SwFmt> - add accessor for new attribute 'WrapInfluenceOnObjPos'
2004-02-26INTEGRATION: CWS hiddentext (1.17.204); FILE MERGEDKurt Zenker
2004/02/16 09:02:45 fme 1.17.204.3: RESYNC: (1.18-1.20); FILE MERGED 2004/02/10 10:05:44 fme 1.17.204.2: RESYNC: (1.17-1.18); FILE MERGED 2004/01/05 14:17:49 fme 1.17.204.1: #i23660# Feature - Hidden character attribute
2004-02-02INTEGRATION: CWS swobjpos02 (1.17.18); FILE MERGEDJens-Heiner Rechtien
2004/01/21 08:56:07 od 1.17.18.2: RESYNC: (1.17-1.18); FILE MERGED 2003/10/02 09:47:35 od 1.17.18.1: #i18732# - new option 'FollowTextFlow' for text frames.
2004-02-02INTEGRATION: CWS geordi2q14 (1.18.30); FILE MERGEDJens-Heiner Rechtien
2004/01/30 14:26:16 hr 1.18.30.1: #111934#: merge CWS ooo111fix2
2004-01-13INTEGRATION: CWS cellbreak (1.17.26); FILE MERGEDOliver Bolte
2003/11/20 08:47:06 fme 1.17.26.1: #i2109# Feature - Table row split - new attribute
2003-07-16INTEGRATION: CWS ooo11rc2 (1.16.60); FILE MERGEDJens-Heiner Rechtien
2003/07/15 03:08:54 fa 1.16.60.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only. http://www.openoffice.org/issues/show_bug.cgi?id=16849 Contributor: Kevin Hendricks Dan fa@ooo
2003-05-27INTEGRATION: CWS aig03 (1.15.212); FILE MERGEDRüdiger Timm
2003/05/20 13:47:23 os 1.15.212.1: #108789# paragraph attribute for border merging added
2002-08-28#99657# - new methods for transparent background/shadowOliver Düsterhoff
2002-08-23#101685#,#i6886#: merge OOO_STABLE_1_PORTS (1.9.14.1-1.9.14.1.2.1) -> HEADJens-Heiner Rechtien
2002-08-05#101550# New SwHeaderAndFooterEatSpacingItemFrank Meies
2002-07-24#100014#: Broadcast name/description change events for farmes and tablesMichael Brauer
2002-02-06#96678# paragraph snap to grid itemFrank Meies
2002-01-25Task #96678# new Hint for frame directionsjp
2001-04-10New: vertical text alignmentAndreas Martens
2001-03-05new: SvxCharReliefItemjp
2001-02-15new character attribute: rotate and scalewidthjp
2000-11-29#80913# forbidden rulesOliver Specht
2000-11-20new para attributes - expand para rangejp
2000-11-16SwFmt2Lines moved to SVX and renamedjp
2000-11-02TwoLines as char and not as text attributejp
2000-10-30new: EmphasisItemjp
2000-09-18initial importJens-Heiner Rechtien