Commit Graph

86 Commits

Author SHA1 Message Date
Mathias Bauer
5e9bd0b1ce CWS swlayoutrefactoring: #i81480#: some minor cleanups 2010-12-16 17:09:02 +01:00
Mathias Bauer
162bc1aa80 CWS swlayoutrefactoring: #i81480#: sometimes there is no ViewShell 2010-12-15 15:05:17 +01:00
Mathias Bauer
ebc5777548 CWS swlayoutrefactoring: #i81480#: enable sw code to use multiple layouts 2010-06-13 15:22:56 +02:00
Ivo Hinkelmann
fd0d8d24cb CWS-TOOLING: integrate CWS sw33a11y01 2010-05-11 10:49:42 +02:00
Oliver-Rainer Wittmann
54d4353dd1 sw33bf02: merge with DEV300_m74 2010-03-10 18:46:05 +01:00
Oliver-Rainer Wittmann
5879e44baf sw33a11y01: merge with DEV300_m72, resolution of merge conflicts, adjustments due to changes on master 2010-02-25 19:54:08 +01:00
Vladimir Glazunov
7e12418df5 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01: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
Mathias Bauer
b08e1a88df CWS svxsplit: merge with m71 2010-02-04 17:59:58 +01:00
Oliver-Rainer Wittmann
6deb65760e sw33bf02: correction needed to general changes between DEV300_m68 and DEV300_m71 2010-02-04 15:40:20 +01:00
Oliver-Rainer Wittmann
604efd1cb3 sw33bf02: merge with DEV300_m71 2010-02-04 11:17:46 +01:00
Michael Stahl
dd19343634 merge DEV300_m70 2010-01-26 14:45:09 +01:00
Mathias Bauer
55f1f483cf #i107450#: build all other modules with new editeng lib 2010-01-08 18:32:51 +01:00
Oliver-Rainer Wittmann
c3436b84cd sw33bf02: #i107811# method <SwDoc::_MakeFlySection(..)> - Assure that at-page anchored fly frames have a page num or a content anchor set. 2010-01-07 14:40:30 +01:00
Michael Stahl
a6b34b60ba swunolocking1: #i105557#: unoobj.hxx: split out unotext.hxx etc.:
move SwXText from unoobj.hxx to new unotext.hxx.
 move SwXBodyText, SwXHeadFootText from unoobj.hxx to new unotextbodyhf.hxx.
 move SwXFootnote from unoobj.hxx to new unofootnote.hxx.
2010-01-05 16:37:47 +01:00
Michael Stahl
733b831970 swunolocking1: swtypes.hxx: rename frame anchor types
enum RndStdIds: rename frame anchor types (FLY_*) to be more intuitive.
 [note the completely ridiculous number of files that care about anchor types]
2010-01-05 16:37:41 +01:00
Mathias Bauer
eb52fad757 #103496#: move VCL free ConfigItems to unotools 2009-10-06 07:38:24 +02:00
Mathias Bauer
490d78bd02 merge commit 2009-09-25 21:47:16 +02:00
Kurt Zenker
b01573861c CWS-TOOLING: integrate CWS odfmetadata3
2009-09-11 Michael Stahl merge DEV300_m58
2009-09-07 Michael Stahl SwFmtFld::Modify(): do nothing on RES_OBJECTDYING
2009-08-27 Michael Stahl #i91565#, #i91566#: TextPortionEnumerationTest.java: add test document
2009-08-27 Michael Stahl #i91565#, #i91566#: add complex test: TextPortionEnumerationTest.java
2009-08-27 Michael Stahl CLiteral::initialize(): zero-length literals probably not an error
2009-08-27 Michael Stahl #i91565#, #i91566#: offapi: new InContentMetadata and MetadataField services
 adapt TextPortion for InContentMetadata
2009-08-27 Michael Stahl #i91564#: xmloff: load/store xml:id and RDFa for text:bookmark(-start).
2009-08-27 Michael Stahl #i91564#: sw core: add support for xml:id at bookmarks:
 sw::mark::Bookmark: derive from Metadatable.
 SwHistoryBookmark, SaveBookmark: store a MetadatableUndo.
 ndcopy.cxx: lcl_CopyBookmarks(): copy the xml:id.
 SwXBookmark: derive from MetadatableMixin.
2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: refactor ruby import so nested meta(-field) works:
 remove XMLRubyHint_Impl.
 XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl(): insert ruby directly.
2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: fix text:meta(-field) import/export:
 new XMLTextParagraphExport::exportTextField() overload for XTextField.
 CreateAndInsertMark(): set xml:id after insertion.
 fix meta(-field) service names, bugs etc.
2009-08-27 Michael Stahl #i91565#, #i91566#: sw text formatting: paint background of meta(-field) body:
 SwFont: add member m_nMetaCount.
 txttypes.hxx: add POR_META.
 atrstck.cxx: handle RES_TXTATR_META(FIELD).
 itrform2.cxx: SwTxtFormatter::WhichTxtPor(): create new class SwMetaPortion.
2009-08-27 Michael Stahl #i91566#: sw text formatting: display meta-field prefix and suffix:
 SwAttrIter::GetAttr(): replace with call to GetTxtAttrForCharAt().
 SwTxtFormatter::NewExtraPortion(): handle meta-field prefix.
 SwTxtFormatter: new member m_nHintEndIndex.
 SwTxtFormatter::WhichFirstPortion(): call TryNewNoLengthPortion().
 SwTxtFormatter::TryNewNoLengthPortion(): new; handle suffix of meta-field.
 SwTxtFormatter::UnderFlow(): UGLY HACK: decrement m_nHintEndIndex.
 SwFldPortion: add flag m_bNoLength: portion has zero length (for suffix).
2009-08-27 Michael Stahl #i91565#, #i91566#: extend text:meta(-field) uno wrapper with XText interface:
 unoobj.hxx: new CursorType CURSOR_META.
 unoobj2.cxx: refactor SwXText implementation to ensure that when the SwXText
  belongs to a SwXMeta, content is always inserted inside the meta(-field).
 unoobj.cxx: new SwXTextCursor::ForceIntoMeta(): cursor stays in meta(-field).
 unometa.hxx: SwXMeta implements XText, forwarding to a member SwXMetaText.
 DocInsertStringSplitCR(), SwX*::attachToRange(), SwX*::DeleteAndInsert():
  use FORCEHINTEXPAND hack to ensure insert into the meta(-field) at the end.
2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) uno wrapper to sw:
 fmtmeta.hxx, fmtatr2.cxx: new class sw::MetaField, new sw::MetaFieldManager.
 doc.hxx, docnew.cxx: new SwDoc::GetMetaFieldManager().
 unocoll.hxx,.cxx: new SW_SERVICE_FIELDTYPE_METAFIELD, SW_SERVICE_TYPE_META.
 unomap.hxx,.cxx: new PROPERTY_MAP_METAFIELD.
 unoprnms.hxx: new UNO_NAME_META.
 unoport.hxx: new PORTION_META; add "InContentMetadata" prop to SwXTextPortion.
 new unometa.hxx: new class SwXMeta and SwXMetaField.
 unofield.cxx: SwXFieldEnumeration: include meta-fields.
 unoportenum.cxx: handle RES_TXTATR_META(FIELD) by using a portion list stack.
 unotext.cxx: SwXText::insertTextContent(): handle meta(-field) as attribute.
2009-08-27 Michael Stahl #i91565#, #i91566#: ndhints.cxx: remove sort number from SwTxtAttrNesting
2009-08-27 Michael Stahl #i91565#, #i91566#: add support for hints with end and CH_TXTATR to sw core:
 doc.hxx, docedt.cxx: replace SwDoc::Delete(), DeleteAndJoin(), ReplaceRange()
  with wrappers that split at left-overlapped end+CH_TXTATR hints.
 txatbase.hxx: new member SwTxtAttr::m_bHasDummyChar.
 ndtxt.hxx: rename SwTxtNode::GetTxtAttr() to GetTxtAttrForCharAt().
 ndtxt.cxx: SwTxtNode::CopyText(): copy end+CH_TXTATR hints iff copy CH_TXTATR.
 txtatr2.cxx, thints.cxx: SwTxtMeta gets a CH_TXTATR.
2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) to sw core:
 txatbase.hxx: new member SwTxtAttr::m_bNesting.
 hintids.hxx: new ids RES_TXTATR_META, RES_TXTATR_METAFIELD.
 txtatr.hxx: new base class SwTxtAttrNesting.
  new hint SwTxtMeta.
  SwTxtRuby derives from SwTxtAttrNesting.
 txtinet.hxx: SwTxtINetFmt derives from SwTxtAttrNesting.
 new header fmtmeta.hxx: new pool item SwFmtMeta. new class sw::Meta.
 ndhints.hxx, thints.cxx: new method SwpHints::TryInsertNesting().
 thints.cxx: refactoring: BuildPortions() no longer handles Ruby/Hyperlink,
  but TryInsertNesting(), which also handles meta(-field).
 SwTxtNode::InsertItem(): check if the hint is actually inserted.
 ndhints.cxx: sort nesting hints based on sort number.
 ndtxt.cxx: lcl_CopyHint(): handle copy of meta/meta-field.
2009-08-27 Michael Stahl enable expanding hints with m_bLockExpandFlag set:
 add new InsertFlag: INS_FORCEHINTEXPAND.
 add new SetAttrMode: SETATTR_FORCEHINTEXPAND.
 rename SwEditShell::Insert() to Insert2() because changed signature fails
  to compile when SwWrtShell tries to overwrite these non-virtual members...
 SwWrtShell::Insert() sets FOCEHINTEXPAND if range was selected/deleted.
 adapt SwUndoInsert to store flags.
2009-08-27 Michael Stahl change formal parameters of item insertion methods to type SetAttrMode
2009-08-27 Michael Stahl fix incorrect resetting of text attributes in SwUndoInsSection, SwUndoInserts
2009-08-27 Michael Stahl clean up SwTxtNode::CutImpl() and lcl_CopyHint()
2009-08-27 Michael Stahl rename SwDoc::Copy() to CopyRange(), and _Copy() to CopyImpl()
2009-08-27 Michael Stahl rename SwNodes::Move() to MoveRange(), and remove unused parameter
2009-08-27 Michael Stahl rename SwDoc::Move() to MoveRange()/MoveNodeRange()
2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertString(), and remove sal_Unicode variant
2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertPoolItem()/InsertItemSet()/InsertSwSection()
2009-08-27 Michael Stahl rename SwDoc::Replace() to ReplaceRange()
2009-08-27 Michael Stahl remove SwDoc::Overwrite() sal_Unicode variant
2009-08-27 Michael Stahl split up SwDoc::DeleteAndJoin(): factor out DeleteAndJoinWithRedline()
2009-08-27 Michael Stahl rename overloaded SwDoc::Delete() to DeleteRange()/DeleteTOXMark()
2009-08-27 Michael Stahl rename SwTxtNode::Copy() to CopyText()
2009-08-27 Michael Stahl rename SwTxtNode::Cut() to CutText(), and _Cut() to CutImpl()
2009-08-27 Michael Stahl rename SwTxtNode::Delete() to DeleteAttribute()/DeleteAttributes()
2009-08-27 Michael Stahl rename SwTxtNode::Replace() to ReplaceText(), and remove the xub_Unicode variant
2009-08-27 Michael Stahl rename SwTxtNode::Erase() to EraseText()
2009-08-27 Michael Stahl rename SwTxtNode::Insert() to InsertText(), and remove the xub_Unicode variant
2009-08-27 Michael Stahl clean up SwTxtNode::Update()
2009-08-27 Michael Stahl remove SwTxtAttr::RemoveFromPool() and make destructor non-public,
 to be invoked by new method SwTxtAttr::Destroy()
2009-08-27 Michael Stahl ensure that SwDoc::Insert() for item (set) returns success indicator:
 replace SwRegHistory constructor with method InsertItems(), returning bool.
 refactor InsAttr() so that it checks if InsertItems() succeeds.
2009-08-27 Michael Stahl move SwXTextPortionEnumeration from unoobj.hxx to unoport.hxx
2009-08-27 Michael Stahl add missing SolarMutex in SwXTextPortion methods
2009-08-27 Michael Stahl SwXTextPortion: new member m_xTextField (so the TextField property need not
  be returned indirectly via SwUnoCursorHelper).
 factor out function CreateSwXTextField().
2009-08-27 Michael Stahl SwXTextPortion: remove PORTION_CONTROL_CHAR and implementation of XTextField
2009-08-27 Michael Stahl remove obsolete hint SwTxtHardBlank and formats SwFmtHardBlank/SwFmtSoftHyph
2009-08-27 Michael Stahl clean up SwTxtAttr and friends:
 remove many accessor methods for obsolete (due to autofmt) char format items.
 remove unused flag SwTxtAttr::m_bDontMergeAttr.
 MakeRedlineTxtAttr() now dedicated function, no longer calls MakeTxtAttr().
2009-08-27 Michael Stahl remove obsolete attribute SwTxt2Lines
2009-08-27 Michael Stahl SwXTextPortionEnumeration: finish refactoring CreatePortions
 change ExportHints so it always returns a text portion for hint w/ CH_TXTATR.
 remove special case for handling end of paragraph.
 unfortunately had to refactor the fieldmarks export as well (got in the way).
2009-08-27 Michael Stahl SwXTextPortionEnumeration: refactor CreatePortions: frames export
 extract function ExportFrames() from CreatePortions().
 remove (un)dead code that calls evil MovePara(fnParaCurr, fnParaEnd)
2009-08-27 Michael Stahl clean up SwXParaFrameEnumeration
2009-08-27 Michael Stahl CollectFrameAtNode: replace SwDependArr with STL based FrameDependList_t
2009-08-27 Michael Stahl SwXTextPortionEnumeration: tweak refmark/toxmark export
 so ExportHints returns the portion for point marks
2009-08-27 Michael Stahl clean up SwXTextPortionEnumeration:
 prefix members, remove casts, replace SvWeirdArray with STL, etc.
 make CreatePortions() method a function, and remove lots of members.
 extract fieldmarks function from CreatePortions.
2009-08-27 Michael Stahl remove FOREACHUNOPAM_START/END macros
2009-08-27 Michael Stahl clean up SwXTextPortion:
 prefix members, remove casts, etc.
 remove SwXRubyPortion: replace it with another SwXTextPortion constructor
2009-08-27 Michael Stahl #i102541# SwXReferenceMark::InsertRefMark(): use flag SETATTR_DONTEXPAND
2009-08-27 Michael Stahl rename SwTxtNode::Insert to SwTxtNode::InsertHint, and
fix constness in SwTxtNode::InsertItem
2009-08-27 Michael Stahl turn SwTxtNode::MakeTxtAttr() methods into global functions in ndhints.hxx
2009-08-27 Michael Stahl remove obsolete sw/inc/bookmrk.hxx
2009-08-27 Michael Stahl pam.cxx: fix ComparePosition functions (returned wrong result in one case)
2009-08-27 Michael Stahl #i103613# only import RDF metadata on normal open of a document
2009-09-11 kz CWS-TOOLING: integrate CWS impress176
2009-09-08 20:18:24 +0200 sj  r275957 : fixed warning (shadowed variable)
2009-09-08 18:02:05 +0200 cl  r275948 : #i104315# added missing tab pages
2009-09-08 17:35:18 +0200 cl  r275947 : #i104866# fixed angle import
2009-09-08 17:32:53 +0200 cl  r275946 : #i104841# fixed angle import
2009-09-08 17:01:25 +0200 cl  r275943 : #i103935# fixed the SID_EVENTCONFIG mess
2009-09-08 14:32:57 +0200 sj  r275928 : #i104685# only comments
2009-09-07 12:37:36 +0200 sj  r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes
2009-09-04 15:07:46 +0200 sj  r275808 : #104689# fixed bullet color problem
2009-09-03 15:25:07 +0200 sj  r275753 : #160200# added vertical alignment of table cells
2009-09-11 kz CWS-TOOLING: integrate CWS dv14
2009-09-10 15:16:32 +0200 sg  r276035 : #160513# updated wfs scheme to accept ports
2009-09-10 07:41:47 +0200 dv  r276019 : #i104942# Better renaming algorithmen
2009-08-31 13:41:11 +0200 dv  r275604 : #160505# Setting APP1PRODUCTNAME must not overwrite APP1PRODUCTDEF
2009-09-11 kz CWS-TOOLING: integrate CWS jl131
2009-09-02 16:42:40 +0200 jl  r275720 : #i97896#
2009-08-31 13:01:53 +0200 jl  r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56)
2009-07-31 14:35:30 +0200 jl  r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53)
2009-07-23 14:20:32 +0200 jl  r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared
2009-07-22 16:38:02 +0200 jl  r274252 : #i97896# localize error message for lock file
2009-07-22 16:37:22 +0200 jl  r274251 : #i80462# unprecise wording in updatedialog
2009-07-22 16:36:06 +0200 jl  r274250 : #i97896# localize error message for lock file
2009-07-22 16:35:20 +0200 jl  r274249 : #i97896# localize error message for lock file
2009-07-22 15:07:30 +0200 jl  r274242 : #i98873# minimum java version is 1.5 since OOo 3.0
2009-09-11 kz CWS-TOOLING: integrate CWS changehc
2009-08-31 19:38:50 +0200 pl  r275633 : remove dbug printf
2009-08-31 17:41:50 +0200 pl  r275623 : CWS-TOOLING: rebase CWS changehc to trunk@275331 (milestone: DEV300:m56)
2009-07-15 19:45:46 +0200 pl  r274028 : #i35482# use HC flag to decide high contrast mode
2009-07-15 17:40:52 +0200 pl  r274020 : #i35482# use HC flag to decide high contrast mode
2009-07-15 17:39:50 +0200 pl  r274019 : #i35482# update autohc correctly in MergeSystemSettings
2009-07-15 17:38:57 +0200 pl  r274018 : #i35482# update autohc correctly in MergeSystemSettings
2009-09-11 kz CWS-TOOLING: integrate CWS notes10
2009-08-24 07:25:57 +0200 mod  r275287 : 2009-07-26 02:38:32 +0200 mod  r274343 : #i#i103645#
2009-07-26 02:01:53 +0200 mod  r274342 : #i103645#
2009-07-26 01:52:42 +0200 mod  r274341 : #i103490#
2009-07-22 08:31:48 +0200 mod  r274215 : #i103373#
2009-07-15 00:55:11 +0200 mod  r273987 : #i101419#
2009-07-14 07:07:55 +0200 mod  r273956 : #i101419#
2009-07-14 07:07:43 +0200 mod  r273955 : #i101419#
2009-07-14 07:02:10 +0200 mod  r273954 : changes from notes9
2009-07-14 06:14:25 +0200 mod  r273953 : #i103476#
2009-09-11 kz CWS-TOOLING: integrate CWS ab70
2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test
2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test
2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import
2009-09-11 kz CWS-TOOLING: integrate CWS hb32bugs02
2009-09-02 Henning Brinkmann #i102420# revert changes
2009-08-26 Henning Brinkmann merged DEV300_m56
2009-08-19 Henning Brinkmann merged DEV300_m55
2009-08-14 Henning Brinkmann merged changes from wntmsci12
2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12.
2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12.
2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>.
2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes.
2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations.
2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false
Check if current range was already handled => loop
Debug output current range
2009-08-06 Henning Brinkmann merged DEV300_m54
2009-08-06 Henning Brinkmann added master fix
2009-08-06 Henning Brinkmann debug output for SwNodeRange
2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash
2009-08-03 Henning Brinkmann #i103475# applied patch and verified
2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG.
2009-09-11 convert-repo update tags
2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300
2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.
2009-09-10 kz CWS-TOOLING: integrate CWS mingwport23
2009-08-29 07:07:53 +0200 tono  r275555 : i#104522: mingw port graphite
2009-08-29 07:07:26 +0200 tono  r275554 : i#104522: mingw port printf format fix
2009-09-10 kz CWS-TOOLING: integrate CWS mh232
2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch
2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD
2009-08-26 03:11:20 +0200 mh  r275383 : #i39230
2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field
2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name
2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl
2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam
2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613#
2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3
2009-09-10 kz CWS-TOOLING: integrate CWS tkr24
2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT
2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>
2009-09-11 convert-repo update tags
2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300
2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.
2009-09-10 kz CWS-TOOLING: integrate CWS mingwport23
2009-08-29 07:07:53 +0200 tono  r275555 : i#104522: mingw port graphite
2009-08-29 07:07:26 +0200 tono  r275554 : i#104522: mingw port printf format fix
2009-09-10 kz CWS-TOOLING: integrate CWS mh232
2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch
2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD
2009-08-26 03:11:20 +0200 mh  r275383 : #i39230
2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field
2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name
2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl
2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam
2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613#
2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3
2009-09-10 kz CWS-TOOLING: integrate CWS tkr24
2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT
2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>
2009-09-11 14:29:45 +00:00
Mathias Bauer
04cbeac117 merge commit to DEV300_m57 2009-09-09 11:45:13 +02:00
Jens-Heiner Rechtien
62ebbb006b CWS-TOOLING: integrate CWS os131
2009-07-14 15:57:33 +0200 os  r273979 : #i103542# no access to members after deletion
2009-06-15 13:18:52 +0200 os  r272980 : #i40827# wrong param in Copy() fixed
2009-06-15 10:09:27 +0200 os  r272964 : #i40827# first document copied with storage, later only copy SwDoc
2009-06-11 10:37:51 +0200 os  r272851 : CWS-TOOLING: rebase CWS os131 to trunk@272827 (milestone: DEV300:m50)
2009-06-08 10:07:50 +0200 os  r272721 : #i40827# warnings fixed
2009-06-04 16:31:04 +0200 os  r272644 : #i40827# enable document copies - inactive
2009-07-28 13:59:44 +00:00
Mathias Bauer
b2bebad784 #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible 2009-07-10 14:03:42 +02:00
Jens-Heiner Rechtien
646f2c454a CWS-TOOLING: integrate CWS tl66
2009-05-15 12:28:55 +0200 tl  r271932 : #i91812# include fixed
2009-05-07 16:52:41 +0200 tl  r271680 : #i97200# one more MathML export problem to fix
2009-05-05 08:33:29 +0200 tl  r271494 : #i99401# positiv user-dicts vs negativ user-dicts
2009-05-04 14:14:03 +0200 tl  r271452 : #i97200# warning free code; MathML 2.0 export
2009-05-04 13:26:30 +0200 tl  r271448 : #i97200# write valid MathML 2.0 on export
2009-04-29 14:21:54 +0200 tl  r271371 : #i97200# new MathML token
2009-04-29 11:12:07 +0200 tl  r271360 : #i97200# inroducing separate files for import and export
2009-04-28 16:47:42 +0200 tl  r271331 : #i97200# better MathML pretty printing
2009-04-28 11:21:57 +0200 tl  r271315 : #i97200# MathML attributes and default namespace for MathML
2009-04-28 11:21:24 +0200 tl  r271314 : #i97200# MathML attributes and default namespace for MathML
2009-04-23 12:44:18 +0200 tl  r271154 : #i97200# math.dtd removed
2009-04-23 12:31:56 +0200 tl  r271151 : #i97200# MathML: don't use namespace on attributes
2009-04-22 13:21:11 +0200 tl  r271099 : warning-free code
2009-04-22 12:20:13 +0200 tl  r271092 : #i100757# loop fixed
2009-04-22 11:29:51 +0200 tl  r271086 : #97327# adding mongolian fingerprint for language guessing
2009-04-22 11:25:56 +0200 tl  r271083 : #97327# adding mongolian fingerprint for language guessing
2009-04-21 10:39:21 +0200 tl  r271025 : #99599# code fix for LRE/RLE embedding
2009-04-20 16:36:33 +0200 tl  r270992 : #i99604# HasDigits fixed
2009-04-20 14:44:19 +0200 tl  r270985 : #i99604# warning-free code for Windows
2009-04-20 13:48:13 +0200 tl  r270980 : #i99604# HasDigits fix for non-ASCII characters
2009-04-20 13:47:50 +0200 tl  r270979 : #i99604# HasDigits fix for non-ASCII characters
2009-04-20 12:28:15 +0200 tl  r270973 : warning-free code after merging
2009-04-20 10:16:19 +0200 tl  r270964 : warning-free code after merging
2009-04-17 14:43:36 +0200 tl  r270948 : #i96846#
2009-04-16 13:09:15 +0200 tl  r270883 : CWS-TOOLING: rebase CWS tl66 to trunk@270723 (milestone: DEV300:m46)
2009-04-14 14:34:08 +0200 tl  r270770 : #101067# warning-free code
2009-04-02 09:07:44 +0200 tl  r270368 : #i100757# performance patch for start-up (initialize language guessing on demand only)
2009-03-11 10:37:59 +0100 tl  r269301 : #i100083# fixed system dictionary lookup
2009-03-06 13:10:23 +0100 tl  r268998 : warning-free code for Windows non-pro
2009-02-23 14:01:23 +0100 tl  r268355 : #i99401# winning rules for user-dictionaries changed
2009-02-19 14:05:57 +0100 tl  r268281 : #i98644# suggestion improvement when first checker does not know any suggestions
2009-02-19 14:05:02 +0100 tl  r268280 : #i98644# suggestion improvement when first checker does not know any suggestions
2009-02-19 13:58:51 +0100 tl  r268279 : #i98644# suggestion improvement when first checker does not know any suggestions
2009-02-19 11:38:03 +0100 tl  r268266 : #i98644# suggestion improvement when first checker does not know any suggestions
2009-02-12 11:58:34 +0100 tl  r267642 : #i96846# some properties declared as maybevoid
2009-02-06 12:43:55 +0100 tl  r267454 : #i98644# provide sugestions from secondary spell checkers if the primary does not provide ones
2009-02-05 13:02:26 +0100 tl  r267418 : #i98880# a bit clean-up in the grammar checking framework
2009-02-04 12:15:37 +0100 tl  r267363 : #i91812# remove unused/duplicate code
2009-02-04 12:09:34 +0100 tl  r267362 : #i91812# remove unused/duplicate code
2009-02-04 11:07:57 +0100 tl  r267355 : #i91812# remove unused code
2009-02-04 11:06:48 +0100 tl  r267354 : #i91812# remove unused code
2009-02-03 14:52:43 +0100 tl  r267331 : #i91812# remove unused code
2009-02-03 14:26:00 +0100 tl  r267324 : #i91198# adding fingerprint for luxembourgish
2009-02-03 14:20:58 +0100 tl  r267323 : #i91198# adding fingerprint for luxembourgish
2009-02-03 14:18:33 +0100 tl  r267322 : #i91198# adding fingerprint for luxembourgish
2009-02-03 13:56:39 +0100 tl  r267319 : #i91812# remove unused code
2009-02-03 12:41:50 +0100 tl  r267314 : #i48400# auto-spellcheck improvement when deleting wrong chars
2009-02-03 11:48:51 +0100 tl  r267310 : #i91812# remove unused code
2009-02-03 11:14:29 +0100 tl  r267307 : warning free code
2009-02-03 10:45:21 +0100 tl  r267306 : #i91812# remove unused code
2009-02-03 10:37:04 +0100 tl  r267304 : #i33387# name change for 'View/Selection'
2009-02-03 10:36:17 +0100 tl  r267303 : #i33387# name change for 'View/Selection'
2009-02-03 10:32:12 +0100 tl  r267302 : #i30642# spelling error in context menu fixed
2009-02-03 10:27:34 +0100 tl  r267301 : #i92210# remove unused code types.cxx cfgitem.*
2009-05-19 09:31:27 +00:00
Oliver Bolte
02280bac14 CWS-TOOLING: integrate CWS notes8
2009-01-23 17:44:41 +0100 mba  r266842 : #i98275#: start speller before setting text
2009-01-23 10:19:47 +0100 mod  r266776 : minor cleanup
2009-01-22 16:45:38 +0100 mod  r266742 : no looping through notes while saving
2009-01-22 16:40:55 +0100 mod  r266741 : #i98055#
2009-01-22 15:56:27 +0100 os  r266731 : #98358# dummy strings now hidden
2009-01-22 09:31:16 +0100 mod  r266713 : correct hiding and layout order
2009-01-22 09:21:23 +0100 mod  r266712 : need a speller
2009-01-21 17:21:33 +0100 mod  r266691 : notes config
2009-01-21 17:18:23 +0100 mod  r266690 : fix for editing states
2009-01-21 17:18:14 +0100 mod  r266689 : fix for editing states
2009-01-20 14:15:16 +0100 mod  r266578 : undo fix, mba will fix it by importing the props
2009-01-20 00:36:01 +0100 mod  r266537 : do not show ankor of top reply note if we are still inside a note inside the same stack
2009-01-20 00:33:48 +0100 mod  r266536 : fix typo which does not need to be translated
2009-01-20 00:17:19 +0100 mod  r266535 : correct replacment of reply text
2009-01-19 23:36:12 +0100 mod  r266534 : #i97693#
2009-01-19 23:32:26 +0100 mod  r266533 : #i97380#
2009-01-19 23:30:05 +0100 mod  r266532 : #i97380#
2009-01-19 23:21:35 +0100 mod  r266531 : #i97299#
2009-02-13 14:09:50 +00:00
Rüdiger Timm
27e0f7160d #i10000# Typo corrected. 2009-01-23 08:38:16 +00:00
Vladimir Glazounov
ad842f6675 CWS-TOOLING: integrate CWS hb15
2008-12-17 11:44:54 +0100 hbrinkm  r265588 : #i93874# test for NULL pointers
2008-12-10 08:18:29 +0100 hbrinkm  r265145 : #i96746# applied patch
2008-12-09 17:51:56 +0100 hbrinkm  r265125 : changes to compile after rebase to DEV300_m37
2008-12-07 23:21:00 +0100 hbrinkm  r264968 : CWS-TOOLING: rebase CWS hb15 to trunk@264807 (milestone: DEV300:m37)
2008-12-03 15:32:14 +0100 hbrinkm  r264793 : #i90419# SwRTFParser::ReadFly do not read before beginning of array of flyframes
2008-12-03 15:16:54 +0100 hbrinkm  r264792 : #i81135# SwRTFWriter::CheckEndNodeForSection: do not output page description inside a pagedescription
2008-12-03 14:03:02 +0100 hbrinkm  r264772 : #i80710# make SwTableNode a SwModify
2008-12-03 14:02:41 +0100 hbrinkm  r264771 : #i80710# make SwTableNode a SwModify
2008-11-28 20:36:17 +0100 hbrinkm  r264572 : #i62223# prevent loop by counter
2008-11-28 18:53:23 +0100 hbrinkm  r264571 : #158799# InsertedTablesManager::DelAndMakeTblFrms: only call DellFrms/MakeFrms if table has SwFrmFmt
2009-01-20 15:26:49 +00:00
Rüdiger Timm
3e3396189e CWS-TOOLING: integrate CWS tl56_DEV300 2008-12-15 12:01:46 +00:00
Ivo Hinkelmann
6d4ac0e7e0 INTEGRATION: CWS tl55 (1.56.16); FILE MERGED
2008/07/07 15:12:17 tl 1.56.16.5: RESYNC: (1.57-1.58); FILE MERGED
2008/06/10 08:33:59 tl 1.56.16.4: RESYNC: (1.56-1.57); FILE MERGED
2008/05/26 08:46:46 tl 1.56.16.3: #i85999# improve grammar checking framework
2008/05/23 14:22:44 tl 1.56.16.2: #158047# customer specific extension
2008/05/22 14:14:58 tl 1.56.16.1: #158047# customer specific extension
2008-07-16 12:25:35 +00:00
Rüdiger Timm
2e65ecf913 INTEGRATION: CWS swlists01 (1.53.102); FILE MERGED
2008/06/10 07:24:24 od 1.53.102.5: RESYNC: (1.56-1.57); FILE MERGED
2008/05/08 16:28:12 od 1.53.102.4: RESYNC: (1.54-1.56); FILE MERGED
2008/03/20 14:22:55 od 1.53.102.3: RESYNC: (1.53-1.54); FILE MERGED
2008/03/20 09:15:35 od 1.53.102.2: #i86732# adjustments due to made virtual mathods to set/reset attributes
	 at content/text node
2008/03/06 10:44:25 od 1.53.102.1: #i86732# refactoring due to revised <SwFmt> interface
2008-06-13 08:34:48 +00:00
Rüdiger Timm
ac05d10f53 INTEGRATION: CWS fmebugs04 (1.56.14); FILE MERGED
2008/05/13 13:53:15 fme 1.56.14.1: #i85168# Lock view before updating fields
2008-06-06 09:05:50 +00:00
Jens-Heiner Rechtien
b3bfee1cb7 INTEGRATION: CWS hr50 (1.53.20); FILE MERGED
2008/04/11 15:53:59 hr 1.53.20.1: #i86574#: fix warning (gcc-4.2.3)
2008-04-22 13:57:02 +00:00
Rüdiger Timm
e2a6b245cd INTEGRATION: CWS changefileheader (1.54.32); FILE MERGED
2008/04/01 15:56:56 thb 1.54.32.3: #i85898# Stripping all external header guards
2008/04/01 12:53:56 thb 1.54.32.2: #i85898# Stripping all external header guards
2008/03/31 16:53:47 rt 1.54.32.1: #i87441# Change license header to LPGL v3.
2008-04-10 12:19:15 +00:00
Rüdiger Timm
36658f1048 INTEGRATION: CWS impresstables2 (1.50.2); FILE MERGED
2008/01/02 11:12:35 cl 1.50.2.4: RESYNC: (1.52-1.53); FILE MERGED
2007/12/01 19:20:56 cl 1.50.2.3: RESYNC: (1.51-1.52); FILE MERGED
2007/10/11 22:23:48 cl 1.50.2.2: RESYNC: (1.50-1.51); FILE MERGED
2007/10/11 13:48:15 cl 1.50.2.1: #i68103# fixed namespace issues
2008-03-12 11:18:07 +00:00
Kurt Zenker
8145689a56 INTEGRATION: CWS sw8u10bf01 (1.51.60); FILE MERGED
2007/11/06 15:30:07 ama 1.51.60.1: Fix #i59025#: Cursorposition after undo
2007-12-12 12:23:04 +00:00
Ivo Hinkelmann
70761ebf50 INTEGRATION: CWS os107 (1.51.74); FILE MERGED
2007/11/07 10:17:58 os 1.51.74.1: #i61007# caption localisable
2007-11-21 17:18:50 +00:00
Jens-Heiner Rechtien
c78901bd08 INTEGRATION: CWS swwarnings (1.44.126); FILE MERGED
2007/08/20 15:26:19 tl 1.44.126.7: RESYNC: (1.49-1.50); FILE MERGED
2007/05/29 11:17:48 os 1.44.126.6: RESYNC: (1.46-1.49); FILE MERGED
2007/04/11 10:32:11 os 1.44.126.5: RESYNC: (1.44-1.46); FILE MERGED
2007/04/03 12:59:33 tl 1.44.126.4: #i69287# warning-free code
2007/03/09 13:03:24 ama 1.44.126.3: #i69287#: warning free code
2007/03/09 11:52:44 ama 1.44.126.2: #i69287#: warning free code
2007/03/08 17:29:44 ama 1.44.126.1: #i69287#: warning free code
2007-09-27 07:36:01 +00:00
Rüdiger Timm
12ec8fcd6a INTEGRATION: CWS swqbf101 (1.49.86); FILE MERGED
2007/07/11 08:03:37 od 1.49.86.1: #i79391# method <SwDoc::Insert(..)> (insertion of drawing object)
	 - assure that anchor frame exist before move drawing object to
	   a visible layer.
2007-07-26 07:18:35 +00:00
Vladimir Glazounov
20e30c1c75 INTEGRATION: CWS chart2mst3 (1.43.2); FILE MERGED
2007/05/14 19:09:28 bm 1.43.2.5: RESYNC: (1.46-1.48); FILE MERGED
2007/04/24 22:46:05 bm 1.43.2.4: RESYNC: (1.44-1.46); FILE MERGED
2007/03/09 15:05:29 bm 1.43.2.3: merged changed from CWS swnewtable
2007/02/07 19:08:43 iha 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED
2007/01/29 14:06:53 tl 1.43.2.1: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions
2007-05-22 15:24:51 +00:00
Kurt Zenker
d8dafa90dd INTEGRATION: CWS pchfix04 (1.44.4); FILE MERGED
2007/04/26 00:06:07 hjs 1.44.4.2: RESYNC: (1.44-1.46); FILE MERGED
2007/02/05 08:27:18 os 1.44.4.1: #i73604# usage of ITEMID_* removed
2007-05-10 14:55:46 +00:00
Rüdiger Timm
01b154ce07 INTEGRATION: CWS residcleanup (1.44.144); FILE MERGED
2007/04/20 14:44:04 pl 1.44.144.3: RESYNC: (1.45-1.46); FILE MERGED
2007/03/20 15:30:46 pl 1.44.144.2: RESYNC: (1.44-1.45); FILE MERGED
2007/03/04 17:02:53 pl 1.44.144.1: #i73635# ResId cleanup
2007-04-26 07:48:50 +00:00
Rüdiger Timm
72adc0f755 INTEGRATION: CWS os92 (1.44.100); FILE MERGED
2007/03/12 12:48:37 os 1.44.100.2: RESYNC: (1.44-1.45); FILE MERGED
2007/02/12 12:14:01 os 1.44.100.1: #i26684# call SetModified() in SwDoc::SetFlyName
2007-04-04 14:15:09 +00:00
Vladimir Glazounov
8e04a6b875 INTEGRATION: CWS swnewtable (1.42.12); FILE MERGED
2007/01/09 10:39:37 fme 1.42.12.4: RESYNC: (1.43-1.44); FILE MERGED
2006/12/01 09:07:30 ama 1.42.12.3: i4032#: New table model
2006/11/21 09:46:53 fme 1.42.12.2: RESYNC: (1.42-1.43); FILE MERGED
2006/11/14 14:21:47 ama 1.42.12.1: #i4032#: New table model
2007-02-28 14:40:38 +00:00
Rüdiger Timm
3f83dbae87 INTEGRATION: CWS swautomatic01 (1.40.80); FILE MERGED
2006/11/16 14:43:06 fme 1.40.80.4: RESYNC: (1.42-1.43); FILE MERGED
2006/10/10 17:16:22 fme 1.40.80.3: RESYNC: (1.41-1.42); FILE MERGED
2006/09/01 12:16:12 fme 1.40.80.2: RESYNC: (1.40-1.41); FILE MERGED
2006/06/01 10:56:22 fme 1.40.80.1: #i65476# AutoStyles
2006-12-01 14:38:50 +00:00
Oliver Bolte
89dfc6ffba INTEGRATION: CWS swstability06 (1.41.22); FILE MERGED
2006/09/26 06:43:57 ama 1.41.22.2: RESYNC: (1.41-1.42); FILE MERGED
2006/09/01 12:23:45 ama 1.41.22.1: #i68827#: CleanUp for timer access
2006-10-11 07:48:13 +00:00
Oliver Bolte
6c961796d7 INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED
2006/09/01 17:51:25 kaib 1.41.2.1: #i68856# Added header markers and pch files
2006-09-16 19:53:31 +00:00
Jens-Heiner Rechtien
4806b0158e INTEGRATION: CWS writercorehandoff (1.35.40); FILE MERGED
2006/04/05 13:06:07 tra 1.35.40.13: RESYNC: (1.39-1.40); FILE MERGED
2005/11/18 14:53:20 fme 1.35.40.12: #i50348# Make SwDoc accessible via interfaces
2005/10/25 08:25:39 tra 1.35.40.11: RESYNC: (1.38-1.39); FILE MERGED
2005/10/24 16:01:13 tra 1.35.40.10: #50348#
2005/10/06 08:08:29 tra 1.35.40.9: #50348#
2005/09/28 13:59:56 tra 1.35.40.8: #i50348#
2005/09/13 13:19:11 tra 1.35.40.7: RESYNC: (1.37-1.38); FILE MERGED
2005/07/19 06:05:44 fme 1.35.40.6: #i50348# make SwDoc accessible via interfaces
2005/07/14 12:35:23 tra 1.35.40.5: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members
2005/07/12 11:21:27 tra 1.35.40.4: #i50348#make SwDoc interface based
2005/07/11 06:10:44 tra 1.35.40.3: RESYNC: (1.36-1.37); FILE MERGED
2005/06/08 09:14:30 fme 1.35.40.2: RESYNC: (1.35-1.36); FILE MERGED
2005/06/07 14:13:26 fme 1.35.40.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2006-08-14 14:58:37 +00:00
Vladimir Glazounov
06b2027a9e INTEGRATION: CWS sixtyfour02 (1.39.210); FILE MERGED
2006/03/03 09:14:58 cmc 1.39.210.1: #i62466# consistently use ULONG and sal_uInt32
2006-03-16 11:26:43 +00:00
Jens-Heiner Rechtien
1b2288a699 INTEGRATION: CWS swqbf35 (1.37.36); FILE MERGED
2005/09/22 15:05:57 fme 1.37.36.5: RESYNC: (1.37-1.38); FILE MERGED
2005/08/08 11:00:12 od 1.37.36.4: #i52858# - method name <SwDoc::MakeDrawModel()>
 	   changed to <SwDoc::GetOrCreateDrawModel()>
2005/08/02 14:36:07 fme 1.37.36.3: #i52775# Call UpdateAllFtn instead of UpdateFtn
2005/08/02 14:19:25 fme 1.37.36.2: #i52775# Call UpdateAllFtn instead of UpdateFtn
2005/08/02 12:25:02 od 1.37.36.1: #i52780# <SwDoc::CopyLayoutFmt(..)> - moving of drawing object to visible
	 layer not needed.
2005-09-28 10:04:35 +00:00
Rüdiger Timm
0b8f9095b1 INTEGRATION: CWS ooo19126 (1.37.94); FILE MERGED
2005/09/05 13:39:08 rt 1.37.94.1: #i54170# Change license header: remove SISSL
2005-09-09 02:13:34 +00:00
Oliver Bolte
957a3c1e2d INTEGRATION: CWS swqbf34 (1.36.52); FILE MERGED
2005/06/28 12:27:49 od 1.36.52.1: #i50086# <SwDoc::CopyLayoutFmt(..)>
         - make copied draw object only visible, if its source is also
           visible.
2005-07-08 10:01:36 +00:00