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/07/08 14:50:05 od 1.153.30.1: #i91400# tracking of the list style name change in order to keep
data about the list style's default list up-to-date.
2008/05/14 12:41:50 od 1.146.46.6: #i86732# remove no longer needed code
2008/05/08 16:16:37 od 1.146.46.5: RESYNC: (1.151-1.152); FILE MERGED
2008/04/16 08:15:44 od 1.146.46.4: #i86732# further changes/adjustments for new list handling
2008/03/20 14:26:41 od 1.146.46.3: RESYNC: (1.146-1.151); FILE MERGED
2008/03/20 07:50:45 od 1.146.46.2: #i86732# class <SwDoc>
- new interface <IDocumentListAccess>
- enhance methods <SetNumRule(..)> and <SearchNumRule(..)>
- remove no longer needed methods
2008/03/06 07:49:46 od 1.146.46.1: #i86732# method <SwDoc::SetNodeNumStart(..)>
- refactoring: remove default value for second parameter
2008/02/13 10:52:45 od 1.146.28.1: #i85348# class <SwDoc>
- further adjustments for new list level attributes:
-- reset of indent attributes on applying list style at
paragraph respectively paragraph style
2008/02/01 08:12:48 od 1.142.16.4: RESYNC: (1.144-1.146); FILE MERGED
2007/12/03 09:22:59 od 1.142.16.3: RESYNC: (1.142-1.144); FILE MERGED
2007/11/22 13:30:46 od 1.142.16.2: #i83479# class <SwDoc>
- implement new interfaces <IDocumentListItems> and <IDocumentOutlineNodes>
2007/10/25 06:35:33 od 1.142.16.1: #i81002# interface <IDocumentBookmarkAccess> and class <SwDoc>
- new method <isCrossRefBookmarkName(..)>
2007/12/18 17:31:04 mba 1.134.20.8: some cleanups
2007/12/15 16:12:52 mod 1.134.20.7: RESYNC: (1.142-1.145); FILE MERGED
2007/09/28 16:30:57 mod 1.134.20.6: RESYNC: (1.141-1.142); FILE MERGED
2007/09/01 13:45:59 mod 1.134.20.5: RESYNC: (1.138-1.141); FILE MERGED
2007/07/04 10:27:48 mod 1.134.20.4: RESYNC: (1.134-1.138); FILE MERGED
2007/06/08 16:48:15 mod 1.134.20.3: Hiding and deleting of notes #i6193#
2007/05/25 06:52:10 fme 1.134.20.2: #i6193# New notes - forward declarations
2007/05/24 04:34:42 mod 1.134.20.1: Initial checking, do not use
2007/05/29 17:30:59 mba 1.133.40.4: RESYNC: (1.134-1.135); FILE MERGED
2007/05/08 21:07:05 mba 1.133.40.3: RESYNC: (1.133-1.134); FILE MERGED
2007/04/28 10:32:16 mba 1.133.40.2: #i73793#: allow to suppress Update Dialog
2007/03/27 21:24:55 mba 1.133.40.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep
2006/10/05 10:19:41 od 1.124.38.2: RESYNC: (1.124-1.126); FILE MERGED
2006/09/28 13:48:52 od 1.124.38.1: #i69627# namespace <docfunc>
- new document function <HasOutlineStyleToBeWrittenAsNormalListStyle(..)>
2006/09/22 07:17:12 cmc 1.125.6.2: #i69469# make declaration match definition on x86_64
2006/09/21 09:40:17 cmc 1.125.6.1: #i69469# make declaration match definition on x86_64
2006/07/26 13:57:38 fme 1.119.122.1: #138500# SetTabCols via API does not work correctly. Removed GetTabCols call from SetTabCols. The caller of SetTabCols is now responsible for passing the old SwTabCols
2006/04/19 13:52:49 od 1.112.36.2: #b6375613# method <SwDoc::SetApplyWorkaroundForB6375613(..)> no longer inline.
2006/03/22 12:43:37 od 1.112.36.1: #b6375613# class <SwDoc>
- introdcue new document flag <mbApplyWorkaroundForB6375613>
to trigger a document conversion, which applys the workaround
for documents, which uses a certain layout defect in OOo 1.x
to layout the documents.
2006/03/20 09:44:30 od 1.112.182.3: RESYNC: (1.112-1.114); FILE MERGED
resolve merge conflicts.
2006/03/20 08:12:47 od 1.112.182.2: #i62875# - class <SwDoc>: new compatibility flag <mbDoNotCaptureDrawObjsOnPage>
inclusive inline accessor methods.
- new namespace <docfunc> for new functions <ExistsDrawObjs( SwDoc& )>
and <AllDrawObjsOnPage( SwDoc& )>.
namespace <docfunct> should be used for functions/procedures
working on a Writer document.
2006/03/20 08:10:26 od 1.112.182.1: *** empty log message ***