summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-25 14:39:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-25 14:39:33 +0000
commita5f67ba9ff8b17fa03776eec22dce3b8765387c2 (patch)
tree0d059fb93011d14c5df276f12d4ddddf50a4d19e /sw/inc/doc.hxx
parent8a98e5e529e111f9075d855e080cedf1d916bcc7 (diff)
#i10000# Remove duplicates, introduced by multiple integrations
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx72
1 files changed, 2 insertions, 70 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 1131810a1820..4f1be8576a88 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: doc.hxx,v $
*
- * $Revision: 1.72 $
+ * $Revision: 1.73 $
*
- * last change: $Author: rt $ $Date: 2004-05-25 14:56:07 $
+ * last change: $Author: rt $ $Date: 2004-05-25 15:39:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2275,74 +2275,6 @@ public:
// <- #111840#
- // Change a format undoable.
- void ChgFmt(SwFmt & rFmt, const SfxItemSet & rSet);
- void ChgFmt(SwFmt & rFmt, const SfxPoolItem & rItem);
-
- // Change a TOX undoable.
- void ChgTOX(SwTOXBase & rTOX, const SwTOXBase & rNew);
-
- // #111827#
- /**
- Returns a textual description of a PaM.
-
- @param rPaM the PaM to describe
-
- If rPaM only spans one paragraph the result is:
-
- '<text in the PaM>'
-
- <text in the PaM> is shortened to nUndoStringLength characters.
-
- If rPaM spans more than one paragraph the result is:
-
- paragraphs (STR_PARAGRAPHS)
-
- @return the textual description of rPaM
- */
- String GetPaMDescr(const SwPaM & rPaM) const;
-
- // -> #111840#
-
- /**
- Checks if there is a character at a certain position.
-
- @param rPos position to search at
-
- @retval TRUE there is a character at \a rPos
- @retval FALSE else
- */
- static BOOL IsChar(const SwPosition & rPos);
-
- /**
- Returns the character at a certain position.
-
- @param rPos position to search at
-
- @return the character at the given position
- */
- static xub_Unicode GetChar(const SwPosition & rPos);
-
- /**
- Returns the field at a certain position.
-
- @param rPos position to search at
-
- @return pointer to field at the given position or NULL in case no field is found
- */
- static SwField * GetField(const SwPosition & rPos);
-
- /**
- Returns the field at a certain position.
-
- @param rPos position to search at
-
- @return pointer to field at the given position or NULL in case no field is found
- */
- static SwTxtFld * GetTxtFld(const SwPosition & rPos);
-
- // <- #111840#
-
// -> #i23726#
BOOL IsFirstOfNumRule(SwPosition & rPos);
void IndentNumRule(SwPosition & rPos, short nAmount);