Michael Stahl
c8c50a05e2
unodapi: #i115383#: clean up ClearRedo() usage:
...
ClearRedo() is already called by AppendUndo():
remove superfluous calls of ClearRedo.
implementation of ClearRedo() should not check DoesUndo();
that seems kinda pointless, and creates difficulties for refactoring.
2010-11-25 14:31:09 +01:00
Michael Stahl
3145216b7e
unodapi: #i115383#: SwDoc:
...
remove the forwarding implementation of IDocumentUndoRedo from SwDoc.
instead call the UndoManager directly, via SwDoc::GetIDocumentUndoRedo().
2010-11-25 14:31:08 +01:00
Michael Stahl
89071dd67b
unodapi: #i115383#: new sw::UndoManager:
...
new header UndoManager.hxx, new class sw::UndoManager.
UndoManager implements the IDocumentUndoRedo interface.
SwDoc has UndoManager member, and forwards IDocumentUndoRedo calls.
2010-11-25 14:31:07 +01:00
Vladimir Glazunov
f1dc19695c
CWS-TOOLING: integrate CWS tlmath01
2010-11-16 13:49:31 +01:00
Vladimir Glazunov
cc64c92439
#i10000# changes from OOO330 m14
2010-11-09 14:49:47 +01:00
Vladimir Glazunov
55046b9ead
CWS-TOOLING: integrate CWS os143
2010-11-08 17:39:47 +01:00
Thomas Lange [tl]
8c772e386c
cws tlmath01: merge with DEV300_m92
2010-11-05 09:37:44 +01:00
Thomas Lange [tl]
efc013d327
cws tlmath01: #i972# Math baseline alignment
2010-11-03 15:50:00 +01:00
Thomas Lange [tl]
db9a72630b
cws tl88: #i115354# crash when opening File/Print dialog fixed
2010-11-03 14:59:06 +01:00
os
481d76f6ba
unused variables removed
2010-11-03 08:22:33 +01:00
Vladimir Glazunov
de31797d64
CWS-TOOLING: integrate CWS sw34refactor1
2010-11-01 17:05:03 +01:00
Vladimir Glazunov
7c398ce064
CWS-TOOLING: integrate CWS sw34bf01
2010-11-01 16:49:08 +01:00
os
78025b3f49
rebase to m91
2010-11-01 10:25:54 +01:00
Michael Stahl
8485708f30
sw34bf01: #i85766# #i112425#: prevent expansion of fields in actual documents:
...
because various fields only expand to correct values with "special handling"
that is only done in text formatting, use the clipboard value cache even in
_real_ documents.
2010-10-22 17:53:18 +02:00
Bartosz Kosiorek
19101671ab
svarray: merge with DEV300 m90
2010-10-20 22:48:22 +02:00
Bartosz Kosiorek
09bc02adba
svarray: #i112395# #i84159# increase max number of pools to 2^32
2010-10-18 22:00:21 +02:00
os
3d5ad5eea7
m89 merged
2010-10-05 14:50:49 +02:00
os
c7ecdf195b
new: HasInvisibleContent; fixed: EmbedAllLinks
2010-10-05 09:39:37 +02:00
Michael Stahl
e5c582e991
merge DEV300_m89
2010-10-04 18:09:56 +02:00
Michael Stahl
f7c044dd30
sw34bf01: #i85766# #i112425#: prevent expansion of fields in temp documents:
...
SwField subclasses: make Expand()/Copy() methods private, like in SwField.
SwField+subclasses: replace method GetCntnt(BOOL) with GetFieldName().
SwTblField: refactor Expand() and GetCntnt(BOOL): create new private method.
2010-10-04 17:14:34 +02:00
Michael Stahl
23e016cb1b
merge DEV300_m89
2010-10-04 16:47:00 +02:00
Michael Stahl
5104cfc4b3
sw34refactor1: remove obsolete (due to printer refactoring) class SwPrtOptions:
...
remove SwPrtOptions instances with SwPrintData.
replace SwPrtOptions::MakeOptions() with sw::InitPrintOptionsFromApplication().
move some constants from swprtopt.hxx to printdata.hxx.
remove swprtopt.hxx.
2010-09-30 16:03:07 +02:00
Vladimir Glazunov
44639c847a
#i10000# changes from OOO330 m9
2010-09-28 16:59:46 +02:00
Oliver-Rainer Wittmann
2093818a3e
sw33bf09: #i114210# method <SwXTextDocument::getRenderer(..)> - correct determination of page number from renderer index
2010-09-07 15:23:10 +02:00
Vladimir Glazunov
3d341c8efb
CWS-TOOLING: integrate CWS codecleanup02
2010-08-25 17:21:42 +02:00
Vladimir Glazunov
84ba099989
DEV300: merge 000330 till r. b727f1beb700
2010-08-25 15:47:38 +02:00
Daniel Rentz
f2562cf302
mib17: #i112634# API changes
2010-07-12 11:17:00 +02:00
Daniel Rentz
fc135411fa
mib17: #i112634# add VBA sheet event handling, based on a patch from Noel Power
2010-07-06 19:34:53 +02:00
Malte Timmermann
f62a5373f0
codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31
2010-06-25 13:15:03 +02:00
Ivo Hinkelmann
3bd3fc177e
CWS-TOOLING: integrate CWS dba33f
2010-06-04 14:23:34 +02:00
Michael Stahl
ec28d2f4aa
merge DEV300_m77
2010-04-28 17:52:28 +02:00
Jens-Heiner Rechtien
b812217fb9
DEV300 masterfix: #i10000#: fix include because SvxPaperBinItem has been moved to editeng
2010-04-20 15:45:53 +02:00
Frank Schoenheit [fs]
a0d0dd7ae3
dba33f: merge with m76-branch
2010-04-16 13:55:24 +02:00
Michael Stahl
99a588660b
odfmetadata4: #i109599#: remove SwSection::operator=():
...
move most SwSection members to new class SwSectionData.
replace evil SwSection::operator=() with SwSection::SetSectionData().
various method signatures changed to take SwSectionData parameter.
rename SwDoc::ChgSection() to UpdateSection().
SwUnodo{Ins,Chg,Del}Section: adapt to store SwSectionData/SwTOXBase.
regionsw.hxx: SectRepr: change SwSection member to SwSectionData.
2010-03-16 11:28:30 +01:00
Jens-Heiner Rechtien
ab03b13fb4
CWS-TOOLING: integrate CWS ppp02
2010-04-12 18:21:12 +02:00
Philipp Lohmann [pl]
c912bb3103
fix a warning
2010-02-26 14:17:40 +01:00
Frank Schoenheit [fs]
ce44f513aa
dba33f: #i108712# setPrinter: always set MAP_TWIP
2010-02-26 12:10:25 +01:00
Thomas Lange [tl]
25c6bec2ac
cws ppp02: merge
2010-02-23 16:15:38 +01:00
Thomas Lange [tl]
2f5d3df4f2
#i103700# empty pages and 'print selection'
2010-02-23 15:57:52 +01:00
Philipp Lohmann [pl]
bdc6a1c761
ppp02: #i109401# use correct page range
2010-02-19 13:37:28 +01:00
Vladimir Glazunov
7e12418df5
CWS-TOOLING: integrate CWS changefileheader2
2010-02-17 10:32:35 +01:00
Thomas Lange [tl]
e32f77109e
#108327# handling of paper tray for printing
2010-02-16 15:35:40 +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
Michael Stahl
dd19343634
merge DEV300_m70
2010-01-26 14:45:09 +01:00
Mathias Bauer
5fc2b31a91
resync to DEV300_m70
2010-01-21 13:49:22 +01:00
Philipp Lohmann [pl]
7d3f9d1178
rebase to DEV300_m69
2010-01-14 19:11:13 +01:00
Mathias Bauer
a3dad64d25
#i107450#: move more code out of svx
2010-01-13 22:25:07 +01:00
Mathias Bauer
55f1f483cf
#i107450#: build all other modules with new editeng lib
2010-01-08 18:32:51 +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