diff options
author | jp <jp@openoffice.org> | 2002-02-08 14:06:36 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2002-02-08 14:06:36 +0000 |
commit | 9624a1307c5317652af8961a560a8798029039ee (patch) | |
tree | 2e8b58287893351e2388cd86ff47f5178dd602b2 /sw/inc/crsrsh.hxx | |
parent | b81ae6f0cac74c82a10c0725096135421c159504 (diff) |
Task #96967#: add travel to next/prev hyperlink
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 158890765f23..93ae7b49f500 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: crsrsh.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jp $ $Date: 2002-02-01 12:33:23 $ + * last change: $Author: jp $ $Date: 2002-02-08 15:03:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -693,6 +693,9 @@ public: // optional auch nur zu kaputten Formeln springen FASTBOOL GotoNxtPrvTblFormula( BOOL bNext = TRUE, BOOL bOnlyErrors = FALSE ); + // jump to the next / previous hyperlink - inside text and also + // on graphics + FASTBOOL SelectNxtPrvHyperlink( BOOL bNext = TRUE ); // springe zu dieser Refmark FASTBOOL GotoRefMark( const String& rRefMark, USHORT nSubType = 0, |