diff options
author | Oliver Specht <os@openoffice.org> | 2001-01-24 10:33:27 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-01-24 10:33:27 +0000 |
commit | fb354c15245e0b44ce036034418814c7db6be25d (patch) | |
tree | 2bebe3d5080d371508502a0ad78124dd39aa8d84 /sw/inc/swmodule.hxx | |
parent | 532fdb403b15dfbe67d5cde05abbed9b2ba1fd93 (diff) |
#83098# new flags in configuration: write link update and field/chart update to current document only
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r-- | sw/inc/swmodule.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index d3f15dd0cdd1..9def33c65573 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swmodule.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tl $ $Date: 2000-10-27 11:46:53 $ + * last change: $Author: os $ $Date: 2001-01-24 11:33:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -204,6 +204,8 @@ public: void ApplyUserMetric( FieldUnit eMetric, BOOL bWeb ); void ApplyFldUpdateFlags(sal_Int32 nFldFlags); void ApplyLinkMode(sal_Int32 nNewLinkMode); + void ApplyLinkFieldToDocMode(BOOL bFldDocOnly, BOOL bLinkDocOnly); + // ConfigItems erzeugen SwSrcViewConfig* GetSourceViewConfig(); |