Commit Graph

5815 Commits

Author SHA1 Message Date
Mathias Bauer
7111ddc26b #100971#: recording 2002-07-08 07:18:44 +00:00
Mathias Bauer
8e65a32763 #101036#: recording 2002-07-08 07:17:45 +00:00
Mathias Bauer
bc82e34e13 #100965#: recording 2002-07-08 07:16:51 +00:00
Mathias Bauer
538dacc533 #100753#: don't record superfluous attributes 2002-07-08 07:16:40 +00:00
Daniel Vogelheim
686244f04f #100298# fixed accessible selection, particularly when going across page boundaries 2002-07-05 18:07:12 +00:00
Oliver Specht
d13ed89025 #94273# use main index entry character style as default for alphabetical indexes 2002-07-05 13:00:58 +00:00
Daniel Vogelheim
1e215b105b #100921# prevent loading of certain invalid change tracking marks 2002-07-05 12:35:26 +00:00
Caolán McNamara
7caddd64ec #100451#
All the pseudo sprm handlers currently are defined as if to be called at the
start and end of the fields and other similiar events. But they don't actually
do this so remove their redundant second argument. We do fields to create
start and end events so change the fld plcf to the the IsSprm type of PLCF
which supports start and ends and now set the end point of field ranges.  i.e
implement GetSprms instead of GetNoSprms.

To keep track of what fields are currently being processed create a stack of
field codes to push each started field onto and pop them off when their end
point has been passed. Hyperlink fields are attributes in writer and this
difference requires that the attribute that the link corresponds to remain on
the atrtibute stack while its word equivalent remains on the field stack.  At
the end of the hyperlink field we can pop the field off and set the end point
of the attribute correctly, the case of a single inline graphic where we
traditionally set its hyperlink attribute directly and the cases of multiple
paragraphs inside a hyperlink and the cases of recursive fields can now be
handled naturally as part of the existing parsing as opposed to the
preexisting and faulty lookahead and use of "last inserted graphic" hacks can
be replaced.

+ replace the hardcoded 256-260 pseudo sprm values with enums to help
cleanup that mess.
2002-07-05 12:32:02 +00:00
Oliver Specht
9baf186132 #101002# crash in ViewResizePixel() whenn in PagePreview fixed 2002-07-05 11:45:41 +00:00
Oliver Specht
c1bd8c9655 #101002# crash in ViewResizePixel() whenn in PagePreview fixed 2002-07-05 11:39:21 +00:00
Oliver Specht
0133050f7a #101047# insert footnote corrected 2002-07-05 11:17:02 +00:00
Oliver Specht
6c8e07eccb #100747# InsertHeader/Footer recordable 2002-07-05 08:57:47 +00:00
Thomas Lange
39043af277 #98161# SwXFieldEnumeration fixed 2002-07-05 07:40:42 +00:00
Oliver Specht
3d90a530c7 #101023# mask color and high contrast image added to navigation ImageButton 2002-07-05 06:58:56 +00:00
Andreas Martens
575d34a105 Fix #99869#: Resize of non fitting OLE objects 2002-07-05 05:58:53 +00:00
Andreas Martens
df78f8d1b7 Fix #100893#: Mark urls as visited 2002-07-04 15:01:01 +00:00
Kai Ahrens
de0730827b #100786#: return false in case of cancel 2002-07-04 14:22:46 +00:00
Oliver Specht
bd3108fce1 #101159# DropCap recording completed 2002-07-04 13:55:54 +00:00
Oliver Specht
16895d77cc #101159# DropCap recording completed 2002-07-04 13:46:09 +00:00
Oliver Specht
dadec96f02 #100988# don't call InvalidateBorder before the SwEditWin is registered 2002-07-04 13:18:27 +00:00
Oliver Specht
37436db0e6 #100988# don't call InvalidateBorder before the SwEditWin is registered 2002-07-04 13:11:58 +00:00
Michael Brauer
f2339dcc6e #100485#: getLocation returned wrong position (syntax) 2002-07-04 12:08:33 +00:00
Michael Brauer
fdfa3bd06d #100485#: getLocation returned wrong position 2002-07-04 08:32:04 +00:00
Andreas Martens
37a9c8a062 Fix #97847#: Relativ height in endless growing cells 2002-07-04 07:34:10 +00:00
Thomas Lange
e63455d079 #100847# conversion from programmatic to UI name fixed in lcl_GetIdByName 2002-07-04 07:05:55 +00:00
Oliver Specht
b7ae1f52dd #97559# HTML export for Netscape 3.0 removed 2002-07-04 06:55:41 +00:00
Michael Brauer
6c5d836894 #100800#: getLocation returned wrong position 2002-07-04 06:36:11 +00:00
Mathias Bauer
03c3108bb2 #100785#: recording 2002-07-03 16:00:03 +00:00
Mathias Bauer
d8266f4f91 #100782#: recording for InsertTable 2002-07-03 15:58:42 +00:00
Mathias Bauer
b8707ef4bb #100782#: use bindings for recording 2002-07-03 15:57:04 +00:00
Mathias Bauer
5821441d93 #100782#: allow recording 2002-07-03 15:54:11 +00:00
Mathias Bauer
1b05f6cc68 #100758#: pFld may be zero 2002-07-03 15:53:21 +00:00
Mathias Bauer
ba44e28681 #100965#: recording for InsertEnvelope 2002-07-03 15:48:10 +00:00
Oliver Specht
58eaa14559 #98143# AutoFormat button again resized 2002-07-03 12:41:14 +00:00
Michael Brauer
ef14aa63a6 #99872#: InsertDoc/InsertMasterDoc with external filter components 2002-07-03 12:31:10 +00:00
Daniel Vogelheim
65de5382a3 #100619# fixed problem with hiding deleted graphics 2002-07-03 09:29:55 +00:00
Vladimir Glazounov
da57a89581 #100000# corrected typo 2002-07-02 15:54:32 +00:00
Caolán McNamara
c52c440a98 #100192# Cannot have sections inside textboxes in word either 2002-07-02 14:48:49 +00:00
Andreas Martens
fb152ddf98 Fix #100828#: Squared frames 2002-07-02 13:35:02 +00:00
Frank Meies
ee3bf7d093 #98281# Bidi - Wrong optimization to avoid calling the bidi algorithm 2002-07-02 09:50:55 +00:00
Frank Meies
df91321cb2 #100227# Adjust column width if auto width is set 2002-07-02 08:32:46 +00:00
Caolán McNamara
e9df3b9a5e #84112# page anchored tweak 2002-07-01 14:34:26 +00:00
Oliver Specht
289b629c9e #75611# disable undo in TextEngine while source code id read 2002-07-01 13:50:10 +00:00
Caolán McNamara
e74160aafb #100044# vectors scale better 2002-07-01 12:55:16 +00:00
Mathias Bauer
c76af776fb #100555#: return selected format 2002-07-01 12:04:47 +00:00
Michael Brauer
ae0988f840 #100846#: import of linked sections fixed, including ones name ÿ 2002-07-01 11:18:06 +00:00
Mathias Bauer
c86a4f6047 #100859#: pItem not initialized 2002-07-01 10:57:55 +00:00
Andreas Martens
341e1a5554 Fix #100831#: Crash with password protected link 2002-07-01 10:22:11 +00:00
Caolán McNamara
e31a4f89ef #100814# must always set page text direction 2002-07-01 10:19:40 +00:00
Mathias Bauer
31a79777fe #100758#: recording 2002-07-01 08:12:07 +00:00